.redesign header {
    padding-top: 25px;    
}

.redesign .header-address {
    color: #fff;
    margin-top: 20px;
}

.redesign .header-logo {
    text-align: center;
    margin-top: 0;
    position: relative;
}

.header-phone {
    text-align: right;
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-phone a {
    color: #fff;
}

.block-phone {
    margin-right: 25px;
}

.block-soc a {
    margin-right: 5px;
}

.block-lang {
    margin-left: 30px;
}

.redesign header .main-menu ul li a {
    padding-bottom: 0px;
}

.redesign header .main-menu ul {
    display: flex;
    justify-content: space-between;   
}

.redesign header .navbar-toggle {
    position: absolute;
    right: -75px;
    top: -2px;
}

footer.footer-bankety {
    background: rgba(8, 26, 36, 1);
}

.footer-bottom {
    margin-bottom: 20px;
}

.footer-bankety .footer-menu {
    display: flex;
    justify-content: space-between;
    color: rgba(208, 217, 230, 1);
}

.footer-bankety .footer-menu a {
    color: rgba(208, 217, 230, 1);
}

.footer-bankety .copy {
    font-size: 12px;
    color: rgba(114, 124, 140, 1);
}

.footer-bankety hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(114, 124, 140, 1);
}

.block-3 {
    text-align: right;
    color: #fff;
    font-size: 13px;
}

.block-3 a {
    color: #fff;
}

.footer-address {
    margin-bottom: 10px;
}

.footer-phone {
    margin-bottom: 10px;
}

.footer-soc a {
    margin-left: 5px;
}

.footer-bankety ul.menu {
    margin: 0;
    padding: 0;
    margin-right: 20px;
}

.footer-bankety .menu li {
    list-style: none;
    margin-bottom: 10px;
}

.footer-menu-center {
    display: flex;
}

.footer-bankety .menu li a {
    color: #fff;
    display: block;
    padding-left: 6px;
    padding-right: 6px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: 2px;
}

.footer-bankety .menu li .link-m {
    color: #727C8C !important;
}

.footer-logo .header-logo {
    text-align: left;
}

.block-footer-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-logo {margin-right: 15px;}

.footer-icon img {
    max-width: 70px;
}

@media (max-width: 768px) {
    .header-phone {
        display: block;
        margin-top: 5px;
    }
    
    .block-phone {
        margin-right: 0;
    }
    
    .block-soc a {
        margin-left: 5px;
    }
    
    .redesign .header-address {
        margin-top: 5px;
    }
    
    .footer-bankety .footer-menu {
        display: block;
    }
    
    .footer-menu li {
        margin-bottom: 20px;
    }
    
    .block-3 {
        text-align: left;
        color: #fff;
        font-size: 14px;
        margin-top: 20px;
    }
    
    .footer-address {
        margin-bottom: 15px;
    }
    .footer-phone {
        margin-bottom: 15px;
    }
}