/* Start Главный слайдер*/
.header_absolute .for_header_absolute_top {
    padding-top: 120px;
}

@media all and (max-width: 992px) {
    .header_absolute .for_header_absolute_top {
        padding-top: 60px;
    }
}
/* End Главный слайдер*/

.header {
    position: relative;
    background: transparent;
    top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 996;
}

.header.header-fixed {
    position: relative;
    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;
}

.header_absolute .header_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.is-scrolled .header_wrapper {
    margin-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.is-scrolled .header.header-fixed {
    position: fixed;
}

.header .navbar {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media all and (min-width: 992px){
    .header_item {
        margin-left: 1rem;
    }

    .logo_wrap .header_item {
        margin-left: 0;
        margin-right: 1rem;
    }
}

@media all  and (min-width: 1440px){
    .header_top .header_item {
        margin-left: 2rem;
    }
}

.drawer .header_item {
    margin-left: 0;
    margin-top: 2rem;
}

.header_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    gap: 1rem;
    height: 100%;
}

/*header_top*/
.header_top {
    font-size: 1rem;
}

.is-scrolled .header.header-fixed .header_top {
    display: none;
}

.header_top #more-nav-1 {
    -webkit-justify-content: center;
    justify-content: center;
}

.header_top #more-nav-1 li a.root-item {
    color: var(--theme-color-grey);
}

.header_top #more-nav-1 li:hover a.root-item,
.header_top #more-nav-1 li a.root-item:hover {
    color: var(--theme-skit-color);
}

@media all and (max-width: 992px) {
    .header_top {
        display: none;
    }
}


/*header_bottom*/
.header_bottom {
    font-size: 1rem;
}

.header_bottom .block_bg_color {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.is-scrolled .header_bottom .block_bg_color {
    padding: 0.5rem 0;
    border: none;
}

.header_bottom #more-nav-2 {
    -webkit-justify-content: flex-start !important;
    justify-content: start !important;
    font-size: 14px;
}

.header_bottom #more-nav-2 > li:last-child ul {
    right: auto;
}

.header_bottom #more-nav-2 > li:last-child ul ul {
    left: 100%;
    right: auto;
}

@media all and (min-width: 992px){
    .header_bottom .header_item {
        margin: 0 auto;
    }
}

/*navbar_brand*/
.navbar_brand img {
    width: 100%;
}
.header_absolute .logo_img_dark {
    display: none;
}

.header_absolute .logo_img_light {
    display: block;
}

.is-scrolled.header_absolute .logo_img_dark {
    display: block;
}

.is-scrolled.header_absolute .logo_img_light {
    display: none;
}

