.header__container {
    display: flex;
    gap: 60px;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1200px) {
    .header__container {
        gap: 0;
    }
}

.header__logo--mobile {
    display: none;
}

@media screen and (max-width: 767.98px) {
    .header__logo--mobile {
        display: block;
    }

    .header__logo--desktop {
        display: none;
    }
}

.header__content-wrapper {
    width: 100%;
}

.header__phone a {
    font-weight: 300;
    font-size: 17px;
    color: #363636;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    gap: 10px;
}

.header__phone {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.header-basket {
    margin-right: 0;
    margin: 0 !important;
}

.header-search-trigger {
    margin-right: 0 !important;
    cursor: pointer;
}

.header-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.header-social p {
    font-weight: 300;
    font-size: 12px;
    line-height: 130%;
    color: #363636;
    margin: 0;
}

.header-social-wrapper {
    display: flex
}

.header-social-wrapper a {
    position: relative
}

.header-social-wrapper a svg {
    width: 21px;
    height: 21px;
}

.header-social-wrapper a span {
    width: 13px;
    height: 13px;
    position: absolute;
    top: -8px;
    right: -8px;
    font-style: normal;
    font-weight: 700;
    font-size: 9px;
    line-height: 13px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
    background: #d90000;
    justify-content: center;
    border-radius: 50%;
    -webkit-animation: blinking 3s ease-in-out infinite;
    animation: blinking 3s ease-in-out infinite
}

.header-social--tg .header-social-wrapper a span {
    display: none;
    -webkit-animation: none;
    animation: none;
}

div#header_menu_btn {
    display: none;
}

.navbar {
    width: 100%;
    border: none;
}

.navbar-nav {
    float: initial;
    display: flex !important;
    justify-content: space-between;
    width: 100%;
    margin: 0;
}

ul.navbar-nav::before,
ul.navbar-nav::after,
.navbar::before,
.navbar::after {
    content: none !important;
}

.navbar-nav > li {
    padding: 0 !important;
}

@media (max-width: 1200px) {
    .header-basket {
        margin-right: 0;
    }

    .navbar-nav > li > a {
        font-size: 9px;
    }
}

@media (max-width: 992px) {

    div#header_menu_btn {
        display: block;
    }

    .header-callback-btn {
        padding: 10px 9px;
        font-size: 12px;
        letter-spacing: 0;
    }

    .header__phone a {
        font-size: 14px;
        line-height: 1;
    }

    .header-n-header__phone span {
        font-size: 9px;
        line-height: 1;
    }

    .header-social p {
        font-size: 10px;
        line-height: 1;
    }

    .header-callback-btn {
        display: none;
    }

    .header-basket {
        margin-right: 0;
        margin-left: 0;
    }

    div#header_menu_btn {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .header-search-trigger {
        display: none;
    }

    .mobile_menu_wr {
        width: 100%;
    }

    div#header_menu_btn {
        display: block;
    }

    .navbar-nav > li {
        padding: 0;
    }

    .navbar-nav > li a {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        color: #000000;
    }

    div#mobile_menu ul.nav.navbar-nav > li:first-child {
        padding-top: 0;
    }

    .header__phone {
        display: none;
    }

    .header-social p {
        display: none;
    }

    div#navbar {
        display: none !important;
    }

    .navbar-nav .open .dropdown-menu li {
        line-height: 1;
        padding-top: 10px;
    }

    .navbar-nav .open .dropdown-menu li a {
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 19px;
        color: #000000;
    }

    .navbar-nav > li {
        order: 1;
        padding: 10px 0 !important;
    }

    .navbar-nav > li:nth-child(4) {
        order: 1;
    }

    div#mobile_menu ul.nav.navbar-nav > li:first-child {
        padding-top: 10px;
    }

    .header-social-wrapper a svg {
        width: 21px;
        height: 21px;
    }

    .header-social-wrapper a span {
        width: 10px;
        height: 10px;
        top: -5px;
        right: -5px;
        font-size: 6px;
        line-height: 8px;
    }

    .header-basket {
        margin-left: 0;
    }
}