#contact-success {
    display: none;
}

header a {
    position: absolute;
    cursor: pointer;
    z-index: 9999999999;
    display: block;
}

.page-header a:after {
    display: none !important;
}

.page-footer-social-media nav ul li a:after {
    transform: rotate(-45deg);
}

.page-footer-social-media nav ul li a.copy:after {
    transform: rotate(0deg);
    content: url(./source/Copy.svg);
    zoom: 0.61;
}

.services-menu {
    position: relative;
    width: max-content !important;
}

.additional-header .menu > ul > li {
    width: max-content;
}

header svg {
    cursor: pointer;
}

nav.menu * {
    font-size: 0.95vw;
    line-height: 1.4vw;
}

nav.menu ul li ul li a {
    color: #616161 !important;
}

.page-header {
    display: flex;
    align-items: flex-start;
    position: fixed;
    z-index: 9999999;
    width: 100%;
    mix-blend-mode: difference;
    padding-left: 1.35vw;
    padding-right: 1.35vw;
    padding-bottom: 1.45vw;
    justify-content: space-between;
    height: 24px;
    transition: 0.3s;
    top: 1.3vw;
}

.additional-header {
    padding-right: 1.4vw;
    position: fixed;
    display: grid;
    grid-template-columns: 50% 25% 25%;
    z-index: 9999999;
    width: 100%;
    top: 0.3vw;
    left: 0.5vw;
    right: 0.5vw;
    justify-content: space-between;
    height: 24px;
    padding-top: 0.8vw;
}

.menu > ul > li > a {
    color: black;
    font-size: 0.95vw;
    font-family: Helvetica Now Display;
    font-weight: 400;
    line-height: 1.1vw;
    word-wrap: break-word;
    position: relative;
    background-color: #e9e8de;
    display: block;
    border-radius: 24px;
}

.menu > ul > li > ul {
    height: 0;
    overflow: hidden;
    transition: 0.3s;
    width: 0;
}

.menu a {
    color: #616161;
}

.has-sub-menu > ul {
    display: none;
}

.contact {
    font-size: 0.95vw;
    font-family: Helvetica Now Display;
    font-weight: 400;
    line-height: 1.1vw;
    word-wrap: break-word;
    color: #191A1D;
    background: #dfe0e9;
    border-radius: 100px;
    padding: 0 7.39px;
    width: max-content;
    height: max-content;
    margin-left: auto;
    margin-right: 1.85vw;
    transition: 0.3s;
}

.contact:hover {
    background: white;
}

.contact:visited {
    color: #191A1D;
}

.menu > ul > li > a,
.contact {
    width: max-content;
    padding: 4px 8px;
    transition: 0.5s;
}

.menu > ul > li:hover a {
    width: max-content;
    transition: 0.3s;
}

.menu > ul > li {
    transition: 0.3s;
    border-radius: 24px;
    width: max-content;
}

.menu > ul > li:hover {
    width: 149px;
    border-radius: 4px;
    background: white;
}

.menu > ul > li > ul {
    width: 0;
}

.menu > ul > li:hover > ul {
    height: 100%;
    background-color: white;
    border-radius: 0 0 4px 4px;
    padding: 0 8px 8px;
    width: 149px;
}

.menu > ul > li:hover a {
    background-color: white;
    color: #A29EAA;
}

.active-header {
    background-color: #dfe0e9;
    mix-blend-mode: unset !important;
    top: 0 !important;
    padding-top: 1.5vw;
}

.active-header svg {
    filter: brightness(0);
    z-index: 9999;
}

.page-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999999;
    pointer-events: none;
}

.page-preloader__columns {
    display: flex;
}

.page-preloader__column {
    display: flex;
    flex-direction: column;
    width: 24.693vw;
}

.page-preloader__column:first-child,
.page-preloader__column:last-child {
    width: 25.363vw;
}

.page-crew-loader {
    position: fixed;
    transition: 2s;
    background: #ffdab0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateY(-300%);
    z-index: 99999999999;
}

.page-crew-loader-active {
    transform: translateY(0%) !important;
}

.page-preloader__column-item {
    height: 50vh;
    background: #ffdab0;
    transition-property: transform;
    transition-timing-function: ease-in-out;
}

.page-preloader__column-item.active-col:first-child {
    transform: translateY(-50vh);
}

.page-preloader__column-item.active-col:last-child {
    transform: translateY(50vh);
}

.page-preloader__column:first-child .page-preloader__column-item.active-col:first-child {
    transition-duration: 0.8s;
    transition-delay: 0.2s;
}

.page-preloader__column:first-child .page-preloader__column-item.active-col:last-child {
    transition-duration: 0.6s;
    transition-delay: 0.2s;
}

.page-preloader__column:nth-child(2) .page-preloader__column-item.active-col:first-child {
    transition-duration: 0.8s;
    transition-delay: 0.1s;
}

.page-preloader__column:nth-child(2) .page-preloader__column-item.active-col:last-child {
    transition-duration: 0.8s;
    transition-delay: 0.3s;
}

.page-preloader__column:nth-child(3) .page-preloader__column-item.active-col:first-child {
    transition-duration: 0.8s;
    transition-delay: 0.2s;
}

.page-preloader__column:nth-child(3) .page-preloader__column-item.active-col:last-child {
    transition-duration: 0.6s;
    transition-delay: 0.2s;
}

