@font-face {
   font-family: exo; /* гарнитура шрифта */
   src: url('../fonts/exo.otf'); /* Путь к файлу со шрифтом */ 
}
@font-face {
   font-family: russo_one; /* гарнитура шрифта */
   src: url('../fonts/russo_one.ttf'); /* Путь к файлу со шрифтом */ 
}
@font-face {
   font-family: open_sans_r; /* гарнитура шрифта */
   src: url('../fonts/OpenSans-Regular.ttf'); /* Путь к файлу со шрифтом */ 
}
@font-face {
   font-family: open_sans_l; /* гарнитура шрифта */
   src: url('../fonts/OpenSans-Light.ttf'); /* Путь к файлу со шрифтом */ 
}
@font-face {
   font-family: open_sans_b; /* гарнитура шрифта */
   src: url('../fonts/OpenSans-Bold.ttf'); /* Путь к файлу со шрифтом */ 
}

body {
	font-family: open_sans_r, sans-serif;
	font-weight: 400;
	color: #2d313d;
	font-size: 17px;
    line-height: 130%;
	width: 100%;
    background: #fff;
}
h1, h2, h3, h4, h5, h6 {
	color: #ff9600;
    font-family: russo_one, arial;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
    color: #575757;
	font-size: 33px;
    text-align: center;
    margin: 30px 0 20px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 11px;
}
a {
	color: #011550;
}
a:hover {
	text-decoration: underline;
}
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 0px;
}
header + .container + .container + .container > .row {
    background: #fff;
    padding-bottom: 25px;
}
body.common-home header {
    padding: 0px 0 0px;
    
}
header .top_bar {
    background: #2e323e url(../image/my/top_bar.jpg) center top no-repeat;
    padding-top: 30px;
    position: relative;
}

.nav-tabs {
	margin-bottom: 15px;
}
.product_wrap .nav-tabs {
    margin-top: 20px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
#tab-downloads li {list-style: none;}
/* 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: 18px 0 10px 0;
    text-align: left;
    font-family: russo_one, arial;
    color: #fff;
    font-size: 24px;
    line-height: 120%;
}
#logo a {
    outline: none;
    display: inline-block;
    color: #fff;
    text-decoration: none !important;
}
#logo a span {
    color: #f6a321;
}

.top_slogan {
    text-align: center;
}
.top_slogan > div:first-child {
    display: inline-block;
    color: #202020;
    font-weight: normal;
    font-family: amsdam, arial;
    font-size: 26px;
    margin-top: 5px;
    padding-bottom: 7px;
    border-bottom: 2px solid #ffae87;
}
.top_slogan > div:last-child {
    display: inline-block;
    color: #565656;
    font-weight: normal;
    font-family: open_sans_l, arial;
    font-size: 15px;
    padding: 5px 0;
}


/* search */
#search {
	margin-bottom: 10px;
    display: block;
    height: 40px;
    position: relative;
}
header #search {
    margin-top: 24px;
}
#search .input-lg {
	height: 40px;
    width: 100%;
	line-height: 20px;
	padding: 0 10px 0 15px;
    color: #fff;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*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; font-style: italic;}
#search .input-lg::-moz-placeholder          {color:#5d5d5d; font-weight: normal; font-size: 17px; font-style: italic;}/* Firefox 19+ */
#search .input-lg:-moz-placeholder           {color:#5d5d5d; font-weight: normal; font-size: 17px; font-style: italic;}/* Firefox 18- */
#search .input-lg:-ms-input-placeholder      {color:#5d5d5d; font-weight: normal; font-size: 17px; font-style: italic;}
#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: 40px;
    height: 40px;
    border: none;
    position: absolute;
    top: 0px;
    right: 5px;
    z-index: 10;
}

.top_contact, .footer_contacts {
    text-align: center;
    color: #fff;
    font-family: exo, arial;
    line-height: 25px;
    margin-top: 10px;
    font-size: 18px;
}

.top_contact > div:first-child {
    font-size: 21px;
    /*background: url(../image/my/top_phone_icon.png) left center no-repeat;
    padding: 1px 0 1px 35px;
    margin-bottom: 3px;*/
}
.top_contact > div:last-child {
    /*background: url(../image/my/top_msg_icon.png) left center no-repeat;
    padding: 1px 0 1px 35px;*/
}

.top_contact > div:nth-child(1) a, .top_contact > div:nth-child(2) a {
    color: #fff;
    text-decoration: none;
}
.top_contact > div:nth-child(1) a:hover, .top_contact > div:nth-child(2) a:hover {
    color: #fff;
    text-decoration: underline;
}

.top_contact a {
    color: #f6a321;
    text-decoration: underline;
}
.top_contact a:hover {
    text-decoration: none;
}

.top_email {
    
    padding: 10px 10px 10px 60px;
    font-size: 21px;
    margin-top: 65px;
    color: #5d5d5d;
    font-family: exo, arial;
}
.top_addr {
    color: #fff;
    font-family: exo, arial;
    font-size: 18px;
    margin-top: 20px;
    padding-left: 35px;
    background: url(../image/my/top_icon_addr.png) left center no-repeat;
}

.top_soc_menu {
    text-align: center;
}
.top_soc_menu a {
    display: inline-block;
    margin: 0 4px;
}
nav.main_menu {
    text-align: right;
}
nav.main_menu ul {
    padding: 0px;
}

.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;
}





