.header__logo img{
    width: 115px;
    height: 17px;
}
.header__logo.header__logo--primary{
    margin-top: 29px;
}
.header__logo--primary img{
    width: 195px;
    height: 18px;
}
.info-card-date__num{
    color: #ea4280; 
}
.page-title{
   color: #2e3d76; 
}
.promo .page-title{
    color: #fff;
}
.page-title:before{
    background-color: #2e3d76;
}
.header .navbar-nav .nav-link:hover,
.header .navbar-nav .nav-item.active .nav-link,
.header .navbar-nav .nav-item:hover .nav-link{
   color: #ea4280;
   border-bottom-color: #ea4280;
}
.banner-partners{
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-items: flex-start;
    width: 100%;
    align-items: center;
}
.banner-partners img{
    max-width: 100%;
    height: auto;
}
.index-slide__title{
    color: #fff;
    background: none;
    font-size: 30px;
    flex-direction: column;
    padding-bottom: 30px;
    height: auto;
}
.index-slide__title img{
    max-height: 40px;
}
.index-slide__title a+a{
    margin-left: 30px;
}
.index-slide__img:before{
    background: rgba(46,61,118,.4);
}
.index-slide__title:hover{
    color: #fff;
    cursor: default;
}
.team-post{
    opacity: 0.8;
}
.footer{
    background: #151b33;
    padding: 40px 0;
    font-family: Montserrat,sans-serif;
    line-height: 15px;
    font-size: 10px;
    letter-spacing: 1px;
}
.footer .row{
    width: 100%;
}
.f-logo{
    height: auto;
}

@media screen and (max-width: 767px){
    div.index-slide__img{
        height: 200px;
    }
    div.index-slide__title{
        font-size: 25px;
    }
    div.header__left{
        padding-left: 15px;
    }
}

@media (max-width: 1023px){
    .index-slide__title {
        position: absolute;
        padding-left: 30px;
        line-height: 1;
    }
    .header__right .header__logo{
        display: none;
    }
    .header .hamburger{
        margin-right: 20px;
    }
}
.index-developments__item:last-of-type {
  display: block;
}
div.sidebar__subscribe{
    background-image: url(/metrology/img/subscribe.jpg);
}