@charset "utf-8";
/* CSS Document */
.scroll_menu .logo{
	width:150px;
}

.scroll_menu .logo a{
	width:105px;
	top:-50px;
}

.menu_container .main_menu ul li:nth-last-of-type(1) > a{
	display: block !important;
  font-size: 18px !important;
  color: #fff !important;
  text-decoration:none !important;
  font-weight: bold !important;
  padding:20px 0px !important;
  letter-spacing: 2px !important;
  transition:all ease-in-out 0.2s;
  line-height: 45px !important;
	background-color: transparent !important;
}

.menu_container .main_menu ul li:nth-last-of-type(1) > a:hover{
	color:#EBCB84 !important;
}

#login_data{
	padding:50px 45px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
	border-radius:7px;
	max-width:570px;
	width:96%;
	margin:100px auto;
	border-left:7px solid #EBCB84;
}

.content_container h1{
	font-size:48px;
	line-height:48px;
	color:#000000;
	margin:0px;
	font-weight:400;
	letter-spacing:1px;
}

.content_container h2{
	font-size:36px;
	line-height:36px;
	color:#000000;
	font-weight:400;
	letter-spacing:5%;
	max-width:1440px;
	margin: auto;
}

.content_container h4{
	font-size:18px;
	margin:0px;
	font-weight:400;
}

.header_title_content{
	font-size:48px;
	font-weight:700;
	font-family:'Brown',sans-serif;
	text-transform:uppercase;
	background-color:#1F1F1F;
	color:#ffffff;
	padding:55px 0px;
	letter-spacing:2px;
}

.header_title_content hr{
	border: none;
  display:block;
  border-top:2px solid #E74068;
  width: 60px;
  margin:5px 0px 0px 0px !important;
}

.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:100px;
	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-bottom:25px;
}

.cat_top a.blue-button{
	display:none;
}

.cat_top h1{
	font-size:36px;
	font-family:'Antonio',sans-serif;
	letter-spacing:1px !important;
	text-transform:uppercase;
}

.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: 90%;
	margin:0px auto 0px auto;
}

.content_container .content_content .content_left{
	float:left;
	width:24%;
	box-shadow:1px 0px 6px 0px rgba(0, 0, 0, 0.15);
	margin-top:30px;
	padding:30px 42px;
	border-radius:7px;
	position:relative;
}

.content_container .content_content .content_left.open{
	left:0px;
}

.content_container .content_content .content_middle{
	width:74%;
	float:right;
	box-sizing:border-box;
	margin-top:28px;
}

.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:12px;
	font-weight:300;
}

.top_location a.selected{
	color:#E74068 !important;
}

.content_container h1{
	font-size:36px;
	line-height:40px;
	color:#383838;
	margin:0px;
	font-weight:400;
	letter-spacing:2px;
}

.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;
	display: inline-block;
	border-top:5px solid #EBCB84;
	width:64px;
	margin:20px auto 30px auto;
}

.side_menu_prop{
	border-bottom:1px solid #fff;
}

.side_menu_prop:nth-child(1) a{
	border: none !important;
}

.side_menu_prop a{
	display: inline-block;
	width:100%;
	border-top:1px solid #DEDEDE;
}

#search_inputs h2.prop_title{
	color:#383838;
	font-size:20px;
	line-height:40px;
	font-weight:800;
	margin:20px 0px;
	font-weight:bold;
	letter-spacing:5%;
}

/*#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 a{
	color:#383838 !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;
}

.header_title.rsGCaption h1{
	color:#383838;
	text-shadow:none !important;
}

.header_title.rsGCaption hr,
.content_container hr{
  border: none;
  display: inline-block;
  border-top: 5px solid #EBCB84;
  width: 64px;
  margin:0px 0px 20px 0px;
}

.content_container hr{
	margin:20px auto 30px auto;
}

.right .articles .art_item.models{
	float:left;
	width:calc(25% - 45px);
	margin:20px 60px 60px 0px;
}

.right .articles .art_item.models .icons{
	margin-top:15px;
}

.right .articles .art_item.models .icons img{
	height:35px;
	width:auto;
}

.right .articles .art_item.models:nth-child(4n+1){
	clear:both;
}

.right .articles .art_item.models .art_image{
	width:100%;
	transition:all ease-in-out 0.4s;
	display:inline-block;
}

.right .articles .art_item.models:hover .art_image{
	transform:scale(1.03);
}

.right .articles .art_item.models .art_title{
	display:block;
	font-size:clamp(0.7rem, 0.7vw, 1.5rem) !important;
	color:#383838;
	line-height:20px;
	letter-spacing:1px;
	margin-top:10px;
	text-transform:uppercase;
}

.right .articles .art_item.models .art_title span{
	font-weight:600;
}

.right .articles .art_item.models .art_image img{
	width:100%;
}

.right .articles .art_item.models:nth-child(4n){
	margin-right:0px;
}

.right .articles .art_item.models .buttons{

}

.right .articles .art_item.models .buttons a{
	border:1px solid #4E5E66;
	display:inline-block;
	font-size:16px;
	line-height:28px;
	padding:10px 25px;
	border-radius:5px;
}

.right .articles .art_item.models .buttons a:nth-child(1){
	color:#EBCB84;
	border-color:#EBCB84;
	margin-right:10px;
}

.cats_menu_container{
	margin-bottom:100px;
}

.cats_menu_container .cats_menu_content{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1rem;
}

.cats_menu_container .cats_menu_content > a {
    position: relative;
    overflow: hidden;

    aspect-ratio: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 15px;

    color: #fff;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
	border-radius:20px;
	font-weight:bold;
}

.cats_menu_container .cats_menu_content > a::before {
    content: "";
    position: absolute;
    inset: 0;

    background: var(--bg) center/cover no-repeat;

    transform: scale(1);
    transition: transform .5s ease;

    z-index: -1;
}

.cats_menu_container .cats_menu_content > a:hover::before {
    transform: scale(1.1);
}

.reload_filter{
	position:absolute;
	bottom:-50px;
	left:42px;
	color:#DDA639;
	letter-spacing:14%;
	font-size:16px;
	line-height:16px;
}

.reload_filter img{
	vertical-align:middle;
	margin-top:-2px;
	margin-right:5px;
}

@media (min-width: 768px) and (max-width: 1399px) {

.container-catalog .content_content {
	padding-left: 2%;
	padding-right: 2%;
    width: auto !important;
}

}