/* cart */
#cart {
    margin: 12px auto 0px auto;
    max-width: 180px;
}
#cart > .btn {
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
    
    background: #3b3e4d url(../image/my/top_cart.png) 15px center no-repeat;
    
    text-align: left;
    border: none;
    color: #fff;
    margin-left: 0px;
    width: 165px;
    height: 72px;
    
    border-radius: 5px !important;
    box-shadow: none !important;
}
span#cart-total {
    text-shadow: none;
    font-family: exo, arial;
    font-size: 15px;
    line-height: 22px;
    margin: 0 10px 0 55px;
    color: #fff;
    display: inline-block;
}
#cart.open > .btn {
	/*background-image: none;*/
	background-color: #9e9ea6;
	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: 50px;
    padding-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);*/
}
#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;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 50;
}
.alert-success {
    background-color: #ece9e9;
    border-color: transparent;
}

/* 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 {
	font-family: russo_one, arial;
    padding: 7px 15px 7px 15px;
    color: #bdc0c7;
    background: none;
    border: 2px solid #bdc0c7;
    font-size: 17px;
    line-height: 21px;
    border-radius: 0px;
    margin-bottom: 10px;
}
.btn-primary, #d_quickcheckout .btn-primary {
	font-family: russo_one, arial;
    padding: 7px 15px 7px 15px;
    color: #2d313d !important;
    text-shadow: none !important;
    background: none !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 2px solid #2d313d !important;
    font-size: 17px;
    line-height: 21px;
    border-radius: 0px !important;
    margin-bottom: 10px;
}
.btn-primary:hover, #d_quickcheckout .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background: #f6a321 !important;
    border: 2px solid #f6a321 !important;
    color: #fff;
}
.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: #011550;
	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;
}

#shipping_method_list > strong.title {display: none;}


/* 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 (max-width: 767px) {
    .hidden-xs {
        display: block !important;
    }
}

@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}

.product-thumb .caption {
    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: 0px;
    text-align: center;
    position: absolute;
    bottom: 115px;
    left: 15px;
    right: 15px
}

.product-stock-status {
    padding-top: 15px;
    font-size: 14px;
    text-align: center;
    color: #3b3e4d;
    font-family: exo, arial;
}

.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;
    font-size: 25px;
}
.product-thumb .price-old, .product_wrap .price-old {
	color: red;
    font-size: 20px;
	text-decoration: line-through;
	margin-left: 10px;
}
.product_wrap .price-old {
    margin-left: 0px;
    font-size: 25px;
}
.product-thumb .price-summa-skidki {
    color: #08a908;
    font-size: 16px;
}
.product_wrap .price-summa-skidki {
    font-size: 15px;
    color: #08a908;
}
.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 {
    background: #f4f4f4;
    padding-top: 30px;
    padding-bottom: 40px;
}

.news_tpl h3 {
    color: #2d313d;
    font-family: russo_one;
    font-size: 45px;
    line-height: 130%;
    text-align: center;
    margin: 20px 0 40px;
}
.new-layout .new-thumb {
    position: relative;
    background: #3b3e4d;
    overflow: hidden;
    margin: 0 auto 20px;
    padding: 15px 0px;
    border-bottom: 10px solid #f6a321;
}
.new-layout .button-group {
    display: none;
}
.new_desc {
    color: #fff;
    padding: 0px;
    font-size: 15px;
    line-height: 20px;
}
.new_date {
    position: absolute;
    left: 15px;
    bottom: 15px;
    display: block;
    padding: 0 0 0 17px;
    background: url(../image/my/date_icon.png) left center no-repeat;
    font-family: open_sans_b, arial;
    font-size: 14px;
    color: #f6a321;
    margin: 0px 0px;
}

.new_viewed {
    position: absolute;
    left: 125px;
    bottom: 15px;
    display: block;
    padding: 0 0 0 25px;
    background: url(../image/my/viewed_icon.png) left center no-repeat;
    font-family: open_sans_b, arial;
    font-size: 14px;
    color: #f6a321;
    margin: 0px 0px;
}
.new_more {
    padding: 15px 0 0px;
    text-align: right;
}
.new_more a {
    display: inline-block;
    font-family: russo_one, arial;
    padding: 11px 25px 10px 25px;
    color: #fff;
    border: 2px solid #fff;
    font-size: 17px;
    line-height: 21px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.new_more a:hover {
    text-decoration: none;
    background: #f6a321;
    border: 2px solid #f6a321;
    color: #fff;
}
.new-layout .caption h4 {
    font-family: open_sans_b, arial;
    font-size: 21px;
    text-align: left;
    margin-top: 0px;
}
.new-layout .caption h4 a {
    color: #f6a321;
    display: block;
    text-decoration: none;
    border-bottom: 3px solid #f6a321;
}
.new-layout .caption h4 a:hover {
    color: #fff;
    border-bottom: 3px solid #fff;
}

#column-left .news_tpl {
    padding-top: 5px;
    padding-bottom: 20px;
}
#column-left .new-layout {
    width: 100%;
}
#column-left .new-thumb > div {
    width: 100%;
}
#column-left .image {
    margin-bottom: 20px;
}
#column-left .new-layout .new-thumb {
    padding: 15px 0px 50px;
}
#column-left .new_more {
    text-align: center;
}


/*********************************************/


.nashi_osobennosti > h2 {
    color: #d03849;
    font-weight: bold;
    font-family: open_sans_l, arial;
    text-align: center;
    font-size: 19px;
    margin-bottom: 20px;
}
.nashi_osobennosti ul {
    margin: 0px;
    padding: 0px;
    display: table;
}
.nashi_osobennosti li {
    display: table-cell;
    list-style: none;
    width: 25%;
    text-align: center;
    color: #961e1d;
    font-size: 15px;
    line-height: 17px;
}
.nashi_osobennosti li img {
    margin: 15px 0px;
}


