/****************************************** FRONTEND STYLES ***********************************************************/
::-webkit-input-placeholder {color:#3f3f3e;}
::-moz-placeholder          {color:#3f3f3e;}/* Firefox 19+ */
:-moz-placeholder           {color:#3f3f3e;}/* Firefox 18- */
:-ms-input-placeholder      {color:#3f3f3e;}

:focus::-webkit-input-placeholder {color:#fff;}
:focus::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
:focus:-moz-placeholder           {color:#fff;}/* Firefox 18- */
:focus:-ms-input-placeholder      {color:#fff;}
/* classic clearfix */
.clearfix {
    display: block;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix {
    height: 1%;
}
.url-path-test {
    background: url('../images/test.png');
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 300;
	color: #000;
	margin: 0px;
	height: 100%;
	min-width: 1150px;
	background: #fff repeat;
}
.wrapper {
	min-width: 1150px;
	max-width: 1366px;
	margin: 0px auto;
	min-height: 100%;
	#height: auto !important;
	#height: 100%;
	border: none;
	box-sizing: border-box;
	padding: 0 20px;
}
.element-invisible {
	display: none;
}
a {
	color: #11A58A;
	text-decoration: none !important;
}
a:visited{	
	text-decoration: none;
}
.content_column a{
	border-bottom: 1px solid #ebebeb;
}
a:hover {
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
h1,h2,h3,h4{
	font-weight: normal;
}
h1{
	font-weight: 500;
	font-size: 43px;
	font-family: 'Roboto', sans-serif;
	color: #3C3C3B;
	line-height: 1.2;
	text-align: left;
}
h2 {
	font-size: 29px;
	font-family: 'Roboto', sans-serif;
	color: #3C3C3B;
	line-height: 1.2;
	text-align: left;
	font-weight: 500;
	padding-top: 20px;
}

.insta_h2 { padding: 0px 0px 20px 0px;}

h3 {
	font-weight: 500;
	font-size: 23px;
	font-family: 'Roboto', sans-serif;
	color: #11A58A;
	line-height: 1.2;
	padding-top: 10px;
}

h4 {
	line-height: 1.2;
	padding-top: 10px;
	font-weight: 700;
	letter-space: 1px;
}

b {font-weight: bold; font-weight: 700;}


/* Header
-----------------------------------------------------------------------------*/
.header {
	position: fixed;
    z-index: 900;
    width: 100%;
   # max-width: 1366px;
    box-sizing: border-box;
   # min-width: 1000px;
	background: #fff;
	border-bottom: 4px solid #11A58A;
}
.header-content-top{
	height: 3px;
    background: #3C3C3B;
    background: -moz-linear-gradient(left, #3C3C3B 0%, #11A58A 50%, #3C3C3B 100%);
    background: -webkit-linear-gradient(left, #3C3C3B 0%, #11A58A 50%,#3C3C3B 100%);
    background: linear-gradient(to right, #3C3C3B 0%, #11A58A 50%,#3C3C3B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3C3C3B', endColorstr='#3C3C3B',GradientType=1 );
}
.header_columns{
	display: table;
    width: 100%;
	height: 104px;
}
.header_columns .header_column{
	width: 25%;
	float: left;
}
.header_columns .header_column1{
	width: 22%;
}
.header_columns .header_column2{
	width: 34%;
}
.header_columns .header_column3{
	width: 25%;
}
.header_columns .header_column4{
	width: 19%;
}
.logo_block {
	float: left;
    height: 100px;
	padding-top: 11px;
	text-align: left;
	box-sizing: border-box;
}
.logo {
	margin: 0;
}
.header_text {
	font-size: 17px;
	color: #ec1c24;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
	margin-top: 33px;
}
.header_zamer{
    font-size: 14px;
	text-align: center;
    line-height: 1.2;
    text-decoration: none;
    background-color: #ebebeb;
    padding: 9px 14px;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 700;
    display: block;
    margin-top: 29px;
    margin-left: auto;
	letter-spacing: 0.5px;
	width: 100%;
	height: 51px;
	overflow: hidden;
	box-sizing: border-box;
}
.header_zamer.question,
.header_zamer.answer{
	background-color: #fff;
	border: 2px solid #11A58A;
	font-size: 12px;
	text-transform: unset;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: rgb(34, 34, 34);
	padding: 9px 10px;
	position: relative;
}
.header_zamer.question:after, 
.header_zamer.answer:after{
	background: linear-gradient(to top, rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 0));
	/* webkit example */
	background-image: -webkit-gradient(
		linear, bottom, top, from(rgba(255, 255, 255, 1.0)), to(rgba(255, 255, 255, 0))
	);

	/* mozilla example - FF3.6+ */
	background-image: -moz-linear-gradient(
		bottom top, rgba(255, 255, 255, 1.0) 20%, rgba(255, 255, 255, 0) 95%
	);
    height: 15px;
    left: 0px;
    right: 0px;
    content: " ";
    width: 100%;
    bottom: 0px;
    position: absolute;
}
.phone_block {
    width: 100%;
    float: right;
    padding-top: 28px;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 300;
    color: rgb(34, 34, 34);
    text-align: right;
}

a.head_phone {
	text-decoration: none;
	border: 0;
	padding-right: 0;
	margin-right: 0;
	font-size: 25px;
	color: #3C3C3B;
	display: inline-block;
	font-weight: bold;
	line-height: 1.2;
	text-align: right;
}

ul#ariext94 li ul.ux-menu-sub a {
	text-decoration: none;
	line-height: 13px;
}
ul#ariext94 li ul.ux-menu-sub a:hover {
	color: #000 !important;
	text-decoration: none;
}
ul#ariext91 a .special {border-bottom: 1px solid #e0e0e0;}
ul#ariext91 a:hover .special {border: 0px;}
.top_menu_block {
    display: table;
    width: 100%;
    clear: both;
    background-color: #11A58A;
	position: relative;
    padding: 0px;
    box-sizing: border-box;
	border-radius: 5px 5px 0 0;
	margin-bottom: -4px;
}
.top_menu {
    display: table;
    /* width: calc(100% - 300px); */
    float: left;
}
.top_menu  .ux-menu-sub {
	top: 100% !important;
}
.top_menu .ux-menu-arrow {
    display: block !important;
    top: calc(50% - 3px);
}
.top_menu .ux-menu-item-main:hover .ux-menu-arrow {
	background: url(/modules/mod_ariextmenu/mod_ariextmenu/js/css/images/menu-arrow-down-hover.png) no-repeat;
}
.search_block {
	width: 270px;
	float: right;
	text-align: right;
	top: 5px;
	bottom: 5px;
	position: absolute;
	right: 5px;
}
@media all and (max-width: 1350px) {
	.search_block {
		width: 150px;
	}
}
@media all and (max-width: 1250px) {
	.search_block {
		width: 100px;
	}
}
@media all and (max-width: 1200px) {
	.search_block {
		display: none;
	}
}
.search_block .search-query{
	width: 90%;
	float: right;
	max-width: 90% !important;
    line-height: 30px;
    height: 34px;
	padding-left: 10px;
	border: 1px solid #fff;
	border-radius: 3px;
	box-sizing: border-box;
}
.search_block button {
	float: left;
	 height: 27px;
	 background: #fff;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: none;
	box-shadow: none;
	position: absolute;
right: 1%;
top: 2px;
padding: 0 4px;
}
.search_block button:hover {
	background: #fff;
}
input#mod_djcatsearch {
    /*background: #fefefe url("../images/icon-search.png") no-repeat scroll 240px 8px;*/
}

.top_menu_block  .ux-menu-container{
	background-color: #11A58A;
}
.top_menu_block ul.ux-menu .ux-menu-sub li a{
	text-align: left !important;
	font-size: 13px !important;
}
.top_menu_block .ux-menu ul a.ux-menu-link-last, 
.top_menu_block .ux-menu.ux-menu-vertical a.ux-menu-link-last{
	border-bottom: none;
}
.top_menu_block ul.ux-menu .ux-menu-sub li:hover {
    background-color: #11A58A;
}
.top_menu_block  ul.ux-menu .ux-menu-sub li {
    background-color: #7d6251;
}
.top_menu_block  ul.ux-menu .ux-menu-item-main.ux-menu-item579 a{
    color: #ec1c24 !important;
	font-weight: 700 !important;
}
.top_menu_block  ul.ux-menu .ux-menu-item-main.ux-menu-item579 a:hover{color:#fff !important;}
.top_menu_block  ul.ux-menu .ux-menu-item-main.ux-menu-item579 a.current{color:#fff !important;}
.address_block .ux-menu-container{
	border-top: none;
	background-color: unset;
}
.address_block .ux-menu a,
.address_block .ux-menu li.current,
.address_block .ux-menu li.current a.ux-menu-link-level-0,
.address_block .ux-menu li:hover a.ux-menu-link-level-0
.ux-menu li:hover a.ux-menu-link-level-0 ,
.address_block .ux-menu a:focus, 
.address_block .ux-menu a:hover, 
.address_block .ux-menu li:hover, 
.address_block .ux-menu li:hover a, 
.address_block .ux-menu a.ux-menu-link-hover{
	background: unset !important;
	background: #fff !important;
}
.top_menu .ux-menu>li:first-child a{
	border-radius: 5px 0 0 0;
}
.top_menu .ux-menu li, .top_menu .ux-menu li:hover {background-color: #f6e7d4;}
.top_menu .ux-menu a{
	border: none;
	line-height: 24px;
}
.top_menu .ux-menu .ux-menu-item-level-0>a.current {
	background-image: url(../images/menu-hover.png) !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
}
.top_menu .ux-menu-clearfix:after{
	display: none;
}
.phone_block a.callback{
	display: inline-block;
    margin-top: 7px;
    line-height: 17px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    border-bottom: 1px dashed;

}
.phone_block a.callback:hover{
	border-bottom: none;
}
.fancybox-overlay{
	z-index: 20000;
}
.all_content{
	#display: flex;
	#flex-direction: column;
	#height: 100%;
}
/* Middle
-----------------------------------------------------------------------------*/

.middle {
	width: 100%;
	flex: 1 0 auto;
	padding: 149px 0 30px;
	position: relative;
	display: inline-block;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
    width: 100%;
    #overflow: hidden;
   # padding-left: 15px;
   # padding-right: 15px;
    display: block;
	position: relative;
    box-sizing: border-box;
    #border-radius: 8px;
}
.content {
	display: table;
	width: 100%;
	background: #fff;
	padding: 20px 0;
	border-radius: 0 0 5px 5px;
	margin-bottom: 9px;
	box-sizing: border-box;
}
.slider{
	border-top: 3px solid #fff;
    border-bottom: 2px solid #fff;
}
.slider .djslider-loader-default{
	overflow: visible;
}
.slider .djslider-default .navigation-container-custom{
    position: absolute;
    bottom: -35px;
    left: 0px;
    z-index: 100;
    right: 0px;
	top: auto;
    text-align: center;
}
.slider .djslider-default .load-button{
	width: 8px;
	height: 8px;
	display: inline-block;
	border: none;
	background-color: #11A58A;
	margin: 0 6px;
	opacity: 1;
}
.slider .djslider-default .load-button-active{
	background-color: #3C3C3B;
}

.slider-content-bottom{
    height: 4px;
    background: #3C3C3B;
    background: -moz-linear-gradient(left, #3C3C3B 0%, #11A58A 50%, #3C3C3B 100%);
    background: -webkit-linear-gradient(left, #3C3C3B 0%, #11A58A 50%,#3C3C3B 100%);
    background: linear-gradient(to right, #3C3C3B 0%, #11A58A 50%,#3C3C3B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3C3C3B', endColorstr='#3C3C3B',GradientType=1 );
	margin-bottom: 15px;
}
.slider img{
	#border-radius: 8px;
}
.breadcrumb {
	margin: 0 !important;
	padding: 0 !important;
	background: none;
}
ul.breadcrumb li{
	display: inline;
	font-size: 12px;
	margin: 0 !important;
	padding-left: 0px !important;
}
ul.breadcrumb li a{
	text-decoration: none;
}
ul.breadcrumb li .divider{
	margin: 0 1px 0 1px;
}
.content table, .content td {
	border-color: #f0f0f0;
}

.content_column.with_right{
	float: left;
	width: 73%;
}
.content_column.with_left{
	float: right;
	width: calc(100% - 300px);
}
.content_column ul{
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
}
.content_column ul li {
	list-style-type: disc;
	margin-left: 40px;
}

/**
.content_column ul li:before {
    content: "• ";
    color: #ec1c24;
    font-size: 24px;
    vertical-align: middle;
}
**/

.calculator{
	background-color: #ebebeb;
    display: table;
    width: 100%;
	border: 1px solid #11A58A;
}
.calculator .left_column{
	width: 233px;
	float: left;
	border-right: 1px solid #cfcfcf;
	background-color: #fbfcfe;
}
.calculator .left_column .manager_name {
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	font-weight: 300;
}
.calculator .left_column .manager_name b{
	font-size: 16px;
	color: rgb(34, 34, 34);
	line-height: 1.2;
	text-align: center;
	display: block;
	margin: 14px 0 6px;
}
.calculator .left_column .manager_name span{
	margin-bottom: 10px;
}
.calculator .right_column{
	float: left;
    padding-left: 25px;
    padding-top: 13px;
	width: calc(100% - 234px);
    box-sizing: border-box;
}
.calculator .right_column h4{
	font-size: 19px;
	font-family: 'Roboto', sans-serif;
	color: rgb(63, 66, 68);
	font-weight: bold;
	margin-top: 0px;
}
.calculator .calc_form{
	margin-top: 30px;
    display: table;
    width: 100%;
}
.calculator .calc_form .form_options{
	width: 266px;
    border-right: 1px solid #eaecee;
    float: left;
}
.calculator .manager_photo img{
	height: 242px;
    width: 233px;
}
.calculator select{
    border: 1px solid #11A58A;
    line-height: 28px;
    font-size: 14px;
    color: #666666;
    margin: 6px 0 30px;
	width: 235px;
}
.calc_user{
    background-color: #fff;
    width: 48px;
    border: 1px solid #11A58A;
    display: inline-block;
    line-height: 28px;
    border-radius: 4px;
    font-size: 14px;
    color: #666666;
    text-align: center;
}    
.calc_form .label{
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	color: rgb(34, 34, 34);
	line-height: 1.2;
	display: block;
	font-weight: 300;
	background-color: transparent;
	text-shadow: none;
    padding: 0px;
}
.calc_form .label.for_calc_user{
    line-height: 50px;
    display: inline-block;
    margin-right: 26px;
}
.calc_form .slider-wrapper{
	margin-left: -5px;
}

.calculator .calc_form .form_result{
	display: block;
    float: left;
    width: calc(100% - 310px);
    padding: 0px 10px 0px 30px;
}
.calculator .calc_form .form_result .p_par .props{
	opacity: 0;
	display: none;
}
.calculator .calc_form .form_result .p_par .props.active{
	opacity: 1;
	display: block;
}
.calculator .calc_form .form_result .mod_djc_item{
	width: 100%;
    max-width: none;
    border: unset;
    display: table;
    padding-top: 0px;
	margin-bottom: 28px;
}
.calculator .calc_form .form_result h4{
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color: #11A58A;
	font-weight: bold;
	margin-top: 0px;
}
.calculator .calc_form .form_result h4 a{
	border: none;
}
.calculator .calc_form .form_result .djc_image {
	float: left;
    width: 160px;
    margin-right: 30px;
}

.calculator .calc_form .form_result .djc_title {
	text-align: left;
}
.calculator .calc_form .form_result .djc_properties {
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	color: rgb(34, 34, 34);
	line-height: 1.5;
	text-align: left;
}
@media screen and (max-width: 1300px){
	.calculator .calc_form .form_result .djc_image {
		display: none;
	}
	.calculator .calc_form .form_result .djc_properties{
		padding-left: 0px;
	}
}
.calculator .calc_form .form_result .djc_price {
    text-align: left;
    color: #ec1c24;
	margin-bottom: 0px;
}
.calculator .calc_form .form_result  .get_item {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    float: none;
    display: block;
    color: #fff;
    cursor: pointer;
    padding: 6px 16px;
    border-radius: 5px;
    margin: 20px 0;
    background-color: #11A58A;
    border: 0px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 500;
	text-align: center;
}
.ui-slider-horizontal
{
    width: 227px;
    height: 14px;
    background: #11A58A;
    position: relative;
    margin: 0 10px 0 9px;
    background-size: contain;
    border: 1px solid #fff;
    border-radius: 30px;
}
.ui-widget-header {
    background: #11A58A;
    height: 14px;
    left: 0px;
    top: 0px;
    position: absolute;
    border: 1px solid #fff;
    border-radius: 30px;
}
.ui-slider-handle 
{
    width: 20px;
    height: 20px;
    outline: none !important;
    position: absolute;
    top: -4px;
    margin-left: -10px;
    z-index: 200;
    background-color: #fff;
    border: 2px solid #11A58A !important;
    border-radius: 50%;
}
.ui-slider-handle:after{
	background-color: #eb5945;
	width: 8px;
	height: 8px;
	border-radius: 5px;
	position: absolute;
	content:" ";
	top: calc(50% - 4px);
    left: calc(50% - 4px);
}
.calc_shkala .calc_sh {
    width: 240px;
    background: url(../images/marks.png) no-repeat;
    margin-top: 14px;
    padding: 13px 5px 27px 0;
    position: relative;
    background-size: 243px;
    background-position: -2px bottom;
}
.ot_logo_scroller .the-carousel img {
    margin: 0 auto;
    float: none;
    display: block;
}

.img-polaroid {box-shadow: none; border: 0px;}
.djc_subcategory_row {padding: 10px 0;}

div.mod_djc_item .djc_category_info, div.mod_djc_item .djc_producer_info, div.mod_djc_item .djc_price {opacity: 1;}

/* right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: right;
    width: 27%;
    position: relative;
    background: #fefefe;
    display: block;
    box-sizing: border-box;
    border-radius: 8px;
	padding-left: 40px;
}
ul.content_1 {
	padding-left: 10px !important;
}

.moduletable_projectsmenu {padding-bottom: 20px;}


/* left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
    width: 300px;
    display: block;
    box-sizing: border-box;
    border-radius: 8px;
	padding: 0px;
	margin: 0;
	float: left;
}
ul.content_1 {
	padding-left: 10px !important;
}

.moduletable_projectsmenu {padding-bottom: 20px;}

.left-sidebar ul {list-style-type: none; padding-right: 45px;}

ul.nav-child {padding: 0 0 15px 0px; font-size: 14px;  border-top: 0px;}
ul.nav-child a {
	text-decoration: none; 
	border-bottom: 1px solid #ebebeb; 
	font-weight: 400; 
	font-size: 14px;
	color: #000;
	line-height: 1.5;
}
.nav-child li{margin: 0 0 10px 0; padding-left: 24px;}
ul.nav-child a:hover {border: 0px;}

.left-sidebar .nav.menu{
	
}
.left-sidebar .nav.menu>li>a{
	display: none;
}
.left-sidebar .nav.menu>li>ul{
	padding-bottom: 0px;
	border: 1px solid #ebebeb;
}
.left-sidebar .nav.menu>li>ul>li{
	margin-left: 0px;
    padding-left: 0px;
	margin-bottom: 0px;
	position: relative;
}
.left-sidebar .nav.menu>li>ul>li>a{
	background-color: #11A58A;
	padding: 15px 25px;
	font-size: 16px;
	color: rgb(34, 34, 34);
	line-height: 1;
	font-weight: 500;
	text-align: left;
	text-decoration: none;
	display: block;
	/*display: none; /* Спрятал верхний уровень в вертикальном меню, пока нет кессонов и запчастей */
}
.left-sidebar .menu_info {
    /*position: absolute;*/
    background-color: #11A58A !important;
    border-radius: 50%;
    color: #fff !important;
    padding: 0px !important;
    width: 17px;
    height: 17px;
	font-size: 13px !important;
    line-height: 17px !important;
    text-align: center !important;
    right: 9px;
    top: 15px;
}
.left-sidebar .menu_info:hover {
	background-color: #ec1c24 !important;
    border-radius: 50%;
    color: #fff !important;
}
.left-sidebar .nav.menu>li:first-child>a{
	border-radius: 0 6px 0 0;
}
.left-sidebar .nav.menu>li .nav-child .divider,
.left-sidebar .nav.menu>li>ul>li>a{
	background-color: #ebebeb;
	text-decoration: none;
	border-bottom: none;
	margin-bottom: 18px;
	padding: 15px 25px;
	font-size: 16px;
	font-weight: 700;
	color: #3C3C3B;
	line-height: 1;
	text-align: left;
}

.item-515 {margin-top: 0px !important;}
.more_info{
    border-bottom: 1px solid #11A58A;
}
.more_info:hover{
	border-bottom: none;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	background: #ebebeb;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	flex: 0 0 auto;
	border-top: 4px solid #11A58A;
}
.footer .footer-content {
	display: table;
	width: 100%;
	font-weight: 400;
	padding: 20px 0;
	box-sizing: border-box;
	color: #3C3C3B;
	font-size: 13px;
	line-height: 1.143;
	border-top: 2px solid #fff;
}
.copyright-text1{
	width: 50%;
	float: left;
}

.copyright-text1 a {color: #ffffff; border-bottom: 1px solid #ffffff;}
.copyright-text1 a:hover {border: 0px;}

.copyright-text2{
	width: 50%;
	float: left;
	text-align: right;
}
.footer .copyright-content {
	background-color: #11A58A;
	display: table;
	width: 100%;
	font-weight: 300;
	padding: 7px 0; 
	box-sizing: border-box;
	color: #fff;
	font-size: 13px;
	line-height: 1.3;
	border-top: 2px solid #fff;
}

.footer-text{
	width: 25%;
	float: left;
}
.footer-text.footer_column1{
	width: 20%;
}
.footer-text.footer_column2{
	width: 15%;
}
.footer-text.footer_column3{
	width: 15%;
}
.element-invisible{display:none;}

.footer  .footer-content a.phone_footer{
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	margin: 8px 0 5px;
	color: rgb(1, 69, 118);
	font-weight: bold;
	display: block;
	line-height: 1.2;
}
.footer .footer-content a {color: #11A58A; text-decoration: none; display: inline-block; font-weight: 300; font-size: 15px; line-height: normal; border: none;}
.footer .footer-content ul {list-style-type: none; padding-left: 0px;}
.footer .footer-content ul li{margin-bottom: 9px;}
.footer .footer-content ul li a {/* border-bottom: 1px solid #75a9d5; */ text-decoration: underline;}
.footer .footer-content ul li a:hover {border: 0px; background-color: transparent; text-decoration: none;}
.footer .footer-content h3 {font-size: 16px; color: #3C3C3B; font-weight: 700; line-height: 1; margin-bottom: 16px;}

.ya-share2, .ya-share2 * {border: 0px !important;}

.footer-text .email_form{
	width: 300px;
	padding-top: 10px;
	margin: 0 auto
}
.footer-text .email_form input[type="text"]{
	width: 100%;
    line-height: 32px;
    border: 1px solid #cfcfcf;
    height: 34px;
    padding: 0 16px;
    margin-bottom: 15px;
	font-size: 14px;
	box-sizing: border-box;
}
.footer-text .email_form .email_button{
    background-color: #11A58A;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    border-radius: 6px;
    padding: 9px 14px;
    border: none;
	text-transform: uppercase;
}
a.rassrochka {
    background-color: #ec1c24;
    font-size: 14px;
    font-weight: 500;
	text-decoration: none;
    color: rgb(245, 245, 245);
    line-height: 1.2;
    border-radius: 6px;
    padding: 9px 17px;
    border: none;
	margin: 20px auto;
    display: table;
	font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
a.disadvantages  {
    background-color: #ec1c24;
    font-size: 14px;
    font-weight: 500;
	text-decoration: none;
    color: rgb(245, 245, 245);
    line-height: 1.2;
    border-radius: 6px;
    padding: 9px 17px;
    border: none;
	margin: 20px auto;
	font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
	display: inline-block;
}
/* Callback
-----------------------------------------------------------------------------*/
.popup {
    display: none;
    line-height: normal;
    position: absolute;
    z-index: 10000;
}
.top-line-phone__popap {
    top: 47px;
    right: 12px;
    width: 240px;
}
.topas-popap {
    background-color: rgba(255, 255, 255, 0.97);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    padding: 15px 20px;
	border-radius: 5px;
}
.popup-phones-cites, .popup-phones-numb {
    float: left;
}
.popup-phones-cites {
    margin-right: 10px;
    width: 40px;
}
.popup-phones-numb {
    width: 115px;
}
#callme-form .topas-popap-header {
    border: medium none;
    text-align: center;
}
.topas-popap-header {
    border-bottom: 1px dotted #cecece;
    padding-bottom: 12px;
    text-transform: uppercase;
    white-space: nowrap;
}
#callme-form-container {
    margin: 0 auto;
    width: 200px;
}
input.popup-input {
    height: 25px;
    margin-bottom: 15px;
    padding: 0 5px;
    width: 190px;
}
#callme-form .input-text {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
    padding: 5px;
    width: 190px;
}
#callme-form .btn {
    display: block;
    margin: 5px auto 0;
}
.telnumberError{
	color: red;
	text-align: center;
	display: none;
	margin-top: -7px;
    margin-bottom: 7px;
}
.product_table{
	border: 0px;
	width: 100%;
	margin-top: 10px;
}
.action_button {
	padding: 13px 0px 52px 0 !important;
}
.action_button a,
.feedback dl dd input[type=submit]{width: auto; font-family: 'Roboto', sans-serif; font-size: 13px; text-decoration: none; display: inline-block; color: #fff; cursor: pointer; background-color: #ed1c24; border: 0px; line-height: 6px; font-weight: 500; padding: 15px; border-radius: 3px; margin: 0;}
.slider_button {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    float: none;
    display: inline-block;
    cursor: pointer;
    padding: 5px 16px !important;
    border-radius: 5px;
    margin: 20px 0 0 0 !important;
    background-color: #ec1c24;
    border: 0px;
    line-height: 2.4;
    text-transform: uppercase;
    font-weight: 700;
	height: 34px !important;
}
a.slider_button_link {
	    color: #fff !important;
}
.action_button a:hover,
.feedback dl dd input[type=submit]:hover{background-color: #ad1f24;}
a.modal {text-decoration: none; border-bottom: 1px solid #a6a6a6;}
a.modal:hover{border:0px;}
.price1{
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
.price2{
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: red;
}
.price3{
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
.sheets{
	min-width: 210px;
}
a.butt{font-family: 'Roboto', sans-serif; font-size: 14px; text-decoration: none; display: inline-block; color: #fff; cursor: pointer; margin-bottom: 20px; background-color: #ed1c24; border: 0px; line-height: 6px; font-weight: 500; padding: 15px; border-radius: 6px;}
a.butt:hover{background-color: #ad1f24;}

.callback-h1 {text-align: center; font-size: 28px; font-weight: 500; font-family: 'Roboto', sans-serif; color: rgb(34, 34, 34);  line-height: 1.179;}
.callback-content-top {
	margin: 14px 0 20px 0;
    height: 3px;
    background: #3C3C3B;
    background: -moz-linear-gradient(left, #3C3C3B 0%, #0cbdf1 20%, #3C3C3B 100%);
    background: -webkit-linear-gradient(left, #3C3C3B 0%, #0cbdf1 20%,#3C3C3B 100%);
    background: linear-gradient(to right, #3C3C3B 0%, #0cbdf1 20%,#3C3C3B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3C3C3B', endColorstr='#3C3C3B',GradientType=1 );
}
#lean_overlay{position:fixed;z-index:10000;top:0;left:0;height:100%;width:100%;background:#000;display:none;}
.callback_form{width: 600px; padding: 15px 40px; font-size: 16px; line-height: 21px; color: #3C3C3B; font-weight: 300;}
#callback_form{}
#contact_form.feedback {background-color: rgba(31,180,218,0.5); padding: 13px 0;}
.feedback {display: inherit; text-align: center; margin-bottom: 0px; margin-top: 15px;}
.feedback label{width: 60%; text-align: left; margin: 0 auto; color: #3C3C3B; font-weight: 300; font-size: 12px; line-height: 21px;}
.feedback label span{color: #ec1c24;}
.feedback input{border: 1px solid #11A58A; padding: 4px 15px; font-size: 13px; box-sizing: border-box; line-height: 28px; height: 34px; border-radius: 0px; box-shadow: none;}
.feedback textarea{border: 1px solid #11A58A; padding: 4px 15px; font-size: 13px; box-sizing: border-box; line-height: 28px; height: 74px; border-radius: 0px; box-shadow: none;}
.feedback  input:focus{box-shadow: none; outline: none;}
.feedback .butt{font-family: 'Roboto', sans-serif; font-size: 14px; float: none; display: block; color: #fff; cursor: pointer; padding: 5px 16px; border-radius: 5px; margin: 20px auto; background-color: #11A58A; border: 0px; line-height: 1; text-transform: uppercase; font-weight: 700;}
.feedback .butt:hover{background-color: #ad1f24;}
#action .feedback dl dd input[type=submit]{padding: 10px 22px 12px 22px; height: 55px; font-size: 21px;}
.feedback p.comment{ color: #284F98 ; font-size: 20px; margin-top: -10px;}
.form_result{display: none; color: #fff; font-size: 22px; padding: 50px 30px; font-weight: 500;}
.agreement{margin-top: 30px; text-align: center; padding-top: 10px; font-size: 12px; color: #3C3C3B; border-top: 1px solid #11A58A;}
.agreement a {color: #9c9c9c; text-decoration: none; border-bottom: 1px solid #e6e9eb;}
.agreement a:hover {border: 0px;}

.feedback_form{width: 600px; padding: 15px 40px; font-size: 16px; line-height: 21px; color: #3C3C3B; font-weight: 300;}
.feedback_contact{display: inherit; text-align: left; margin-bottom: 0px; margin-top: 15px;}
.feedback_contact label{width: 60%; text-align: left; margin: 0; color: #3C3C3B; font-weight: 300; font-size: 12px; line-height: 21px;}
.feedback_contact label span{color: #ec1c24;}
.feedback_contact input{border: 1px solid #11A58A; padding: 4px 15px; font-size: 13px; box-sizing: border-box; line-height: 28px; height: 34px; border-radius: 0px; box-shadow: none;}
.feedback_contact textarea{border: 1px solid #11A58A; padding: 4px 15px; font-size: 13px; box-sizing: border-box; line-height: 28px; height: 170px; border-radius: 0px; box-shadow: none;}
.feedback_contact  input:focus{box-shadow: none; outline: none;}
.feedback_contact .butt{font-family: 'Roboto', sans-serif; font-size: 14px; float: none; display: block; color: #fff; cursor: pointer; padding: 5px 16px; border-radius: 5px; margin: 20px 0; background-color: #11A58A; border: 0px; line-height: 1; text-transform: uppercase; font-weight: 700;}
.feedback_contact .butt:hover{background-color: #ad1f24;}
#action .feedback_contact dl dd input[type=submit]{padding: 10px 22px 12px 22px; height: 55px; font-size: 21px;}
.feedback_contact p.comment{color: #284F98; font-size: 20px; margin-top: -10px;}
.agreement_contact{text-align: left; padding-top: 10px; font-size: 12px; color: #9c9c9c;}
.agreement_contact a {color: #9c9c9c; text-decoration: none; border-bottom: 1px solid #e6e9eb;}
.agreement_contact a:hover {border: 0px;}
#vybrat_form.feedback{
	margin-top: 15px;
    display: block;
}
#vybrat_form.feedback label{width: 95%;}
#vybrat_form.feedback input{
	margin: 0 auto;
    width: 95%;
    display: block;
    margin-bottom: 15px;
}
#vybrat_form.feedback input[type="submit"]{
	margin-bottom: 16px;
}
#action{background:none repeat scroll 0 0 #FFF;display:none;box-shadow:0 0 4px rgba(0,0,0,0.7);-webkit-box-shadow:0 0 4px rgba(0,0,0,0.7);-moz-box-shadow:0 0 4px rgba(0,0,0,0.7);padding:0px 20px 5px 20px;border-radius:8px;}
#action  .feedback{width: auto;}
#action  .feedback dl dt{width: 90px;}
#action  {width: 540px;}

UL#ariext91 LI A {text-align: center !important; text-decoration: none;}
UL#ariext91 LI UL.ux-menu-sub A {text-align: left !important;}

.vina-awesome-slider {border: 0px; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; -khtml-border-radius: 8px;}
.vina-awesome-slider .ws_images { height: inherit; border: 0px; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; -khtml-border-radius: 8px;}

.address_block .ux-menu ul{margin-top: -2px;}
.address_block .ux-menu>li>a{text-decoration: underline}
.address_block .ux-menu>li>a:hover{text-decoration: none}
.address_block ul.ux-menu .ux-menu-sub li:hover a, .address_block ul.ux-menu .ux-menu-sub li{background-color:#fff!important; color: #432!important;}
.address_block  .ux-menu-container{z-index: 10000!important;}

.address_block ul.ux-menu>.ux-menu-item-parent>.ux-menu-sub>li{border-left: 1px solid #f6e7d4; border-right: 1px solid #f6e7d4; z-index: 10;}
.address_block ul.ux-menu>.ux-menu-item-parent>.ux-menu-sub>li:first-child{border-top: 1px solid #f6e7d4; }
.address_block ul.ux-menu>.ux-menu-item-parent>.ux-menu-sub>li:last-child{border-bottom: 1px solid #f6e7d4; }
.address_block ul.ux-menu>.ux-menu-item-parent>.ux-menu-sub>li .ux-menu-sub{border: 1px solid #f6e7d4; margin-left: -3px; margin-top: 1px; min-width: auto; width: auto !important; min-height: 100%; background-color: #fff;}
.address_block ul.ux-menu>.ux-menu-item-parent>.ux-menu-sub>li .ux-menu-sub li{display: table; height: 100%;  vertical-align: middle;}
.address_block ul.ux-menu>.ux-menu-item-parent>.ux-menu-sub>li .ux-menu-sub li a{display: table-cell; vertical-align: middle;}
.address_block .ux-menu>li>a
{     
    border: 1px solid #fff;
}
.address_block .ux-menu>li:hover>a{
	border: 1px solid #f6e7d4;
	background-color: #fff !important;
	border-radius: 5px 5px 0 0;
}
.address_block .ux-menu>li:hover>a.ux-menu-link-parent 
{    
	border-bottom: 1px solid #fff;
	z-index: 20;
}

.fancybox-skin{
	border-radius: 0px !important;
	background-color: #ffffff;
	border: 1px dashed #cfcfcf;
	box-shadow: none !important;
}
.ot_logo_scroller{
	padding-top: 10px;
	padding-bottom: 15px;
}
.the-prev, .the-next{
	top: calc(50% - 10.5px);
}

.aikon_paralax {
	width: 100%;
	height: 100%;
    position: relative;
	background-attachment: fixed;
	background-position-x: center !important;
	background-repeat: no-repeat;
}
.fancybox-lock body { 
    overflow: visible !important;
}
.fancybox-lock .fancybox-overlay{
	overflow-y: auto!important;
	/* background: rgba(255,255,255, 0.9); */
}
.fancybox-margin {
     margin-right: 0px !important; 
}
.fancybox-lock{
	overflow: visible !important;
}
.fancybox-close{
	background: url(../images/fancybox_exit.png) no-repeat center;
    right: -30px;
    top: -30px;
}
/* djslider
-----------------------------------------------------------------------------*/
.djslider-default{
	height: 400px !important;
}
.djslider-default ul.djslider-in > li{
	height: 400px !important;
    background-size: cover;
    background-position: center;
}
@media screen and (max-width: 1300px){
	.djslider-default ul.djslider-in > li{
		height: 350px !important;
	}
	.djslider-default{
		height: 350px !important;
	}
}
@media screen and (max-width: 1440px){
	.djslider-default img.dj-image{
		width: auto !important;
	}
}	
.djslider-default ul.djslider-in > li a{
    display: block;
    CONTENT: " ";
    width: 100%;
    height: 100%;
}
.djslider-default .navigation-container{
	    top: calc(50% - 18px)!important;
}
.djslider-default{
	-webkit-transition: unset;
	transition: unset;
}
.slide-desc-text-default{
	padding: 15px 20px 20px;
}
.slide-desc-text-default .slide-title{
	text-align: left;
	font-size: 35px;
	font-weight: 300;
	margin: 0;
	line-height: 1.2;
}
.djslider-default .slide-desc{
	width: auto !important;
	max-width: 457px;
	bottom: 20px !important;
	right: 20px! important;
	left: auto !important;
	padding: 50px !important;
}
.djslider-default .navigation-container-custom, .djslider-default .navigation-numbers{
    right: auto;
    width: 100%;
    display: block;
    text-align: center;
}
.contact_way .contact_way_header{ cursor: pointer;}
.contact_way_header:hover{color: #284F98;}
.syscat_home {border: 2px solid #f0f0f0; padding: 20px 40px; display: table;}
.logo_cat {float: left; margin: 10px 20px 10px 0; border: 1px solid #f0f0f0; padding: 4px; width: 180px; height: 6em; display: table; text-align: center;}
.logo_cat:hover {border: 1px solid #ad2024;}
.logo_cat div{display: table-cell; vertical-align: middle;}

#ariext91_container {z-index: 999 !important;}
#ariext95_container {z-index: 1001 !important;}
#ariext91_container .ux-menu a {padding: 10px !important;}
.ux-menu-arrow {display: none !important;}

/** Tabs **/
.rl_tabs.outline_content>.tab-content {border: 0px;}
.rl_tabs>.nav {padding: 0 0 0 0px;}
.rl_tabs .nav-tabs {border-bottom: 2px solid #ebebeb !important;}
.rl_tabs>ul.nav-tabs>li {margin-bottom: -2px !important;}
.rl_tabs>ul.nav-tabs>li:first-child a{margin-left: 0px;}
.rl_tabs.outline_handles ul.nav-tabs>li a, .rl_tabs.outline_handles ul.nav-tabs>li a:hover {border: 2px solid #ebebeb; border-bottom: 0px; border-radius: 5px 5px 0 0;}
.rl_tabs-tab nn_tabs-tab active {border-bottom: 0px !important;}
.rl_tabs .nav-tabs>li.active>a, .rl_tabs .nav-tabs>li.active>a:hover {color: #3C3C3B; font-family: 'Roboto', sans-serif; font-weight: bold; font-size: 20px; padding: 12px 15px;}
.rl_tabs>ul.nav-tabs>li>a {color: #666666; font-family: 'Roboto', sans-serif; font-weight: bold; font-size: 20px; padding: 12px 15px;}
.rl_tabs>.nav>li>a {background-color: #ebebeb; margin-left: 5px;}
.rl_tabs.top>ul.nav-tabs>li>a:focus, .rl_tabs.top>ul.nav-tabs>li.active>a:focus {-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border-color: #e6e9eb;}
.rl_tabs.outline_content>ul.nav-tabs {margin-top: 0px;}
.rl_tabs.outline_content>.tab-content>.tab-pane {padding: 12px 0;}
.rl_tabs>.tab-content>.tab-pane {padding: 12px 0 0 0;}
.rl_tabs-responsive, .rl_tabs {margin-bottom: 0 !important;}

/** DJ-Catalog2 Item Module **/
.djc_item_span{
	width: 25%;
	float: left;
	margin-left: 0px;
}
.djc_item_span:nth-child(4n+1){clear: left;}
@media screen and (max-width: 1300px){
	.djc_item_span{
		width: 33.3%;
		margin-left: 0px;
	}
	.djc_item_span:nth-child(4n+1){clear: none;}
	.djc_item_span:nth-child(3n+1){clear: left;}
}
.djc_item_span .mod_djc_item .stickers{
	position: absolute;
}

.djc_item_span .mod_djc_item  .sticker,
#djcatalog.djc_item  .djc_title .sticker
{
    display: table;
    margin: 2px;
    background-color: #11A58A;
    padding: 2px 7px 2px 8px;
    line-height: normal;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
}
.djc_item_span .mod_djc_item .sticker.pesok,
#djcatalog.djc_item  .djc_title .pesok{
	background-color: #eb5945;
	text-transform: none;
	white-space: nowrap;
}
#djcatalog.djc_item  .djc_title .stickers{
	position: absolute;
    top: 15px;
    left: calc(100% + 10px);
    display: flex;
}
#djcatalog.djc_item .djc_attribute.djc_ef_stock,
#djcatalog.djc_item .djc_attribute.djc_ef_pesok_v_podarok{
	display: none;
}
#djcatalog.djc_item  .djc_title .sale
{
	display: none;
	background-color: #eb5945;
}

.djc_item_span .mod_djc_item .sale {
	display: none;
}

.djc_item_span .mod_djc_item .hit {
	display: none;
}

#djcatalog.djc_item .djc_title .stickers .hit {
	display: none;
}

#djcatalog.djc_item .djc_title .stickers .sale {
	display: none;
}

h1.djc_title{
	display: table;
	position: relative;
}
#djcatalog.djc_item  .djc_title .sticker
{
	display: inline-block;
}
.djc_item_span .mod_djc_item  .sale{
	background-color: #eb5945;
	top: 40px;
	left: auto;
}

.mod_djc_item {border: 1px solid #ebebeb; position: relative; margin-bottom: 35px; border-radius: 0px 0px 7px 7px; padding-top: 20px; max-width: 235px; text-align: center;}
.djc_title a {font-size: 16px; font-weight: 700; color: #11A58A;}
.djc_price_new {
	font-size: 20px; 
	font-weight: 500; 
	color: #ec1c24; 
	opacity: 1;
}
.djc_price span.djc_price_old {
	font-size: 16px; 
	font-weight: 700; 
	color: #222; 
	display: block; 
	line-height: 6px;
}
.djc_items .djc_image img{}
#djcatalog .djc_items .djc_title a{
	margin: 0 5px;
}
.djc_properties{
	font-size: 14px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	color: rgb(34, 34, 34);
	line-height: 1.286;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 58px;
}
.djc_item .djc_properties{
	text-align: left;
}
.djc_description .djc_price{
	min-height: 50px;
	font-weight: bold;
}
.djc_description .djc_price td{
	padding-right: 12px;
	vertical-align: baseline;
}
.djc_item_span .get_item{
	display: block;
    background-color: #11A58A;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0 0 4px 4px;
    line-height: 34px;
	height: 34px;
	border: 0px;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
}
.djc_item_span .get_item:hover{
	background-color: #ec1c24;
}

a.pdf {background: url('../images/pdf_icon.png') no-repeat; padding:0 0 0 25px; font-size: 14px;}
.pdf_img {border-collapse: collapse; border: 2px solid #f0f0f0; padding: 4px; margin-bottom: 10px;}
.pdf_img:hover {border-color: #ad2024;}

.pagination ul{-webkit-box-shadow: none; box-shadow: none; }
.pagination ul>li{
	display: table-cell;
}
ol li {
	padding: 5px 0;
}

ol li ul {padding-top: 5px; padding-bottom: 5px; font-style: italic;}
ol li ul li {padding: 0px;}

hr {border: 1px solid #f0f0f0; border-collapse: collapse;}

table.articles_table {width: 100%; margin: 10px 0 20px 0;}
table.articles_table td {padding: 5px 10px; border: 1px solid #ebebeb; border-collapse: collapse;}


/** DJ-Catalog2 Фильтр **/
.djc_filters_in .filter_header{
	font-size: 20px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	color: rgb(34, 34, 34);
	line-height: 1.2;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 5px;
	margin-bottom: 12px;	
}
div.mod_djc2filters .mod_djc2filters_group {
	padding: 15px 23px;
	background: #ebebeb;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	margin-top: 18px;
	margin-bottom: 30px;
	position: relative;
}
div.mod_djc2filters label{
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	color: rgb(102, 102, 102);
	font-weight: 300;
}

div.mod_djc2filters label.mod_djc2filters_group_label{
	font-size: 14px;
	font-weight: 500;
	color: rgb(34, 34, 34);
}
div.mod_djc2filters .mod_djc2filters_group .mod_djc2filters_buttons .submit_button{
    background: #11A58A;
    color: #fff;
    border: none;
    text-shadow: none;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-transform: uppercase;
    padding: 7px 15px;
}
div.mod_djc2filters .mod_djc2filters_buttons{
	float: left;
	clear: none;
	padding-top: 0px;
	position: absolute;
    right: 10px;
	top: 16px;
}
div.mod_djc2filters .control-group {
    float: left !important;
    box-sizing: border-box;
	margin-bottom: 10px;
    margin-right: 20px;
	width: 30%;
}
div.mod_djc2filters .mod_djc2filters_buttons .reset_button{
    border: none;
    text-shadow: none;
	background: none;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color: rgb(236, 28, 36);
	line-height: 1.2;
	box-shadow: none;
    text-decoration: underline;
}
div.mod_djc2filters h4{
	border-color: #fff;
	margin-bottom: 10px;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	color: rgb(34, 34, 34);
	font-weight: 500;
}

#djc_filter_po-populyarnosti img {vertical-align: baseline;}

/** DJ-Catalog2 Карточка товара **/

#djcatalog.djc_item .djc_images{
	margin-left: 0px;
	margin-bottom: 30px;
	float: left;
}
#djcatalog .djc_toolbar .bron_item {
	font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #ec1c24;
    line-height: 30px;
    text-align: center;
    background-color: rgb(255, 255, 255);
    font-weight: 500;
    width: 236px;
    text-decoration: none;
    display: inline-block;
    border-radius: 6px;
	padding-top: 2px;
    text-transform: uppercase;
    border: 2px solid #ec1c24;
	margin-top: 10px;
}
#djcatalog .djc_toolbar .get_item{
font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: rgb(255, 255, 255);
    line-height: 34px;
    text-align: center;
	padding-top: 2px;
    background-color: #ec1c24;
    font-weight: 700;
    width: 240px;
    text-decoration: none;
    display: inline-block;
    border-radius: 6px;
    text-transform: uppercase;
    border: none;
}
#djcatalog.djc_item .djc_item_info{
	float: left;
	margin-left: 20px;
	width: calc(100% - 720px);
}
#djcatalog.djc_item .moduletable.catalog_item_block{
    float: right;
    width: calc(100% - 720px);
    min-height: 200px;
    margin-bottom: 10px;
}
@media screen and (max-width: 1200px){
	#djcatalog.djc_item .djc_item_info{
		width: calc(100% - 450px);
	}
	#djcatalog.djc_item .moduletable.catalog_item_block{
		float: left;
		width: calc(100% - 450px);
		height: auto;
		margin-left: 20px;
	}
}
#djcatalog.djc_item .djc_item_info .djc_properties{
	padding-left: 0px;
	margin-bottom: 20px;
	height: auto;
}

#djcatalog.djc_item .djc_item_info .djc_properties div{
	background-repeat: no-repeat;
	padding-left: 36px;
	margin-bottom: 10px;
}
#djcatalog.djc_item .djc_item_info .djc_price_new{
	font-size: 28px;
	font-weight: 500;
	color: #ec1c24;
}
#djcatalog.djc_item .djc_item_info select{
	border: 1px solid #11A58A;
    padding: 4px 15px;
    font-size: 15px;
    box-sizing: border-box;
    line-height: 28px;
    height: 34px;
    border-radius: 0px;
    box-shadow: none;
    width: auto;
}
#djcatalog.djc_item .djc_related_title {
	font-size: 19px;
	font-family: 'Roboto', sans-serif;
	color: #3C3C3B;
	line-height: 1.5;
	font-weight: 500;
	border-top: 1px solid #e6e9eb;
	margin-top: 20px;
	margin-bottom: 15px;
    padding-top: 15px;
}
#djcatalog.djc_item .djc_related_items {
	margin-bottom: 20px;
}
#djcatalog.djc_item  .related_item{
	display: inline-block;
	background-color: #ebebeb;
	text-decoration: none;
	padding: 5px 15px;
	border-radius: 4px;
	margin-right: 15px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 500;
	color: #3C3C3B;
}
#djcatalog.djc_item  .related_item:hover{
	background-color: #e6e9eb;
}
#djcatalog .nav-tabs>li>a {
	font-size: 19px;
	font-family: 'Roboto', sans-serif;
	color: #666666;
	font-weight: 500;
	border: 2px solid transparent;
}
#djcatalog.djc_item  .djc_images .djc_mainimage{
	position: relative;
}
#djcatalog .djc_thumbnail img{
	border: 1px solid #ebebeb;
    background: none;
    border-radius: 0px;
}
#djcatalog .nav-tabs>.active>a, #djcatalog .nav-tabs>.active>a:hover{
	border: 2px solid #ddd;
	border-bottom-color: transparent;
	color: #3C3C3B;
}

.djc_item .djc_thumbnail {margin: 0 8px 4px 0;}

.djc_attributes table{
	-webkit-box-shadow: none;
	box-shadow: none;
}
.djc_attributes table tr.djc_attribute td.djc_label{
	width: 50%;
}
.djc_attributes table tr.djc_attribute:nth-child(2n+1) td.djc_label,
.djc_attributes table tr.djc_attribute:nth-child(2n+1) td.djc_value {
    background: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.djc_attributes table tr.djc_attribute:nth-child(2n) td.djc_label,
.djc_attributes table tr.djc_attribute:nth-child(2n) td.djc_value {
    background: #ebebeb;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.table-striped tbody>tr:nth-child(odd)>td, .table-striped tbody>tr:nth-child(odd)>th {background-color: #ebebeb;}
.content table, .content td {border-color: #ebebeb;}

.mobile{display: none !important;}

span.plus {font-size: 26px; font-weight: bold; color: #ec1c24;}
span.minus {font-size: 26px; font-weight: bold; color: #11A58A;}
.djc_files a{
	display: table;
}
.djc_fulltext {padding-top: 20px;}
ul.rassrochka {padding-top: 20px;}
ul.rassrochka li {padding: 10px 0;}

.form_parts{
	display: table;
	width: 65%;
    margin: 0 auto;
}
.form_parts .form_part{
	display: table-cell;
	vertical-align: bottom;
}
.book{
	max-width: 253px; 
	text-align: center; 
	border: 1px solid #ebebeb; 
	box-sizing: content-box;
}
.grwf2-wrapper{
	z-index: 900 !important;
}
#anchor_line.nav_fixed{
	position: fixed;
    top: 150px;
    z-index: 100;
    background-color: #fff;
    max-width: 1025px;
	width: calc(100% - 340px);
    padding: 20px 0 !important;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
}
#anchor_line.nav_fixed + div{
	margin-bottom: 50px; 
    display: inline-block;
}
@media all and (max-width: 1200px) {
	#anchor_line.nav_fixed{	
		padding-right: 20px;
	}
}
#disqus_thread{
	background: #fff;
	border-radius: 0px;
	border: 0px;
}
a#jwDisqusBackToTop{
	display: none;
}

.djc_producer_info {font-family: 'Roboto', sans-serif; font-size: 15px !important; line-height: 1.5; font-weight: 300; color: #000; margin-bottom: 20px;}
.djc_producer_info span {font-weight: 500;}
#djcatalog .djc_toolbar {margin: 5px 0 25px;}
.ingallery-items {margin: 0 !important;}
.ingallery-cell {padding-left: 0 !important; padding-right: 30px !important;}
.ingallery-item-card .ingallery-item-header {display: none;}
.ingallery-loadmore {padding: 0 0 30px 0;}
.ingallery-item-card .ingallery-item-info + .ingallery-item-caption { max-height: 63px; }
.ingallery-message.ing-error {display: none;}
 #ingallery-12 .ingallery-cell:nth-child(3n+1){clear: both;}
 
.vyezd-dir{
font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: rgb(255, 255, 255);
    line-height: 34px;
    text-align: center;
	padding-top: 2px;
    background-color: #ec1c24;
    font-weight: 500;
    width: 320px;
    text-decoration: none;
    display: inline-block;
    border-radius: 6px;
    text-transform: uppercase;
    border: none;
}

#djcatalog .djc_items .djc_item_bg, #djcatalog .djc_related_items .djc_item_bg {background: none !important;}
LI UL.ux-menu-sub A {border-radius: 0 !important;}

table.mainpage_table {width: 100%;}
.mainpage_table td {border: 2px solid #ebebeb; border-collapse: collapse; padding: 10px;}
.mainpage_table td ul li {margin-left: 20px;}

.djslider-default ul.djslider-in > li{
	background: url(/images/slider/slide_bkg.jpg);
}
.djslider-default .slide-desc{
	    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 80px;
}
.djslider-default .slide-desc-in img {
    float: left;
    border: 4px solid #11A58A;
	max-width: 390px;
}
.djslider-default .slide-desc-text{
	font-size: 23px;
    color: #000;
    line-height: 1.4;
    font-weight: 700;
	text-align: right;
}

.djslider-default .slide-title{
    color: #11A58A;
    font-size: 100px;
    font-weight: 500;
    line-height: 1.5;
	margin-top: 15px;
}

.dostoinstvo {
	padding: 15px;
	margin: 10px 0 20px 0;
	background-color: #ebebeb;
	border-left: 5px solid #ec1c24;
}

table.cards_table td {
	border: 1px solid #ebebeb;
}
.montaz-button{
	font-size: 12px;
    font-family: 'Roboto',sans-serif;
    color: rgb(255,255,255);
    line-height: 22px;
    text-align: center;
    background-color: #ec1c24;
    font-weight: 500;
    width: 270px;
    display: inline-block;
    border-radius: 6px;
    text-transform: uppercase;
    border: none;
    float: right;
    padding: 6px;
}