@charset "utf-8";
/* CSS Document */
.side_menu_sub{
	height: auto !important;
}

.content_container.container-catalog{
	padding-top:0px;
	padding-bottom:50px;
	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{
	padding:18px 20px;
	background-color:#3E4950;
	border-radius:10px;
	box-shadow:0px 0px 4px rgba(0,0,0,0.5);
	margin-bottom:60px;
	margin-top:60px;
}

.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{
	position:absolute;
	width:360px;
	box-sizing:border-box;
	left:-360px;
	transition:all ease-in-out 0.3s;
	top:0px;
	height:100%;
	overflow:auto;
	background-color:rgba(62,73,80,0.95);
	padding:40px;
	z-index:66;
}

.content_container .content_content .content_left.open{
	left:0px;
}

.content_container .content_content .content_middle{
	width:100%;
	max-width:1400px;
	margin:auto;
	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:30px;
}

.top_location .location{
	margin:auto;
	padding:15px 0px;
}

.top_location span{
	color:#000000;
}

.top_location a{
	color:#383838 !important;
	text-decoration:none;
	font-size:14px;
}

.top_location a.selected{
	font-weight:bold;
}

.content_container h1{
	font-size:30px;
	line-height:36px;
	color:#383838;
	margin:0px;
	font-weight:400;
	letter-spacing:0px;
}

.content_container h1 span{
	font-weight:800 !important;
}

.content_container h3{
	font-size:16px;
	line-height:24px;
	margin:0px;
	font-weight:400;
	letter-spacing:5px;
}

.content_container h4{
	font-size:18px;
	margin:0px;
	font-weight:400;
}

.content_container hr {
  border: none;
    border-top-width: medium;
    border-top-style: none;
    border-top-color: currentcolor;
  display: inline-block;
  border-top: 5px solid #ED2D35;
  width: 64px;
	margin: 0px auto 0px auto;
}

.category_big_item hr {
	margin:20px auto 30px auto !important;
	border-top: 3px solid #ED2D35 !important;
}

.articles{
	text-align:center;
	max-width:1550px;
	margin:auto;
}

.articles .art_item{
	display:inline-block;
	width:20%;
	text-align: center;
	margin:0px 6.66%;
	margin-top:30px;
	padding-bottom: 10px;
}

.articles .art_item.small{
	margin:0px 2.5% !important;
}

.articles li .art_item{
	width: 100% !important;
	margin-left:0px !important;
	margin-right:0px !important;
	max-width:310px;
}


.articles .art_item .desc{
	font-size:18px;
}

.articles .art_item .extra{
	border-top:2px solid #EBEBEB;
	border-bottom:2px solid #EBEBEB;
	padding:40px 0px;
	margin-top:40px;
	font-size:16px;
	line-height:18px;
	letter-spacing:2px !important;
}

.side_menu_prop{
	border-bottom:1px solid #fff;
}

#search_inputs h2.prop_title{
	position: relative;
	color:#ffffff !important;
	font-size:18px !important;
	line-height:20px;
	border:none;
	font-weight:800;
	padding:45px 0px 30px 0px !important;
	margin:0px !important;
}

/*#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;
}

#select_order{
	
}

#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;
}

.newsletter_container .newsletter_content .gdpr label{
	color:#fff !important;
}

.newsletter_container .newsletter_content .gdpr label a{
	color:#fff !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:'Lexend',sans-serif;
	color:#323a45;
	padding:9px 40px 9px 12px;
}

.side_search_content .side_search_input .side_search_icon{
	position: absolute;
	right:3px;
	top:3px;
}

.content_menu{
	background-color:#F0F0F0;
	text-align: center;
}

.content_menu a{
	padding:23px 0px;
	margin:0px 0.60%;
	display: inline-block;
	text-transform:uppercase;
	font-size:20px;
	line-height:24px;
	/*color:#fff;*/
	transition:all ease-in-out 0.3s;
	position: relative;
}

.content_menu a::after{
	content:'';
	position:absolute;
	bottom:0px;
	width:100%;
	border:2px solid #F0F0F0;
	height:0px;
	left:0px;
	transition: all ease-in-out 0.3s;
	box-sizing: border-box;
}

.content_menu a.sel::after,
.content_menu a:hover::after{
	border-color:#ED2D35;
}

@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: 767px) {
	
#toggle-submenu {
	display: block;
}

}