/* Start Главный слайдер*/
.header_absolute .for_header_absolute_top {
    padding-top: 200px;
}

@media all and (max-width: 991px) {
    .header_absolute .for_header_absolute_top {
        padding-top: 30px;
    }
}
/* 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;
}

.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;
}

@media all and (max-width: 991px) {
    .header_absolute .header_wrapper {
        position: relative;
    }
}

.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;
    }
}

@media all  and (min-width: 1440px){
    .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;
    height: 100%;
}

@media all and (max-width: 991px) {
    .header_wrap.h_search {
        -webkit-justify-content: space-between !important;
        justify-content: space-between !important;
        width: 50%;
    }
}

/*header_top*/
.header_top {
    font-size: 14px;
}

.is_main_page .header_top {
    padding-top: 1rem;
}

.is-scrolled .header.header-fixed .header_top {
    display: none;
}

.header_top #more-nav-1 {
    -webkit-justify-content: flex-end;
    justify-content: end;
}

@media all and (max-width: 991px) {
    .header_top {
        display: none;
    }
}

/*header_bottom*/
.header_bottom {
    font-size: 14px;
}

.header_bottom .block_bg_color {
    padding: 1rem 0;
}

.header_bottom #more-nav-2 {
    font-size: 14px;
}

.header_absolute:not(.is-scrolled) #more-nav-2 > li.nav-item,
.header_absolute:not(.is-scrolled) #more-nav-2 .more-2 > a {
    background: #fff;
}

/*header_language*/
.header_language a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 30px;
    min-width: 30px;
    height: 30px;
    font-size: 0.8rem;
    line-height: 1;
    font-weight: inherit;
    text-transform: uppercase;
    color: #fff;
    background: var(--theme-color-orange);
    border: 1px solid var(--theme-color-orange);
    border-radius: 50%;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.header_language a:hover {
    color: var(--theme-color-orange);
    background: transparent;
}

@media all and (max-width: 991px){
    .header_language a {
        width: 50px;
        min-width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
}

/*navbar_brand*/
.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: 991px) {
    .navbar_brand {
        width: 120px;
        min-width: 120px;
    }

    .navbar_brand img {
        width: 100%;
    }
}

@media all and (max-width: 575px) {
    .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-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;
}

.navbar__social a:hover {
    color: var(--theme-skit-color) !important;
}

/*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.2rem;
    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;
}

@media all and (max-width: 991px){
    .header_phone_item {
        margin: 0 auto;
    }
}

@media all and (max-width: 991px) {
    .header_phone a {
        font-size: 1rem;
    }
}

/*header_link_two*/
.header_link_two a {
    display: block;
    font-size: 0.8em;
    line-height: 1.2;
    color: inherit;
    text-align: right;
    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;
}

@media all and (max-width: 991px) {
    .header_link_two a {
        margin-top: 0;
    }
}

.header_button {
    white-space: nowrap;
}

/*hamburger*/
.header_bottom .hamburger {
    position: relative;
    padding: 0;
}

.header_bottom .hamburger:hover {
    opacity: 1;
}

.header_bottom .hamburger .hamburger-box {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: inherit;
    background: var(--theme-color-grey-light);
    border-radius: 50%;
}

.header_bottom .hamburger .hamburger-box:hover {
    color: #fff;
    background: var(--theme-skit-color);
}

.header_bottom .hamburger .hamburger-inner {
    position: relative;
    width: 5px;
    height: 5px;
    top: auto;
    margin-top: 0;
    border-radius: 50%;
    background: currentColor;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.header_bottom .hamburger .hamburger-inner:before,
.header_bottom .hamburger .hamburger-inner:after {
    position: absolute;
    content: '';
    top: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: currentColor;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.header_bottom .hamburger .hamburger-inner:before {
    left: -8px;
}

.header_bottom .hamburger .hamburger-inner:after {
    right: -8px;
}

/*header_basket*/
.drawer .bx_basket_wrap {
    -webkit-flex-direction: column;
    flex-direction: column;
}

.bx_basket_wrap .header_basket_count {
    background: var(--theme-skit-color);
}

.drawer .bx_basket_block {
    font-size: 14px;
    padding: 10px 15px;
}

.drawer .bx_basket_block svg {
    width: 20px;
    min-width: 20px;
    margin-right: 0.5rem;
}

.header_basket_text  {
    display: none;
}

.drawer .header_basket_text  {
    display: block;
}

/*header_bottom_mobile*/
.header_bottom_mobile .header_wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.is-scrolled .header_bottom_mobile {
    display: none !important;
}

.header_bottom_mobile .header_button {
    margin-top: 1rem;
    margin-right: 1rem;
}

.header_button_catalog {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-shadow: none;
    font-size: 1rem;
    color: inherit;
    padding: 12px 30px;
    margin-top: 1rem;
    border-radius: 50px;
    background: -webkit-linear-gradient(0deg, var(--theme-color-blue-light-opacity), var(--theme-color-orange-opacity));
    background: linear-gradient(90deg, var(--theme-color-blue-light-opacity), var(--theme-color-orange-opacity));
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.header_button_catalog:hover {
    background: var(--theme-skit-color);
    color: #fff;
}

.header_button_catalog .header_button_catalog_icon {
    width: 15px;
    min-width: 15px;
    margin-right: 1rem;
}

.header_button_catalog .header_button_catalog_icon img {
    width: 100%;
    max-width: 100%;
}

@media all and (max-width: 575px){
    .header_bottom_mobile .header_wrap {
        -webkit-justify-content: center;
        justify-content: center;
    }

    .header_bottom_mobile .header_button {
        margin-right: 0.5rem;
    }

    .header_bottom_mobile .header_button .skit-button {
        padding: 10px 15px;
    }

    .header_button_catalog {
        padding: 12px 15px;
    }
}

/*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;
}

/*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 .bx_basket_block {
    color: var(--theme-h-top-color);
    border-color: var(--theme-h-top-color);
}

.theme_h_top_color .bx_basket_block.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);
}

/*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_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;
}