@charset "utf-8";
/* CSS Document */

.articles_cats_container{
	margin: auto;
	max-width:1400px;
}

.header_title_content{
	font-size:48px;
	font-weight:800;
	font-family:'Montserrat',sans-serif;
	text-transform:uppercase;
	text-align:center;
	background-color:#000000;
	color:#ffffff;
	padding:55px 0px;
}

.header_title_content img{
	position:absolute;
	left:0px;
	bottom:-100px;
}

.side_menu_sub{
	height: auto !important;
}

.content_container.container-catalog{
	padding-top:0px;
	padding-bottom:0px;
	position:relative;
}

.menu_container .menu_button{
	margin-top:20px !important;
	margin-right:-55px !important;
}

.menu_container.open .menu_button{
	margin-right:324px !important;
}

.cat_top{
	border-top:1px solid #DBDBDB;
	border-bottom:1px solid #DBDBDB;
	padding:15px 0px;
	margin-bottom:35px;
}

.cat_top .filters{
	max-width:1400px;
	margin:auto;
}

.cat_top h1{
	font-size:20px !important;
	text-transform:uppercase;
	line-height:60px;
	font-weight:bold;
	color:#0091D6 !important;
}

.select_custom{
	width:233px;
	overflow:hidden;
	background:url(/images/menu_arrow.png) center right 10px no-repeat;
	border:1px solid #cdcdcd;
	border-radius:20px;
}

.select_custom select{
	border:none;
	background-color:transparent;
	color:#36404b;
	font-family:"Roboto Condensed", sans serif;
	width:250px;
	padding:9px 10px;
	font-size:18px;
	font-weight:400;
}

.content_container{
	width:100%;
	padding:0px 0px 0px 0px;
}

.content_container .content_content{
	width:100%;
	margin:auto;
}

.content_container .content_content .content_left{
	float:left;
	width:13%;
	border-radius:10px;
}

.content_container .content_content .content_left.open{
	left:0px;
}

.content_container .content_content .content_middle{
	width:100%;
	box-sizing:border-box;
}

.content_container .content_content .content_right{
	width:15%;
	float:left;
	box-sizing:border-box;
	display: none;
}

.banners_container,
.contact_container{
	background-color:#fff;
}

.banners_container .banners_content{
	width:1100px;
	padding:20px 0px;
	margin:auto;
}

.banners_container .banners_content span img{
	padding-bottom:13px;
}

.articles_container{
	background-color:#fff;
	padding:0px 0px 20px 0px;
}

.articles_container .articles_content{
	width:1100px;
	margin:auto;
}

.contact_container{
	padding-bottom:50px;
}

.contact_container .contact_content{
	width:1100px;
	margin:auto;
	background:url(/images/contact_bg.jpg) center center no-repeat;
	background-size:cover;
	padding:35px 0px;
	text-align:center;
	color:#fff;
	font-weight:500;
	margin-bottom:50px;
}

.contact_container .contact_content .contact_text{
	width:785px;
	margin:auto;
	margin-bottom:30px;
}

.contact_container .contact_content input{
	width:230px;
	padding:12px 6px;
	border:1px solid #5c1c1d;
	background-color:rgba(0,0,0,0.5);
	color:#fff;
	font-size:11px;
	font-weight:bold;
}

.contact_container .contact_content textarea{
	width:478px;
	padding:12px 6px;
	border:1px solid #5c1c1d;
	background-color:rgba(0,0,0,0.5);
	color:#fff;
	font-size:11px;
	font-weight:bold;
	margin-top:15px;
	font-family:"Raleway",sans-serif;
}

.contact_container .contact_content a{
	display:inline-block;
	background-color:#ff0000;
	padding:8px 40px;
	color:#fff;
	text-decoration:none;
	margin-top:15px;
	font-size:12px;
	font-weight:bold;
}

.articles_content h1{
	font-size:30px;
	font-weight:400;
	margin:0px;
	margin-bottom:20px;
}

.top_location{
	width:100%;
	margin-bottom:15px;
}

.top_location .location{
	margin:auto;
	padding:15px 0px;
	max-width:1400px;
}

.top_location span{
	color:#000000;
}

.top_location a{
	color:#383838 !important;
	text-decoration:none;
	font-size:14px;
}

.top_location a.selected{
	font-weight:600;
}

.scroll_menu{
	border-bottom:1px solid #DBDBDB;
}

.content_container hr{
	border:none;
	display: inline-block;
	border-top:5px solid #EBCB84;
	width:64px;
	margin:20px auto 30px auto;
}

.articles .art_item{
	display: block;
  width: calc(20% - 12px);
  float: left;
  text-align: center;
  margin-bottom: 14px;
  margin-left: 14px;
  background-color: #ffffff;
  border-radius: 10px;
}

.articles .art_item:nth-child(5n-4){
	margin-left:0px !important;
}

.side_menu_prop{
	border-top:1px solid #000000;
}

.side_menu h2,
#search_inputs h2.prop_title{
	position: relative;
	color:#06050b;
	font-size:18px;
	font-weight:700;
	padding:20px 0px 10px 0px;
	letter-spacing:0px;
}

/*#search_inputs h2.prop_title::before{
	content:'';
	background: url(/images/side_menu_arrow.png) center center no-repeat;
	width:20px;
	height:20px;
	display: inline-block;
	vertical-align: middle;
}*/

#search_inputs h2.prop_title.prop_open{
	border-bottom-color: #fff;
}

#search_inputs h2.prop_title::before{
	content: '';
	display: block;
	height: 50px;
	background: url(/images/cat_arrow_down.png) center left no-repeat;
	width:20px;
	position: absolute;
	left:0px;
	top:0px;
}

#search_inputs h2.prop_title.prop_open::before{
	background: url(/images/cat_arrow_up.png) center left no-repeat;
}

.container-catalog .banners{
	margin-bottom:80px;
}

.container-catalog .banners a{
	margin-right:24px;
}

.container-catalog .banners a:nth-last-child(1){
	margin-right:0px !important;
}

.side_search_content{
	width:100%;
}

.side_search_content .side_search_input{
	position:relative;
}

.side_search_content .side_search_input input{
	width:100%;
	border:1px solid #adb3bb;
	border-radius:3px;
	font-family:'Myriad Pro',sans-serif;
	color:#323a45;
	padding:9px 40px 9px 12px;
}

.side_search_content .side_search_input .side_search_icon{
	position: absolute;
	right:3px;
	top:3px;
}

.articles .art_item:nth-child(4n-3){
	margin-left:14px !important;
}

.articles .art_item:nth-child(5n-4){
	margin-left:0px !important;
}

@media (min-width: 768px) and (max-width: 1399px) {

.container-catalog .content_content {
	padding-left: 2%;
	padding-right: 2%;
    width: auto !important;
}

}

@media (min-width: 0px) and (max-width: 690px) {
	
}