.header {
    /* margin-bottom: 41px; */
    margin-bottom: 10px;
}

.develop {
    width: 100%;
    background-color: var(--color-primary);
    height: 60px;
}

.develop-wr {
    width: var(--wrapper);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    margin: 0 auto;
}

.blind {
    background-color: var(--color-gray);
    height: 30px;
    margin-bottom: 14px;
}

.blind__wr {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
    gap: 6px;
}
.blind__wr>a,
.blind__wr>img {
    filter: var(--color-accent-filter);
}
.city-selection {
    padding-top: 8px;
    margin-right: auto;
    cursor: pointer;
    filter: none;
    position: relative;
    width: 200px;
    height: 100%;
    color: var(--color-primary);
}

.city-selection:hover .city-selection__list {
    display: block;
}

.city-selection__list {
    padding: 10px 10px 10px 0;
    background-color: white;
    display: none;
    position: absolute;
    top: 30px;
}

.city-selection__list li {
    height: 40px;
}

.branding {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.branding__logo img {
    width: 200px;
    max-height: 34px;
}

.branding__input {
    font-size: 14px;
    line-height: 16.87px;
    width: 255px;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    padding: 9px 0px 9px 12px;
    height: 35px;
}

.branding__s-form {
    position: relative;
    width: max-content;
}

.branding__s-btn {
    padding: 0;
    filter: var(--color-accent-filter);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 11px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.branding__address-wr {
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 19.28px;
}

.branding__address {
    width: 150px;
}

.branding__icon {
    filter: var(--color-accent-filter);
}

.branding__call {
    font-weight: 700;
}

.branding__call-top {
    display: flex;
    align-items: center;
    gap: 6px;
}

.branding__call-bot {
    display: flex;
    justify-content: end;
    text-decoration: underline;
}

.header__nav {
    background-color: var(--color-accent);
    position: relative;
}

.navigation {
    height: 30px;
}

.menu {
    color: white;
    display: flex;
    justify-content: space-between;
}

.nav__item {
    height: 30px;
    display: flex;
    align-items: center;
    padding-inline: 38px;
}

.nav__item:first-child {
    padding-left: 0;
}

.nav__item:last-child {
    padding-right: 0;
}

.nav__item:hover>a {
    text-shadow: 1px 0 0 white;
}

.nav__input,
.nav__mobile {
    display: none;
}

.nav__burger {
    height: 30px;
    width: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.nav-dropdown {
    position: absolute;
    background-color: white;
    color: var(--color-dark);
    width: 100%;
    /* height: calc(100vh - 225px); */
    height: 600px;
    top: 30px;
    left: 0;
    display: none;
    box-shadow: 0px 4px 10px 0px rgba(11, 46, 54, 0.4);
    z-index: 3;
}

.nav-dropdown li {
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
}

.nav-dropdown__wrapper {
    position: relative;
    padding: 30px 0 40px 0;
}

.nav-dropdown__item:not(.fakeClass) {
    padding-top: 8px;
    height: 32px;
    width: 320px;
}

.nav-dropdown__item:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.nav-dropdown__sub-block {
    display: none;
    position: absolute;
    left: 320px;
    height: 100%;
    top: 0;
    padding-top: 30px;
}
.nav-dropdown__sub-block-2 {
    height: calc(100vh - 300px);
    top: 0;
    padding-top: 30px;
    display: none;
    position: absolute;
    left: 320px;
}

.nav-dropdown__sub-list {
    column-gap: 5px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    border-left: 1px solid var(--color-dark);
}

.nav-dropdown__service {
    width: 320px;
    padding-left: 20px;
    padding-top: 6px;
}

.nav-dropdown__service a {
    opacity: 30%;
    line-height: 24px;
}

.nav-dropdown__service a:hover {
    opacity: 1;
    font-weight: 600;
}
.nav-dropdown__service:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.nav-dropdown__service:hover .nav-dropdown__sub-block-2 {
    display: block;
}
.nav__mobile-drop {
    /* to uncomment */
    display: none;
    width: 100%;
    z-index: 3;
    background-color: white;
    box-shadow: 0px 4px 10px 0px rgba(11, 46, 54, 0.059);
}

.nav__mobile-drop a:hover,
.nav__mobile-drop span:hover {
    transition: .1s ease-out;
    text-shadow: 0 0 1px var(--color-dark);
}

/* mobile menu slides */
.scw {
    background-color: inherit;
    position: relative;
}

.scl_crmbs {
    opacity: 30%;
    margin-bottom: 30px;
    display: flex;
    gap: 15px;
}

.scl_crmbs-i a {
    position: relative;
    padding-left: 20px;
}

.scl_crmbs-i a::after {
    position: absolute;
    top: 3px;
    left: 0;
    display: inline-block;
    content: "";
    background: url('/wp-content/uploads/2024/06/down-icon.svg');
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
    transform: rotate(90deg);
}


.scwi {
    background-color: inherit;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px 0 30px 0;
    top: 0;
    left: 0;
    opacity: 0;
    display: none;
}

.sci {
    height: 32px;
}

.scw_visible {
    display: block;
    position: relative;
    opacity: 1;
    z-index: 10;
}


@media screen and (max-width: 1340px) {
    .header {
        margin-bottom: 20px;
    }

    .menu {
        display: none;
    }

    .nav__mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .nav__mobile .nav__input {
        display: block;
    }

    .branding__logo img {
        width: 153px;
        height: 26px;
    }

    .branding .branding__s-form,
    .mobile-drop__input {
        display: none;
    }

    .branding__input {
        height: 22px;
    }



    .mobile-drop__list li {
        height: 32px;
        cursor: pointer;
    }

    .mobile-drop__contacts {
        display: none;
    }
}

@media screen and (max-width: 720px) {
    .develop {
        height: 70px;
    }

    .header {
        display: flex;
        height: 58px;
        justify-content: space-between;
        align-items: center;
        box-shadow: 0px 4px 10px 0px rgba(11, 46, 54, 0.059);
    }

    .blind,
    .branding__address-wr,
    .branding__call-block,
    .nav__input {
        display: none;
    }

    .header__nav {
        width: 60px;
        height: 100%;
        order: -1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* .header__nav > .wrapper {
		margin: 0;
	} */

    .nav__mobile .branding__s-form {
        display: none;
    }

    .branding {
        justify-content: space-around;
        align-items: center;
    }

    .branding.wrapper {
        width: calc(100dvw - 60px);
        margin: 0;
        gap: 30px;
    }

    .branding__logo {
        margin-top: 10px;
    }

    .nav__mobile-drop {
        position: absolute;
        top: 58px;
        width: 100dvw;
        left: 0;
        padding-bottom: 30px;
    }

    .mobile-drop__wrapper {
        height: 100%;
        padding: 20px 0 20px 0;
        display: flex;
        flex-direction: column;
    }


    .mobile-drop__input {
        display: block;
        margin-top: 20px;
    }

    .branding__s-form {
        width: 100%;
    }

    .branding__input {
        height: 35px;
        width: 100%;
    }

    .mobile-drop__contacts {
        display: flex;
        flex-direction: column;
        margin-top: auto;
        align-items: center;
        gap: 20px;
        position: relative;
        bottom: 0;
    }

    .mobile-drop__contacts>div {
        display: flex;
    }

    .branding__address {
        width: 100%;
    }

    .branding__call-block {
        flex-direction: column;
    }


    .scl {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

}

@media screen and (max-width: 420px) {
    .branding.wrapper {
        gap: 6px;
    }

    .branding__logo {
        margin-top: 5px;
    }

    .branding__logo img {
        width: 120px;
        height: 23px;
    }
}