/* Start Главный слайдер*/
.header_absolute .for_header_absolute_top {
    padding-top: 100px;
}

@media all and (max-width: 992px){
    .header_absolute .for_header_absolute_top {
        padding-top: 60px;
    }
}
/* End Главный слайдер*/

header.header {
    position: relative;
    background: transparent;
    top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 996;
}

.header.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: top 0.5s;
    -o-transition: top 0.5s;
    -moz-transition: top 0.5s;
    transition: top 0.5s;
}

.header_wrapper {
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    pointer-events: none;
}

.header_absolute .header_wrapper,
.page_header_absolute .header_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.header_absolute:not(.is-scrolled) .header_wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.is-scrolled .header.header-fixed {
    position: fixed;
}

.header .navbar {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: start;
    padding: 0 0.5rem 0 1rem;
    margin-top: 0.5rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.3);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    pointer-events: auto;
}

 .header_absolute:not(.is-scrolled) .header .navbar {
    /*background: transparent;*/
    /*-webkit-backdrop-filter: unset;*/
    /*backdrop-filter: unset;*/
}

 @media all and (max-width: 575px){
     .header .navbar {
         display: -webkit-flex;
         display: flex;
         -webkit-justify-content: space-between;
         justify-content: space-between;
     }
 }

@media all and (min-width: 1400px){
    .header {
        display: none !important;
    }

    .header .navbar {
        display: -webkit-inline-flex;
        display: inline-flex;
    }
}

.header_item {
    margin-left: 1rem;
    padding: 0.5rem 0;
}

@media all  and (min-width: 992px){
    .header_item {
        margin-left: 2rem;
    }
}

.drawer .header_item {
    margin-left: 0;
    margin-top: 2rem;
    padding: 0;
}

.header_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}

@media all and (max-width: 992px){
    .header_wrap.h_search {
        -webkit-justify-content: space-between !important;
        justify-content: space-between !important;
        width: 50%;
    }
}

/*header_top*/
.header_top {
    font-size: 15px;
}

.is-scrolled .header.header-fixed .header_top {
    background: transparent;
}

@media all and (min-width: 1400px){
    .is-scrolled .header.header-fixed .header_top {
        padding-left: 300px;
    }

    .header_absolute:not(.is-scrolled) .header.header-fixed .header_top .container-xxl,
    .page_header_absolute:not(.is-scrolled) .header.header-fixed .header_top .container-xxl {
        margin-left: 0;
    }
}

/*menu*/
.header_top #more-nav-1 {
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 16px;
    width: max-content;
}

.header_top #more-nav-1 > li.nav-item {
    padding: 0.5rem 1rem !important;
    margin-right: 0.5rem;
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 2rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header_top #more-nav-1 > li.nav-item:hover {
    background: #fff;
}

.header_top #more-nav-1 > li:last-child ul {
    right: auto;
}

.header_top #more-nav-1 > li:last-child ul ul {
    left: 100%;
    right: auto;
}

