#buttonScrollUp {
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #d9a664
}

#buttonScrollUp span {
    display: inline-block;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    padding: 8px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-bottom: -8px
}

#buttonScrollUp:hover {
    cursor: pointer
}

#buttonScrollUp.show {
    opacity: 1;
    visibility: visible
}

jdiv .button_bcc8 {
    width: 48px;
    height: 48px;
    margin-right: 25px !important;
    margin-bottom: 40px !important
}

jdiv .button_bcc8 .logoIconCloud_abce {
    background-position: center;
    background-size: contain;
    width: 28px;
    height: 28px
}

ul.txte_content {
    margin: 16px 10px
}

ul.txte_content li.txte_content_li {
    text-align: left;
    list-style: none;
    background: url(images/icons/li_bg.gif) no-repeat left 20%;
    padding-left: 20px;
    padding-bottom: 8px
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: #723e3c
}

h1, h2 {
    font-family: Arial, sans-serif
}

h3, h4, h5, h6 {
    margin: 12px 0 6px
}

h1 {
    font-size: 24px;
    margin: 0 0 22px
}

h1, h2, h3, h4 {
    line-height: 22px
}

h2 {
    font-size: 22px;
    margin: 4px 0 22px
}

h3, h4 {
    font-size: 20px
}

h4 {
    font-size: 18px
}

P, h5 {
    font-size: 14px;
    line-height: 18px
}

h6 {
    font-size: 11px;
    line-height: 14px
}

P {
    color: #333;
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif
}

.text_table, .text_table TD, .text_table TH {
    background: 0 0
}

.text_table TD {
    padding: 4px 4px 4px 8px;
    background: #fff
}

.text_table, .text_table TD, .text_table TH {
    border: solid 1px #ceb9a6;
    border-width: 1px 0 0 1px
}

.text_table {
    border-width: 0 1px 1px 0
}

.text_table TD P, .text_table TH P {
    text-indent: 0;
    margin: 0
}

#content .text_table TH P, .text_table TH {
    text-align: center
}

.text_table TH {
    font-size: 14px;
    background: #f3f0ea;
    color: #6e828c;
    padding: 6px
}

.cookie p, .text_table h4 {
    font-size: 16px;
    padding: 0;
    margin: 0
}

.bx_mform [type=checkbox] {
    display: inline-block;
    vertical-align: top;
    width: auto
}

input[type=checkbox] {
    width: auto !important
}

.cookie {
    width: 190px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -184px;
    z-index: 1010;
    background: #f4e7d2;
    padding: 40px
}

.cookie .cookie__text {
    text-align: left;
    color: #363b5d;
    margin-bottom: 16px;
    line-height: 1.4
}

.cookie p {
    font-size: inherit;
    line-height: inherit
}

.cookie .cookie__button {
    letter-spacing: -1px;
    text-align: left;
    color: #363b5d;
    cursor: pointer;
    font-size: 22px
}

@media all and (max-width: 976px) {
    .cookie {
        position: static;
        box-sizing: border-box;
        margin-top: 45px;
        width: 100%;
        height: auto;
        padding: 19px
    }

    .cookie .cookie__button {
        margin: 0 auto;
        display: table
    }
}

.section_element img {
    max-width: 100%
}

.content {
    table-layout: fixed;
    width: 100%
}

.safari .content, .safari .content tbody {
    display: block
}

.safari .content tr {
    display: flex
}

.left__sidebar {
    width: 250px;
    flex: none
}

.parent-item:after {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -moz-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    -o-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    top: 50%;
    right: 8px;
    margin-top: -2px
}

#vertical-multilevel-menu .parent-item {
    padding-right: 28px;
    position: relative;
    width: 213px
}

.section_element:hover {
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, .4)
}

.popup-window-close-icon:after {
    width: 16px;
    height: 16px
}

.popup-window-close-icon.popup-window-titlebar-close-icon {
    width: 30px;
    height: 30px;
    top: 5px;
    right: 5px
}