.page-preloader__column:nth-child(4) .page-preloader__column-item.active-col:first-child {
    transition-duration: 0.8s;
    transition-delay: 0.4s;
}

.page-preloader__column:nth-child(4) .page-preloader__column-item.active-col:last-child {
    transition-duration: 0.8s;
}

.page-preloader__row {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    padding: 0 1.341vw;
}

.page-preloader__row.hidden {
    opacity: 0;
    transition: opacity 0.3s ease 0.4s;
}

.page-preloader__row > * {
    width: 7.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.061vw;
    line-height: 1.117vw;
    font-weight: 500;
    color: #191A1D;
}

.page-preloader__row svg {
    width: 8.804vw;
}

.page-preloader__row > *:first-child {
    justify-content: flex-start;
}

.page-preloader__row > *:last-child {
    justify-content: flex-end;
}

.page-footer-content {
    display: grid;
    grid-template-columns: 13% 13% 23% 47%;
    margin-bottom: 8.9vw;
    gap: auto;
}

.page-footer-content a {
    color: black;
}

.page-footer-social-media {
    margin-right: 5vw;
    display: flex;
    flex-direction: column;
    gap: 12vw;
}

.page-footer-navigation,
.page-footer-social-media {
    margin-right: auto;
    width: 100%;
    border-top: 1px #616161 dashed;
    padding-top: 30px;
}

.page-footer {
    margin-left: 1vw;
    margin-right: 0.5vw;
    padding-top: 188px;
}

