<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
--breakpoint-xs: 0;
--breakpoint-sm: 600px;
--breakpoint-md: 1024px;
--breakpoint-lg: 1176px;
--breakpoint-xl: 1440px;
*/

img {
    vertical-align: middle;
    border-style: none;
}

header .head_sup {
    background: #fff;
    color: #373737;
    display: none;
    height: 36px;
    justify-content: flex-end;
    align-items: center;
}
header .head_sup .block-right {
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
header .head_sup .block-right .open-account {
    color: #373737;
    font-family: "Open Sans";
    font-weight: bold;
    padding: 0 20px;
    font-size: 16px;
    line-height: 36px;
}
header .head_sup .block-right&gt;a {
    display: flex;
    align-items: center;
}
header .head_sup .block-right .acces-client {
    padding: 10px 20px 10px 20px;
    background-color: #8c2f3f;
    font-family: "Open Sans";
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
}

header .head_inf {
    background: #3b3b3b;
    color: #fff;
}

.block-menu {
    display: inline-flex;
    width: 100%;
    height: 54px;
    justify-content: space-between;
    position: relative;
}
.block-menu .logo-header {
    display: inline-block;
}
.block-menu .logo-header .img-desktop {
    height: 26px;
    width: auto;
    object-fit: cover;
}
.r4logo-mobile {
    height: 32px;
    max-height: 32px;
    margin-left: 0 !important;
    vertical-align: middle;
}
@media (min-width: 1024px){
    header .head_sup {
        display: flex;
    }
    .block-menu {
        justify-content: flex-start;
        height: 76px;
    }
    .block-menu .logo-header {
    }
    .block-menu .logo-header .img-desktop {
        height: 32px;
    }
}
.cont-width-cent {
    width: 1512px;
    margin: 0 auto;
    padding-right: 12px;
    padding-left: 24px;
    height: 76px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 1023.98px){
    .cont-width-cent {
        height: 57px;
        padding: 0px;
    }
    .r4logo-mobile {
        height: 24px;
        max-height: 24px;
        margin-left: 0 !important;
        vertical-align: middle !important;
    }
}
@media (max-width: 1439.98px){
    .cont-width-cent {
        width: 100%;
        padding-left: 12px;
    }
}</pre></body></html>