.btn.btn-primary {
    display: inline-block;
    padding: 10px 16px;
    text-align: center;
    text-decoration: none;
    background: #f0801e;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    cursor: pointer
}

.btn.btn-primary:hover {
    background: #db6e1e
}

.popup-window-with-titlebar .popup-window-content {
    padding: 0 20px 20px
}

TABLE.tab_header td.auth_wrapper {
    vertical-align: middle
}

.site_auth, .site_auth #login-line {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.notify_about_subscription.has_subscription a, .site_auth, .site_auth a.bx_login_top_inline_link {
    color: #fff
}

.site_auth .icon-user {
    font-size: 20px;
    line-height: 18px;
    width: 14px;
    height: 18px;
    display: inline-block
}

.site_auth .bx_login_top_inline_link {
    font-size: 14px;
    line-height: 14px
}

.site_auth .bx_login_top_inline_link + .bx_login_top_inline_link {
    border-left: 1px solid;
    margin-left: 0;
    padding-left: 6px
}

.logo a {
    display: inline-block;
    width: 100%;
    height: 100%
}

#bx_eshop_wrap.wrap {
    height: auto;
    position: relative
}

.head_icon a {
    text-decoration: none;
    font-size: 28px;
    color: #5a2c34;
    position: relative
}

.head_icon-label {
    position: absolute;
    font-size: 11px;
    text-align: center;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid;
    box-sizing: border-box;
    line-height: 14px;
    right: -7px;
    top: -4px;
    padding: 0 2px;
    min-width: 16px
}

.head_favorites {
    margin-right: 20px
}

.head_icon-inner {
    position: relative;
    display: inline-flex;
    align-items: center
}

.head_icon-text {
    font-size: 16px;
    font-weight: 600;
    font-family: sans-serif;
    display: inline-block;
    vertical-align: middle
}

.head_icon.head_backet a {
    font-size: 24px
}

.head_backet .head_icon-label {
    top: -6px
}

.bx_notavailable {
    padding: 0 5px
}

.bx_catalog_item_controls_blockone {
    padding: 10px 0 0;
    text-align: center;
    color: #6d6d6d
}

.c-mobile-search_wrap {
    display: none;
    box-sizing: border-box;
    position: absolute;
    bottom: -44px;
    left: 0;
    width: 100%;
    height: 48px;
    padding: 4px;
    background-color: #fff
}

.bx_field .bx_input_clear, .bx_field.is-mobile, .bx_login_top_inline_link.is-mobile {
    display: none
}

.c-social {
    padding-top: 22px;
    padding-left: 1px
}

.c-social .c-social_list {
    display: flex
}

.c-social .c-social_list .c-social_link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer
}

