@charset "UTF-8";
/* CSS Document */
header{ height: auto;}
header .logo{ float: left;}
header .logo img{ height: 100px;}

header .primary_header{ width:auto; float: right; margin-top: 20px; }
header .primary_header_row{ flex-direction: column-reverse; align-items: flex-end;}

header .showMenu{ display: block; position: relative; z-index: 1002;}
header .showMenu a{ display: block;}
.showMenu div{
    width: 48px; height: 2px;
    background: var(--secColor);
    margin: 10px 0;
}
header .languages{ margin-top: 10px;}

header .nav_bar{ border:none; height: 0;}
header nav{
    width: 70%; height: 100%; padding: 0; float: none; margin: 0;
    position: fixed; left: -100%; top: 0; z-index: 1001; font-size: 23px;
    transition: 0.5s; border-top: none;  box-shadow: 0 0 10px rgba(0,0,0,0.2); background: rgba(var(--primColorRGB), 0.9);
    display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
}
header nav.show{ left: 0; }
header nav ul{
    margin: 0; padding: 10px 0; list-style-type: none; width: 100%;
    overflow: auto; text-align: center;
}
header nav ul li{ display: block; margin: 0; float: none; height: auto; line-height: normal;}
header nav ul li+li{ margin-left: 0; margin-top: 15px; }
header nav ul li.rdvNavItem{ justify-content:center; }
header nav ul li a{ height: auto; padding: 10px 20px; border-bottom: 0; line-height: normal;}
header nav ul li a:hover{ background: none; color: inherit;}
header nav ul li a:after{ display: none; }

header.sticky{
    padding-bottom: 10px;
}

.container{ width: 90%;}

/*BANNER*/
.bannerBlock, .bannerBlock .banner{ height: 400px;}
.bannerBlock .bannerContent h1{ font-size:26px; line-height:36px; }
.bannerBlock .bannerContent p{ font-size:16px; line-height:20px; }
/*END OF BANNER*/

.heading_title h1, .heading_title h2, .heading_title h3{ font-size:30px; line-height:40px; }


/*contact_section*/
.contact_section .one_third, .contact_section .two_third{ width: 100%; }
.contact_section .contact_info{
    -webkit-border-radius: 10px 10px 0 0; -moz-border-radius: 10px 10px 0 0; -ms-border-radius: 10px 10px 0 0; -o-border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0; 
}
.contact_section .contact_form{ 
    -webkit-border-radius: 0 0 10px 10px; -moz-border-radius: 0 0 10px 10px; -ms-border-radius: 0 0 10px 10px; -o-border-radius: 0 0 10px 10px; border-radius: 0 0 10px 10px;
}
/*End Of contact_section*/


/*products*/
.home_categories_aside, .products_list{ width:100%; float:none; padding:0; }
.show_categories_menu{ display:block; }
.home_categories_aside ul{ display:none; }
/*End of products*/

/*partners*/
.partner_item h3{ margin-right:10px; }
.partner_item h3, .partner_location{ display:inline-block; }
/*partners*/



.buttons a{ display: block; text-align: center;}
.buttons a+a{ margin-top: 10px; margin-left: 0; }

/*intro_img*/
.intro_img_content{width: 80%; padding: 20px; }
.intro_img_content_icon{ font-size:30px; }
.intro_img_content_text{ font-size: 18px; line-height: 24px; }
/*End of intro_img*/

/*newsletter*/

.newsletter_input{
  position: relative; border: solid 1px var(--secColor); width: 100%; max-width: 500px; margin: auto;
  overflow: hidden; border-radius: 8px; background: white;
}
.newsletter_input input{
  height: 45px !important; line-height: 45px !important; padding: 0 20px !important;
  background: white; border: none; color: var(--textColor); font-size: 19px; display: block;
  outline: none; width: 100%;
}
.newsletter_input ::placeholder{ color: var(--thirdColor); opacity: 1 }
.newsletter_submit{ margin-left:inherit; width:100% }
.newsletter_input button{ display:block; width:100% }
/*End of newsletter*/

.contact_block .contact_form{ margin-top:30px; }

.one_half{ width: 100%; float: none;}
.one_third{ width: 100%; float: none;}
.two_third{ width: 100%; float: none;}
.one_fourth{ width: 100%; float: none;}
.three_fourth{ width: 100%; float: none;}
.one_fifth{ width:50% }
.paddingLeft{ padding-left: 0; }
.paddingRight{ padding-right: 0; }

.imgLeft{ float: none; margin: auto; max-width: 100%;}

footer{ text-align: center;}
footer .logo img{ margin: auto; width: 170px;}
footer ul.social{ float: none; margin-top: 30px;}
footer .contacts .contacts_property{
    width: auto; float: none;
}
footer .contacts .contacts_value{ float: none;}

.static_buttons a{ width: 60px; }
.static_buttons a .text{ display: none; }