.page-footer-form {
    width: 98%;
    border-radius: 4px;
    padding: 15px 12px 12px;
    background: url(https://heads.company/wp-content/uploads/2026/01/footer.webp);
    background-size: cover;
}

.page-footer-form div {
    width: 100%;
}

.page-footer-form > div {
    background: #E9E8DE;
    padding: 35px 10px 50px;
    border-radius: 4px;
}

.page-footer-form div input,
.page-footer-form div textarea {
    width: 100%;
}

.page-footer-form h3 {
    font-size: 3rem;
    max-width: 75%;
    color: #F5F5F5;
    font-family: "Helvetica Now Display";
    font-weight: 500;
    line-height: 3rem;
    margin: 0 0 1rem 0.6rem;
}

.page-footer-form-input {
    position: relative;
    margin-bottom: 1.4vw;
    cursor: pointer;
}

input:hover {
    border-bottom: 1px #A29EAA solid !important;
}

input:hover + label {
    color: black !important;
}

textarea:hover {
    border-bottom: 1px #A29EAA solid !important;
}

textarea:hover + label {
    color: black !important;
}

.page-footer-form-input label {
    position: absolute;
    top: 0.1vw;
    left: 0.7vw;
    font-size: 0.9vw;
    color: #616161;
    transition: top 0.3s, font-size 0.3s;
}

.active-label {
    top: -8px !important;
    font-size: 0.5vw !important;
}

.page-footer-form-input input,
.page-footer-form-input textarea {
    padding: 0.25vw 0.5vw;
    border: none;
    outline: none;
    border-bottom: 1px #A29EAA dotted;
    background: none;
}

.page-footer-form-input textarea {
    padding-bottom: 1.4vw;
}

.footer-after-content {
    padding: 0.6vw 0.9vw 3vw;
    border-top: 1px #A29EAA dotted;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 47.6vw;
}

.footer-year {
    display: flex;
    gap: 8px;
    align-items: center;
    width: 33%;
    margin-left: -1vw;
    font-size: 0.67vw;
    color: black;
}

.footer-year:before {
    content: " ";
    height: 8px;
    width: 8px;
    background: black;
    border-radius: 100%;
    display: block;
}

.footer-info > p,
.footer-info > a {
    font-size: 0.67vw;
    color: black;
}

.page-footer-form-input::after {
    content: url(./source/mark.svg);
    display: block;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}

.page-footer-form-input::before {
    content: " ";
    display: block;
    right: 0;
    top: 0;
    position: absolute;
    transition: 0.5s;
    width: 13px;
    height: 24px;
    background-color: #E9E8DE;
    z-index: 2;
}

.page-footer-form-input.success::before {
    width: 0;
}

.page-footer-form-input:has(.page-footer-form-input)::before {
    width: 0;
}

.page-footer-form-input.error input,
.page-footer-form-input.error textarea {
    color: #E92215;
    border-bottom: 1px #E92215 dotted !important;
}

.page-footer-form-input.error label {
    color: #E92215 !important;
}

.cases__all::after,
.header__link::after,
.services__service::after {
    display: none;
}

.services-menu::after {
    content: " ";
    height: 1px;
    display: block;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
    width: 7px;
    right: -12.5px;
    background: #616161;
    transition: 0.3s;
    opacity: 1;
}

.services-menu::before {
    content: " ";
    height: 1px;
    width: 7px;
    right: -8px;
    display: block;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    background: #616161;
    transition: 0.3s;
}

.services-menu-active::after {
    transform: rotate(45deg);
}

.services-menu-active::before {
    transform: rotate(-45deg);
}

@media (max-width: 768px) {
    .page-preloader__row > *:nth-child(2) {
        display: none;
    }

    .page-preloader__row > *:nth-child(4) {
        display: none;
    }

    .page-preloader__row > * {
        font-size: 2.061vw;
        line-height: 2.817vw;
        width: 21.5vw;
    }

    .page-preloader__row svg {
        width: 12.804vw;
    }

    .contact {
        margin-right: 3.8vw;
        font-size: 2.43vw;
        line-height: 3.1vw;
    }

    .additional-header {
        grid-template-columns: 50% 25% 22.7%;
        zoom: 0.9;
    }

    .page-header {
        padding-left: 3.3vw;
        padding-right: 3.3vw;
        top: 1.3vw;
    }

    .menu > ul > li > a,
    nav.menu * {
        font-size: 2.43vw;
        line-height: 3.1vw;
    }

    .page-footer {
        margin-top: 0;
        padding-top: 9.2vw;
        margin-left: 2.3vw;
        margin-right: 2.3vw;
    }

    .page-footer-content {
        flex-wrap: wrap;
        border-top: 1px dashed #A29EAA;
        padding-top: 1.8vw;
        margin-bottom: 28vw;
        display: flex;
    }

    .page-footer-social-media {
        width: 52%;
        margin: 0;
    }

    .page-footer-navigation {
        width: 48%;
        margin: 0;
    }

    .page-footer-form {
        width: 100%;
        margin-top: 27vw;
        display: flex;
    }

    .page-footer-form h3 {
        font-size: 4.2vw;
        line-height: 4.7vw;
        width: 92%;
        max-width: 70%;
        padding-left: 1vw;
        margin-right: 1.5%;
    }

    .page-footer-form > div {
        padding-left: 2.8vw;
    }

    .page-footer-form-input {
        margin-bottom: 3.6vw;
    }

    .page-footer-form-input label {
        font-size: 1.9vw;
        top: 0.5vw;
        left: 2vw;
    }

    .page-footer-form div input,
    .page-footer-form div textarea {
        padding: 0.4vw 1.8vw;
    }

    .page-footer-form div textarea {
        padding-bottom: 4vw;
    }

    .active-label {
        top: -1.1vw !important;
        font-size: 1.6vw !important;
    }

    .footer-after-content {
        padding: 1.5vw 7px 2.2vw;
    }

    .footer-year,
    .footer-info > p,
    .footer-info > a {
        font-size: 1.5vw;
    }

    .footer-info {
        width: 46.6vw;
        zoom: 1.03;
        margin-right: -2vw;
    }
}

@media (max-width: 576px) {
    .page-preloader__row > *:nth-child(5) {
        display: none;
    }

    .page-preloader__row > * {
        font-size: 4.061vw;
        line-height: 5.817vw;
        width: 40.5vw;
    }

    .page-preloader__row > *:nth-child(3) {
        justify-content: flex-end;
    }

    .page-preloader__row svg {
        width: 20.804vw;
    }

    .additional-header {
        grid-template-columns: 53% 21.6% 24.4%;
        zoom: 0.89;
        padding-top: 4.2vw;
        padding-right: 0;
        justify-content: unset;
    }

    .page-header {
        top: 5.5vw;
        padding-left: 6.3vw;
        padding-right: 9.3vw;
    }

    .page-header svg {
        width: 15.7vw;
    }

    .menu > ul > li > a,
    nav.menu * {
        font-size: 4.1vw;
        line-height: 5.6vw;
    }

    .menu > ul > li:hover a,
    .menu > ul > li:hover > ul {
        width: 29vw;
    }

    .contact {
        line-height: 4.6vw;
        font-size: 4.1vw;
        margin-top: 0;
        margin-right: calc(3.8vw + 4px);
    }

    .page-footer {
        margin: 30vw 4vw 0;
    }

    .page-footer-navigation {
        padding-left: 3vw;
    }

    .page-footer-content {
        margin-bottom: 31vw;
        padding-top: 5vw;
    }

    .page-footer-social-media {
        margin-left: -0.5vw;
        width: 53%;
    }

    .page-footer-social-svg {
        width: max-content !important;
    }

    .page-footer-navigation,
    .page-footer-social-media {
        width: 45%;
        padding: 0;
        border: 0;
    }

    .page-footer-form {
        width: 100%;
        margin-top: 33.6vw;
        display: flex;
        flex-direction: column;
        padding-left: 1vw;
    }

    .page-footer-form > div {
        padding-left: 0;
    }

    .page-footer-form h3 {
        font-size: 6vw;
        line-height: 7.7vw;
        width: 100%;
        max-width: 100%;
        padding-left: 1vw;
        margin-bottom: 17vw;
    }

    .page-footer-form-input {
        margin-bottom: 7.7vw;
    }

    .page-footer-form-input label {
        font-size: 3.5vw;
        cursor: pointer;
        left: 2vw;
    }

    .page-footer-form div textarea {
        padding-bottom: 6vw;
    }

    .footer-after-content {
        padding: 2.5vw 0 2.2vw 1vw;
    }

    .footer-year {
        zoom: 1.07;
        width: 70%;
        font-size: 11px;
    }

    .footer-info {
        zoom: 1;
        margin-right: -4vw;
        justify-content: flex-end;
    }

    .footer-info p {
        display: none !important;
    }

    .footer-info > a {
        font-size: 11px;
    }
}

@media (min-width: 576px) {
    .menu > ul > li:hover {
        width: unset !important;
        background: none !important;
    }

    .has-sub-menu > ul {
        position: absolute;
        padding: 4px 8px;
        border-radius: 8px;
        background-color: white;
    }

    .menu > ul > li:hover a {
        background: none !important;
    }

    .menu > ul > li:hover > ul {
        background-color: transparent !important;
        padding: 0 !important;
    }

    .menu > ul {
        display: flex;
        align-items: center;
    }

    .menu > ul > li > ul > li {
        margin-right: 1.8vw;
    }

    .menu > ul > li > ul > li:first-child {
        margin-right: 2.2vw;
    }

    .menu > ul > li > a {
        display: none;
    }

    .menu > ul > li > ul {
        display: flex;
        height: max-content !important;
        width: max-content !important;
    }

    .services-menu::after,
    .services-menu::before {
        width: 0.1vw;
    }
}

@media (max-width: 991.98px) and (min-width: 768.1px) {
    .page-footer-content > .page-footer-social-svg {
        grid-column: 4;
        grid-row: 2;
        width: 100%;
        margin-top: 1vw;
    }
}

@media (max-width: 768px) {
    .page-footer-content > .page-footer-social-svg {
        order: 5;
        width: 100%;
        margin-top: 3vw;
    }
}

@media (max-width: 576px) {
    .page-footer-content.footer-navs-merged .page-footer-navigation:not(.page-footer-navigation--secondary) {
        width: 50%;
    }

    .page-footer-content.footer-navs-merged .page-footer-navigation--secondary {
        display: none;
    }
}

@media (min-width: 576px) {
    .additional-header {
        grid-template-columns: 1fr auto auto;
        align-items: center;
        column-gap: 1vw;
    }

    .additional-header > .menu {
        justify-self: center;
    }

    .additional-header .menu > ul {
        display: flex;
        align-items: center;
        gap: clamp(4px, 0.22vw, 8px);
        padding: clamp(4px, 0.22vw, 8px);
        width: max-content;
        background: rgba(255, 255, 255, 0.58);
        border: 1px solid rgba(255, 255, 255, 0.42);
        border-radius: 999px;
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        box-shadow: 0 14px 40px rgba(25, 26, 29, 0.08);
    }

    .additional-header .menu > ul > li > ul {
        display: flex;
        align-items: center;
        gap: clamp(4px, 0.22vw, 8px);
        width: max-content !important;
        height: auto !important;
        overflow: visible;
    }

    .additional-header .menu > ul > li > ul > li,
    .additional-header .menu > ul > li > ul > li:first-child {
        margin-right: 0 !important;
        position: relative;
    }

    .additional-header .menu > ul > li > ul > li > a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: clamp(42px, 3.55vw, 68px);
        padding: clamp(10px, 0.75vw, 16px) clamp(18px, 2.25vw, 42px);
        border-radius: 999px;
        color: #191a1d !important;
        background: transparent !important;
        line-height: 1;
        white-space: nowrap;
    }

    .additional-header .menu > ul > li > ul > li.has-sub-menu > a {
        background: #fff !important;
        box-shadow: 0 1px 2px rgba(25, 26, 29, 0.08), 0 12px 30px rgba(25, 26, 29, 0.08);
        padding-right: clamp(32px, 3.2vw, 52px);
    }

    .additional-header .menu > ul > li:hover a {
        color: #191a1d !important;
    }

    .additional-header .has-sub-menu > ul {
        top: calc(100% + clamp(6px, 0.45vw, 12px));
        left: 0;
        display: none;
        min-width: 100%;
        padding: clamp(6px, 0.45vw, 12px);
        border-radius: clamp(12px, 1.2vw, 20px);
        background: #fff;
        box-shadow: 0 18px 45px rgba(25, 26, 29, 0.12);
    }

    .additional-header .has-sub-menu > ul > li {
        margin-right: 0 !important;
    }

    .additional-header .has-sub-menu > ul > li > a {
        justify-content: flex-start;
        min-height: 0;
        padding: clamp(10px, 0.65vw, 14px) clamp(12px, 0.9vw, 18px);
        border-radius: clamp(8px, 0.8vw, 14px);
        color: #616161 !important;
        background: transparent !important;
    }

    .additional-header .has-sub-menu > ul > li > a:hover {
        background: #f5f5f5 !important;
        color: #191a1d !important;
    }

    .additional-header .services-menu {
        padding-right: clamp(32px, 2.9vw, 48px);
    }

    .additional-header .services-menu::before,
    .additional-header .services-menu::after {
        width: clamp(6px, 0.42vw, 10px);
        top: 50%;
        background: #191a1d;
    }

    .additional-header .services-menu::before {
        right: clamp(17px, 1.45vw, 24px);
        transform: translateY(-50%) rotate(45deg);
    }

    .additional-header .services-menu::after {
        right: clamp(12px, 1.16vw, 19px);
        transform: translateY(-50%) rotate(-45deg);
    }

    .additional-header .services-menu-active::before {
        transform: translateY(-50%) rotate(-45deg);
    }

    .additional-header .services-menu-active::after {
        transform: translateY(-50%) rotate(45deg);
    }

    .additional-header > .contact {
        margin-right: 0;
        min-height: clamp(42px, 3.55vw, 68px);
        padding: clamp(10px, 0.75vw, 16px) clamp(18px, 1.65vw, 32px);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        color: #191a1d;
        background: rgba(255, 255, 255, 0.58);
        border: 1px solid rgba(255, 255, 255, 0.42);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        box-shadow: 0 14px 40px rgba(25, 26, 29, 0.08);
    }

    .additional-header > .contact:hover {
        background: #fff;
    }
}

