@charset "UTF-8";
/* CSS Document */

header .logo{ float: left;}
header .logo img{ height: 120px;}

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(--fourthColorRGB), 0.98);
    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;
}

/*BANNER*/
.bannerBlock .bannerContent h1{ font-size:30px; line-height:35px; }
.bannerBlock .bannerContent p{ font-size:20px; line-height:25px; }
/*END OF BANNER*/

/*contact*/
.contact_block .paddingLeft{ padding-left:40px }
/*End of contact*/

/*products*/
.products .categories .one_half{ width: 50%; float: left;}
/*End of products*/


/*footer*/
footer .one_fourth, footer .one_half{ width: 100%; float: none; }
/*fend of footer*/



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


@media (max-width: 800px) {
    .one_third, .two_third{ width: 100%; float: none;}
    .contact_block .paddingLeft{ padding-left: 0;}
    .contact_block .contact_form{ margin-top:30px; }
    .products_list .one_third{ width:50%; float:left; }
}