/*************************************/
.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 {
    min-height: 725px;
    background: url(../image/my/preimushestva_bg.jpg) center no-repeat;
    margin: 0px auto;
    position: relative;
    z-index: 10;
    overflow: hidden;
}
.preimushestva > h2 {
    color: #fff;
    font-family: russo_one;
    font-size: 45px;
    line-height: 130%;
    text-align: center;
    margin: 55px 0 40px;
}
.preimushestva ul {
    margin: 0px;
    padding: 0px;
    display: table;
    width: 100%;
}
.preimushestva li {
    position: relative;
    display: block;
    min-height: 250px;
    float: left;
    list-style: none;
    width: 33.33%;
    font-family: exo, arial;
    text-align: center;
    color: #fff;
    font-size: 23px;
    line-height: 26px;
}
/*.preimushestva li:nth-child(1) {top: -10px;}
.preimushestva li:nth-child(2) {top: 18px;}
.preimushestva li:nth-child(3) {top: 15px;}
.preimushestva li:nth-child(4) {top: 7px;}
.preimushestva li:nth-child(5) {top: 8px;}*/

.preimushestva li img {
    display: block;
    margin: 10px auto 10px;
}
.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);*/
}

/*******************************************************************/


.new_prods_tpl h3, .featured_temp h3, .carousel_wrap h3 {
    color: #2d313d;
    font-family: russo_one;
    font-size: 45px;
    line-height: 130%;
    text-align: center;
    margin: 35px 0 20px;
}


/************************************************/