.c-social .c-social_list .c-social_link.insta-link {
    background: linear-gradient(49.12deg, #fd5 6.62%, #ff543e 50.06%, #c837ab 93.5%)
}

.c-social .c-social_list .c-social_link.vk-link {
    background-color: #5181b7
}

.c-social .c-social_list .c-social_link.youtube-link {
    background-color: #ed1010
}

.c-social .c-social_list .c-social_link.watts-link {
    background-color: #19c53b
}

.c-social .c-social_list .c-social_item:not(:last-child) .c-social_link {
    margin-right: 8px
}

.c-social .c-social_list .c-social_link .fat {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.c-social .c-social_list .c-social_link .fat.fat-insta {
    background: url(/bitrix/templates/eshop_adapt_green/images/icons/instagram.svg) no-repeat center;
    background-size: contain
}

.c-social .c-social_list .c-social_link .fat.fat-vk {
    background: url(/bitrix/templates/eshop_adapt_green/images/icons/vk.svg) no-repeat center;
    background-size: contain
}

.c-social .c-social_list .c-social_link .fat.fat-youtube {
    background: url(/bitrix/templates/eshop_adapt_green/images/icons/youtube.svg) no-repeat center;
    background-size: contain
}

.c-social .c-social_list .c-social_link .fat.fat-watts {
    background: url(/bitrix/templates/eshop_adapt_green/images/icons/wattsapp.svg) no-repeat center;
    background-size: contain;
    width: 18px;
    height: 18px
}

.c-social .c-social_list .c-social_link .fat.fat-telergam {
    background: url(/bitrix/templates/eshop_adapt_green/images/icons/telegram_mastercake.svg) no-repeat center;
    background-size: contain;
    width: 32px;
    height: 32px
}

.c-social__mobile .c-social_list .c-social_link, .c-social__mobile .c-social_list .c-social_link .fat.fat-telergam {
    width: 40px;
    height: 40px
}

.c-social__mobile {
    padding-top: 24px;
    padding-left: 16px;
    padding-bottom: 50px
}

.c-social__mobile .c-social_list .c-social_item:not(:last-child) .c-social_link {
    margin-right: 16px
}

.tab_header .search_container {
    padding-right: 40px;
    padding-top: 11px
}

.bx_order_make .bx_logotype span {
    background-size: 95%
}

.c-mobile_phone .c-phone__link {
    width: 20px;
    height: 20px;
    background: url(images/icons/feather_phone.svg) no-repeat center;
    background-size: contain;
    cursor: pointer
}

.c-mobile__search .c-mobile-search_link {
    width: 20px;
    height: 20px;
    background: url(images/icons/search.svg) no-repeat center;
    background-size: contain;
    cursor: pointer
}

.c-logo_mobile {
    display: flex;
    align-items: center;
    justify-content: center
}

.popup-window-close-icon {
    right: 12px;
    top: 10px
}

.popup-overlay {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #333;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    opacity: .5;
    z-index: 1000
}

.ms-index .content {
    border-collapse: collapse
}

.ms-index {
    padding-top: 16px !important
}

.ms-index .block_for_div .section_bl {
    border-collapse: collapse;
    border: 0
}

.ms-index .block_for_div {
    padding-right: 5px
}

#ModalPVZ, .popup-window {
    z-index: 11001 !important
}

.popup-window-overlay {
    z-index: 11000 !important
}

.fixed-social {
    position: fixed;
    right: 24px;
    bottom: 103px;
    z-index: 100
}

.fixed-social-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

.fixed-social-list li:not(:last-child) {
    margin-bottom: 15px
}

.fixed-social__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #d9a664
}

.fixed-social__item .icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(assets/icons/svg/whatsapp.svg) no-repeat center;
    background-size: contain
}

.header_block_telefon .callback-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 100%;
    color: #fff;
    box-sizing: border-box;
    border-radius: 30px;
    height: 33px;
    padding: 4px 20px;
    width: auto
}

.header-phones {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-right: -40px;
    margin-bottom: 15px;
    margin-top: 3px
}

.header-phones__item {
    padding-right: 40px
}

.header-phones__title {
    font-size: 13px;
    line-height: 130%;
    white-space: nowrap
}

@media (min-width: 976px) {
    .visible-sm {
        display: none !important
    }

    .wrap:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 30px;
        bottom: 0;
        background-color: #fff;
        z-index: 0
    }

    .block_register__wrapper {
        padding-top: 18px
    }

    .site_auth {
        padding-right: 45px
    }

    .block_register > table {
        margin-left: auto;
        margin-right: 40px
    }
}

@media (max-width: 1280px) {
    .header-phones__title {
        white-space: normal
    }

    .header-connect {
        padding-bottom: 10px
    }
}