@media all and (max-width: 992px) {
    .header_bottom .logo_wrap {
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .navbar_brand {
        width: 150px;
        min-width: 150px;
    }

    .navbar_brand img {
        width: 100%;
    }
}

@media all and (max-width: 479px){
    .navbar_brand {
        width: 100px;
        min-width: 100px;
    }
}

/*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;
    opacity: 0.5;
}

.header_city:hover .edd-root,
.header_city .edd-root.edd-root-open,
.drawer .header_city .edd-root {
    opacity: 1;
}

.header_city svg {
    min-width: 14px;
    margin-right: 5px;
    opacity: 0.5;
}

.header_city:hover svg,
.drawer .header_city svg {
    opacity: 1;
}

.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-size: 1.2rem;
    line-height: 1;
    color: var(--theme-color-grey);
}

.header_address svg {
    width: 16px;
    min-width: 16px;
    height: auto;
    margin-top: -2px;
    margin-right: 3px;
}

.header_address_all {
    position: relative;
}

.header_address_all_link {
    display: block;
    font-size: 0.8rem;
    line-height: 1.2;
    color: var(--theme-color-grey);
    white-space: nowrap;
    -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);
}

.header_address_all_wrap {
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    display: none;
    height: auto;
    width: auto;
    min-width: 100%;
    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);
}

.drawer .header_address_all_link {
    font-size: 1rem;
}

.drawer .header_address_all_wrap {
    left: 50%;
    right: auto;
    display: none;
    height: auto;
    width: auto;
    min-width: 100%;
    transform: translateX(-50%);
    z-index: 500;
}

/*header_social*/
.header_social .navbar__social,
.drawer__content-bottom-row .navbar__social {
    padding: 0;
    margin: 0;
}

.navbar__social a:hover {
    color: var(--theme-skit-color) !important;
}

/*header_bnt*/
.header_btn {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 1rem;
    color: #fff;
    padding: 0.5rem 1.5rem;
    background: var(--theme-skit-color);
    border-radius: 1rem;
    border: 1px 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;
}

.header_btn:hover {
    color: inherit;
    background: transparent;
}

.header_btn:hover svg {
    color: var(--theme-skit-color);
}

.header_btn svg {
    width: 24px;
    min-width: 24px;
    height: auto;
    margin-right: 0.5rem;
}

.header_btn.header_btn_modal {
    color: inherit;
    background: transparent;
}

.header_btn.header_btn_modal svg {
    color: var(--theme-skit-color);
}

.header_btn.header_btn_modal:hover {
    color: #fff;
    background: var(--theme-skit-color);
}

.header_btn.header_btn_modal:hover svg {
    color: inherit;
}

@media all and (max-width: 479px){
    .logo_wrap .header_btn {
        width: max-content;
        font-size: 0.8rem;
        padding: 0.25rem 1rem;
        border-radius: 0.5rem;
    }

    .logo_wrap .header_btn svg {
        display: none;
    }
}

/*header_phone*/
.header_phone a {
    font-size: 1.2rem;
    color: var(--theme-skit-color);
    white-space: nowrap;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.header_phone a:hover {
    opacity: 0.7;
}

.header_phone svg {
    width: 16px;
    min-width: 16px;
    height: auto;
}

/*header_link_two*/
.header_link_two a {
    display: block;
    font-size: 0.8em;
    line-height: 1.2;
    color: inherit;
    padding-left: 17px;
    margin-top: 3px;
    white-space: nowrap;
    opacity: 0.5;
    -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: 5px;
}

.drawer .header_email.header_link_two a {
    font-size: 1rem;
    opacity: 1;
    padding-left: 0;
}

.header_button {
    white-space: nowrap;
}

/*hamburger*/
.header_bottom .hamburger {
    position: relative;
    padding: 0;
}

/*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 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;
}

.drawer_block_title {
    font-size: 1.5rem;
    color: inherit;
    font-weight: bold;
    padding-left: 1.25rem;
    margin-top: 2rem;
}

.drawer .drawer__content-bottom {
    padding-bottom: 5rem;
}

/*THEME SETINGS*/
/*theme_h_top_bg_color*/
.theme_h_top_bg_color {
    background: var(--theme-h-top-bg-color) !important;
}

.theme_h_top_bg_color ~ .header_bottom .block_bg_color {
    border: none;
}

/*theme_h_top_color*/
.theme_h_top_color .header_city svg,
.theme_h_top_color .edd-head,
.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_link_two {
    color: var(--theme-h-top-color);
}

.theme_h_top_color #more-nav-1 > li.nav-item a.root-item,
.theme_h_top_color #more-nav-1 .more-1 > a {
    color: var(--theme-h-top-color);
}

.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: inherit;
    border-color: currentColor;
}

/*theme_h_bottom_bg_color*/
.theme_h_bottom_bg_color {
    background: var(--theme-h-bottom-bg-color);
}

.is-scrolled .header.header-fixed .header_bottom.theme_h_bottom_bg_color {
    background: var(--theme-h-bottom-bg-color);
}

.theme_h_bottom_bg_color .block_bg_color {
    border: none;
}

.theme_h_bottom_bg_color .logo_img_dark,
.is-scrolled .theme_h_bottom_bg_color .logo_img_dark {
    display: block;
}

.theme_h_bottom_bg_color .logo_img_light,
.is-scrolled .theme_h_bottom_bg_color .logo_img_light {
    display: none;
}

