.footer {
    background-color: #191B1F;
    padding: 87px 0px 30px 0px;
    display: flex;
    justify-content: center;
}

.footerInner {
    display: block;
}
.footerBlockAbout {
    font-size: 12px;
    line-height: 14px;
    padding: 16px 0 12px 0;
    color: #BDC3C7;
    width: 380px;
}

.footerBlockPhone, .footerBlockEmail {
    font-size: 14px;
    line-height: 16px;

    color: #BDC3C7;
    margin-bottom: 5px;
    padding-left: 17px;
}
.footerBlock {
    display: inline-block;
    vertical-align: top;
    max-width: 830px;
}

.footerBlockTitle {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    margin: 0 0 34px 0;

    color: #FFFFFF;
}

p.footerRights {
    margin-top: 122px;
    font-size: 13px;
    line-height: 15px;

    color: #BDC3C7;
}

p.footerRights span {
    font-weight: 700;
}

.footerBlockPhotos {
    /*margin: 0 57px 0 25px;*/
    margin: 0 0 0 0;
    width: 375px;
}


input.footerBlockInput {
    display: inline-block;
    width: 259px;
    height: 36px;
    background: #1D1E20;
    border: 1px solid #4B4C4E;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    margin-right: 21px;
    margin-bottom: 22px;
    padding: 6px 13px;
    color: #4B4C4E;
}
input.footerBlockInput:last-of-type {
    margin-right: 0;
}
.footerBlockText {
    width: 539px;
    height: 116px;
    padding: 10px 13px;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */


    color: #4B4C4E;
    background: #1D1E20;
    border: 1px solid #4B4C4E;
    box-sizing: border-box;



}
.footerBlockButton {
    display: inline-block;
    width: 259px;
    height: 36px;
    background: #E30513;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    margin-left: 26px;
    /* identical to box height */

    padding: 7px 11px 7px 22px;
    vertical-align: top;
    color: #FFFFFF;
    box-sizing: border-box;
    cursor: pointer;
}
.footerBlockPhoto {
    width: 80px;
    height: 80px;
    padding: 4px;
    margin: 0 13px 13px 0;
    background: #191B1F;
    border: 1px solid #4B4C4E;
    box-sizing: border-box;
    display: inline-block;
    cursor:pointer;
}

.footerBlockPhotoEmpty {
    cursor: default;

}
.footerBlockPhoto:nth-of-type(4n) {
    margin-right: 0;
}

.footerBlockPhoto img {
    box-sizing: border-box;
    width: 70px;
    height: 70px;
}

.footerBlockPhotoEmpty img {
    border: 1px solid #4B4C4E;
}

.footerBlockPhoto:hover {
    opacity: 0.3;
}

.footerBlockPhotoEmpty:hover {
    opacity: 1;
}

.partnerLogosBannerWrapper{
    width: 1100px;
}

.footerPartnerLogo{
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 15px;
    width: 210px;
    filter: grayscale(100%);
    height: 100px;
    cursor:default;
}

.footerPartnerLogo:hover {
    filter: none;
}



