@font-face {
    font-family: 'Land Rover Web';
    src: url('../../../../fonts/landrover/LandRoverWeb-Bold.eot');
    src: url('../../../../fonts/landrover/LandRoverWeb-Bold.eot?#iefix') format('embedded-opentype'),
    url('../../../../fonts/landrover/LandRoverWeb-Bold.woff2') format('woff2'),
    url('../../../../fonts/landrover/LandRoverWeb-Bold.woff') format('woff'),
    url('../../../../fonts/landrover/LandRoverWeb-Bold.svg#LandRoverWeb-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

header.old__header {
    background: #fff;
    z-index: 15;
    top: 0;
    left: 0;
    width: 100%;
}

.header-info-mobile {
    display: none;
}

.header-logo {
    float: left;
    margin-right: 45px;
    padding: 12px 25px 0;
    height: 25px;
    width: 100px;
}

.header-logo a {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.header-logo a span {
    display: inline-block;

}

.header-logo a span object {
    position: relative;
    z-index: -1
}

.header-line-info a h2,
.header-line-info h2 {
    font-family: 'Land Rover Web', sans-serif;
    font-size: 16px;
    margin-top: 0;
    text-transform: uppercase;
    color: #131a22;
    margin-bottom: 7px;
}

.header-line-info h3 {
    font-size: 8px;
    margin: 0;
    text-transform: uppercase;
}

.header-info {
    float: left;
    margin-right: 0;
    width: 290px;
    padding: 18px 0 18px 25px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.header-info:hover {
    background: #fafafa;
    border-left: 1px solid #d1d2d2;
    border-right: 1px solid #d1d2d2;
}

.header-info-2 {
    display: none;
}

.header-info a {
    color: #131a22;
}

.header-info a:hover,
.header-info a:active,
.header-info a:focus {
    text-decoration: none;
}

.header-address {
    float: left;
    margin-right: 65px;
    padding: 18px 25px 18px 25px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.header-address:hover,
.header-address:active,
.header-address:focus {
    background: #fafafa;
    border-left: 1px solid #d1d2d2;
    border-right: 1px solid #d1d2d2;
}

.header-address-content-1,
.header-address-content-2 {
    width: 200px;
}

.header-address-content-2 a {
    color: #131a22;
}

.header-address-content-2 a:hover,
.header-address-content-2 a:active,
.header-address-content-2 a:focus {
    text-decoration: none;
}

.header-address .icon {
    background: url('../../../../img/icon/icon-map.svg') center no-repeat;
    background-size: contain;
    width: 15px;
    height: 19px;
    display: block;
}

.header-address-icon {
    float: left;
    margin-right: 3px;
}

.header-address-content {
    float: right;
}

.header-address-content-2 {
    display: none;
}

.header-phone {
    float: left;
    position: relative;
    padding: 18px 0;
}

.header-phone .green-circle {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: rgba(6, 118, 21, 0.27);
    position: absolute;
    z-index: 0;
    left: -10px;
    top: 0;
    animation: pulsirovaniye 2s ease infinite;
    margin-top: 18px;
}

@keyframes pulsirovaniye {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

.header-phone a:hover,
.header-phone a:active,
.header-phone a:active {
    text-decoration: none;
}

.header-user {
    float: right;
    font-size: 14px;
    padding: 18px 0;
}

.header-user a {
    color: #000;
}

.header-user a:hover,
.header-user a:active,
.header-user a:focus {
    text-decoration: none;
    color: #9a050f;
}

.header-user .icon-login {
    width: 30px;
    height: 30px;
    position: relative;
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
    background: url('../../../../img/icon/icon-login.svg') no-repeat center;
    background-size: contain;
}

.header-line-menu {
    /*padding: 10px 0;*/
    border-bottom: 1px solid #d8dbe2;
    /*position: relative;*/
    background: #fff;
    z-index: 15;
}

.header-line-menu a.active {
    color: #9a050f;
}

.header-line-menu {
    text-align: center
}

.header-line-menu .sub-menu {
    text-align: left;
}

.header-line-menu .sub-menu a {
    text-transform: none;
}

.header-line-menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
}

.header-line-menu ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.header-line-menu ul li {
    display: inline-block;
    margin-right: 0;
}

.header-line-menu ul li:last-child {
    margin-right: 0;
}

.header-line-menu ul li a {
    text-transform: uppercase;
    font-size: 14px;
    color: #131a22;
    font-family: 'Land Rover Web', sans-serif;
    padding: 10px 15px;
    display: block;
}

.header-line-menu ul li a:hover,
.header-line-menu ul li a:active,
.header-line-menu ul li a:focus {
    color: #9a050f;
    text-decoration: none;
}

.header-line-menu .sub-menu {
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 5;
    width: 100%;
    height: 615px;
    padding-top: 35px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease 1s;
}

.header-line-menu ul li:hover .sub-menu,
.header-line-menu ul li:active .sub-menu,
.header-line-menu ul li:focus .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}

.header-logo.header-logo__main {
    margin-right: 30px;
    padding: 12px 0 0;
    height: 100%;
    width: auto;
}
.header-logo.header-logo__main a, .header-logo.header-logo__main a:focus, .header-logo.header-logo__main a:hover {
    display: flex;
    align-items: center;
    height: 45px;
    color: #131a22;
    text-decoration: none;
}

.header-logo.header-logo__main a span.header-logo__main-icon {
    height: 100%;
}

.header-logo.header-logo__main a span.header-logo__main-icon object {
    margin-right: 5px;
    height: 45px;
}
.header-logo.header-logo__main a span.header-logo__main-title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.header-logo.header-logo__main a span.header-logo__main-title .header__title-main {
    width: 100%;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Land Rover Web', sans-serif;
    line-height: 18px;
}

.header-logo.header-logo__main a span.header-logo__main-title .header__title-small {
    font-size: 8px;
}

.header-info, .header-address {
    position: relative;
}
header {
    background-color:transparent;
}
.header-line-info {
    background-color: #ffffff;
    border-bottom: 1px solid #d8dbe2;
}
.header-address:after, .header-info:after {
    display: block;
    content: '';
    width: 0;
    z-index: 1;
    height: 1px;
    bottom:-1px;
    position: absolute;
    left: 50%;
    transition: .3s;
    background: rgb(209,210,210);
    background: -moz-linear-gradient(90deg, rgba(209,210,210,1) 0%, rgba(156,5,16,1) 50%, rgba(209,210,210,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(209,210,210,1) 0%, rgba(156,5,16,1) 50%, rgba(209,210,210,1) 100%);
    background: linear-gradient(90deg, rgba(209,210,210,1) 0%, rgba(156,5,16,1) 50%, rgba(209,210,210,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d1d2d2",endColorstr="#d1d2d2",GradientType=1);
}
.header-address:hover:after, .header-info:hover:after {
    left: 0;
    width: 100%;
}
.header-user a {
    font-weight: 500;
}
.page-about .row {
    margin: 0;
}
.page-about .about-works-text {
    margin-top: 30px;
}

@media (max-width: 1200px) {
    .header-logo {
        margin-right: 15px;
    }
    .header-info {
        margin-right: 0;
        padding: 18px 0 18px 15px;
        width: 255px;
    }

    .header-address {
        margin-right: 15px;
        padding: 18px 10px 18px 10px;
    }

    .header-line-info a h2, .header-line-info h2 {
        font-size: 15px;
    }

    .header-line-menu ul li {
        margin-right: 0;
    }

    .header-line-menu ul li a {
        padding: 10px;
    }
}

/* footer */
footer {
    background: #f4f5f7;
}

.footer-line-1 {
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    padding: 15px 0;
    margin-bottom: 70px;
    background-color: #fff;
}

#footer-form,
.footer-form-phone {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

#footer-form {
    margin-right: 20px;
}

.footer-form-phone,
.footer-form-phone a {
    color: #131a22;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Land Rover Web', sans-serif;
}

#footer-form label {
    font-family: 'Land Rover Web', sans-serif;
    text-transform: uppercase;
    margin-right: 17px;
}

#footer-form .form-group {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 0;
    position: relative;
}

#footer-form input {
    border: 1px solid #c5c6c7;
    padding: 10px 30px;
    margin-right: 13px;
    border-radius: 5px;
    vertical-align: middle;
    height: 44px;
}

#footer-form button {
    vertical-align: middle;
    border-radius: 5px;
    line-height: 10px;
    color: #fff;
    background: #131a22;
    height: 44px;
    font-family: 'Land Rover Web', sans-serif;
    text-transform: uppercase;
    padding: 16px 35px 16px;
    border: 1px solid #131a22;
}

#footer-form button:hover,
#footer-form button:active,
#footer-form button:focus {
    background: #334a63;
}

.footer-form-clear {
    background: url('../../../../img/icon/close.svg') center;
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    cursor: pointer;
    display: none;
}

.footer-col {
    margin-bottom: 55px;
}

.footer-col h3 {
    color: #131a22;
    text-transform: uppercase;
    font-family: 'Land Rover Web', sans-serif;
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 14px;
}

.footer-col h3 a {
    color: #000;
}

.footer-col h3 a:hover,
.footer-col h3 a:active,
.footer-col h3 a:focus {
    text-decoration: none;
    color: #9a050f;
}

.footer-col p {
    margin-bottom: 19px;
}

.footer-col p a {
    color: #252525;
}

.footer-col p.last {
    margin-bottom: 45px;
}

.footer-col {
    float: left;
    margin-right: 75px;
}

.footer-col:last-child {
    margin: 0;
    float: none;
}

.footer-col-content {
    height: 210px;
    margin-bottom: 30px;
}

.footer-col-1 {
    width: 220px;
}

.footer-col ul {
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 15px;
    list-style: none;
}

.footer-col ul li a {
    color: #252525;
    font-weight: 300;
}

.footer-col ul li:last-child {
    margin-bottom: 0;
}

.footer-col-5 a {
    display: block;
    color: #252525;
    font-weight: 300;
    margin-bottom: 15px;
}

.footer-col-5 a svg {
    color: #8b8b8b;
    background: #fff;
}

.footer-col-5 a .footer-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.footer-col-5 a .footer-icon .icon {
    display: block;
    width: 30px;
    height: 30px;
    background-size: contain;
}

.footer-icon .icon-fb {
    background: url('../../../../img/icon/icon-fb.svg') center;
}

.footer-icon .icon-vk {
    background: url('../../../../img/icon/icon-vk.svg') center;
}

.footer-icon .icon-youtube {
    background: url('../../../../img/icon/icon-yotube.svg') center;
}

.footer-icon .icon-inst {
    background: url('../../../../img/icon/icon-inst.svg') center;
}

.footer-icon .icon-twitter {
    background: url('../../../../img/icon/icon-twitter.svg') center;
}

.footer-line-3 {
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    padding: 10px 0;
}

.footer-line-3 ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.footer-line-3 ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 45px;
}

.footer-line-3 ul a {
    color: #252525;
    font-weight: 300;
}

/*mobilemenu*/
.mobile__menu {
    position: fixed;
    bottom: 20px;
    left: calc(50% - 30px);
    z-index: 100;
}

.mobile__menu-button {
    cursor: pointer;
    width: 60px;
    height: 60px;
    background: #9a050f;
    border-radius: 50%;
    position: relative;
    bottom: 0;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, .35);
    z-index: 100;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.mobile__menu-button span {
    display: block;
    width: 32px;
    height: 4px;
    background: #fff;
    position: absolute;
    left: calc(50% - 16px);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.mobile__menu-button span:nth-child(1) {
    top: calc(35% - 2px);
}

.mobile__menu-button span:nth-child(2) {
    top: calc(50% - 2px);
}

.mobile__menu-button span:nth-child(3) {
    top: calc(65% - 2px);
}

.mobile__menu-button.menu-open span:nth-child(2) {
    opacity: 0;
}

.mobile__menu-button.menu-open span:nth-child(1) {
    top: calc(50% - 2px);
    transform: rotate(45deg);
}

.mobile__menu-button.menu-open span:nth-child(3) {
    top: calc(50% - 2px);
    transform: rotate(-45deg);
}

.mobile__menu-button.menu-open {
    bottom: 20px;
    box-shadow: none;
}

.mobile__menu .under-text {
    color: #fff;
    position: absolute;
    bottom: -10px;
    opacity: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    width: 130%;
    left: -15%;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transition-delay: 0.35s;
    -moz-transition-delay: 0.35s;
    -ms-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.mobile__menu-button .under-text {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.mobile__menu-links.active-links .mobile__menu-link .under-text, .mobile__menu-button.menu-open .under-text {
    bottom: -30px;
    opacity: 1;
}

.mobile__menu-links {
    transform: scale(0.8);
    opacity: 0;
    position: fixed;
    top: 80%;
    left: calc(50% - 40px);
    z-index: 95;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.mobile__menu-links.active-links {
    transform: scale(1);
    top: 35%;
    opacity: 1;
}

.mobile__menu-links .mobile__menu-link {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    background: #ccc;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.mobile__menu-links .mobile__menu-link.phone-link {
    background: url('../../../../img/new/phone.png') no-repeat scroll center center;
    background-size: cover;
    position: relative;
}

.mobile__menu-links .mobile__menu-link.about-link {
    background: url('../../../../img/new/info.png') no-repeat scroll center center;
    background-size: cover;
    left: auto;
    right: 0;
}

.mobile__menu-links.active-links .mobile__menu-link.about-link {
    left: auto;
    right: calc(100% + 50px);
}

.mobile__menu-links .mobile__menu-link.insta-link {
    background: url('../../../../img/new/insta.png') no-repeat scroll center center;
    background-size: cover;
    top: auto;
    bottom: 0;
}

.mobile__menu-links.active-links .mobile__menu-link.insta-link {
    top: auto;
    bottom: calc(100% + 50px);
}

.mobile__menu-links .mobile__menu-link.road-link {
    background: url('../../../../img/new/way.png') no-repeat scroll center center;
    background-size: cover;
    right: auto;
    left: 0;
}

.mobile__menu-links.active-links .mobile__menu-link.road-link {
    right: auto;
    left: calc(100% + 50px);
}

.mobile__menu-links .mobile__menu-link.cont-link {
    background: url('../../../../img/new/map.png') no-repeat scroll center center;
    background-size: cover;
    bottom: auto;
    top: 0;
}

.mobile__menu-links.active-links .mobile__menu-link.cont-link {
    bottom: auto;
    top: calc(100% + 50px);
}

.mobile__menu-links .mobile__menu-link a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    font-size: 0;
}

.mobile__menu-links .mobile__menu-link a:hover, .mobile__menu-links .mobile__menu-link a:focus, .mobile__menu-links .mobile__menu-link a:active {
    background: rgba(0, 0, 0, 0.15);
}

.black__overflow {
    opacity: 0;
    z-index: 90;
    position: absolute;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.black__overflow.reveal {
    opacity: 0.87;
}

.black__overflow .black__overflow-background {
    background: #131a22;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.about-feature a.btn-red--about-feature.show__mobile {
    display: none;
}

/*form*/
.slide-front-content-2 {
    border: 8px solid #e1e1e1;
    background: #fff;
    width: 860px;
    height: 330px;
    padding: 38px 25px;
    overflow: hidden;
}

.slide-front-content-2 h2 {
    margin-top: 0;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: 'Land Rover Web', sans-serif;
}
.front-form .form-group {
    margin-bottom: 25px;
    width: 30%;
    display: inline-block;
}

.front-form .form-group input {
    width: 100%;
    border-radius: 5px;
    box-shadow: none;
    padding: 15px 20px;
    display: block;
    height: 40px;
}

.front-form .form-group select {
    width: 100%;
    border-radius: 5px;
    box-shadow: none;
    display: block;
    height: 40px;
}

.front-form {
    text-align: center;
}

.front-form .form-group-block {
    text-align: center;
}

.front-form .form-group-block .form-group {
    margin-bottom: 0;
}
.front-form .form-group[data-step='2'], .front-form .form-group[data-step='3'] {
    display: none;
}
.btn-front {
    font-weight: 500;
    line-height: 11px;
    padding: 17px 40px;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    color: #fff;
    margin-right: 15px;
    margin-bottom: 20px;
    border: none;
    border-radius: 5px;
    height: 44px;
}

.btn-front:last-child {
    margin-right: 0;
    padding-top: 16px;
}

.btn-front-red {
    background: #9a050f;
    border: 1px solid #9a050f;
    border-radius: 5px;
    /*padding: 13px 60px;*/
}

.btn-front-red:hover,
.btn-front-red:active,
.btn-front-red:focus {
    text-decoration: none;
    color: #fff;
    background: #c10d19;
}

.btn-front-white {
    color: #131a22;
    border: 1px solid #131a22;
    background: #fff;
    padding: 13px 25px;
}

.btn-front-white:hover,
.btn-front-white:active,
.btn-front-white:focus {
    background: #131a22;
    color: #fff;
}

.btn-front-blue {
    border: 1px solid #131a22;
    background: #131a22;
    border-radius: 5px;
}

.btn-front-blue:hover,
.btn-front-blue:active,
.btn-front-blue:focus {
    color: #fff;
    text-decoration: none;
    background: #334a63;
}
@media (max-width: 1200px) {
    #footer-form input {
        margin-right: 5px;
    }

    #footer-form label {
        margin-right: 5px;
    }

    #footer-form {
        margin-right: 10px;
    }

    .footer-col {
        margin-right: 50px;
    }
}
@media (max-width: 991px) {
    header.old__header {
        display: none;
    }
}
@media (max-width: 768px) {
    .about-feature a.btn-red--about-feature.hide__mobile {
        display: none;
    }
    .about-feature a.btn-red--about-feature.show__mobile {
        display: inline-block;
    }
    .page-about .about-works-text {
        margin-top: 0;
    }
    header.old__header {
        position: relative;
    }

    .header-info {
        float: right;
    }

    .header-info:after {
        clear: both;
        content: '';
        display: table;
    }

    .header-logo {
        margin-bottom: 20px;
    }

    .header-phone {
        float: right;
        position: relative;
    }

    #footer-form, .footer-form-phone {
        display: block;
    }

    #footer-form {
        margin-bottom: 15px;
        text-align: center;
    }

    .footer-form-phone {
        text-align: center;
    }

    #footer-form button {
        padding: 14px 30px;
    }

    #footer-form label {
        margin-right: 0;
        display: block;
    }

    #footer-form input {
        padding: 9px 24px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .footer-col {
        float: none;
        width: 100%;
    }

    footer {
        border-top: 2px solid #d8dbe2;
    }

    footer .footer-line-2 {
        padding-top: 20px;
        text-align: left;
    }

    footer .footer-col-5 h3, footer .footer-line-3, footer .footer-pay, footer .footer-col-2, footer .footer-col-3, footer .footer-col-4, footer .footer-col p.last {
        display: none;
    }

    footer .footer-col-5 .footer-soc {
        width: 18%;
        float: left;
        text-align: center;
    }

    footer .footer-col-5 a .footer-icon {
        margin: 0 auto;
    }

    footer .footer-col-5 a .footer-icon-text {
        font-size: 12px;
    }

    footer .footer-col-5 .footer-soc:nth-child(4), footer .footer-col-5 .footer-soc:nth-child(5) {
        float: right;
    }

    footer .footer-col-content {
        height: auto;
    }
    .front-form .form-group {
        width: 100%;
    }
}

@media (max-width: 450px) {

    .header-info {
        display: none;
    }

    .header-info-mobile {
        display: inline;
    }

    .header-info-mobile .header-info-1 {
        font-family: 'Land Rover Web', sans-serif;
        display: inline-block;
    }

    .header-info-mobile .header-info-1 h5 {
        margin-top: 20px;
        font-size: 10px;
        line-height: 1;
        margin-bottom: 0;
    }

    .header-info-mobile .header-info-1 h2 {
        font-size: 18px;
        line-height: 1;
    }

    .header-user svg {
        margin-right: 0;
    }
}