.theme_h_bottom_bg_color.theme_h_bottom_color .logo_img_dark,
.is-scrolled .theme_h_bottom_bg_color.theme_h_bottom_color .logo_img_dark {
    display: none;
}

.theme_h_bottom_bg_color.theme_h_bottom_color .logo_img_light,
.is-scrolled .theme_h_bottom_bg_color.theme_h_bottom_color .logo_img_light {
    display: block;
}

/*theme_h_block_bg_color*/
.theme_h_block_bg_color .block_bg_color {
    padding: 1rem;
    border-radius: 10px;
    background: var(--theme-h-block-bg-color);
    border: none;
}

.is-scrolled .header.header-fixed .theme_h_block_bg_color .block_bg_color {
    background: var(--theme-h-block-bg-color);
}

.theme_h_block_bg_color .logo_img_dark,
.is-scrolled .theme_h_block_bg_color .logo_img_dark {
    display: block;
}

.theme_h_block_bg_color .logo_img_light,
.is-scrolled .theme_h_block_bg_color .logo_img_light {
    display: none;
}

.theme_h_block_bg_color.theme_h_bottom_color .logo_img_dark,
.is-scrolled .theme_h_block_bg_color.theme_h_bottom_color .logo_img_dark {
    display: none;
}

.theme_h_block_bg_color.theme_h_bottom_color .logo_img_light,
.is-scrolled .theme_h_block_bg_color.theme_h_bottom_color .logo_img_light {
    display: block;
}

/*theme_h_bottom_color*/
.theme_h_bottom_color .header_bnt_catalog {
    color: var(--theme-h-bottom-color);
    border-color: var(--theme-h-bottom-color);
}

.is-scrolled .theme_h_bottom_color:not(.theme_h_bottom_bg_color):not(.theme_h_block_bg_color) .header_bnt_catalog {
    color: inherit;
    border-color: currentColor;
}

.theme_h_bottom_color .header_phone,
.theme_h_bottom_color .header_link_two {
    color: var(--theme-h-bottom-color);
}

.is-scrolled .theme_h_bottom_color:not(.theme_h_bottom_bg_color):not(.theme_h_block_bg_color) .header_phone,
.is-scrolled .theme_h_bottom_color:not(.theme_h_bottom_bg_color):not(.theme_h_block_bg_color) .header_link_two {
    color: inherit;
}

.theme_h_bottom_color .block_bg_color {
    border-color: var(--theme-h-bottom-color);
}

.theme_h_bottom_color #more-nav-2 > li.nav-item a.root-item,
.theme_h_bottom_color #more-nav-2 .more-2 > a {
    color: var(--theme-h-bottom-color);
}

.is-scrolled .theme_h_bottom_color:not(.theme_h_bottom_bg_color):not(.theme_h_block_bg_color) #more-nav-2 > li.nav-item a.root-item,
.is-scrolled .theme_h_bottom_color:not(.theme_h_bottom_bg_color):not(.theme_h_block_bg_color) #more-nav-2 .more-2 > a {
    color: inherit;
}

.theme_h_bottom_color .search-button-wrap .search-button {
    color: var(--theme-h-bottom-color);
    opacity: 1;
}

.is-scrolled .theme_h_bottom_color:not(.theme_h_bottom_bg_color):not(.theme_h_block_bg_color) .search-button-wrap .search-button {
    color: inherit;
    opacity: 1;
}

.theme_h_bottom_color .hamburger-inner,
.theme_h_bottom_color .hamburger-inner::before,
.theme_h_bottom_color .hamburger-inner::after {
    background-color: var(--theme-h-bottom-color);
}

.is-scrolled .theme_h_bottom_color:not(.theme_h_bottom_bg_color):not(.theme_h_block_bg_color) .hamburger-inner,
.is-scrolled .theme_h_bottom_color:not(.theme_h_bottom_bg_color):not(.theme_h_block_bg_color) .hamburger-inner::before,
.is-scrolled .theme_h_bottom_color:not(.theme_h_bottom_bg_color):not(.theme_h_block_bg_color) .hamburger-inner::after {
    background-color: currentColor;
}