.bus-brand-top{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.bus-logo img{
    max-height: 40px;
    width: auto;
    display: block;
}

.bus-brand-name{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.bus-brand-name span{
    color: #ff0b17;
}
.bus-footer-block{
    background: #2d62d9;
    padding: 50px 40px;
    border-radius: 0;
    color: #c8d2ea;
}

.bus-footer-grid{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.bus-footer-col{
    flex: 1 1 22%;
    min-width: 220px;
}

.bus-brand-top{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.bus-logo img{
    max-height: 42px;
    width: auto;
    display: block;
}

.bus-logo svg{
    display: block;
    max-height: 42px;
    width: auto;
}

.bus-brand-name{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}

.bus-brand-desc,
.bus-newsletter-desc,
.bus-contact-text,
.bus-footer-links li a{
    color: #e5e5e5;
    font-size: 15px;
    line-height: 1.8;
}

.bus-brand-desc p,
.bus-newsletter-desc p,
.bus-contact-text p{
    margin-bottom: 0.5em;
}

.bus-footer-title{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
    line-height: 1.3;
}

.bus-footer-links{
    list-style: none;
    padding: 0;
    margin: 0;
}

.bus-footer-links li{
    margin-bottom: 12px;
}

.bus-footer-links li a{
    text-decoration: none;
    transition: all .2s ease;
}

.bus-footer-links li a:hover{
    color: #00174c;
}

.bus-socials{
    display: flex;
    gap: 14px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.bus-social-item{
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.bus-social-item img{
    width: 18px;
    height: 18px;
    object-fit: contain;
    display: block;
}

.bus-contact-list{
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.bus-contact-item{
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.bus-contact-icon{
    width: 28px;
    flex: 0 0 28px;
    margin-top: 4px;
}

.bus-contact-icon img{
    width: 22px;
    height: 22px;
    object-fit: contain;
    display: block;
}

.bus-contact-text strong,
.bus-contact-text b{
    color: #fff;
    font-weight: 700;
}

.bus-newsletter-form .wpcf7{
    margin-top: 18px;
}

.bus-newsletter-form .newsletter-cf7-wrap{
    position: relative;
    display: flex;
    align-items: center;
    background: #2d62d9 ;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 14px;
    overflow: hidden;
    min-height: 54px;
}

.bus-newsletter-form .newsletter-cf7-wrap .wpcf7-form-control-wrap{
    flex: 1;
    margin-bottom: 0;
}

.bus-newsletter-form input[type="email"]{
    width: 100%;
    height: 54px;
    background: transparent;
    border: 0 !important;
    box-shadow: none !important;
    color: #fff;
    padding: 0 18px;
    margin: 0;
    font-size: 15px;
}

.bus-newsletter-form input[type="email"]::placeholder{
    color: #90a0c0;
}

.bus-newsletter-form .newsletter-submit{
    width: 58px;
    height: 54px;
    border: 0;
    background: #002885;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    transition: all .2s ease;
    padding: 0;
    margin: 0;
}

.bus-newsletter-form .newsletter-submit:hover{
    background: #e30c0c;
}

.bus-newsletter-form .wpcf7-spinner{
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
}

.bus-newsletter-form .wpcf7-response-output{
    margin: 12px 0 0 !important;
    color: #fff;
    border-color: rgba(255,255,255,0.2) !important;
}

@media (max-width: 849px){
    .bus-footer-block{
        padding: 35px 20px;
    }

    .bus-footer-grid{
        gap: 28px;
    }

    .bus-footer-col{
        flex: 1 1 100%;
        min-width: 100%;
    }

    .bus-footer-title{
        font-size: 22px;
    }
}