@media (max-width: 975px) {
    .bx_content_section .c-main__item .slick-dots, .hidden-sm {
        display: none !important
    }

    .site_auth, .site_auth a.bx_login_top_inline_link {
        color: #694b53
    }

    .header > table.tab_header > tbody > .media-head-flex {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    td.auth_wrapper {
        order: 1;
        padding: 10px 0 0
    }

    td.logo_wrapper {
        order: 2
    }

    #bx_eshop_wrap.wrap {
        height: auto;
        position: relative !important;
        margin-top: 48px !important
    }

    td.auth_wrapper {
        align-self: flex-end
    }

    .block_register table {
        margin-left: auto;
        margin-right: 8px
    }

    .notive .bx_cart_block {
        position: static !important
    }

    .head_icon a {
        color: #fff
    }

    .head_icon-text {
        display: none
    }

    .head_icon-label {
        background-color: #f17b19;
        color: #fff;
        font-size: 9px;
        line-height: 11px;
        border: 0;
        height: 16px;
        width: 16px;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -7px
    }

    .head_backet .head_icon-label {
        top: -7px
    }

    .favorites {
        padding-left: 0 !important
    }

    .c-mobile__search .c-mobile-search_link, .c-mobile_phone .c-phone__link {
        display: block
    }

    .block_register {
        padding-top: 0 !important
    }

    .wrap .header {
        display: none
    }

    .grid .bx_content_section {
        margin-bottom: 0 !important
    }

    .bx_phone_popup_mobile {
        box-sizing: border-box;
        min-width: 284px;
        min-height: 236px;
        padding: 38px 6px 6px;
        font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif
    }

    #PhonePopup {
        position: fixed !important;
        top: 80px !important;
        left: 50% !important;
        margin-right: -50%;
        transform: translate(-50%)
    }

    .bx_phone_popup_mobile .c-pnone_item {
        border: 1px solid #ececec;
        border-radius: 2px;
        padding: 15px 9px 23px 16px
    }

    .bx_phone_popup_mobile .c-pnone_item:not(:last-child) {
        margin-bottom: 12px
    }

    .bx_phone_popup_mobile .c-pnone_item .c-phones_element {
        margin: 0 0 16px;
        position: relative;
        padding-left: 31px
    }

    .bx_phone_popup_mobile .c-pnone_item .c-phones_element::before {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        background: url(images/icons/feather_phone_popap.svg) no-repeat center;
        left: 0;
        top: 50%;
        transform: translate(0, -50%)
    }

    .bx_phone_popup_mobile .c-pnone_item .c-phones_element a {
        font-size: 16px;
        line-height: 24px;
        color: #0677c9;
        text-decoration: none
    }

    .c-phone-popap_text {
        margin: 0;
        font-size: 13px;
        line-height: 24px;
        color: #333
    }

    .head_favorites {
        margin-right: 0
    }

    .head_favorites .icon-favorite {
        display: inline-block;
        width: 22px;
        height: 22px;
        background: url(/local/templates/eshop_adapt_green/assets/icons/svg/favorites-white.svg) no-repeat center;
        background-size: contain
    }

    .site_auth #login-line .bx_login_top_inline_link {
        font-weight: 700;
        font-size: 12px;
        line-height: 17px;
        color: #694b53
    }

    .site_auth .icon-user {
        margin-right: 6px
    }

    #AuthorizePopup {
        z-index: 10001 !important;
        position: fixed !important
    }

    #popup-window-overlay-AuthorizePopup {
        z-index: 10000 !important
    }

    .c-mobile-search_wrap.is-show {
        display: block
    }

    .c-mobile-search_wrap .search_container {
        width: 100%
    }

    .c-mobile-search_wrap .bx_search_container {
        margin-top: 0;
        width: 100%
    }

    .c-mobile-search_wrap .bx_search_container form {
        height: 100%
    }

    .c-mobile-search_wrap .bx_search_container .bx_field {
        border: 0;
        background-color: #ffe8b7;
        border-radius: 2px;
        height: 100%
    }

    .c-mobile-search_wrap .bx_search_container .bx_field .bx_input_text {
        height: 100%;
        font-size: 12px;
        line-height: 15px;
        color: #88615f;
        padding: 12px 100px 13px 16px;
        font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif
    }

    .c-mobile-search_wrap .bx_search_container .bx_field .bx_input_submit {
        background: 0 0;
        height: 100%;
        right: 0;
        top: 0;
        background-color: #f17b19;
        border-radius: 0 2px 2px 0;
        color: #fff;
        font-weight: 700;
        width: 68px;
        font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif
    }

    .popup-overlay.is__show {
        display: block;
        position: fixed
    }

    .c-mobile-search_wrap .bx_search_container .bx_field .bx_input_text:focus {
        border-radius: 2px;
        border-top: 1px solid #f17b19;
        border-left: 1px solid #f17b19;
        border-bottom: 1px solid #f17b19
    }

    .c-general__nav .notive.gn_general_nav.is-active {
        background: 0 0;
        height: 16px;
        width: 16px;
        background-color: transparent
    }

    .c-general__nav .notive.gn_general_nav.is-active::after {
        width: 2px;
        height: 20px;
        bottom: -2px;
        left: auto;
        right: 7px;
        border-bottom: none;
        background-color: #fff;
        padding-top: 0;
        transform: rotate(45deg)
    }

    .c-general__nav .notive.gn_general_nav.is-active::before {
        width: 2px;
        height: 20px;
        top: -2px;
        left: 7px;
        border-top: none;
        background-color: #fff;
        padding-bottom: 0;
        transform: rotate(-45deg)
    }

    .c-mobile-search_wrap .bx_field .bx_input_clear {
        position: absolute;
        text-decoration: none;
        display: block;
        opacity: 0;
        pointer-events: none;
        background: 0 0;
        width: 16px;
        height: 16px;
        top: 50%;
        transform: translate(0, -50%);
        right: 79px
    }

    .c-mobile-search_wrap .bx_field .bx_input_clear::after {
        content: "";
        display: block;
        position: absolute;
        width: 2px;
        height: 20px;
        bottom: -2px;
        right: 7px;
        background-color: #f17b19;
        transform: rotate(45deg)
    }

    .c-mobile-search_wrap .bx_field .bx_input_clear::before {
        content: "";
        position: absolute;
        display: block;
        width: 2px;
        height: 20px;
        top: -2px;
        left: 7px;
        background-color: #f17b19;
        transform: rotate(-45deg)
    }

    .c-mobile-search_wrap .bx_search_container .bx_field .bx_input_clear.in-focus {
        opacity: 1;
        pointer-events: auto
    }

    .auth_wrapper.c-mobile-auth .bx_login_top_inline_link.is-dekstop {
        display: none
    }

    .auth_wrapper.c-mobile-auth .bx_login_top_inline_link.is-mobile {
        display: inline
    }

    .auth_wrapper.c-mobile-auth .site_auth .bx_login_top_inline_link + .bx_login_top_inline_link {
        border-left: none
    }

    .auth_wrapper.c-mobile-auth .site_auth .bx_login_top_inline_link:last-of-type {
        border-left: 1px solid
    }

    .bx_my_order .bx_bt_button_type_2 {
        width: 100%;
        box-sizing: border-box
    }

    .fixed-social {
        right: 20px
    }

    .fixed-social__item a {
        width: 65px;
        height: 65px
    }

    .fixed-social__item .icon {
        width: 35px;
        height: 35px
    }
}

@media (max-width: 767px) {
    .sale-order-detail .sale-order-detail-general .sale-order-detail-payment-options-order-content {
        display: none
    }

    .bx_login_popup_form {
        width: 320px;
        max-width: 100%;
        min-width: auto !important;
        padding: 0
    }

    .popup-window {
        max-width: 100%
    }
}

.banner-catalog .banner-img {
    width: 100%;
}

@media (max-width: 975px) {
    .banner-catalog .banner-img {
        width: 100vw;
        margin-left: -55px;
        margin-top: -10px;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .banner-catalog .banner-img {
        margin-top: -20px;
        margin-bottom: 20px;
    }
}