@media (min-width: 1790px) {
    .additional-header {
        top: 0;
        left: 0;
        right: 0;
        padding: 0 23.5px;
        grid-template-columns: auto 1fr auto;
        column-gap: 0;
    }

    .additional-header > svg {
        width: 92px;
        height: 28px;
    }

    .additional-header > .menu {
        width: 391px;
        margin: 0 auto;
    }

    .additional-header .menu > ul {
        width: 391px;
        min-height: 28px;
        padding: 0;
        gap: 0;
        justify-content: space-between;
        background: #f5f5f5;
        border: 0;
        border-radius: 14px;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        box-shadow: none;
    }

    .additional-header .menu > ul > li > ul {
        width: 391px !important;
        gap: 0;
        justify-content: space-between;
    }

    .additional-header .menu > ul > li > ul > li {
        /* flex: 1 1 0; */
    }

    .additional-header .menu > ul > li > ul > li.has-sub-menu {
        flex: 0 0 98px;
    }

    .additional-header .menu > ul > li > ul > li > a {
        min-height: 28px;
        padding: 0 14px;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0;
    }

    .additional-header .menu > ul > li > ul > li.has-sub-menu > a {
        padding: 0 24px 0 14px;
        border-radius: 14px;
        box-shadow: none;
    }

    .additional-header .services-menu {
        padding-right: 22px;
    }

    .additional-header .services-menu::before,
    .additional-header .services-menu::after {
        width: 6px;
    }

    .additional-header .services-menu::before {
        right: 13px;
    }

    .additional-header .services-menu::after {
        right: 9px;
    }

    .additional-header > .contact {
        width: 102px;
        min-height: 28px;
        padding: 0 16px;
        border: 0;
        border-radius: 14px;
        color: #e9e8de;
        background: #191a1d;
        box-shadow: none;
    }

    .additional-header > .contact:hover,
    .additional-header > .contact:visited {
        color: #e9e8de;
        background: #191a1d;
    }
}