.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;
    margin: 20px auto;
    text-align: justify;
}
.main_text .inner_html_wrap {
   
}
.main_text > h2 {display: none;}
.main_text .inner_html_wrap h1 {
    
}
/*.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: #fdf1e3;
    border: 5px solid #ffdbc2;
    width: 830px;
    height: 349px;
    margin: 20px auto;
    position: relative;
    border-radius: 30px;
}
#column-left .forma_zakaz_zvonka {
    background: none;
    width: 300px;
    height: 374px;
}
.zakaz_zvonka > h2 {
    display: none;
}
.forma_zakaz_zvonka .forma_zakaz_zvonka_inner {
    width: 50%;
    height: auto;
    position: absolute;
    top: 5px;
    left: 20px;
}
.zakaz_zvonka {
    
}
.zakaz_zvonka .inner_html_wrap {
    position: relative;
}
.zakaz_zvonka .inner_html_wrap:after {
    content: " ";
    position: absolute;
    top: -170px;
    right: -100px;
    width: 536px;
    height: 554px;
    background: url(/image/catalog/form_img_flower.png) center no-repeat;
}
#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: open_sans_l, arial;
    font-weight: bold;
    text-transform: uppercase;
    color: #be9071;
    font-size: 35px;
    margin: 20px 0;
}
.forma_zakaz_zvonka .forma_zakaz_zvonka_inner .form_text {
    text-align: left;
    font-weight: bold;
}
#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: left;
    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: 100%;
    height: 34px;
    padding: 3px 8px;
    background: #fff; 
    border: none;
    color:#be9071; 
    font-size: 18px; 
    font-family: open_sans_l, arial;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    
}
.forma_zakaz_zvonka .forma_zakaz_zvonka_inner input[type=text]::-webkit-input-placeholder {color:#be9071; font-size: 18px; font-family: open_sans_l, arial;}
.forma_zakaz_zvonka .forma_zakaz_zvonka_inner input[type=text]::-moz-placeholder          {color:#be9071; font-size: 18px; font-family: open_sans_l, arial;}/* Firefox 19+ */
.forma_zakaz_zvonka .forma_zakaz_zvonka_inner input[type=text]:-moz-placeholder           {color:#be9071; font-size: 18px; font-family: open_sans_l, arial;}/* Firefox 18- */
.forma_zakaz_zvonka .forma_zakaz_zvonka_inner input[type=text]:-ms-input-placeholder      {color:#be9071; font-size: 18px; font-family: open_sans_l, arial;}
.forma_zakaz_zvonka .forma_zakaz_zvonka_inner button {
    display: inline-block;
    background: #dda481;
    color: #fff;
    width: 60%;
    height: 40px;
    padding: 6px 3px;
    font-family: open_sans_l, arial;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.forma_zakaz_zvonka .forma_zakaz_zvonka_inner button:hover {
    background: #be9071;
}


/**********************************************************/


.kak_zakazat h2 {
    color: #bbb8b8;
    font-family: intro_cbf, arial;
    font-size: 25px;
}
.kak_zakazat ul {
    margin: 0px;
    padding: 0px;
}
.kak_zakazat ul li {
    position: relative;
    list-style: none;
    display: table-cell;
    padding-right: 60px;
    text-align: center;
    width: 110px;
    color: #444242;
    font-family: arial_n, arial;
    font-size: 17px;
}
.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;
}



.menu_bg {
    background: #ff9600;
}



/* Главное меню */
.main_menu_wrap {
    position: absolute;
    top: 5px;
    right: 0px;
    left: 0px;
    width: 100%;
}

.main_menu li {
    list-style: none;
    display: inline-block;
    position: relative;
    padding-right: 0px;
}
.main_menu li:after {
    content: "|";
    color: #fff;
}
.main_menu li:last-child:after {
    content: "";
}
.main_menu li a {
    color: #fff;
    font-size: 15px;
    padding-right: 5px;
}
.main_menu li a:hover, .main_menu li.active a {
    color: #f6a321;
    text-decoration: underline;
}


.top_cat_menu {
    display: block;
    margin: 0px auto 0px;
    position: relative;
    z-index: 100;
}
.common-home .top_cat_menu {
    top: 0px;
}
.top_cat_menu > ul > li {
    position: relative;
    display: block;
    float: left;
    list-style: none;
    border-right: none;
}
.top_cat_menu > ul > li:last-child {

}
.top_cat_menu > ul > li > a {
    display: block;
    float: left;
    color: #2d313d;
    padding: 12px 14px 13px;
    margin: 0 0px;
    font-size: 18px;
    font-weight: normal;
    font-family: exo, arial;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.top_cat_menu > ul > li > a:hover, .top_cat_menu > ul > li.active > a {
    background: #5c5e6e;
    color: #fff;
    text-decoration: none;
    -webkit-box-shadow: inset 0 0 7px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 7px rgba(0,0,0,.3);
    box-shadow: inset 0 0 7px rgba(0,0,0,.3);
}
/*.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;}*/

.top_cat_menu ul {
    margin: 0;
    padding: 0;
}

.top_cat_menu ul ul.sub_menu {
    display: none;
    position: absolute;
    top: 49px;
    left: 0px;
    z-index: 11;
    background: #06799f;
    padding: 10px;
}
.top_cat_menu ul li:hover > ul.sub_menu {
    display: block;
}
.top_cat_menu ul.sub_menu > li {
    position: relative;
    display: block;
    list-style: none;
}
.top_cat_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;
}
.top_cat_menu ul.sub_menu > li > a:hover {
    background: #fff;
    color: #06799f;
}



.main_top_module {
    background: #fff url(../image/my/main_top_module.jpg) center top no-repeat;
    min-height: 516px;
    font-family: russo_one, arial;
}
.main_top_module ul {
    padding-top: 100px;
    /*padding-left: 340px;*/
}
.main_top_module li {
    list-style: none;
    background: url(../image/my/main_top_module_item.png) center left no-repeat;
    padding: 20px 0 20px 75px;
    color: #fff;
    display: block;
    font-size: 40px;
    line-height: 110%;
    margin-bottom: 20px;
}

.main_top_module li:nth-child(1) {margin-left: 300px;}
.main_top_module li:nth-child(2) {margin-left: 230px;}
.main_top_module li:nth-child(3) {margin-left: 160px;}

.inner_html_wrap {
    max-width: 1170px;
    margin: 0 auto;
}

.main_top_module .inner_html_wrap {
    background: url(../image/my/main_top_module_content_bg.png) center left no-repeat;
    min-height: 516px;
    max-width: 60%;
    margin: 0 0 0 auto;
}


/* Левое меню */
.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 auto 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: open_sans_l, arial;
    font-size: 15px;
}
.breadcrumb li:last-child a {
    color: #919191;
}


.page_content {
    background: none;
    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: 47% !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 {
    
}


/* Слайдшоу */
#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;
    border: 1px solid transparent;
    text-shadow: none;
    font-weight: normal;
    font-size: 16px;
    padding: 10px 10px 10px 10px;
    margin: 10px;
    font-family: open_sans_r, sans-serif;
    border: none;
    border-left: 8px solid #20252a; 
    border-bottom: 1px solid #20252a;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.list-group > ul > li .view_sub_cat {
    display: none !important;
    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 {
    display: none;
    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;
    border: none;
    background: #ff9600;
    border-left: 8px solid #20252a; 
    border-bottom: 1px solid #20252a;
    
}
.list-group > ul > li > a.active, .list-group > ul > li > a.active:hover {
    color: #fff;
    background: #ff9600;
    border: 1px solid transparent;
}


/* submenu */
.left_category_module {
    background: #3b3e4d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.list-group .module_title {
    overflow: hidden;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.list-group .module_title h3 {
    color: #fff;
    font-family: russo_one, sans-serif;
    text-align: center;
    font-size: 25px;
    margin: 10px 10px;
    padding: 10px 10px;
}
.left_category_module ul {
    margin: 0 0px;
    position: relative;
    top: -12px;
    padding: 10px 0 10px;
}
.list-group ul.sub_cat {
    display: none;
    background: rgba(32, 37, 42, 0.1);
    margin: 10px;
    padding: 10px 10px 10px 10px;
}
.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 {

}
.featured_temp .product-layout {
    padding: 10px 25px;
}
.featured_temp .product_more a,  .product_more a {
    display: block;
    background: #fadbc5;
    color: #fff;
    font-family: arial_n, arial;
    font-size: 16px;
    /*position: absolute;
    bottom: 0px;
    left: 0px;*/
    padding: 5px 10px;
    width: 100%;
}


.more_prod_wrap {
    margin: 15px 0px 65px;
    text-align: center;
}
.more_prod_wrap .more_prod_btn {
    font-family: russo_one, arial;
    padding: 11px 25px 10px 25px;
    color: #2d313d;
    border: 2px solid #2d313d;
    font-size: 21px;
    line-height: 23px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.more_prod_wrap .more_prod_btn:hover {
    text-decoration: none;
    background: #f6a321;
    border: 2px solid #f6a321;
    color: #fff;
}

/* Каталог, товары */
.product-grid.col-lg-4 {
    width: 33.33%;
    clear: none !important;
}

.product-thumb {
    position: relative;
    background: #fff;
    border: 3px solid #f6a321;
    padding: 15px 5px;
    min-height: 440px;
    height: auto;
    margin-bottom: 20px;
    overflow: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}
.product-thumb:hover {
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.4);
    box-shadow: 0 0 15px rgba(0,0,0,.4);
}

.product-thumb .caption, .product-thumb .prod_caption {
	padding: 0 0px;
}
.product-thumb .prod_desc {
    display: block;
}
.product-thumb h4 {
    font-weight: normal;
    text-align: center;
    min-height: 40px;
}
.product-thumb h4 a {
    color: #20252a;
    font-family: open_sans_b, arial;
    font-size: 18px;
    line-height: 120%;
}
.product-thumb .prod_caption a, .related_prods .caption a {
    color: #000;
    font-family: open_sans_l, arial;
    font-size: 16px;
    font-weight: bold;
}
.product-thumb .caption {
    min-height: 10px;
}
.product-thumb-desc, .product-thumb .prod_desc {
    font-family: open_sans_l, arial;
    font-size: 14px;
    line-height: 16px;
    min-height: 55px;
    display: none;
}
.product-thumb .price {
    color: #2d313d;
    font-family: open_sans_l, arial;
    font-size: 27px;
    margin: 10px 5px 15px 0;
    text-align: center;
    min-height: 54px;
}
.product-thumb .count_prods_to_cart {
    display: none;
}
.product-thumb .count_prods_to_cart input {
    width: 40px;
    border: 1px solid #fadbc5;
    color: #575757;
    outline: none;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.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, #button-cart, .zakaz_zvonka_product {
    display: block;
    background: #fff;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    border: none;
    outline: none;
    margin-left: auto;
    margin-right: auto;
    font-family: russo_one, arial;
    padding: 11px 25px 10px 25px;
    color: #2d313d;
    border: 2px solid #2d313d;
    font-size: 15px;
    line-height: 15px;
    width: auto !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.product-thumb .button-group button:first-child:hover, #button-cart:hover, .zakaz_zvonka_product:hover {
    background: #f6a321;
    border: 2px solid #f6a321;
    color: #fff;
}
.zakaz_zvonka_product {
    top: 0px;
    position: relative;
}
#button-cart, .zakaz_zvonka_product {
    display: inline-block;
    font-size: 20px;
    line-height: 25px;
    margin-left: 0px;
}
#button-cart {
    background: #fff;
    border: 2px solid #f6a321;
    color: #f6a321;
    margin-right: 15px;
}


.nav-tabs>li>a {
    margin-right: 10px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 0;
    font-family: open_sans_b, arial;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: 1px solid #f6a321;
    border-bottom-color: transparent;
    color: #f6a321;
    
}

.wishlist_btn, .compare_btn {
    display: none;
    width: 32px;
    height: 36px;
}
.wishlist_btn {
    background: url(../image/my/wishlist_icon.png) center no-repeat;
}
.compare_btn {
    background: url(../image/my/compare_icon.png) center no-repeat;
}

.product-thumb  .product_more {
    display: none;
}

.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;
}




