html, body{
    width:100%;
    font-family: 'PT Sans Narrow', 'PT Sans', sans-serif;
}

.background-main{
    background: url(../images/background.png) no-repeat center center;
}
.background-main section :last-child{
    padding-bottom:10px;    
}
header .navbar-brand{
    height: auto;
    padding: 0;
    float: left;
}

.brandcompany-name{
    font-family: Helvetica, sans-serif;
    font-size: 50px;
    font-weight: bold;
    color: #010101;
    line-height: 2.4em;
    float: right;
}
.brandcompany-name:hover, .brandcompany-name:focus{
    color: #010101;
    text-decoration: none;
}
.navbar-header-right{
    text-align: right;
    margin-top: 2em;
}
.right-header-text{
    font-size: 30px;
    color: #010;
}
.right-header-text.name{
    font-size: 20px;
}
.right-header-text i{
    font-size: 25px;
    margin: 0 .6em;
    transform: rotateY(180deg);
}
.mainmenu{
    background: #5e95af;
}
.mainmenu nav.navbar{
    min-height: auto;
    margin-bottom: 0;
} 
.mainmenu li a{
    color: #d7e5eb;
    font-size: 18px;
    
    -moz-transition:all .3s ease ;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.mainmenu li a:hover, 
.mainmenu li a:focus{
    color: #fff;
    
    -moz-transition:all .3s ease ;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.nav>li>a:focus, .nav>li>a:hover{
    background-color: #006797;
    
    -moz-transition:all .3s ease ;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.mainmenu li.active{
    background: #014b6d;
}

.slider-section .bx-wrapper{
    -moz-box-shadow: none ;
    -webkit-box-shadow: none;
     box-shadow: none; 
    border: 1px solid #fff0;
     background: transparent; 
         margin-bottom: 0px;
}

.top-mainslider img{
    object-fit: fill;
    width: 100%;
}

.white-wrapper{
    width: 94%;
    margin: 0 auto;
    background: #fdfdfd;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}
.area-title{
    padding: 1em 0;
    font-size: 35px;
    color: #454545;
    text-align:center;
    text-transform:uppercase;
}

.mainpage-content-wrapper{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 2em;
}
.services-item{
    width: 20%;
    float: left;
    text-align: center;
}
.services-item .outside-wrapper{
    position: relative;
    width: 92px;
    height:92px;
    margin: auto;
    background-color: #d6d6d6;
    border-radius: 6px;
     transition: all .6s ease;
}

.service-item-thumb {
    width: 80px;
    height:80px;
    background-color: #999999;
    border-radius: 6px;
    margin: auto;
    position: absolute;
    top: 6px;
    left: 6px;
    transition: all .6s ease;
}

.service-item-thumb.dd{
     background-color: #d6d6d6;
     transition: all .6s ease;
}

.services-item:hover .outside-wrapper{
      background-color: #424442;
      transition: all .6s ease;
}
.services-item:hover .service-item-thumb{
    background-color: #0a0a0a;
    transition: all .6s ease;
} 
.services-item:hover .service-item-thumb.dd{
    background-color: #0a0a0a;
    transition: all .6s ease;
} 

.service-item-thumb img{
    margin: auto;
    padding-top: 14px;
}
.dashed{
    width: 100%;
    height: 100%;
    border: 3px dashed #999999;
    border-radius: 6px;
}
.services-title{
    padding-top: 5px;
    font-size: 17px;
    color:#454545;
    text-align: center;
    text-transform:uppercase;
}

.text{
    font-size: 18px;
    text-align: justify;
    letter-spacing: 1.2px;
}

.blue-wrapper{
    background-color: #d1f0fe;  
    box-shadow: 0px 0 7px 0px rgba(0,0,0,0.2);
    z-index: 99;
}
.sliderfeedback-wrapper{
    padding-bottom: 2em;    
}
.feedback-section .bx-wrapper{
    -moz-box-shadow: none ;
    -webkit-box-shadow: none;
     box-shadow: none; 
    border: 1px solid #fff0;
    background: transparent; 
    margin-bottom: 0px;
}
.feedback-item-content{
    width: 70%;
    margin: 0 auto;
}
.feedback-item-content .text-side{
    text-align: justify;
    font-size: 18px;
}
.feedback-item-content .text-side.foto{
    width: 75%;
}

.feedback-item-content .foto-image{
    width: auto;
}

footer{
    width: 100%;
    background: #121212;
    padding: 1% 0;
}
footer .container-footer{
    width: 70%;
    margin: 0 auto;
    
}


footer ul{
    list-style: none;
}

footer .left-side{
    text-align: left;    
}
footer .right-side{
    text-align: right;
}
footer ul li{
    padding:0;
    color: #fdfdfd;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.8em;
}

    footer ul.right-side li>a{
        text-decoration:none;
        color:#fdfdfd;
        transition: color .4s linear;
    }
    footer ul.right-side a:hover, footer ul.right-side a:focus, footer ul.right-side a:active{
        text-decoration:none;
        color:#ded9d9;
        transition: color .4s linear;
    }
    
    
.page-icon{
    margin-top:5%;
    margin-bottom:5%;
    width: 10%;
    float: left;
    margin-left: 10%;
}

.page-icon img{
    width:100%;
    object-fit: fill;
}

.page-text{
    width: 60%;
    float:left;
    text-align: justify;
    font-size: 16.67px;
    margin-top: 2%;
    margin-left: 5%;
}

.page-title{
    text-align: center;
    text-transform: uppercase;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16.67px;
    margin: 1em auto;
    font-weight: 600;
}
.general-blue-container{
    padding: 2em 0;
    width: 70%;
    margin: 0 auto;
}
.general-blue-container ul li{
    font-size: 16px;
    line-height: 2em;
}
.page-contact{
    padding: 2em 0;
}
.map-contact{
    margin: auto;
    border: 1px solid #adadad;
}  
.map-contact img{
    width: 100%;
}
#page-contact .contacts-line {
    list-style:none;
}
#page-contact .contacts-line li{
    font-size: 16px;
    text-transform: uppercase;
}
#page-contact .contacts-contacts{
    list-style:none;
    margin-top: 15%;
}
#page-contact .contacts-contacts li{
    font-size: 20px;
    text-transform: uppercase;
    line-height: 2em;
}
#page-contact .contacts-contacts li i{
    font-size: 16px;
}