@media (min-width: 576px) {
    .additional-header {
        top: 0.28vw;
        left: 0.48vw;
        right: 0.48vw;
        padding-top: 0;
        grid-template-columns: minmax(4.85vw, auto) 1fr minmax(5.35vw, auto);
        align-items: center;
        column-gap: 0;
    }

    .additional-header > svg {
        width: 5.25vw;
        height: 1.61vw;
    }

    .additional-header > .menu {
        width: 21.95vw;
        margin: 0 auto;
        justify-self: center;
    }

    .additional-header .menu > ul {
        width: 21.95vw;
        min-height: 1.61vw;
        padding: 0;
        gap: 0;
        justify-content: space-between;
        background: #f5f5f5;
        border: 0;
        border-radius: 0.8vw;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        box-shadow: none;
    }

    .additional-header .menu > ul > li > ul {
        width: 21.95vw !important;
        gap: 0;
        justify-content: space-between;
    }

    .additional-header .menu > ul > li > ul > li {
        flex: 1 1 0;
    }

    .additional-header .menu > ul > li > ul > li.has-sub-menu {
        flex: 0 0 5.5vw;
    }

    .additional-header .menu > ul > li > ul > li > a {
        min-height: 1.61vw;
        padding: 0 0.78vw;
        font-size: 1vw;
        line-height: 1.61vw;
        letter-spacing: 0;
    }

    .additional-header .menu > ul > li > ul > li.has-sub-menu > a {
        padding: 0 1.34vw 0 0.78vw;
        border-radius: 0.8vw;
        background: #fff !important;
        box-shadow: none;
    }

    .additional-header .services-menu {
        padding-right: 1.23vw;
    }

    .additional-header .services-menu::before,
    .additional-header .services-menu::after {
        width: 0.34vw;
        top: 50%;
    }

    .additional-header .services-menu::before {
        right: 0.73vw;
    }

    .additional-header .services-menu::after {
        right: 0.5vw;
    }

    .additional-header > .contact {
        width: 5.72vw;
        min-height: 1.61vw;
        padding: 0 0.9vw;
        margin-right: 0;
        border: 0;
        border-radius: 0.8vw;
        color: #e9e8de;
        background: #191a1d;
        box-shadow: none;
    }

    .additional-header > .contact:hover,
    .additional-header > .contact:visited {
        color: #e9e8de;
        background: #191a1d;
    }
}

