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



header{ height:150px; }
.top_header .contact_top .contact_top_buttons a{ padding:0 12px; }
header .showMenu{ display: block; float: right; margin: 0 10px 0; position: relative; z-index: 1002;}
header .showMenu a{ display: block;}
.showMenu div{
    width: 48px; height: 2px;
    background: var(--primColor);
    margin: 10px 0;
}

header .logo img{ height:80px; }


header .nav_bar{ border:none; height: 0;}
header nav{
    width: 70%; height: 100%; padding: 0; float: none; margin: 0; color: white;
    position: fixed; left: -100%; top: 0; z-index: 1001; font-size: 19px; font-family: 'latoregular';
    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%; height: 100%;
    overflow: auto; text-align: left; overflow: auto;
}
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 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 nav ul li.rdvNavItem, header nav ul li.appNavItem{ display:block; height: 90px; }
header nav ul li.rdvNavItem a, header nav ul li.appNavItem a{ }
header nav ul li.appNavItem a{ color:var(--primColor); }
header nav ul li.appNavItem a:hover{ color:white; }

header nav ul.sub-menu{
    width: 100%; position: static;
    border-bottom: none; background: none; display: block;
}
header nav ul.sub-menu li+li{ margin-top: 0; border-top:none; }
header nav ul.sub-menu li a{
  width: 100%; text-align: left; font-size: 14px; padding: 10px 20px;
  height: auto; line-height: 1;
}

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

/*BANNER*/
.bannerContent .content{  margin-bottom: 10px;}
.page_title_content{ bottom:10px; }
.bannerBlock .bannerContent .banner_box, .page_title_content_box{ width:80%; }
.bannerBlock .bannerContent h1, .page_title h1{ font-size:20px; line-height:25px; }
.page_title h2{ font-size:17px; }
.bannerBlock .bannerContent p, .page_title p{ font-size:15px; line-height:20px }
@media (max-width: 800px) {
  .bannerBlock, .page_title{ height:500px; }
}
/*END OF BANNER*/

.services_row .one_half{ width: 50%; float: left; }


/*contacts_footer*/
.contacts_footer .contacts_footer_item .buttons a+a{ margin-left:0; }
/*End of contacts_footer*/

/*footer*/
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%;}