.main_otzyvy_wrap {
    background: url(../image/my/otzyvy_bg.jpg) center no-repeat;
    padding: 50px 0 50px;
    overflow: hidden;
}

.main_otzyvy_wrap h2 {
    text-align: center;
    color: #2d313d;
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 40px;
}
.main_otzyvy_wrap .main_otzyvy {
    max-width: 1200px;
    margin: 20px auto 0;
}
.main_otzyvy_wrap ul {
    padding: 0px;
}
.main_otzyvy_wrap li {
    display: block;
    padding-top: 130px;
}
.main_otzyvy_wrap li div.item_otzyv {
    background: #3b3e4d;
    padding: 10px 30px;
    color: #fff;
    margin: 10px auto;
    max-width: 300px;
}
.main_otzyvy_wrap .moduleItemImageWrap {
    text-align: center;
    margin-top: -130px;
}
.main_otzyvy_wrap .moduleItemImageWrap img {
    max-width: 200px;
    margin: 0 auto;
}

.main_otzyvy_wrap .moduleItemTitle {
    display: block;
    color: #f6a321;
    text-decoration: none;
    font-size: 19px;
    text-align: center;
    font-family: russo_one, arial;
    margin: 25px 0 10px;
}
.main_otzyvy_wrap ul li div.moduleItemIntrotext {
    padding: 0px;
}
.main_otzyvy_wrap div.itemIntroText {
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    margin: 10px 0 15px;
}
.main_otzyvy_wrap .itemBtnRow {
    text-align: center;
    margin-bottom: 20px;
    display: none;
}
.main_otzyvy_wrap .itemBtnRow a {
    display: inline-block;
    font-family: russo_one, arial;
    padding: 11px 25px 10px 25px;
    color: #f6a321;
    border: 2px solid #f6a321;
    font-size: 17px;
    line-height: 21px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.main_otzyvy_wrap .itemBtnRow a:hover {
    text-decoration: none;
    background: #f6a321;
    border: 2px solid #f6a321;
    color: #fff;
}



/* Страница товара */
.product_wrap h1 {
    font-size: 25px;
    text-align: left;
}
.prod_desc {
    /*font-size: 17px;
    font-weight: bold;*/
}
.prod_desc + ul.list-unstyled {
    display: none;
}
.prod_price_tpl {
    color: #20252a;
    font-size: 33px;
    margin: 10px 0px 20px;
    font-weight: normal;
}
.prod_price_caption {
    display: none;
    color: #000;
    font-weight: normal;
}
a.thumbnail {
    border: none;
    padding: 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 {
    color: #000;
    font-size: 19px;
    margin: 0px 0px 20px;
    font-weight: normal;
}
.product_wrap .img-thumbnail {
    padding: 0px;
    border: none;
}
.prod_attr table td {
    text-align: center;
    border: none !important;
}
.product_wrap input[name=quantity] {
    display: inline-block;
    width: 70px;
    height: 40px;
    border: 1px solid #ddd;
    color: #575757;
    outline: none;
    padding: 0 5px;
    font-size: 17px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.product_wrap .rating {display: none;}
.prod_price {
    text-align: right;
    color: #ff8300;
}
#button-cart {
    /*display: block;
    border: none;
    outline: none;
    background: #fadbc5;
    padding: 7px 15px;
    color: #9f1c1c;
    border-radius: 5px;
    line-height: 15px;
    text-transform: lowercase;
    width: auto !important;
    text-shadow: none !important;
    font-weight: bold;*/
}

.related_prods_caption {
    font-size: 23px;
    font-weight: bold;
}


.product_dopinfo {
    background: #f8f8f8;
    padding: 15px;
    max-width: 423px;
    box-sizing: border-box;
}
.product_dopinfo .caption {
    font-family: open_sans_b;
    font-size: 21px;
    text-align: center;
    margin: 5px 0 25px;
    color: #ff9600;
}
.product_dopinfo ul {
    margin: 15px 15px;
    padding: 0px;
}
.product_dopinfo ul li {
    list-style: none;
    display: block;
    margin-bottom: 5px;
}

.product_soc_menu {
    margin: 15px;
    text-align: center;
}
.product_soc_menu a {
    margin: 0 10px;
}

.product_dopinfo ul li a {
    display: block;
}
.product_dopinfo ul li a.samovyvoz_link, .product_dopinfo ul li a.dostavka_link {
    color: #2d313d;
    padding: 3px;
    font-size: 17px;
}
.product_dopinfo ul li a.samovyvoz_link {
    background: url(../image/my/samovyvoz.png) center left no-repeat;
    padding-left: 35px;
}
.product_dopinfo ul li a.dostavka_link {
    background: url(../image/my/dostavka.png) center left no-repeat;
    padding-left: 37px;
}




/* footer */

footer {
    position: relative;
    margin-top: 0px;
	padding-top: 0px;
	background: #fdf1e3;
}
footer .container  {
    
}
footer .container.line1 {
    background: #3b3e4d;
    padding: 40px 20px 20px 20px;
    font-size: 16px;
    margin-top: 0px;
    /*background: url(../image/my/footer_bg.png) left top repeat-x;*/
    height: auto;
	color: #e5b391;
}
footer .container.line2 {
    background: #494c5a;
    padding: 5px;
}
footer a {
    color: #e5b391;
}
footer .container .row:nth-child(2) {
    margin-top: 10px;
}

footer hr {
	border-top: none;
	border-bottom: 1px solid #575757;
}
footer a {
	color: #e5b391;
}
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: 25px;
    margin-bottom: 10px;
    position: relative;
    left: 15px;
}

.pkd_link {
    margin: 10px 0;
    text-align: center;
}
.pkd_link a {color: #fff !important; font-size: 14px;  text-decoration: underline !important;}
.pkd_link a:hover {text-decoration: none !important;}

.footer_contacts {
    text-align: center;
    line-height: 35px;
}
.footer_contacts > div:first-child {
    font-size: 30px;
}
.footer_contacts > div:last-child {
    font-size: 22px;
}

.footer_contacts > div:nth-child(1) a, .footer_contacts > div:nth-child(2) a {
    color: #fff;
    text-decoration: none;
}
.footer_contacts > div:nth-child(1) a:hover, .footer_contacts > div:nth-child(2) a:hover {
    color: #fff;
    text-decoration: underline;
}


a.zakaz_zvonka_footer {
    display: block;
    max-width: 210px;
    margin: 15px auto;
    font-family: russo_one, arial;
    padding: 11px 25px 10px 25px;
    color: #f6a321;
    border: 2px solid #f6a321;
    font-size: 17px;
    line-height: 21px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a.zakaz_zvonka_footer:hover {
    text-decoration: none;
    background: #f6a321;
    border: 2px solid #f6a321;
    color: #fff;
}


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_logo {
    margin-top: 0px;
    text-align: center;
    font-family: russo_one, arial;
    color: #fff;
    font-size: 24px;
    line-height: 120%;
}
.footer_logo a {
    color: #fff;
}
.footer_logo a span {
    color: #f6a321;
}


/* Меню в подвале */
.footer_menu {
    display: inline-block;
    margin: 0 15px;
    position: relative;
    z-index: 100;
    border-left: 1px solid #fff;
    padding-left: 15px;
}
.footer_menu ul {
    margin: 0px;
    padding: 0px;
}
.footer_menu > ul > li {
    position: relative;
    display: block;
    list-style: none;
    border-right: none;
}
.footer_menu > ul > li:last-child {

}
.footer_menu > ul > li > a {
    display: inline-block;
    color: #fff;
    padding: 12px 15px;
    font-size: 18px;
    font-family: exo, arial;
}
.footer_menu > ul > li > a:hover {
    color: #d9922b;
    text-decoration: underline
    
}

.footer_addr {
    color: #fff;
    font-family: exo, arial;
    font-size: 18px;
    padding-left: 35px;
    background: url(../image/my/top_icon_addr.png) left center no-repeat;
    margin-bottom: 15px;
}

a.author {
    display: block;
    text-decoration: none; 
    color: #fff; 
    font-size: 17px;
    background: url('../image/my/author.png') center no-repeat;
    bottom: 10px;
    right: 15px;
    text-indent: -9000px;
    width: 149px;
    height: 39px;
    
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.footer_info {
    color: #fff;
    font-size: 15px;
    font-family: open_sans_l, arial;
    line-height: 20px;
    margin-top: 12px;
    text-align: center;
}


.footer_socnet {
    text-align: center;
}
.footer_socnet a {
    display: inline-block;
    margin: 0 5px;
}


.author a {
    color: #e5b391;
}
.author a:hover {
    color: #e5b391;
    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;
    width: 100%;
}

.row {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}



#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: -20px !important;
}
.owl-carousel .owl-buttons div {
    color: #fff !important;
}
.slider_wrap {
    max-width: 100%;
    margin: 0px auto 20px;
}



/* 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 {
    
}


.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;
    height: 340px;
    /*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: #3b3e4d; 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 rgba(205, 205, 205, 0.5);
    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 2px rgba(0,0,0,.3);
    -moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,.3);
    box-shadow: inset 1px 1px 2px rgba(0,0,0,.3);
    
    /*-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 p.obr_p_d {
    font-size: 13px;
    line-height: 120%;
}
.get_callback p.obr_p_d a {
    color: #ff9600;
}

#get_callback_btn {
    display: block;
    max-width: 210px;
    margin: 15px auto;
    font-family: russo_one, arial;
    padding: 11px 25px 10px 25px;
    color: #f6a321;
    border: 2px solid #f6a321;
    font-size: 17px;
    line-height: 21px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#get_callback_btn:hover {
    text-decoration: none;
    background: #f6a321;
    border: 2px solid #f6a321;
    color: #fff;
}


/* Главная */
.main_cat_wrap {
    margin: 15px 0px;
    position: relative;
    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 {
    display: none;
}
.main_cat_wrap .mainCat-item {
    position: relative;
    padding: 5px;
    background: #fff;
    list-style: none;
    display: inline-block;
    /*border: 1px solid #cfcfcf;*/
    width: auto;
    height: auto;
    margin: 5px 5px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.3);
    box-shadow: 0px 0px 5px rgba(0,0,0,.3);
    z-index: 2;
    -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:hover {
    background: #ff9600;
}
.main_cat_wrap .inner_html_wrap > div:before { 
    content: " ";
    display: block;
    position: absolute;
    bottom: -5px;
    right: 0px;
    left: 0px;
    z-index: 1;
    background: url(../image/my/main_cat_shadow.png);
    width: 416px;
    height: 84px;
}
.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;
    background: #20252a;
    position: absolute;
    top: -5px;
    left: 5px;
    right: 5px;
    width: auto;
    padding: 10px;
    text-align: center;
}
.main_cat_wrap .mainCat-item-name a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.main_cat_wrap .mainCat-item-name a:hover, .main_cat_wrap .mainCat-item:hover .mainCat-item-name a {

}
.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 {
    background: #ff6a00;
    padding: 7px 10px;
    width: 150px;
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: bold;
    position: absolute;
    bottom: 20px;
    right: 0px;
    left: 0px;
    margin: 0 auto;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}




.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);
}


#view_news_mobile {
    width: 200px;
    margin: 15px auto;
    display: block;
}