.wrapper-indevelopment{
    background: rgba(103, 173, 206, 0.6);
    padding: 5% 0;
}
.text-indevelopment{
    font-size: 34px;
    text-align:center;
    color: #fdfdfd;
}

@media (max-width: 1279px) and (min-width: 1024px){
    .mainmenu li a{
        font-size:14px;
    }
}
@media (max-width: 1023px) and (min-width: 551px){
    .background-main section :last-child{
        padding-bottom:1px;    
    }
    header .brandcompany-name{
        font-size: 30px;
        line-height: 3.5em;
    }
    header .right-header-text.name{
        font-size: 16px;
    }
    header .right-header-text{
        margin-top: .4em;
    }
    .mainmenu li a{
        font-size: 9px;
        line-height: 0;
    }
    .area-title{
        padding: .5em 0;
    }
    .mainpage-content-wrapper{
        width: 90%;
    }
    .services-title{
        font-size: 12px;
    }
    .white-wrapper{
        padding-bottom:10px;
    }
    .page-icon{
        margin-top: 5%;
        margin-bottom: 5%;
        width: 20%;
        float: left;
        margin-left: 5%;
    }
    .page-text{
        width: 66%;
        float: left;
        text-align: justify;
        font-size: 17.67px;
        margin-top: 4%;
        margin-left: 5%;
    }
    
    footer ul li{
        font-size: 11px;
    }
}

@media (max-width: 550px){
     .background-main section :last-child{
        padding-bottom:0px;    
    }
    header div.navbar-header{
        text-align:center;
    }
    header a.navbar-brand{
        width: 90%;
        float: none;
        clear: both;
        margin: 0 auto;
    }
    header a.navbar-brand>img{
        width: 50%;
        margin: auto;
    }
    header a.brandcompany-name{
        font-size: 36px;
        line-height: 1.4em;
        float: unset;
    }
    header div.navbar-header-right{
        text-align: center;
        margin-bottom: 2em;

    }
    .mainmenu{
        background: transparent;
    }
    button.navbar-toggle.collapsed{
        border-color:  #5e95af;
    }
    
   .navbar-toggle.collapsed .icon-bar{
       width: 50px;
       height:3px;
       background: #5e95af;
       transform: skewY(0deg)!important;
       transition: all .3s linear;
   }
      button.navbar-toggle{
        border-color:  #014b6d;
    }
    
   .navbar-toggle .icon-bar{
       width: 50px;
       height:3px;
       background: #014b6d;
       transition: all .3s linear;
   }
   
   .navbar-toggle span.icon-bar:nth-child(2){
        transform: skewY(10deg);
        transition: transform .3s linear;
   }
   .navbar-toggle span.icon-bar:nth-child(4){
       transform:skewY(-10deg);
       transition: transform .3s linear;
   }
   
   .mainmenu li a{
       color: #5e95af;
   }
   .mainmenu li.active{
       background: transparent;
   }
   .mainmenu li.active a{
      color: #014b6d;
   }
    .services-item{
        width: 80%;
        float:none;
        margin: 0 auto 10px;
    }
    
    .white-wrapper{
        border-top: 1px solid #e7e7e7;
        padding-bottom: 20px;
    }
    .page-icon{
        width: 30%;
        float: unset;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .page-text{
        width: 70%;
        float: unset;
        text-align: justify;
        font-size: 18px;
        margin-top: 2%;
        margin-left: auto;
        margin-right: auto;
    }
    
    footer ul.left-side{
        padding: 0;
        text-align:center;
    }
    footer ul.right-side{
        padding:0;
        text-align:center;
    }
   
    
    .sliderfeedback-wrapper .foto-image {
        display:none;
    }
}