@media (min-width: 576px) {
    .additional-header .menu > ul,
    .additional-header .menu > ul:hover {
        width: 21.95vw;
        padding: 0;
        gap: 0;
        justify-content: space-between;
    }

    .additional-header .menu > ul > li,
    .additional-header .menu > ul > li:hover {
        display: block;
        flex: none;
        width: 100% !important;
        min-width: 100%;
        max-width: 100%;
        background: transparent !important;
        border-radius: 0;
        transition: none;
    }

    .additional-header .menu > ul > li > ul,
    .additional-header .menu > ul > li:hover > ul {
        display: grid;
        grid-template-columns: 5.5vw minmax(0, 1fr) minmax(0, 1fr);
        align-items: stretch;
        width: 100% !important;
        padding: 0 !important;
        background: transparent !important;
        border-radius: 0;
    }

    .additional-header .menu > ul > li > ul > li {
        min-width: 0;
    }

    .additional-header .menu > ul > li > ul > li:not(.has-sub-menu) > a::after {
        display: none !important;
        content: none !important;
    }

    .additional-header .menu > ul > li > ul > li:not(.has-sub-menu) > a,
    .additional-header .menu > ul > li > ul > li:not(.has-sub-menu) > a:hover,
    .additional-header .menu > ul > li > ul > li:not(.has-sub-menu) > a:focus-visible {
        /* width: 100%; */
        box-sizing: border-box;
        padding-left: 0.78vw;
        padding-right: 0.78vw;
        justify-content: center;
        text-align: center;
        border-radius: 0.8vw;
        box-shadow: none;
    }

    .additional-header .menu > ul > li > ul > li.has-sub-menu > a,
    .additional-header .menu > ul > li > ul > li.has-sub-menu > a:hover,
    .additional-header .menu > ul > li > ul > li.has-sub-menu > a:focus-visible {
        width: 100%;
        box-sizing: border-box;
        justify-content: flex-start;
    }

    .additional-header .menu > ul > li > ul > li:not(.has-sub-menu) > a:hover,
    .additional-header .menu > ul > li > ul > li:not(.has-sub-menu) > a:focus-visible {
        color: #191a1d;
        background: #fff !important;
    }

    .additional-header .menu > ul > li > ul > li.has-sub-menu > a:hover,
    .additional-header .menu > ul > li > ul > li.has-sub-menu > a:focus-visible {
        background: #fff !important;
        box-shadow: none;
    }
}

@media (max-width: 576px) {
    .page-header {
        top: 3.59vw;
        padding-left: 6.15vw;
        padding-right: 6.15vw;
        padding-bottom: 0;
        align-items: center;
        height: 5.64vw;
    }

    .page-header svg {
        width: 18.2vw;
        height: auto;
    }

    .additional-header {
        top: 3.59vw;
        left: 6.15vw;
        right: 6.15vw;
        width: auto;
        height: 5.64vw;
        padding-top: 0;
        display: grid;
        grid-template-columns: 1fr auto auto;
        align-items: center;
        column-gap: 0.77vw;
        justify-content: unset;
    }

    .additional-header > svg {
        width: 18.2vw;
        height: auto;
        visibility: hidden;
    }

    .additional-header > .menu {
        justify-self: end;
    }

    .additional-header .menu > ul,
    .additional-header .menu > ul:hover {
        width: auto;
        padding: 0;
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .additional-header .menu > ul > li,
    .additional-header .menu > ul > li:hover {
        display: block;
        width: auto !important;
        min-width: 0;
        max-width: none;
        background: transparent !important;
        border-radius: 0;
        transition: none;
    }

    .additional-header .menu > ul > li > a.header__link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 11.03vw;
        min-width: 11.03vw;
        height: 5.64vw;
        padding: 0 2.56vw;
        border-radius: 2.82vw;
        background: #fff !important;
        color: #191a1d !important;
        font-size: 3.08vw;
        line-height: 5.64vw;
        letter-spacing: 0;
        box-sizing: border-box;
        white-space: nowrap;
    }

    .additional-header .menu > ul > li > a.header__link::after {
        display: none !important;
        content: none !important;
    }

    .additional-header .menu > ul > li > a.header__link:hover,
    .additional-header .menu > ul > li > a.header__link:focus-visible,
    .additional-header .menu > ul > li > a.header__link.menu-open {
        background: #fff !important;
        color: #191a1d !important;
    }

    .additional-header .menu > ul > li > ul,
    .additional-header .menu > ul > li:hover > ul {
        position: absolute;
        top: calc(100% + 2.05vw);
        right: 0;
        display: none;
        width: 46.15vw !important;
        height: auto !important;
        padding: 2.05vw;
        background: #fff !important;
        border-radius: 4.1vw;
        box-shadow: 0 4.1vw 10.26vw rgba(25, 26, 29, 0.12);
        overflow: visible;
        z-index: 20;
    }

    .additional-header .menu > ul > li > ul > li,
    .additional-header .menu > ul > li > ul > li:first-child {
        margin-right: 0 !important;
        padding-left: 0 !important;
    }

    .additional-header .menu > ul > li > ul > li > a,
    .additional-header .menu > ul > li > ul > li > a:hover,
    .additional-header .menu > ul > li > ul > li > a:focus-visible {
        width: 100%;
        min-height: 8.21vw;
        padding: 0 3.08vw;
        justify-content: flex-start;
        text-align: left;
        border-radius: 2.82vw;
        background: transparent !important;
        color: #191a1d !important;
        font-size: 3.08vw;
        line-height: 8.21vw;
        box-sizing: border-box;
        box-shadow: none;
    }

    .additional-header .menu > ul > li > ul > li:not(.has-sub-menu) > a::after {
        display: none !important;
        content: none !important;
    }

    .additional-header .menu > ul > li > ul > li:not(.has-sub-menu) > a:hover,
    .additional-header .menu > ul > li > ul > li:not(.has-sub-menu) > a:focus-visible {
        background: #f5f5f5 !important;
    }

    .additional-header .menu > ul > li > ul > li.has-sub-menu {
        margin-top: 0;
    }

    .additional-header .menu > ul > li > ul > li.has-sub-menu > a {
        padding-right: 6.15vw;
        background: #f5f5f5 !important;
    }

    .additional-header .services-menu {
        padding-right: 6.15vw;
    }

    .additional-header .services-menu::before,
    .additional-header .services-menu::after {
        width: 1.28vw;
        top: 50%;
        background: #191a1d;
    }

    .additional-header .services-menu::before {
        right: 3.33vw;
        transform: translateY(-50%) rotate(45deg);
    }

    .additional-header .services-menu::after {
        right: 2.31vw;
        transform: translateY(-50%) rotate(-45deg);
    }

    .additional-header .services-menu-active::before {
        transform: translateY(-50%) rotate(-45deg);
    }

    .additional-header .services-menu-active::after {
        transform: translateY(-50%) rotate(45deg);
    }

    .additional-header .has-sub-menu > ul {
        position: static;
        min-width: 0;
        padding: 1.03vw 0 0;
        background: transparent;
        border-radius: 0;
        box-shadow: none;
    }

    .additional-header .has-sub-menu > ul > li > a {
        min-height: 7.18vw;
        padding: 0 2.56vw;
        border-radius: 2.05vw;
        font-size: 2.82vw;
        line-height: 7.18vw;
        color: #616161 !important;
    }

    .additional-header .has-sub-menu > ul > li > a:hover {
        background: #f5f5f5 !important;
        color: #191a1d !important;
    }

    .additional-header > .contact,
    .additional-header > .contact:hover,
    .additional-header > .contact:visited {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 19.74vw;
        min-width: 19.74vw;
        height: 5.64vw;
        padding: 0 3.59vw;
        margin: 0;
        border: 0;
        border-radius: 2.82vw;
        background: #191a1d;
        color: #e9e8de;
        font-size: 3.08vw;
        line-height: 5.64vw;
        box-shadow: none;
        box-sizing: border-box;
        white-space: nowrap;
    }
}