#d_quickcheckout p span {
    display: block;
    font-size: 14px;
    color: #8e8e8e;
}


.loupe{
	background-color: #555;
	background: #fff;
	border: 5px solid rgba(0, 0, 0, 0);
}

#payment_address_customer_group_id_input {display: none;}


@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: auto;
        padding: 0 10px;
    }
    .footer_menu > ul > li > a {
        padding: 12px 10px;
    }
    .footer_menu {
        padding-left: 10px;
    }
}

@media (min-width: 1200px) {
    
    header {
        width: auto;
    }
    
    .container {
        width: auto;
    }
    #menu {
        /*width: 1000px;*/
        margin: 0 auto;
    }
    
    .page_content {
        /*max-width: 1000px;*/
        margin: 0 auto;
    }
    
}

@media (max-width: 1100px) {
    .footer_addr {
        max-width: 180px;
        margin: 15px auto;
        clear: both;
    }
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    
    .zakaz_zvonka .inner_html_wrap:after {
        content: "";
        background: none;
    }
    .forma_zakaz_zvonka {
        width: auto;
        height: auto;
        padding: 15px;
    }
    .forma_zakaz_zvonka .forma_zakaz_zvonka_inner {
        position: static;
        margin: 10px auto;
    }
    .main_menu > ul > li > a {
        padding: 7px 17px;
    }
    .main_menu > ul > li {
        display: inline-block;
        float: none;
    }
    .common-home .main_menu, .main_menu {
        text-align: center;
    }
    
}