/*drawer_sidebar_open*/
.header_wrapper .drawer_sidebar_open {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: var(--theme-skit-color);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.header_wrapper .drawer_sidebar_open svg {
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.header_wrapper .drawer_sidebar_open:hover svg {
   transform: translateX(50%);
}

@media all and (min-width: 1400px){
    .header_wrapper .drawer_sidebar_open_wrap {
        display: none;
    }
}

/*navbar_brand*/
.header .navbar_brand {
    padding: 0;
}

.header .navbar_brand .logo_img_dark {
    display: block;
}

.header .navbar_brand .logo_img_light {
    display: none;
}

/*.is-scrolled.header_absolute .logo_img_dark {*/
/*    display: block;*/
/*}*/

/*.is-scrolled.header_absolute .logo_img_light {*/
/*    display: none;*/
/*}*/

@media all and (max-width: 992px){
    .navbar_brand  {
        width: 120px;
        min-width: 120px;
    }

    .navbar_brand img {
        width: 100%;
    }
}

/*header_city*/
.header_city {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.header_city .select-city {
    opacity: 0;
}

.header_city .edd-root {
    font-size: inherit;
    color: inherit;
}

.drawer .header_city .edd-root {
    font-size: 1rem;
}

.header_city svg {
    min-width: 14px;
    margin-right: 5px;
}

.header_city .edd-head {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.header_city .edd-value {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    padding: 0;
}

.header_city .edd-arrow {
    position: relative;
    top: 1px;
    left: 3px;
    right: auto;
    color: inherit;
}

.header_city .edd-body {
    right: auto;
    padding: 1rem;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.10);
    box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.10);
}

.header_city .edd-items-list {
    overflow: hidden;
}

.header_city .edd-option-focused:not(.edd-option-disabled) {
    color: var(--theme-skit-color);
}

.header_city .edd-option-selected::before {
    border-color: var(--theme-skit-color);
}

/*header_address*/
.header_address {
    font-weight: 900;
    white-space: nowrap;
}

.header_address svg {
    width: 16px;
    min-width: 16px;
    height: auto;
    margin-top: -2px;
    margin-right: 3px;
}

.header_address_all {
    position: relative;
    margin-top: 3px;
}

.header_address_all_link {
    display: block;
    font-size: 0.8em;
    line-height: 1.2;
    color: inherit;
    white-space: nowrap;
    opacity: 0.5;
    padding-left: 19px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    cursor: pointer;
}

.header_address_all:hover .header_address_all_link {
    color: var(--theme-skit-color);
    opacity: 1;
}

.header_address_all_wrap {
    position: absolute;
    top: auto;
    left: 50%;
    display: none;
    height: auto;
    width: auto;
    min-width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 500;
}

.header_address_all:hover .header_address_all_wrap {
    display: block;
}

.header_address_all_content {
    background: #fff;
    margin-top: 5px;
    padding: 1rem;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 10px 3px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 4px 10px 3px rgba(0, 0, 0, 0.10);
    box-shadow: 0 4px 10px 3px rgba(0, 0, 0, 0.10);
}

.header_address_all_wrap a {
    display: block;
    font-size: inherit;
    line-height: 1.2;
    color: inherit;
    white-space: nowrap;
    padding: 5px 15px;
}

.header_address_all_wrap a:hover {
    color: var(--theme-skit-color);
}

/*header_social*/
.header_social .navbar__social,
.drawer__content-bottom-row .navbar__social {
    padding: 0;
    margin: 0;
}

.header_social .navbar__social a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border: 1px solid currentColor;
    border-radius: 50%;
    margin-right: 0.5rem;
    opacity: 1;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.header_social .navbar__social a:last-child {
    margin-right: 0;
}

.navbar__social a:hover {
    color: var(--theme-skit-color) !important;
    background: #fff;
}

.header_social .navbar__social a svg {
    margin: 0;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

/*header_bnt_catalog*/
.header_bnt_catalog {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    padding: 5px 10px;
    background-color: var(--theme-skit-color);
    color: #fff;
    border-radius: 5px;
    border: 2px solid var(--theme-skit-color);
    text-transform: none !important;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    box-shadow: none;
}

.drawer .header_bnt_catalog {
    padding: 10px 15px;
}

.header_bnt_catalog:hover {
    color: var(--theme-skit-color);
    background: transparent;
}

.header_bnt_catalog svg {
    margin-right: 0.5rem;
}

/*header_phone*/
.header_phone a {
    color: inherit;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.header_phone a:hover {
    color: var(--theme-skit-color);
}

.header_phone svg {
    width: 16px;
    min-width: 16px;
    height: auto;
    margin-right: 4px;
}

/*header_link_two*/
.header_link_two a {
    display: block;
    font-size: 0.8em;
    line-height: 1.2;
    color: inherit;
    white-space: nowrap;
    opacity: 0.5;
    padding-left: 17px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.header_link_two a:hover {
    color: var(--theme-skit-color);
    opacity: 1;
}

.header_email.header_link_two a {
    padding-left: 21px;
}

.drawer .header_email.header_link_two a {
    font-size: 1rem;
    opacity: 1;
    padding-left: 0;
}

.header_button {
    position: relative;
    white-space: nowrap;
}

/*hamburger*/
.header_top .hamburger {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: var(--theme-skit-color);
    padding: 0 0.5rem 0 0;
    border: 1px solid var(--theme-skit-color);
    border-radius: 50px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.header_top .hamburger .hamburger-box {
    width: 40px;
    min-width: 40px;
    height: 40px;
    color: var(--theme-color-blue-light);
    padding: 0;
    background: var(--theme-skit-color);
    border-radius: 50%;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.header_top .hamburger .hamburger-inner {
    left: 50%;
    transform: translateX(-50%);
}

.header_top .hamburger-inner,
.header_top .hamburger-inner::before,
.header_top .hamburger-inner::after {
    background-color: currentColor;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.header_top .hamburger .hamburger-text {
    font-size: 1rem;
    line-height: 1;
    margin-left: 0.5rem;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.header_top .hamburger:hover {
    color: #fff;
    background: var(--theme-skit-color);
    opacity: 1;
}

/*header_basket*/
.header_basket {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: inherit;
    padding: 8px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.header_basket.active {
    color: var(--theme-skit-color);
    border-color: var(--theme-skit-color);
}

.header_basket svg {
    width: 16px;
    min-width: 16px;
    height: auto;
}

.header_basket:hover {
    color: #fff !important;
    background: var(--theme-skit-color) ;
    border-color: var(--theme-skit-color) !important;
}

.header_basket_count {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 1rem;
    height: 1rem;
    font-size: 0.6rem;
    line-height: 1;
    color: #fff !important;
    background: #000;
    border: 1px solid transparent;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.header_basket.active .header_basket_count {
    visibility: visible;
    opacity: 1;
}

.drawer .header_basket {
    font-size: 14px;
    padding: 10px 15px;
}

.drawer .header_basket svg {
    width: 20px;
    min-width: 20px;
    margin-right: 0.5rem;
}

.header_basket_text  {
    display: none;
}

.drawer .header_basket_text  {
    display: block;
}

/*drawer*/
.drawer * {
    white-space: normal  !important;
}

/*THEME SETINGS*/
/*theme_h_top_bg_color*/
.theme_h_top_bg_color {
    background: var(--theme-h-top-bg-color);
}

.is-scrolled .header.header-fixed .header_top.theme_h_top_bg_color {
    background: var(--theme-h-top-bg-color);
}

.theme_h_top_bg_color .logo_img_dark,
.is-scrolled .theme_h_top_bg_color .logo_img_dark {
    display: block;
}

.theme_h_top_bg_color .logo_img_light,
.is-scrolled .theme_h_top_bg_color .logo_img_light {
    display: none;
}

.theme_h_top_bg_color.theme_h_top_color .logo_img_dark,
.is-scrolled .theme_h_top_bg_color.theme_h_top_color .logo_img_dark {
    display: none;
}

.theme_h_top_bg_color.theme_h_top_color .logo_img_light,
.is-scrolled .theme_h_top_bg_color.theme_h_top_color .logo_img_light {
    display: block;
}

/*theme_h_top_color*/
.theme_h_top_color .header_city svg,
.theme_h_top_color .edd-head,
.theme_h_top_color #more-nav-1 > li.nav-item a.root-item,
.theme_h_top_color #more-nav-1 .more-1 > a,
.theme_h_top_color .header_address,
.theme_h_top_color .header_address_all_link,
.theme_h_top_color .navbar__social a,
.theme_h_top_color .header_phone,
.theme_h_top_color .header_link_two {
    color: var(--theme-h-top-color);
}

.theme_h_top_color .search-button-wrap .search-button {
    color: var(--theme-h-top-color);
    opacity: 1;
}

.is-scrolled .theme_h_top_color:not(.theme_h_top_bg_color) .header_city svg,
.is-scrolled .theme_h_top_color:not(.theme_h_top_bg_color) .edd-head,
.is-scrolled .theme_h_top_color:not(.theme_h_top_bg_color) #more-nav-1 > li.nav-item a.root-item,
.is-scrolled .theme_h_top_color:not(.theme_h_top_bg_color) #more-nav-1 .more-1 > a,
.is-scrolled .theme_h_top_color:not(.theme_h_top_bg_color) .header_address,
.is-scrolled .theme_h_top_color:not(.theme_h_top_bg_color) .header_address_all_link,
.is-scrolled .theme_h_top_color:not(.theme_h_top_bg_color) .navbar__social a,
.is-scrolled .theme_h_top_color:not(.theme_h_top_bg_color) .header_phone,
.is-scrolled .theme_h_top_color:not(.theme_h_top_bg_color) .header_link_two {
    /*color: inherit;*/
}

.is-scrolled .theme_h_top_color:not(.theme_h_top_bg_color) .header_address_all:hover .header_address_all_link {
    color: var(--theme-skit-color);
}

.is-scrolled .theme_h_top_color:not(.theme_h_top_bg_color) .search-button-wrap .search-button {
    color: inherit;
    opacity: 1;
}

.theme_h_top_color .hamburger-inner,
.theme_h_top_color .hamburger-inner::before,
.theme_h_top_color .hamburger-inner::after {
    background-color: var(--theme-h-top-color);
}

.theme_h_top_color .hamburger:hover .hamburger-inner,
.theme_h_top_color .hamburger:hover .hamburger-inner::before,
.theme_h_top_color .hamburger:hover .hamburger-inner::after {
    background-color: var(--theme-skit-color);
    opacity: 1;
}

.is-scrolled .theme_h_top_color:not(.theme_h_top_bg_color) .hamburger-inner,
.is-scrolled .theme_h_top_color:not(.theme_h_top_bg_color) .hamburger-inner::before,
.is-scrolled .theme_h_top_color:not(.theme_h_top_bg_color) .hamburger-inner::after {
    /*background-color: currentColor;*/
}

.theme_h_top_color .header_basket {
    color: var(--theme-h-top-color);
    border-color: var(--theme-h-top-color);
}

.theme_h_top_color .header_basket.active {
    color: var(--theme-skit-color);
    border-color: var(--theme-skit-color);
}

.theme_h_top_color .header_basket_count {
    border-color: var(--theme-h-top-color);
}

.is-scrolled .theme_h_top_color:not(.theme_h_top_bg_color) .header_basket {
    color: currentColor;
    border-color: currentColor;
}

.is-scrolled .theme_h_top_color:not(.theme_h_top_bg_color) .header_basket.active {
    color: var(--theme-skit-color);
    border-color: var(--theme-skit-color);
}

.is-scrolled .theme_h_top_color:not(.theme_h_top_bg_color) .header_basket_count {
    color: currentColor;
    border-color: transparent;
}
