@charset "UTF-8";
/* CSS Document */
header, header .top_header{ height: auto;}
.top_header{ text-align: center;}
.top_header ul li{ border-left: none; }
.top_header ul li:last-child{ border-right:none; }
.top_header .contact_top, header .top_header .social{ float: none; }
.top_header .contact_top li{ padding: 0 5px; }

header .primary_header_row{ flex-direction: column; height: auto; padding-top: 20px; }


header .showMenu{ display: block; position: relative; margin-left: 20px; z-index: 1002;}
header .showMenu a{ display: block;}
.showMenu div{
    width:48px; height: 2px;
    background: var(--primColor);
    margin: 10px 0;
}
header .rightHeader{ margin-left: inherit; width: 100%;}


header .nav_bar{ border:none; height: 0;}
header nav{
    width: 70%; height: 100%; padding: 0; float: none; margin: 0; color: var(--textColor);
    position: fixed; left: -100%; top: 0; z-index: 1001; font-size: 19px;
    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 a{ height: auto; padding: 10px 20px; border-bottom: 0; line-height: normal;}
header nav ul li a.activ{ color: var(--secColor);}
header nav ul li a:hover{ background: none; color: var(--secColor);}
header nav ul li a:after{ display: none; }
header .rdvNavItem{ justify-content:center; margin-left: 0; margin-right: auto; }
header .rdvNavItem a{ font-size: 13px; }

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


.container{ width: 90%;}

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


.page_title{ height: 500px;}
.page_title h1, .page_title h2{ font-size: 25px; line-height: 26px; }



/*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*/



.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*/

.blog_item_details{ padding: 30px 0;}

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