@media (max-width: 992px) {
    .main_menu > ul > li > a {
        padding: 7px 5px;
    }
    header .top_bar {
        padding-bottom: 15px;
    }
    .main_menu_wrap {
        top: 5px;
    }
    
    .main_menu_wrap {
        position: static;
        margin-top: 15px;
    }
    
    .main_top_module .inner_html_wrap {
        max-width: 100%;
    }
    
    header .top_bar {
        padding-top: 0px;
    }
    .top_cat_menu {
        text-align: center;
    }
    .top_cat_menu > ul > li, .top_cat_menu > ul > li > a {
        display: inline-block;
        float: none;
    }
    .common-home .main_menu, .main_menu {
        text-align: left;
    }
    #cart {
        margin: 12px 0px 0px auto;
        max-width: 180px;
        display: block;
    }
}


@media (min-width: 992px) {
    header {
        width: auto;
    }

    #menu {
        /*width: 1000px;*/
        margin: 0 auto;
    }
    
    .page_content {
        /*max-width: 1000px;*/
        margin: 0 auto;
    }

}


@media screen and (max-width: 768px) {
    
    #logo {
        text-align: center;
    }
    .main_top_module .inner_html_wrap {
        max-width: 100%;
    }
    
    .top_addr {
        margin: 20px auto;
        max-width: 180px;
    }
    .top_contact {
        margin-bottom: 10px;
    }
    .top_contact > div:last-child {
        margin-bottom: 5px;
    }
    #cart {
        margin: 0px auto 20px auto;
    }
    
   .new-layout .new-thumb {
        padding: 15px 0px 55px;
   }
   .new_desc {
        margin-bottom: 10px;
   }
   
   .preimushestva > h2 {
        font-size: 30px;
   }
   .main_otzyvy_wrap {
        background: none;
   }
    
    .footer_menu {
        display: block;
        border-right: none;
        border-bottom: 1px solid #fff;
        margin-bottom: 10px;
    }
    a.author {
        margin: 15px auto;
    }
    .main_menu > ul > li, .main_menu > ul > li > a , .footer_menu > ul > li > a, .top_cat_menu > ul > li, .top_cat_menu > ul > li > a {
        display: block;
        text-align: center;
    }
    .main_menu li:after {
        content: "";
    }
    .main_menu > ul > li > a {
        margin-bottom: 0px;
        font-size: 18px;
    }
    
    #search {
        width: 250px;
        margin: 0 auto;
    }
    
    .top_contact {
        font-size: 17px;
    }
    
    .top_contact > div:first-child, .top_contact > div:last-child {
        background: none;
        padding: 2px;
        text-align: center;
    }   
    
    
    .top_bar .col-xs-6 {
        height: 100px;
    }
    
    #cart > .btn {
        width: 100%;
        margin: 15px 0px;
    }
    
    .main_menu .navbar-toggle i.fa-bars {color: #fff;}
    
    .top_contact {
        text-align: center;
    }
    
    .top_contact > div:last-child {
        font-size: 20px;
    }
    
    #column-left + #content {
        width: 100%;
    }
    
    .main_cat_wrap {
        margin-top: 15px !important;
        text-align: center;
    }
    
    .preimushestva {
        background: #4c5053;
        height: auto;
    }
    .preimushestva > h2 {
        padding: 0px;
        background: none;
        text-transform: none;
    }
    
    .main_text {text-align: center;}
    
    .left_category_module .navbar-toggle {
        position: absolute;
        right: 0px;
        top: 7px;
    } 
    
    
    .common-home .main_menu {
        top: 0px;
        margin-bottom: 15px;
    }
    .main_menu > ul > li, .main_menu > ul > li > a {
        float: none;
    }
    
    .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 {
        margin-bottom: 10px;
    }
    .main_cat_wrap .mainCat-item {
        width: 100% !important;
        margin: 20px auto !important;
        max-width: 405px;
    }
    .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: 15px auto;
        width: 210px;
    }
    
    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: 640px) {
    
    .line1 .col-xs-6 {
        width: 100%;
    }
    iframe {
        width: 100% !important;
    }
    
    .forma_zakaz_zvonka .forma_zakaz_zvonka_inner {
        width: 100%;
    }
}