@media (min-width: 576px) {
    .additional-header .has-sub-menu > ul {
        top: calc(100% + 4px);
        left: 0;
        min-width: max-content;
        padding: 4px 8px;
        border-radius: 8px;
        background: #fff;
        box-shadow: none;
    }

    .additional-header .has-sub-menu > ul > li > a,
    .additional-header .has-sub-menu > ul > li > a:hover,
    .additional-header .has-sub-menu > ul > li > a:focus-visible {
        min-height: 0;
        padding: 0;
        border-radius: 0;
        background: transparent !important;
        color: #616161 !important;
        box-shadow: none;
    }
}

@media (max-width: 576px) {
    .additional-header .menu > ul > li > ul,
    .additional-header .menu > ul > li:hover > ul {
        width: max-content !important;
        min-width: 29vw;
        padding: 0;
        background: transparent !important;
        border-radius: 0;
        box-shadow: none;
    }

    .additional-header .menu > ul > li > ul > li > a,
    .additional-header .menu > ul > li > ul > li > a:hover,
    .additional-header .menu > ul > li > ul > li > a:focus-visible {
        width: max-content;
        min-height: 0;
        padding: 0;
        border-radius: 0;
        background: transparent !important;
        font-size: 4.1vw;
        line-height: 5.6vw;
        box-shadow: none;
    }

    .additional-header .menu > ul > li > ul > li:not(.has-sub-menu) > a:hover,
    .additional-header .menu > ul > li > ul > li:not(.has-sub-menu) > a:focus-visible {
        background: transparent !important;
    }

    .additional-header .menu > ul > li > ul > li.has-sub-menu > a {
        padding-right: 0;
        background: transparent !important;
    }

    .additional-header .services-menu {
        padding-right: 0;
    }

    .additional-header .services-menu::before,
    .additional-header .services-menu::after {
        width: 7px;
        background: #616161;
    }

    .additional-header .services-menu::before {
        right: -8px;
        transform: rotate(45deg);
    }

    .additional-header .services-menu::after {
        right: -12.5px;
        transform: rotate(-45deg);
    }

    .additional-header .services-menu-active::before {
        transform: rotate(-45deg);
    }

    .additional-header .services-menu-active::after {
        transform: rotate(45deg);
    }

    .additional-header .has-sub-menu > ul {
        padding: 0;
        background: transparent;
        border-radius: 0;
        box-shadow: none;
    }

    .additional-header .has-sub-menu > ul > li > a,
    .additional-header .has-sub-menu > ul > li > a:hover,
    .additional-header .has-sub-menu > ul > li > a:focus-visible {
        min-height: 0;
        padding: 0;
        border-radius: 0;
        background: transparent !important;
        font-size: 4.1vw;
        line-height: 5.6vw;
        color: #616161 !important;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .additional-header {
        zoom: 1;
        top: 0.28vw;
        left: 0.48vw;
        right: 0.48vw;
        padding-top: 0;
        grid-template-columns: minmax(4.85vw, auto) 1fr minmax(5.35vw, auto);
        align-items: center;
        column-gap: 0;
    }

    .additional-header > .menu {
        width: 21.95vw;
        margin: 0 auto;
        justify-self: center;
    }

    .additional-header .menu > ul {
        width: 21.95vw;
        min-height: 1.61vw;
        padding: 0;
        gap: 0;
        justify-content: space-between;
        background: #f5f5f5;
        border: 0;
        border-radius: 0.8vw;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .additional-header .menu > ul > li > ul {
        width: 21.95vw !important;
        gap: 0;
        justify-content: space-between;
    }

    .additional-header .menu > ul > li > ul > li {
        flex: 1 1 0;
    }

    .additional-header .menu > ul > li > ul > li.has-sub-menu {
        flex: 0 0 5.5vw;
    }

    .additional-header .menu > ul > li > ul > li > a {
        min-height: 1.61vw;
        padding: 0 0.78vw;
        font-size: 1vw;
        line-height: 1.61vw;
        letter-spacing: 0;
    }

    .additional-header .menu > ul > li > ul > li.has-sub-menu > a {
        padding: 0 1.34vw 0 0.78vw;
        border-radius: 0.8vw;
        background: #fff !important;
        box-shadow: none;
    }

    .additional-header .services-menu {
        padding-right: 1.23vw;
    }

    .additional-header .services-menu::before,
    .additional-header .services-menu::after {
        width: 0.34vw;
        top: 50%;
        background: #191a1d;
    }

    .additional-header .services-menu::before {
        right: 0.73vw;
    }

    .additional-header .services-menu::after {
        right: 0.5vw;
    }

    .additional-header > .contact {
        width: 5.72vw;
        min-height: 1.61vw;
        padding: 0 0.9vw;
        margin-right: 0;
        border: 0;
        border-radius: 0.8vw;
        color: #e9e8de;
        background: #191a1d;
        box-shadow: none;
    }

    .additional-header > .contact:hover,
    .additional-header > .contact:visited {
        color: #e9e8de;
        background: #191a1d;
    }
}

@media (min-width: 576px) {
    .additional-header {
        padding-right: 1.4vw;
    }
}
@media (min-width: 992.1px) {
    .menu > ul {
        margin-left: 12.3vw;
    }
}

@media (min-width: 576px) {
    .additional-header {
        padding-right: 1.4vw;
    }
}

@media (min-width: 576px) {
    .additional-header {
        right: 1.3407821229vw;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .additional-header {
        top: 0;
        left: clamp(10px, 1.3407821229vw, 24px);
        right: clamp(10px, 1.3407821229vw, 24px);
        padding-top: 0;
        grid-template-columns: auto 1fr auto;
        column-gap: 0;
    }

    .additional-header > svg {
        width: clamp(60px, 12vw, 92px);
        height: clamp(12px, 3.65vw, 28px);
    }

    .additional-header > .menu {
        width: clamp(300px, 52vw, 391px);
        margin: 0 auto;
    }

    .additional-header .menu > ul {
        width: clamp(300px, 52vw, 391px);
        min-height: clamp(24px, 3.8vw, 28px);
        padding: 0;
        gap: 0;
        justify-content: space-between;
        background: #f5f5f5;
        border: 0;
        border-radius: 14px;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .additional-header .menu > ul > li > ul {
        width: 100% !important;
        gap: 0;
        justify-content: space-between;
    }

    .additional-header .menu > ul > li > ul > li {
        flex: 1 1 0;
    }

    .additional-header .menu > ul > li > ul > li.has-sub-menu {
        flex: 0 0 clamp(82px, 13vw, 98px);
    }

    .additional-header .menu > ul > li > ul > li > a {
        min-height: clamp(24px, 3.8vw, 28px);
        padding: 0 clamp(10px, 1.8vw, 14px);
        font-size: clamp(14px, 2vw, 18px);
        line-height: clamp(24px, 3.8vw, 28px);
        letter-spacing: 0;
    }

    .additional-header .menu > ul > li > ul > li.has-sub-menu > a {
        padding: 0 clamp(18px, 3.2vw, 24px) 0 clamp(10px, 1.8vw, 14px);
        border-radius: 14px;
        background: #fff !important;
        box-shadow: none;
    }

    .additional-header .services-menu {
        padding-right: clamp(16px, 3vw, 22px);
    }

    .additional-header .services-menu::before,
    .additional-header .services-menu::after {
        width: clamp(5px, 0.9vw, 6px);
        top: 50%;
        background: #191a1d;
    }

    .additional-header .services-menu::before {
        right: clamp(10px, 1.8vw, 13px);
    }

    .additional-header .services-menu::after {
        right: clamp(7px, 1.25vw, 9px);
    }

    .additional-header > .contact {
        width: clamp(78px, 13.5vw, 102px);
        min-height: clamp(24px, 3.8vw, 28px);
        padding: 0 clamp(12px, 2.2vw, 16px);
        margin-right: 0;
        border: 0;
        border-radius: 14px;
        font-size: clamp(14px, 2vw, 18px);
        line-height: clamp(24px, 3.8vw, 28px);
        color: #e9e8de;
        background: #191a1d;
        box-shadow: none;
    }

    .additional-header > .contact:hover,
    .additional-header > .contact:visited {
        color: #e9e8de;
        background: #191a1d;
    }
}
@media (min-width: 576px) {
    .additional-header {
        padding-right: 1.4vw;
    }
}
