body {
    /*padding-top: 4rem;*/
    padding-top: 0;
    padding-bottom: 0;
    /*width: 1024px;*/
}

.navbar-main {
    text-transform: uppercase;
    font-weight: bold;
    color: #fefefe;
}
.bg-main{
    background-color: #252525;
}
.navbar-main .navbar-nav {
    font-size: 0.7em;
}
.navbar-main .nav-item a.nav-link  {
    color: #fefefe !important;
}
.navbar-main .nav-item {
    min-width: 15px;
}
.navbar-main .dropdown-menu {
    font-size: 1.1em;
}
.navbar-main .nav-item a.nav-link:hover, .navbar-main .nav-item.active a.nav-link  {
    color: #0497d7 !important;
}
.navbar-main .navbar-toggler{
    color: rgba(4, 151, 215,.5) !important;
    border-color: rgba(4, 151, 215,.1);
}
.navbar-main .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(4, 151, 215, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-main .dropdown-menu {
    background-color: #353535;
    color: #fefefe;
    border-color: #0497d7;
}
.navbar-main .dropdown-item{
     color: #fefefe ;
 }
.navbar-main .dropdown-item:hover{
    background-color: #404040;
}

.navbar-text {

}
.navbar-text a{

}
.nav-lang {
    color: #fefefe;
}

.navbar-system {
    text-transform: uppercase;
    font-weight: bold;
    /*color: #fefefe;*/
    color: #0497d7;
}
.navbar-system li.nav-item  {
    display: inline-block;
    padding: 0 15px 0 15px;
    width: 100px;
}
.navbar-system  a.nav-link {
    color: #0497d7 !important;
    font-size: 2.0em;
    line-height: 1.5em;
    padding: 0 10px 0 10px;
}
.navbar-system a.nav-link:hover, .navbar-system a.nav-link.active {
    color: #fefefe !important;
}
.bg-system {
    background-color: #252525;
}

.site-logo{
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
}
.site-logo img{
     height: auto;
     max-width: 100%;
     vertical-align: top;
 }
.logo-block{
    display: inline;


}

.contact-block{
    vertical-align: middle;
    padding: 5px 10px;
    display: inline-block;
    text-align: left !important;
}
.contact-block-label {
    display: block;
    color: #fefefe;
    font-weight: bold;
}
.contact-block-text, .contact-block-text a{
    color: #fefefe !important;
}
.logo-block-slogan {
    color: #0497d7;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 0.5em;
    text-align: left !important;
}
.color-blue {
    color: #0497d7;
}

.system_content{
    color: #fefefe;
    /*display: inline-block;*/
}
.system_content .system_name h2{
    font-size: 2.2em;
}
.system_content .system_name h3{
    margin-top: 20px;
    font-size: 1.6em;
}
.system_content .system_name i{
    font-size: 1.2em;
}
.system_content .system_image img{
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
.system_content .system_info p{
    font-size: 1.4em;

}

.system-calc {
    background-color: #ffffff;
    color: #252525;
    padding-bottom: 20px;
}
.system-calc h2 {
    font-size: 2.4em;
    font-weight: bold;
    padding: 15px 0;
}
.system-calc a {
    color: #0497d7;
    font-size: 1.6em;
    font-weight: bold;
}

#calc2, #calc3, #calc4 #calc5 {
    color: #252525;
}
#calc2 h3, #calc3 h3, #calc4 h3, #calc5 h3 {
    color: #0497d7;
    font-size: 1.3em;
}
#calc2 h3 a, #calc3 h3 a, #calc4 h3 a, #calc5 h3 a {
    color: #0497d7;
    font-size: 1.0em;
}
#calc2 label, #calc3 label, #calc4 label, #calc5 label{
    color: #252525;
}


.products{

}

.product_item {

}
.product_image {
    width: 80px;
    padding: 5px;
}
.product_image img{
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
.product_info {
    padding: 5px;
}
.product_info h3 {
    color: #252525;
    font-weight: bold;
}
.product_model {
    padding: 5px;
}
.products .hidden {
    display: none;
}

.footer {
    background-color: #303941;
    padding: 15px;
}
.footer p{
    padding: 0;
}
.copyright {
    background-color: #283139;
    color: #fefefe;
    padding: 15px;
}

/* Google map; */
#GMapsID {
    width: 100%;
    height: 400px;
}