@media screen and (max-width: 580px) { 
    
    .main_top_module {
        background: #3b3e4d;
    }
    .main_top_module .inner_html_wrap {
        background: none;
        min-height: 420px;
    }
    .main_top_module {min-height: 420px;}
    .main_top_module ul {
        padding-top: 30px;
    }
    .main_top_module li:nth-child(1), .main_top_module li:nth-child(2), .main_top_module li:nth-child(3) {
        margin-left: 0px;
        text-align: left;
    }
    
    .preimushestva ul {
        display: block;
    }
    .preimushestva li {
        width: 100%;
        display: block;
        position: static;
        margin-bottom: 30px;
    }
    
    .forma_zakaz_zvonka .forma_zakaz_zvonka_inner .form_caption {
        font-size: 25px;
        line-height: 27px;
    }
    .forma_zakaz_zvonka .forma_zakaz_zvonka_inner button {
        width: 100%;
    }
    
}

@media screen and (max-width: 480px) { 
    
    .top_bar .col-xs-6 {
        width: 100% !important;
        height: auto;
    }
    .main_top_module li, .new_prods_tpl h3, .featured_temp h3, .carousel_wrap h3 {
        font-size: 30px;
    }
    
    .new-thumb .col-xs-4, .new-thumb .col-xs-8 {
        width: 100% !important;
    }
    .new-thumb .image {
        text-align: center;
        margin-bottom: 20px;
    }
    .new-thumb img {
        display: inline-block;
    }
    .new_more {
        text-align: center;
    }
    
    .list-group .module_title h3 {
        font-size: 16px;
    }
    .left_category_module .navbar-toggle {
        padding: 5px;
    }
    
    .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: 380px) {
    
    .main_top_module li, .new_prods_tpl h3, .featured_temp h3, .carousel_wrap h3 {
        font-size: 25px;
    }
    .footer_logo img {
        max-width: 100%;
    }
    
}

@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: auto;
        margin-bottom: 35px;
    }
    .top_slogan > div:first-child {
        font-size: 20px;
    }
    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;
    }
}
