.snc-header-navbar-wrapper {
    position: relative;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
    z-index: 1;
}

@media (min-width: 768px) {
    .snc-header-navbar-wrapper {
        display: flex;
        align-items: center;
        min-height: 90px;
    }
}

@media (min-width: 768px) {
    .snc-header-navbar-wrapper .navbar {
        width: 100%;
    }
}

.snc-bs-navbar-brand {
    display: block;
    margin-right: 0
}

.snc-bs-navbar-brand img {
    display: block;
    width: auto;
    height: 20px
}

@media (min-width: 768px) {
    .snc-bs-navbar-brand img {
        height: 29px
    }
}

.navbar .buttons-right {
    display: flex;
}

.nav-button {
    margin-left: 5px;
    margin-right: 5px;
}


/* Footer Styles */

.snc-footer {
    color: #fff;
    font-size: 16px;
    line-height: 1.375;
    background-color: #333;
}

@media (min-width: 768px) {
    .snc-footer {
        display: flex;
    }
}

.snc-footer a {
    color: #fff;
}

.snc-footer__inner {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    .snc-footer__inner {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .snc-footer__logo {
        margin-bottom: 20px;
    }
}

.snc-footer__logo img {
    width: 120px;
    height: auto;
}

@media (min-width: 1200px) {
    .snc-footer__phone {
        width: 720px;
    }
}

@media (min-width: 1200px) {
    .snc-footer__phone {
        width: 720px;
    }
}

@media (min-width: 768px) {
    .snc-footer__phone {
        width: 560px;
        margin-left: auto;
        margin-bottom: 20px;
        text-align: right;
    }
}

@media (min-width: 992px) {
    .snc-footer__phone {
        width: auto;
        font-size: 24px;
        line-height: 1;
        text-align: right;
    }
}

@media (max-width: 991px) {
    .snc-footer__phone {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .snc-footer__legal {
        width: 100%;
        align-content: flex-end;
    }
}

.snc-footer__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 20px;
    font-size: 12px;
    line-height: 1.34375;
}

.snc-footer__legal-ypc a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.snc-footer__legal-ypc a svg {
    width: 30px;
    height: 14px;
}

.snc-section--truck {
    position: relative;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 64px;
    color: #212529;
    font-size: 16px;
    line-height: 1.375;
    padding-bottom: 0;
    text-align: right;
}

.snc-section--truck img {
    width: auto;
    height: 64px;
}

@media (min-width: 768px) {
    .snc-section--truck .d-flex > div:first-child > img {
        height: 128px;
    }
}

.snc-section--truck .d-flex > div:last-child > img {
    height: 24px;
}

@media (min-width: 768px) {
    .snc-section--truck .d-flex > div:last-child > img {
        height: 48px;
    }
}