.sb-logotype-wrapper {
    position: relative;
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    text-align: left;
    text-decoration: none;
    outline: transparent dashed 1px;
    overflow: hidden;
    object-fit: contain;
    transition: .3s;
}

@media screen and (max-width: 1359px) {
    .sb-logotype-wrapper_adaptive_size-s {
        width: 136px;
        height: 30px;
    }
}

@media screen and (min-width: 1360px) {
    .sb-logotype-wrapper_adaptive_size-s {
        width: 200px;
        height: 40px;
    }
}

/* Other media queries for different sizes */

.sb-logotype-wrapper_fixed_size-s {
    width: 200px;
    height: 40px;
}

/* Other fixed size classes */

.sb-logotype-wrapper__image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.sb-logotype-wrapper__edit {
    outline: #cbcfd3 dashed 1px;
}

.s-footer-customer-type-3 {
    position: relative;
}

/* Styles for s-footer-customer-type-3 */

@media screen and (max-width: 639px) {
    .s-footer-customer-type-3__wrapper {
        padding-bottom: 20px;
    }
}

/* Other media queries for different screen sizes */

.s-footer-customer-type-3__logo {
    display: block;
    word-break: break-word;
}

@media screen and (max-width: 1359px) {
    .s-footer-customer-type-3__logo {
        width: 176px;
    }
}

/* Other styles for s-footer-customer-type-3 */

@media screen and (min-width: 1360px) {
    .s-footer-customer-type-3__wrapper {
        padding-bottom: 32px;
    }
    .s-footer-customer-type-3__logo {
        width: 240px;
    }
}

/* Styles for s-footer-customer-type-3__menu */

@media screen and (min-width: 960px) {
    .s-footer-customer-type-3__menu {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-top: 0!important;
    }
}

.s-footer-customer-type-3__links {
    display: flex;
}
@media (max-width: 639px) {
    .s-footer-customer-type-3__links {
        flex-direction: column;
        align-items: flex-start;
    }
    .s-footer-customer-type-3link + .s-footer-customer-type-3link {
        margin-top: 10px;
    }
}

@media screen and (min-width: 640px) {
    .s-footer-customer-type-3__links {
        flex-wrap: wrap;
        flex-grow: 1;
    }
}

@media (min-width: 960px) and (max-width: 1359px) {
    .s-footer-customer-type-3links + .s-footer-customer-type-3button {
        margin-left: 36px;
    }
}

@media screen and (min-width: 1360px) {
    .s-footer-customer-type-3links + .s-footer-customer-type-3button {
        margin-left: 40px;
    }
}

.s-footer-customer-type-3__link {
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
    text-decoration: none;
    transition: border-color 0.3s;
}

.s-footer-customer-type-3__link_active {
    border-bottom: 2px solid rgba(17, 17, 17, 0.24);
}

@media (min-width: 640px) and (max-width: 959px) {
    .s-footer-customer-type-3link + .s-footer-customer-type-3link {
        margin-left: 14px;
    }
}

@media (min-width: 960px) and (max-width: 1359px) {
    .s-footer-customer-type-3link + .s-footer-customer-type-3link {
        margin-left: 16px;
    }
}

@media screen and (min-width: 1360px) {
    .s-footer-customer-type-3link + .s-footer-customer-type-3link {
        margin-left: 20px;
    }
}