.site-header .header_bottom,
.site-header .header_inner {
    max-width: 1330px;
    margin: 0 auto;
    width: 100%;
}
.site-header .adress,
.site-header .btn,
.site-header .header_info p {
    font-size: 13px;
    font-weight: 400;
}
.site-header .header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.site-header .header-left-items {
    justify-content: space-between;
}
.site-header .header-right-items.header-items {
    flex: 0;
    min-width: 200px;
}
.site-header .main-navigation .nav-menu {
    justify-content: center;
}
.header_bottom .shopwell-svg-icon,
.site-header .header_inner .header-category-menu, .header-hamburger.hamburger-menu {
    display: none;
}
.site-header .header-logo {
    max-width: 140px;
    width: 100%;
}
.site-header .adress {
    margin: 0;
    max-width: 140px;
}
.site-header .btn {
    background: #0167ca;
    padding: 7px 15px;
    border-radius: 5px;
    color: #fff;
}
.site-header .phones,
.site-header .socials {
    list-style: none;
    padding: 0;
    margin: 0;
}
.site-header .phones li:first-of-type {
    margin-bottom: 5px;
}
.site-header .phones a {
    color: #0167ca;
    padding: 2px;
}
.site-header .header_info p:first-of-type {
    margin-top: 0;
    margin-bottom: 5px;
}
.site-header .header_info p:last-of-type {
    margin-bottom: 0;
    margin-top: 5px;
}
.site-header .socials {
    display: flex;
    gap: 10px;
    align-items: center;
}
.site-header .socials a {
    max-width: 40px;
    display: block;
}
.header-category-menu {
    position: relative;
}
.header-category__title {
    max-width: max-content;
}
.header-category__content {
    opacity: 0;
    height: 0;
    visibility: hidden;
    transition: 0.3s;
    position: absolute;
    top: 130%;
    left: -20px;
    z-index: 9;
    background: #fff;
}
.header-category__menu {
    width: max-content;
}
.header-category-menu.shopwell-open .header-category__content {
    opacity: 1;
    height: auto;
    visibility: visible;
    transition: 0.3s;
    top: 150%;
}

@media (max-width: 1330px) {
    .site-header .header_inner {
        width: calc(100% - 40px);
    }
}
@media (max-width: 1024px) {
    .header-hamburger.hamburger-menu {
        display: block;
    }
    .header-bottom{
        display: none;
    }
    .header-category__content {
        right: 0;
        left: auto;
    }
    .header-category-menu.shopwell-open .header-category__content {
        top: 200%;
    }
}
@media (max-width: 980px) {
    .header_info,
    .site-header .adress {
        display: none;
    }
}
@media (max-width: 680px) {
    .site-header .phones,
    .site-header .socials {
        display: none;
    }
    .header-category-menu {
        min-width: 100px;
        justify-content: flex-end;
        display: flex;
    }
}
@media (max-width: 460px) {
    .header-category-menu {
        min-width: auto;
    }
}
@media (max-width: 390px) {
    .site-header .btn {
        display: none;
    }
}
#modal_header {
    max-width: calc(1200px - 40px);
    margin: 0 auto;
}
#modal_header .modal_title {
    font-weight: 600;
    margin: 0;
}
#modal_header input {
    width: 100%;
}
#modal_header .wpcf7-spinner {
    position: absolute;
    bottom: 0;
}
