.header-top {
    padding: 20px 0 18px;
    background: var(--main);
    --color: #ffffff;
}
.header-top__wrap {
    display: flex;
    align-items: center;
}
.header-top a:hover {
    color: var(--mainHover);
}
.header-bottom {
    display: flex;
    box-shadow: 10px 10px 30px rgba(64, 10, 83, 0.1);
    background: #ffffff;
}
.header-social {
    display: flex;
}
.header-menu {
    display: flex;
    margin: 0;
    position: relative;
}
.header-menu > ul {
    display: flex;
}
.header-menu li {
    list-style-type: none;
}
.header-menu > li {
    height: 100%;
    display: flex;
    margin-bottom: 0;
    padding: 10px 0;
    position: relative;
    flex-grow: 1;
}
.header-menu > li:first-child {
    flex-grow: 0.5;
}
.header-menu > li:first-child > a {
    justify-content: flex-start;
}
.header-menu > li:last-child {
    flex-grow: 0.5;
}
.header-menu > li:last-child > a {
    justify-content: flex-end;
}
.header-menu > li > a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    color: var(--color, var(--dark));
}
.header-menu > li > a:hover {
    color: var(--mainHover);
}
.header-btn {
    --background: #fff;
    --color: var(--main);
    margin-left: 40px;
}
.header-btn:hover {
    --color: #fff;
    --svgColor: #fff;
}
.header-btn svg {
    --svgWidth: 20px;
    --svgHeight: 21px;
}
.header-logo {
    margin-right: auto;
}
.header-caption {
    margin-bottom: 5px;
}
.header .logo img {
    width: 217px;
    height: 86px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: left;
}

.header .logo-text {
    width: 310px;
    display: block;
}

.social-item {
    display: block;
}
.social-item svg {
    --svgWidth: 22px;
    --svgHeight: 22px;
}
.social-item:not(:last-child) {
    margin-right: 30px;
}
.social-item:hover svg {
    color: var(--mainHover);
}

.email-wrap {
    text-align: end;
}
.email-item {
    display: flex;
    align-items: center;
}

.phone-wrap {
    text-align: end;
    margin-left: 30px;
}
.phone-item {
    display: flex;
    align-items: center;
}

@media (max-width: 992px) {
    .header {
        position: sticky;
        z-index: 5;
        top: -1px;
    }
}
@media (max-width: 592px) {
    .header-btn {
        display: none;
    }
    .header .logo img {
        width: 150px;
        height: 80px;
        -o-object-position: left;
        object-position: left;
    }

    .header .logo-text {
        width: 200px;
    }
} /*# sourceMappingURL=header.css.map */
