.wrapper > header.site-header {
    position: relative;
    z-index: 1000;
    display: block;
    width: 100%;
    min-width: 1100px;
    max-width: none;
    height: 70px;
    margin: 0 !important;
    background: #03172b;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    color: #fff;
    font-family: Roboto, Arial, sans-serif;
}

.site-header__inner {
    display: grid;
    grid-template-columns: 168px 80px minmax(335px, 1fr) 128px 168px 160px;
    column-gap: 12px;
    align-items: center;
    width: 92%;
    min-width: 1100px;
    max-width: 1360px;
    height: 70px;
    margin: 0 auto;
    box-sizing: border-box;
}

.site-header__brand {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

.site-header__brand img {
    width: 43px;
    height: 43px;
    object-fit: contain;
    filter: grayscale(1) brightness(0) invert(1);
}

.site-header__brand span {
    font-family: inavtob, Arial, sans-serif;
    font-size: 27px;
    line-height: 1;
}

.site-header__tagline {
    padding-left: 12px;
    border-left: 1px solid rgba(255, 255, 255, .28);
    color: rgba(255, 255, 255, .82);
    font-size: 10px;
    line-height: 1.45;
    white-space: nowrap;
}

.site-header__nav > ul {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-header__nav li {
    position: relative;
}

.site-header__services > button {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    font-family: inherit;
    cursor: pointer;
}

.site-header__nav a,
.site-header__services > button {
    display: flex;
    align-items: center;
    gap: 4px;
    color: rgba(255, 255, 255, .92);
    font-size: 14px;
    font-weight: 400;
    line-height: 70px;
    text-decoration: none;
    white-space: nowrap;
    transition: color .18s ease;
}

.site-header__nav a:hover,
.site-header__nav a:focus,
.site-header__services > button:hover,
.site-header__services > button:focus {
    color: #6da8ec;
}

.site-header__nav a > svg,
.site-header__services > button > svg {
    width: 12px;
    height: 12px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.site-header__dropdown {
    position: absolute;
    top: 56px;
    left: -18px;
    z-index: 20;
    display: block;
    width: 220px;
    margin: 0;
    padding: 9px 0;
    visibility: hidden;
    opacity: 0;
    list-style: none;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 6px;
    background: #071e38;
    box-shadow: 0 14px 35px rgba(0, 0, 0, .3);
    transform: translateY(6px);
    transition: opacity .15s ease, transform .15s ease, visibility .15s;
}

.site-header__services:hover .site-header__dropdown,
.site-header__services:focus-within .site-header__dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.site-header__dropdown a {
    display: block;
    padding: 9px 17px;
    font-size: 12px;
    line-height: 1.3;
}

.site-header__rating {
    display: flex;
    align-items: center;
    gap: 7px;
    width: 128px;
    color: #fff;
    text-decoration: none;
}

.site-header__rating:hover,
.site-header__rating:focus {
    color: #fff;
    text-decoration: none;
}

.site-header__rating-logo {
    display: flex;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fc3f1d;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
}

.site-header__rating-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 2px;
}

.site-header__rating-title {
    color: rgba(255, 255, 255, .92);
    font-size: 10px;
    line-height: 1.15;
    white-space: nowrap;
}

.site-header__rating-value {
    color: rgba(255, 255, 255, .82);
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
}

.site-header__rating-value > span {
    color: #ffb800;
}

.site-header__contacts {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    min-width: 0;
}

.site-header__contacts > svg {
    flex: 0 0 14px;
    width: 14px;
    height: 14px;
    margin-top: 2px;
    fill: none;
    stroke: #91a7c2;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.site-header__contacts a {
    display: block;
    color: rgba(255, 255, 255, .82);
    font-size: 10px;
    line-height: 1.4;
    text-decoration: none;
    white-space: nowrap;
}

.site-header__contacts .site-header__phone {
    margin-top: 2px;
    color: #fff;
}

.site-header__calc {
    display: flex;
    min-height: 44px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 5px;
    background: #0865e8;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.25;
    text-decoration: none;
    transition: background .18s ease;
}

.site-header__calc:hover {
    background: #1976ed;
    color: #fff;
}

.site-header__calc svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* Desktop header white text override */
.site-header .site-header__brand,
.site-header .site-header__brand span,
.site-header .site-header__brand:link,
.site-header .site-header__brand:visited,
.site-header .site-header__brand:hover,
.site-header .site-header__calc,
.site-header .site-header__calc span,
.site-header .site-header__calc:link,
.site-header .site-header__calc:visited,
.site-header .site-header__calc:hover {
    color: #fff !important;
}

.site-header .site-header__calc svg {
    color: #fff !important;
    stroke: #fff !important;
}
