@charset "utf-8";
/* CSS Document */
.side_menu_sub{
	height: auto !important;
}

.content_container.container-catalog{
	padding-top:0px;
	padding-bottom:50px;
}

.menu_container .menu_button{
	margin-top:20px !important;
	margin-right:-55px !important;
}

.menu_container.open .menu_button{
	margin-right:324px !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:not(.content){
	width:94%;
	margin:50px auto;
	position:relative;
	max-width:1400px;
}

.content_container .content_content .content_left{
	width:50%;
	float:left;
	box-sizing:border-box;
	font-size:16px;
	color:#173566;
}

.content_container .content_content .content_left h2{
	color:#173566;
	font-size:24px;
	font-weight:bold;
	margin:0px;
	margin-bottom:15px;
}

.content_container .content_content .content_left h3{
	color:#173566;
	font-weight:bold;
	font-size:16px;
	margin:50px 0px;
	width:80%;
	background-color: #edeff1;
	border-left:7px solid #c52020;
	padding:15px;
}

.content_container .content_content .content_middle{
	width:100%;
	box-sizing:border-box;
}

.content_container .content_content .content_right{
	width:45%;
	max-width:625px;
	float:right;
	box-sizing:border-box;
}

.content_container .content_content .content_right.big{
	width:100%;
	max-width:100%;
	float:none;
	margin-bottom:80px;
}

.content_right.big .side_menu_prop{
	
}

.content_right.big .side_menu_prop:nth-child(4n-1){
	margin-left:0px !important;
}

.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%;
	padding:20px 0px;
	background-color: #e8ecf6;
}

.top_location .location{
	margin:auto;
	max-width:1400px;
	width:100%;
}

.top_location span{
	color:#000000;
}

.top_location a{
	color:#173566;
	text-decoration:none;
	font-size:16px;
}

.top_location a.selected{
	font-weight: bold;
	color:#173566;
}

.content_container h1{
	font-size:20px;
	color:#fff;
	text-transform:uppercase;
	margin:0px;
	background-color:#173566;
	width:30%;
	padding:0px 15px;
	margin-top:-37px;
	height:94px;
}

.content_container h1 span{
	font-size:26px;
	display: block;
}

.articles .art_item{
	width:31.33%;
	margin-left:0px;
	margin-right:3%;
	float:left;
	margin-bottom:3%;
	border:1px solid #a2a9b2;
	border-radius:3px;
}

.articles .art_item:nth-child(3n){
	margin-right:0px !important;
}

.side_menu_prop{
	margin-top:-1px;
}

.content_right .side_menu_prop{
	width:48%;
	display: inline-block;
	vertical-align: top;
}

.content_right .side_menu_prop .prop_content{
	background-color: #f6f8fa;
	border:1px solid #e6e6e7;
	vertical-align:top;
	padding:10px;
}

.prop_content .prop_icon{
	float:left;
	width:30%;
}

.content_right .side_menu_prop:nth-child(2n){
	margin-left:3%;
}

.content_right .measurements_image{
	width:100%;
	border:1px solid #e7e7e7;
	margin-bottom:20px;
}

.content_right .measurements_image img{
	width:100%;
	height: auto;
}

#search_inputs h2.prop_title{
	position: relative;
	color:#173566 !important;
	font-size:14px !important;
	border:none;
	font-weight:bold;
	padding:0px 0px 5px 0px !important;
	margin:0px !important;
	text-transform: uppercase;
}

/*#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;
}

@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;
}

.content_container .content_content {
	position: static;
}

}