/* blocks.css
 * Стили блоков сайта, основной рабочий файл
 *
 */

.b-header {
    width: 100%;
}

.b-header_logo {
    /* Ссылка */
    background-color: rgb(87, 41, 41);
    box-sizing: border-box;
    box-shadow: 0 5px 10px rgba(114, 52, 52, 0.25);
    color: rgb(247, 223, 193) !important;
    font:
        500 12px/16px "Open Sans",
        sans-serif;
    float: left;
    padding: 12px;
    position: relative;
    text-align: center;
    transition: background-color ease-out 0.3s;
    height: 148px;
    width: 43.75%;
    z-index: 1;
}

.b-header_logo,
.b-header_logo:visited,
.b-header_logo:hover,
.b-header_logo:focus,
.b-header_logo:active {
    text-decoration: none;
}

.b-header_logo:hover,
.b-header_logo:focus,
.b-header_logo:active {
    background-color: rgb(123, 18, 23);
}

.b-header_logo-image img {
    padding-right: 3px;
    width: 80px;
}

.b-header_logo-text {
    text-transform: uppercase;
    margin-top: 10px;
}

.b-header_logo-text span {
    display: none;
}

.b-header_top {
    font-size: 0;
    position: relative;
}

.b-header_top-item {
    /*border: solid rgb(183, 177, 167);*/
    border-style: solid;
    border-color: #bbb2a8 !important;
    box-sizing: border-box;
    display: inline-block;
    font-size: 1rem;
    height: 74px;
    position: relative;
    width: 28.125%;
}

.b-header_top-callback,
.b-header_top-cart {
    border-width: 0 1px 1px 0;
}

.b-header_top-personal,
.b-header_top-menu {
    border-width: 0 0 1px 0;
}

.b-header_top-callback,
.b-header_top-menu,
.b-header_top-personal,
.b-header_top-cart {
    position: absolute;
}

.b-header_top-callback {
}

.b-header_top-personal {
    right: 0;
}

.b-header_top-cart {
    bottom: 0;
}

.b-header_top-menu {
    bottom: 0;
    position: absolute;
    right: 0;
}

.b-header_top-item:before {
    position: absolute;
    top: 50%;
    left: 50%;
}

.b-header_top-callback {
    font-size: 0;
    z-index: 1;
}

.b-header_top-callback:before {
    margin-top: -12px;
    margin-left: -12px;
    pointer-events: none;
}

.b-header_top-callback_phone,
.b-header_top-callback_phone a {
    display: inline-block;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.b-header_top-callback_phone a,
.b-header_top-callback_phone a:visited,
.b-header_top-callback_phone a:hover,
.b-header_top-callback_phone a:focus,
.b-header_top-callback_phone a:active {
    border-bottom: none;
}

.b-header_top-icon-list {
    height: 148px;
    position: relative;
}

.b-header_top-cart:before {
    margin-top: -12px;
    margin-left: -11px;
}

.b-header_top-personal:before {
    margin-top: -12px;
    margin-left: -10px;
}

.b-header_top-love {
    display: none;
}

.b-header_top-love:before {
    margin-top: -10px;
    margin-left: -11px;
}

.b-header_top-menu:before {
    margin-top: -9px;
    margin-left: -11px;
}

.b-header_menu {
    display: none;
}

.b-header_bottom {
    background-color: rgb(124, 77, 77);
    position: relative;
    margin-top: 80px;
}

.b-header_search {
    padding: 20px 0;
    position: absolute;
    top: -80px;
    width: 100%;
}

.b-catalog-menu {
    padding: 0 15px;
}

.b-catalog-menu_button {
    background-color: rgb(87, 41, 41);
    border-radius: 0;
    box-sizing: border-box;
    cursor: default;
    font:
        bold 24px/60px "Opium Bold",
        sans-serif;
    padding-left: 78px;
    text-align: left;
    text-transform: none;
    width: 100%;
}

/*.b-catalog-menu:hover .b-catalog-menu_button {
                background-color: rgb(245, 242, 237);
                color: rgb(56, 16, 16);
                position: relative;
                z-index: 130;
            }*/
.b-catalog-menu_button:after {
    background-position: -66px -42px;
    right: 80px;
    transition:
        transform ease-out 0.3s,
        -webkit-transform ease-out 0.3s;
}

/*.b-catalog-menu:hover .b-catalog-menu_button:after {
                background-position: -9px -48px;
                transform: rotate(180deg);
            }*/

.b-catalog-menu_dropdown {
    /*background: rgb(245, 242, 237) url('../../img/flower-catalog-menu.png') bottom right 12px no-repeat;*/
    background-color: rgb(245, 242, 237);
    /*box-shadow: 0 2px 8px rgba(89, 31, 31, .2);*/
    box-sizing: border-box;
    display: none;
    padding: 0 20px;
}

/*.b-header_catalog:hover .b-catalog-menu_dropdown {
                display: block;
                position: relative;
                z-index: 10;
            }*/

.b-section {
}

.b-section-white {
    background-color: rgb(255, 255, 255);
}

.b-section-colored {
    background-color: rgb(250, 247, 243);
}

.b-section-background {
    background: rgb(252, 251, 249) url("../../img/section-background.png");
    border: solid rgb(250, 247, 243);
    border-width: 1px 0;
}

.b-section-colored_title {
    font-size: 30px;
    color: #341717;
    font-family: "Opium Bold", sans-serif;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 22px;
    padding: 0;
}

.b-section-visual .l-wrapper {
    margin: 0 15px;
}

.b-visual-holder {
    display: none;
}

.b-section-visual {
    padding-top: 25px;
    padding-bottom: 25px;
}

.b-carousel {
    height: 380px;
    width: 835px;
}

.b-section-bottom-info {
    padding-top: 41px;
    padding-bottom: 41px;
}

.b-section-bottom-info .l-wrapper {
    box-sizing: border-box;
    font-size: 0;
}

.b-section-bottom-info h2 {
    font-size: 30px;
    margin-bottom: 13px;
}

.b-section-bottom-info_text {
    display: none;
}

.b-section-bottom-info_text h4 {
    font-size: 21px;
    line-height: 26px;
    letter-spacing: 0.03px;
    margin-top: 0.75em;
}

/* == (Рекомендуемые подарочные сертификаты на Главной) == */
.b-gift-certificates_link-to-all {
    position: relative;
}

.b-gift-certificates_link-to-all {
    background: rgb(43, 1, 0) url("../../img/all-certificates-bg.jpg") center center no-repeat;
    box-shadow: 0 5px 10px rgba(87, 41, 41, 0);
    box-sizing: border-box;
    display: table-cell;
    font:
        italic 24px/36px "Open Sans",
        sans-serif;
    height: 220px;
    max-width: 290px;
    padding: 0 52px;
    position: relative;
    transition: box-shadow ease-out 0.3s;
    vertical-align: middle;
    width: 100%;
}

.b-gift-certificates_link-to-all:hover,
.b-gift-certificates_link-to-all:focus,
.b-gift-certificates_link-to-all:active {
    box-shadow: 0 5px 10px rgba(87, 41, 41, 0.3);
}

.b-gift-certificates_link-to-all_text {
    border-bottom: 1px solid rgba(247, 223, 193, 0.5);
    color: rgb(247, 223, 193);
    transition:
        border-bottom-color ease-out 0.3s,
        color ease-out 0.3s;
}

.b-gift-certificates_link-to-all:hover .b-gift-certificates_link-to-all_text,
.b-gift-certificates_link-to-all:focus .b-gift-certificates_link-to-all_text,
.b-gift-certificates_link-to-all:active .b-gift-certificates_link-to-all_text {
    border-bottom-color: rgb(237, 183, 125);
    color: rgb(237, 183, 125);
}

/* == o == */

.b-social-block {
    font-size: 0;
    position: relative;
    text-align: center;
}

.b-social-widgets > * {
    vertical-align: top;
    margin-bottom: 20px;
}

.b-social-ico-group {
    display: inline-block;
}

.b-social-block .b-social-ico-group,
.b-social-block .g-social-ico:not(:last-child) {
    margin-right: 15px;
}

.b-footer {
    background-color: rgb(250, 247, 243);
}

.b-footer-section {
    border-bottom: 1px solid rgb(183, 177, 167);
    padding: 20px 0 18px 0;
    margin: 0 15px;
    text-align: center;
}

.b-footer-section_catalog,
.b-footer-section_help {
    padding-bottom: 19px;
}

.b-footer-section_payment,
.b-footer-section_media-army {
    border-bottom: none;
}

.b-footer-section_payment {
    padding-bottom: 30px;
}

.b-footer-section_media-army {
    padding-bottom: 40px;
}

.b-footer-section-title {
    color: rgb(58, 34, 34);
    font:
        bold 18px/1 "Open Sans",
        sans-serif;
    text-transform: uppercase;
}

.b-footer-section-title.g-ico-shevron {
    margin-right: 33px;
}

.b-footer-section-title:after {
    margin-left: 11px;
    margin-top: -5px;
}

.b-footer-section_contacts {
    text-align: center;
    padding-bottom: 33px;
}

.b-footer_credits {
    font-size: 0;
    text-align: center;
    white-space: nowrap;
}

.b-footer_logo,
.b-footer_text {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    white-space: normal;
}

.b-footer_logo {
    padding: 0 29px 0 0px;
}

.b-footer_logo img {
    width: 84px;
}

.b-footer_text {
    max-width: 202px;
    width: calc(100% - 142px);
}

.b-footer_copyright {
    color: rgb(0, 0, 0);
    font:
        16px/18px "Open Sans",
        sans-serif;
    text-transform: uppercase;
    text-indent: -16px;
    padding-left: 16px;
    padding-top: 5px;
}

.b-footer_slogan {
    color: rgb(141, 135, 125);
    font:
        14px/19px "Open Sans",
        sans-serif;
    font-style: italic;
    margin-top: 6px;
}

.b-footer_phone,
.b-footer_worktime,
.b-footer_email {
    display: block;
    max-width: 315px;
    margin: 0 auto;
    padding-left: 22px;
    text-align: left;
    /*width: 100%;*/
}

.b-footer_phone {
    color: rgb(58, 34, 34);
    font:
        bold 24px/1 "Open Sans",
        sans-serif;
    margin-top: 42px;
}

.b-footer_phone:before {
    position: relative;
    top: 2px;
    margin-right: 11px;
}

.b-footer_phone a {
    border-bottom: none;
}

.b-footer_worktime {
    color: rgb(0, 0, 0);
    font:
        14px/18px "Open Sans",
        sans-serif;
    max-width: 286px;
    margin-top: 4px;
    padding-left: 51px;
}

.b-footer_email {
    color: rgb(0, 0, 0);
    font:
        14px/18px "Open Sans",
        sans-serif;
    margin-top: 10px;
}

.b-footer_email:before {
    position: relative;
    top: 2px;
    margin-right: 11px;
}

.b-footer-section_payment {
    padding-top: 22px;
}

.b-footer-section_payment .b-footer-section-body {
    font-size: 1rem;
    margin-top: 7px;
    padding-top: 8px;
}

.b-footer-section_payment .b-footer-section-body > span {
    font-size: 0;
    margin-top: 8px;
}

.b-footer-copy {
    float: left;
    padding-top: 20px;
}

.b-media-army {
    /*float: right;*/
    /*padding-top: 20px;*/
    font-size: 14px;
    /*color: #000;*/
}

.b-media-army a:hover,
.b-media-army a:focus,
.b-media-army a:active {
    /*color: #E1232D; */
}

.b-media-army_logo {
    position: absolute;
    margin-top: -5px;
    color: #e1232d;
    font-size: 14px;
}

/** Меню */
.b-header_menu li,
.b-footer_menu li {
    display: block;
    margin: 4px 0;
}

.b-header_menu a,
.b-footer_menu a {
    border-bottom: 1px solid transparent;
    color: rgb(52, 23, 23);
    font:
        14px/20px "Open Sans",
        sans-serif;
    text-decoration: none;
    transition:
        border-bottom-color ease-out 0.3s,
        color ease-out 0.3s;
}

.b-header_menu a:hover,
.b-header_menu a:active,
.b-header_menu a:focus,
.b-header_menu a.root-selected,
.b-footer_menu a:hover,
.b-footer_menu a:active,
.b-footer_menu a:focus,
.b-footer_menu a.root-selected {
    color: rgb(123, 18, 23);
    border-bottom-color: rgba(123, 18, 23, 0.95);
}

.b-footer_menu {
    margin: 11px 0 -2px 0;
}

/** Footer toggler */
.tglr-input {
    position: absolute;
    opacity: 0;
}

.tglr-input:not(:checked) ~ .tglr-content {
    overflow: hidden;
    height: 0;
}

.tglr-input:checked ~ .tglr-label.g-ico-shevron:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/** Орнаментные вставки */
.b-aside-ornament {
}

.b-sertificate-filter {
    box-sizing: border-box;
    width: 290px;
    margin: 0 auto;
}

.b-aside-ornament {
    background-color: rgb(255, 255, 255);
    padding: 3px;
    position: relative;
    z-index: 0;
}

.b-aside-ornament:before,
.b-aside-ornament:after,
.b-aside-ornament_holder:before,
.b-aside-ornament_holder:after {
    content: "";
    background: url("../../img/aside-ornament.png") no-repeat;
    position: absolute;
    top: 3px;
    left: 3px;
    height: 30px;
    width: 30px;
    z-index: 1;
}

.b-aside-ornament:after {
    left: unset;
    right: 3px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.b-aside-ornament_holder {
    border: 2px solid rgb(222, 181, 127);
    min-height: 26px;
    padding: 15px 18px 18px 19px;
    position: relative;
    z-index: 0;
}

.b-aside-ornament_holder:before,
.b-aside-ornament_holder:after {
    top: unset;
    bottom: -2px;
}

.b-aside-ornament_holder:before {
    left: -2px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.b-aside-ornament_holder:after {
    left: unset;
    right: -2px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* "Подобрать подарочный сертификат" */
.b-catalog-filter,
.b-sertificate-filter {
    box-shadow: 0 2px 8px rgba(79, 36, 36, 0.2);
}

.l-page-main .b-sertificate-filter .b-aside-ornament_holder {
    /*min-height: 435px;*/
}

.b-sertificate-filter h3 {
    text-align: center;
}

.l-page-main .b-sertificate-filter #del_filter {
    display: none;
}

.l-page-main .b-sertificate-filter.b-aside-ornament {
    display: table;
    height: 478px;
}

.l-page-main .b-sertificate-filter .b-aside-ornament_holder {
    display: table-cell;
    vertical-align: middle;
}

.l-page-main .b-sertificate-filter .b-smart-filter {
    margin-top: 15px;
}

.l-page-main .b-sertificate-filter #i-form-fieldset-price .b-form-fieldset-title {
    margin-bottom: 14px;
}

.l-page-main .b-sertificate-filter #i-form-fieldset-price .bx-ui-slider-track-container {
    padding-bottom: 10px;
}

.l-page-main .b-sertificate-filter #i-form-fieldset-price .min-price,
.l-page-main .b-sertificate-filter #i-form-fieldset-price .max-price {
    border: none;
    color: rgb(56, 16, 16);
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    padding: 0;
}

.l-page-main .b-sertificate-filter #i-form-fieldset-price .max-price {
    text-align: right;
}

.l-page-main .b-sertificate-filter #i-form-fieldset-price .min-price::-webkit-input-placeholder,
.l-page-main .b-sertificate-filter #i-form-fieldset-price .max-price::-webkit-input-placeholder {
    color: rgb(56, 16, 16);
}

.l-page-main .b-sertificate-filter #i-form-fieldset-price .min-price::-moz-placeholder,
.l-page-main .b-sertificate-filter #i-form-fieldset-price .max-price::-moz-placeholder {
    color: rgb(56, 16, 16);
}

.l-page-main .b-sertificate-filter #i-form-fieldset-price .min-price:-ms-input-placeholder,
.l-page-main .b-sertificate-filter #i-form-fieldset-price .max-price:-ms-input-placeholder {
    color: rgb(56, 16, 16);
}

.l-page-main .b-sertificate-filter #i-form-fieldset-price .bx-ft-sub {
    font-size: 0;
}

.l-page-main .b-sertificate-filter #i-form-fieldset-price .bx-filter-parameters-box-container {
    padding-bottom: 14px;
}

.l-page-main .b-sertificate-filter .b-form-actions {
    margin-top: -3px;
}

.l-page-main .b-sertificate-filter .b-form-actions .bx-filter-parameters-box-container {
    padding-bottom: 5px;
}

.l-page-main .b-sertificate-filter .bx-filter-container-modef {
    display: none;
}

.search-page ~ .b-catalog-sections {
    padding: 0;
}

/* Ярлыка на товарах ("Новинка", "Хит"...) */
/*.b-catalog-sections_item_label:before,
.b-catalog-sections_item_label:after,*/
.b-catalog-sections_item_label-holder:before,
.b-catalog-sections_item_label:after,
.b-catalog-detail_label-holder:before,
.b-catalog-detail_label:after {
    background-image: url("../../img/label-ornament.png");
}

.b-content-ajax img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}

/**
 * Стили для телефонов
 */
@media all and (max-width: 767px) {
    .l-page {
        margin-left: 0;
        padding-right: 0;
        transition:
            margin-left ease-out 0.3s,
            padding-right ease 0.3s;
    }

    #tglr-site-menu:checked ~ .l-page {
        margin-left: calc(88px - 100%);
        padding-right: calc(100% - 88px);
    }

    .b-header_top-menu {
        z-index: 1;
    }

    #tglr-site-menu:checked ~ .l-page .b-header_top-menu {
        background-color: rgb(245, 242, 237);
        border-bottom-color: rgb(245, 242, 237) !important;
        /* OPTIMIZE: избавиться от !important; */
    }

    .b-header_top-menu .g-tlgr-label {
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .b-header_top-menu .g-tlgr-label .g-ico-menu {
        position: absolute;
        top: 50%;
        margin-top: -9px;
        left: 50%;
        margin-left: -11px;
    }

    .b-header_top-menu .g-tlgr-label .g-ico-menu:before {
        /*height: 100%;
                width: 100%;*/
    }

    #tglr-site-menu:checked ~ .l-page .b-header_top-menu .g-tlgr-label .g-ico-menu {
        height: 22px;
        margin-left: -11px;
        margin-top: -11px;
        width: 23px;
    }

    #tglr-site-menu:checked ~ .l-page .b-header_top-menu .g-tlgr-label .g-ico-menu:before {
        background-position: -20px -48px;
        height: 22px;
        width: 23px;
    }

    #tglr-site-menu:checked ~ .l-page .b-header_top-menu .g-tlgr-label:hover .g-ico-menu:before {
        background-position: -110px -54px;
    }

    .b-header_top-menu .g-tlgr-label:hover .g-ico-menu:before {
        background-position: -109px -18px;
    }

    .l-page .b-header_top-menu .g-tlgr-label .g-half-link {
        display: none;
        color: rgb(159, 44, 49);
        cursor: pointer;
        font-weight: bold;
    }

    #tglr-site-menu:checked ~ .l-page .b-header_top-menu .g-tlgr-label .g-half-link {
        display: inline-block;
        position: absolute;
        right: -100px;
        top: -48px;
        /*width: calc(100vw - 88px);*/
        z-index: 1;
    }

    .b-header_menu {
        background-color: rgb(245, 242, 237);
        box-sizing: border-box;
        display: block;
        cursor: pointer;
        min-height: 100vh;
        height: 100%;
        position: absolute;
        right: calc(88px - 100vw);
        top: -72px;
        width: calc(100vw - 88px);
    }

    /* ma:menu style; */
    .b-header_menu {
        padding-top: 65px !important;
    }

    .b-header_menu ul,
    .b-header_menu li {
        display: block !important;
        text-align: left !important;
    }

    .b-header_menu li {
        padding-left: 28px !important;
        padding-right: 28px !important;
    }

    .b-header_menu a {
        font-size: 16px !important;
        line-height: 36px !important;
    }

    /* Стили меню-каталога */
    .b-catalog-menu_dropdown {
        /*padding-top: 10px;*/
        padding-top: 9px;
    }

    .b-catalog-menu .g-tglr-label {
        display: block;
    }

    .b-catalog-menu .g-tglr-control:checked ~ .g-tglr-label .b-catalog-menu_button {
        background-color: rgb(245, 242, 237);
        color: rgb(56, 16, 16);
        position: relative;
        z-index: 130;
    }

    .b-catalog-menu .g-tglr-control:checked ~ .g-tglr-label .b-catalog-menu_button:after {
        background-position: -9px -48px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .b-catalog-menu .g-tglr-control:checked ~ .g-tglr-content,
    .b-header_catalog:hover .b-catalog-menu_dropdown {
        margin: 0 -15px;
    }

    .b-catalog-menu .g-tglr-control:checked ~ .g-tglr-content {
        display: block;
    }

    .b-catalog-menu_dropdown a {
        display: block;
        padding-top: 2px;
        padding-bottom: 11px;
        text-align: center;
    }

    .b-gift-certificates-aside {
        padding-left: calc(50% - 145px);
    }
}

/**
 * Cтили для НЕ телефонов (компьютеров, ноутбуков, планшетов)
 */
@media all and (min-width: 768px) {
    .b-header {
    }

    .b-header_logo {
        color: #b39683 !important;
        font:
            normal 14px/18px "Open Sans",
            sans-serif;
        font-style: italic;
        height: 193px;
        margin-bottom: -177px;
        position: relative;
        width: 170px;
        z-index: 110;
    }

    .b-header_logo-image img {
        width: 107px;
    }

    .b-header_logo-text {
        text-transform: none;
    }

    .b-header_logo-text span {
        display: inline;
    }

    .b-header_top {
        margin-left: 220px;
        position: static;
    }

    .b-header_top-item {
        border: none;
        height: auto;
        margin-left: 11px;
        width: auto;
    }

    .b-header_top-menu {
        position: static;
        height: auto;
        width: 100%;
    }

    .b-header_top-menu:before {
        content: none;
    }

    .b-header_menu {
        display: block;
    }

    .b-header_top-personal,
    .b-header_top-love,
    .b-header_top-cart {
        height: 42px;
        width: 42px;
    }

    .b-header_top-icon-list {
        float: right;
        position: static;
        height: auto;
    }

    .b-header_top-menu,
    .b-header_top-callback {
        margin-left: 0;
        position: static;
    }

    .b-header_top-callback_phone,
    .b-header_top-callback_phone a {
        display: inline;
        height: auto;
        width: auto;
    }

    .b-header_top-personal,
    .b-header_top-cart {
        position: relative;
    }

    a.b-header_top-personal:hover,
    a.b-header_top-personal:focus,
    a.b-header_top-personal:active,
    a.b-header_top-love:hover,
    a.b-header_top-love:focus,
    a.b-header_top-love:active,
    a.b-header_top-cart:hover,
    a.b-header_top-cart:focus,
    a.b-header_top-cart:active {
        border-bottom: none;
    }

    .b-header_top-callback {
        /*max-height: 30px;*/
    }

    .b-header_top-menu {
        margin-bottom: 17px;
    }

    .b-header_top-icon-list {
        display: inline-block;
    }

    .b-header_top-icon-list > a,
    .b-header_top-icon-list > div {
        display: inline-block;
        vertical-align: top;
    }

    .b-header_top-callback:before {
        display: none;
    }

    .b-header_top-callback {
        display: inline-block;
        font-size: 0;
        min-width: 380px;
        padding-top: 6px;
    }

    .b-header_top-callback_location,
    .b-header_top-callback_phone,
    .b-header_top-callback_worktime {
        display: inline-block;
        margin-right: 20px;
        font-size: 16px;
        line-height: 24px;
        vertical-align: baseline;
    }

    .b-header_top-callback_location,
    .b-header_top-callback_location + .b-header_top-callback_phone {
        /*font-size: 20px;*/
        /*font: bold 21px/24px 'Opium Bold', sans-serif;*/
    }

    .b-header_top-callback_phone {
        font-weight: bold;
        font-size: 21px;
        letter-spacing: 0.2px;
        color: rgb(58, 34, 34);
    }

    .b-header_top-callback_phone a,
    .b-header_top-callback_phone a:visited {
        border-bottom: none;
    }

    .b-header_top-callback_worktime {
        margin-right: 0;
        color: rgb(0, 0, 0);
    }

    .b-header_top-love {
        display: inline-block;
    }

    .b-header_bottom {
        margin: 13px 0 17px 0;
        margin: 13px 0 0 0;
    }

    .b-header_bottom .l-wrapper {
        padding-left: 220px;
        position: relative;
        box-sizing: border-box;
        display: flex;
    }

    .b-header_catalog {
        /* position: relative; */
        /* width: 235px; */
        display: flex;
        z-index: 100;
        flex-shrink: 0;
    }

    .b-header_catalog .g-tglr-label {
        padding-right: 40px;
    }

    .b-catalog-menu {
        padding: 0;
    }

    .b-catalog-menu_button {
        /*border-radius: 0;*/
        padding-left: 32px;
    }

    .b-catalog-menu_button:after {
        right: 25px;
    }

    .b-header_search {
        box-sizing: border-box;
        padding: 10px 0 10px 235px;
        /* position: absolute;
                        top: 0; */
        /* width: calc(100% - 220px); */
        position: static;
        flex-grow: 1;
        padding-left: 0;
    }

    .b-header_search .b-search-form {
        margin-right: 0;
        margin-left: 10px;
    }

    .b-section-colored_title {
        font-size: 36px;
        margin-bottom: 20px;
    }

    /* Стили меню-каталога */
    .b-header_catalog {
        height: 60px;
    }

    .b-catalog-menu:hover .b-catalog-menu_button {
        background-color: rgb(245, 242, 237);
        color: rgb(56, 16, 16);
        position: relative;
        transition: background-color ease-out 0.3s;
        z-index: 130;
    }

    .b-catalog-menu:hover .b-catalog-menu_button:after {
        background-position: -9px -48px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .b-catalog-menu_dropdown {
        background-image: url("../../img/flower-catalog-menu.png");
        background-position: bottom right 12px;
        background-repeat: no-repeat;
        box-shadow: 0 2px 8px rgba(89, 31, 31, 0.2);
        display: block;
        /* margin-left: -220px; */
        opacity: 0;
        padding-top: 34px;
        padding-bottom: 26px;
        pointer-events: none;
        transition: opacity ease-out 0.3s;
        /* width: 1120px; */
        z-index: 10;
        position: absolute;
        left: 0;
        top: 100%;
    }

    .b-header_catalog:not(:hover) .b-catalog-menu_dropdown {
        height: 0;
        padding: 0;
        transition:
            height 0s ease-out 0.3s,
            padding 0s ease-out 0.3s;
    }

    .b-catalog-menu:hover .b-catalog-menu_dropdown {
        /* margin-left: -220px; */
        opacity: 1;
        pointer-events: all;
        /* position: relative; */
        transition: opacity ease-in 0.3s;
        /* width: 1120px; */
        z-index: 10;
        position: absolute;
        width: 100%;
        margin: 0;
        left: 0;
        top: 100%;
    }

    .b-section-visual {
        font-size: 0;
        padding-top: 41px;
        padding-bottom: 0;
    }

    .b-section-visual .l-wrapper,
    .b-section-gift-certificates .l-wrapper {
        box-sizing: border-box;
        margin: 0 auto;
        padding-right: 285px;
    }

    .b-visual-holder,
    .b-gift-certificates-holder {
        display: inline-block;
        position: relative;
    }

    .b-visual-holder:after {
        background: url(../../img/flower-lotus.png) no-repeat;
        bottom: 2px;
        content: "";
        display: inline-block;
        height: 259px;
        position: absolute;
        right: -20px;
        width: 206px;
        z-index: 10;
    }

    .b-visual_advantage-list {
        display: table;
        margin-top: 0px;
        height: 129px;
        width: 100%;
    }

    .b-visual_advantage-item {
        box-sizing: border-box;
        color: rgb(0, 0, 0);
        display: table-cell;
        font-size: 16px;
        line-height: 21px;
        padding-left: 63px;
        vertical-align: middle;
        /*width: 33.3333%;*/
    }

    .b-visual_advantage-1 {
        background: url(../../img/advantage-1.png) left center no-repeat;
        width: 243px;
    }

    .b-visual_advantage-2 {
        background: url(../../img/advantage-2.png) left center no-repeat;
        width: 242px;
    }

    .b-visual_advantage-3 {
        background: url(../../img/advantage-3.png) left center no-repeat;
        padding-left: 73px;
    }

    .b-sertificate-filter {
        font-size: 1rem;
    }

    .b-section-gift-certificates {
        font-size: 0;
        padding-bottom: 16px;
    }

    .b-section-visual .b-sertificate-filter,
    .b-section-gift-certificates .b-gift-certificates-aside {
        margin-right: -285px;
    }

    .b-gift-certificates-aside,
    .b-sertificate-filter {
        box-sizing: border-box;
        width: 265px;
        /*max-width: 265px;*/
    }

    .b-gift-certificates_link-to-all:after {
        background: url("../../img/flower-lotus_gift-certs-block.png");
        content: "";
        display: block;
        height: 167px;
        position: absolute;
        right: -30px;
        top: -166px;
        width: 172px;
    }

    .b-section-popular-products {
        padding-bottom: 16px;
    }

    .b-section-bottom-info {
        padding-top: 52px;
        padding-bottom: 30px;
    }

    .b-section-bottom-info_text {
        display: inline-block;
        font-size: 14px;
        line-height: 24px;
        padding-right: 295px;
    }

    .b-section-bottom-info_text h1 {
        font-size: 30px;
    }

    .b-section-bottom-info_text .b-ul {
        padding-top: 0.5em;
    }

    .b-social-block {
        float: right;
        width: 230px;
        margin-top: 11px;
        margin-left: -230px;
    }

    .b-social-ico-group {
        display: none;
    }

    .b-social-block .b-social-ico-group,
    .b-social-block .g-social-ico:not(:last-child) {
        margin-right: 10px;
    }

    .b-footer {
        font-size: 0;
    }

    .b-footer .l-wrapper {
        background: url(../../img/flower-bottom.png) 162px bottom no-repeat;
        height: 100%;
    }

    .b-footer-section {
        padding: 25px 0;
    }

    .b-footer-section-title.g-ico-shevron {
        margin-right: 0;
    }

    .b-footer-section,
    .b-footer-section-group {
        border-bottom: none;
        box-sizing: border-box;
        display: inline-block;
        margin: 0;
        padding: 57px 15px 25px 15px;
        vertical-align: top;
        width: 25%;
    }

    .b-footer-section {
        text-align: left;
    }

    .b-footer-section-group {
        padding-top: 0;
        padding-bottom: 0;
    }

    .b-footer-section_help,
    .b-footer-section_payment,
    .b-footer-section_media-army {
        display: block;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .b-footer-section_media-army {
        padding-bottom: 25px;
    }

    .b-footer-section_contacts {
        padding-left: 0;
        padding-top: 25px;
        padding-bottom: 18px;
    }

    .b-footer-section_company {
        padding-left: 26px;
    }

    .b-footer-section_catalog {
        padding-left: 10px;
        padding-bottom: 18px;
    }

    .b-footer-section_help {
        padding-bottom: 26px;
    }

    .b-footer-section-group {
        padding-left: 15px;
    }

    .b-footer-section_payment {
        padding-top: 14px;
        padding-bottom: 24px;
    }

    .b-footer-section_payment .b-footer-section-body {
        margin-top: 5px;
    }

    .b-footer-section_media-army {
        padding-top: 81px;
        text-align: right;
    }

    .b-footer_logo,
    .b-footer_text {
        box-sizing: border-box;
        display: block;
        margin-left: 13px;
        width: 100%;
    }

    .b-footer_logo {
        margin-top: 12px;
        padding: 0 29px 0 15px;
    }

    .b-footer_logo img {
        width: 107px;
    }

    .b-footer_text {
        margin-top: 23px;
        margin-left: 10px;
    }

    .b-footer_copyright {
        padding-top: 1px;
    }

    .b-footer_slogan {
        margin-top: 9px;
        padding-left: 18px;
        width: 146px;
    }

    .b-footer_worktime {
        margin-top: 2px;
        padding-left: 43px;
        padding: 2px 0 0 29px;
    }

    .b-footer_phone,
    .b-footer_worktime,
    .b-footer_email {
        padding-left: 29px;
    }

    .b-footer_phone,
    .b-footer_email {
        padding-left: 28px;
        text-indent: -28px;
    }

    .b-footer_phone .contacts-footer-block,
    .b-footer_email .contacts-footer-block {
        text-indent: 0px;
        transform: translateY(-21px);
    }

    .b-footer_email {
        margin-top: 14px;
    }

    .b-footer_phone {
        margin-top: 23px;
    }

    .b-footer_menu {
        margin-top: 13px;
        margin-bottom: -9px;
    }

    .b-footer_menu li {
        margin: 10px 0;
    }

    /** Footer toggler */
    .tglr-input:not(:checked) ~ .tglr-content {
        overflow: visible;
        height: auto;
    }

    .tglr-input:not(:checked) ~ .tglr-label.g-ico-shevron:after {
        -webkit-transform: none;
        transform: none;
    }

    .b-footer-section .tglr-label.g-ico-shevron:after {
        content: none;
    }

    .tglr-input:not(:checked) ~ .tglr-label {
        pointer-events: none;
    }

    /* == (Рекомендуемые подарочные сертификаты на Главной) == */
    .b-gift-certificates-aside .b-aside-ornament {
        margin: -4px -4px 15px -4px;
    }

    .b-gift-certificates-aside .b-aside-ornament_holder {
        height: 318px;
    }

    /* == o == */
    /** Орнаментные вставки */
    /* "Подобрать подарочный сертификат" */
    .b-sertificate-filter,
    .b-gift-certificates-aside {
        float: right;
    }

    .b-gift-certificates-aside {
        font:
            bold 21px/28px "Opium Bold",
            sans-serif;
    }

    .b-gift-certificates-aside .b-aside-ornament_holder {
        display: table-cell;
        padding: 24px 20px 94px 24px;
        vertical-align: middle;
    }
}

/* Формы */
.b-form {
}

.b-form-fieldset:not(:first-child):before {
    display: block;
    background: rgba(226, 219, 205, 0.75);
    background: linear-gradient(
        to right,
        rgba(226, 219, 205, 0) 0%,
        rgb(226, 219, 205) 20%,
        rgb(226, 219, 205) 80%,
        rgba(226, 219, 205, 0) 100%
    );
    content: "";
    height: 1px;
    margin-bottom: 12px;
}

.b-form-field:not(:first-child) {
    margin-top: 6px;
}

.b-form-fieldset-title {
    margin-bottom: 8px;
}

.b-form .g-input,
.b-form .g-select,
.b-form .g-textarea {
    width: 100%;
}

.b-form-actions {
    text-align: center;
}

.b-form-actions input:not(:first-child) {
    margin-top: 10px;
}

/** Общие стили каталога */
.b-quantity-block {
    /* Контрол количество */
    display: inline-block;
    font-size: 0;
}

.b-quantity-label,
.b-quantity-control,
.b-quantity-measure {
    display: inline-block;
    vertical-align: baseline;
    font-size: 1rem;
}

.b-quantity-label {
    font-size: 14px;
    margin-right: 12px;
}

.b-quantity-control {
    display: inline-block;
    position: relative;
    width: 57px;
}

.b-quantity-control_minus,
.b-quantity-control_plus {
    background-color: rgb(189, 164, 137);
    color: rgb(255, 255, 255);
    font-size: 0;
    line-height: 16px;
    position: absolute;
    right: 0;
    text-align: center;
    transition: background-color ease-out 0.3s;
    width: 23px;
}

.b-quantity-control_minus:before,
.b-quantity-control_plus:before {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -5px;
}

.b-quantity-control_minus:hover,
.b-quantity-control_plus:hover {
    background-color: rgb(144, 10, 16);
}

.b-quantity-control_minus {
    border-radius: 0 0 3px 0;
    height: 16px;
    bottom: 0;
}

.b-quantity-control_input,
.b-quantity-control input[type="text"] {
    width: 100%;
}

.b-quantity-control_plus {
    border-radius: 0 3px 0 0;
    top: 0;
    height: 17px;
}

.b-quantity-measure {
    margin-left: 6px;
}

/**
 * Заменены стандартные битриксовские стили для свойств торговых предложений
 */

/* OPTIMIZE: сделать так, чтобы стили подключались только в шаблонах каталога */
.b-catalog-detail_offers_item_title,
.b-catalog-sections_item_scu_prop_title {
    font:
        bold 16px/21px "Open Sans",
        sans-serif;
    color: rgb(56, 16, 16);
}

.b-catalog-detail_offers ul,
.b-catalog-sections_item_scu_size ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}

.b-catalog-detail_offers ul,
.b-catalog-sections_item_scu_size ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}

.b-catalog-detail_offers ul li,
.b-catalog-sections_item_scu_size ul li {
    box-sizing: border-box;
    display: block;
    padding-left: 24px;
    position: relative;
}

.b-catalog-detail_offers ul li:before,
.b-catalog-sections_item_scu_size ul li:before {
    content: "";
    border: 1px solid rgb(190, 166, 139);
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    height: 16px;
    position: absolute;
    left: 0;
    margin-top: -8px;
    top: 50%;
    transition: border-color ease-out 0.3s;
    width: 16px;
}

.b-catalog-detail_offers ul li:hover:before,
.b-catalog-sections_item_scu_size ul li:hover:before {
    border-color: rgb(144, 10, 16);
}

.b-catalog-detail_offers ul li:active:after,
.b-catalog-detail_offers ul li.bx_active:after,
.b-catalog-sections_item_scu_size ul li:active:after,
.b-catalog-sections_item_scu_size ul li.bx_active:after {
    content: "";
    background-color: rgb(144, 10, 16);
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    position: absolute;
    left: 3px;
    margin-top: -5px;
    top: 50%;
    width: 10px;
}

.b-catalog-detail_offers ul li .cnt,
.b-catalog-sections_item_scu_size ul li .cnt {
    cursor: pointer;
    font:
        14px/21px "Open Sans",
        sans-serif;
}

.b-catalog-detail_offers .bx_size ul li.bx_missing > i,
.b-catalog-sections_item_scu_size .bx_size ul li.bx_missing > i {
    cursor: not-allowed;
    position: absolute;
    display: block;
    top: 0;
    right: 2px;
    bottom: 2px;
    left: 2px;
    z-index: 11;
    background: rgba(255, 255, 255, 0.79) url(images/missing.png) no-repeat center;
}

/* == o == */

/* == (Стили Оформления заказа) == */

.l-page-order-make {
}

.l-page-order-make .l-header {
    border-bottom: 1px solid rgb(250, 247, 243);
    height: 91px;
}

.l-page-order-make .b-header_top {
}

.l-page-order-make .b-header_logo {
    background-color: transparent;
    box-shadow: none;
    /*float: none;*/
    height: 91px;
    padding: 0;
    margin: 0;
    width: auto;
}

.l-page-order-make .b-header_logo-image {
    height: 100%;
}

.l-page-order-make .b-header_logo-image:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.l-page-order-make .b-header_logo img {
    height: auto;
    vertical-align: middle;
    width: 75px;
}

/*.l-page-order-make .b-header_top-callback {
            float: right;
            height: 91px;
            max-height: unset;
        }*/
.l-page-order-make .b-header_top-callback:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.l-page-order-make .b-header_top-callback {
    min-width: 0;
    margin: 30px 0 0 0;
    padding: 0;
    vertical-align: middle;
}

/*.l-page-order-make .b-header_top-callback_phone,
            .l-page-order-make .b-header_top-callback_worktime {
                display: block;
            }*/
/*.l-page-order-make .b-header_top-callback_phone {
                font-size: 18px;
            }*/
/*
            .l-page-order-make .b-header_top-callback_worktime {
                color: rgb(189, 164, 137);
                /*font-size: 14px;*/
/*
                margin: 0;
                padding: 4px 0 0 0;
            }
            */
/*.l-page-order-make .l-page-holder > .l-wrapper {
        padding-right: 304px;
        box-sizing: border-box;
    }*/

.l-page-order-make .b-footer-section {
    border-bottom: none;
}

.l-page-order-make .b-footer_text {
    max-width: none;
    width: auto;
}

.b-tooltip-gray {
    font-size: 14px;
    width: 490px;
}

.b-tooltip-gift-certificate,
.b-tooltip-gift-certificates {
    width: 320px;
}

/* Старая цена */

.b-catalog-sections_item_price .bx_price {
    float: left;
    margin-right: 15px;
}

.b-catalog-detail_price_discount {
    font-size: 14px;
    color: rgb(80, 80, 80);
}

.b-catalog-section_price_discount {
    float: left;
    font-size: 13px;
    color: rgb(80, 80, 80);
    line-height: 1.2;
}

.catalog-sale-block {
    margin: 15px 0;
}

/**
 * Стили для телефонов
 */
@media all and (max-width: 767px) {
    .l-page-order-make .b-header_top-callback {
        border: none;
        position: relative;
    }

    .l-page-order-make .b-footer-section,
    .l-page-order-make .b-footer_credits {
        text-align: left;
    }

    .l-page-order-make .b-footer_phone {
        padding-left: 0;
    }

    .l-page-order-make .b-footer_worktime,
    .l-page-order-make .b-footer_credits,
    .l-page-order-make .b-footer-section_media-army {
        padding-left: 29px;
    }

    .l-page-order-make .b-footer_email {
        /*padding-left: 0;*/
    }

    .l-page-order-make .b-footer_phone {
        font-size: 18px;
        margin-top: 5px;
    }

    .l-page-order-make .b-footer_worktime {
        margin-top: 7px;
    }

    .l-page-order-make .b-footer_text {
        margin-top: 30px;
    }

    .l-page-order-make .b-footer-section_contacts {
        padding-bottom: 0;
    }

    .l-page-order-make .b-footer-section_media-army {
        padding-top: 14px;
    }

    .b-basket-popup_element_pic {
        float: none !important;
    }

    .second-phone__mobile-hidden {
        display: none;
    }
}

/**
 * Cтили для НЕ телефонов (компьютеров, ноутбуков, планшетов)
 */
@media all and (min-width: 768px) {
    /*.l-page-order-make .b-header_top-callback {
        margin: 28px 0 0 0;
    }*/
    /*.l-page-order-make .b-header_top-callback_phone {
        font-size: 18px;
    }
    .l-page-order-make .b-header_top-callback_worktime {
        font-size: 14px;
    }*/
    .l-page-order-make .b-header_top-callback_location {
        margin: 0 20px 0 0;
    }

    .l-page-order-make .l-page-holder > .l-wrapper {
        padding-right: 304px;
        box-sizing: border-box;
    }

    .l-page-order-make .l-page-holder {
        padding-bottom: 120px;
    }

    .l-page-order-make .l-footer {
        height: 120px;
        min-height: 120px;
    }

    .l-page-order-make .l-footer .l-wrapper {
        background-image: none;
        height: unset;
    }

    .l-page-order-make .b-footer-section {
        display: block;
        width: 100%;
    }

    .l-page-order-make .b-footer-section_contacts,
    .l-page-order-make .b-footer_text,
    .l-page-order-make .b-footer_phone,
    .l-page-order-make .b-footer_worktime,
    .l-page-order-make .b-footer-section-group,
    .l-page-order-make .b-footer-section_media-army {
        margin: 0;
        padding: 0;
    }

    .l-page-order-make .b-footer-section_contacts {
        /* margin-top: 51px; */
        /*height: 100%;*/
        margin-top: 25px;
    }

    .l-page-order-make .b-footer-section_contacts:before {
    }

    .l-page-order-make .b-footer_credits,
    .l-page-order-make .b-footer-section-group {
        float: right;
    }

    .l-page-order-make .b-footer_phone {
        /*vertical-align: middle;*/
    }

    .l-page-order-make .b-footer_phone,
    .l-page-order-make .b-footer_worktime {
        display: inline-block;
    }

    .l-page-order-make .b-footer_worktime {
        margin-left: 26px;
    }

    .l-page-order-make .b-footer_credits {
        /* margin-top: -28px; */
    }

    .l-page-order-make .b-footer_text {
        float: right;
    }

    .l-page-order-make .b-footer-section-group {
        margin-top: -15px;
        padding: 0;
    }

    .b-catalog-sections .b-catalog-sections_item_holder .b-catalog-sections_item_controls,
    .b-catalog-sections .b-catalog-sections_item_holder .b-catalog-sections_item_articul,
    .b-catalog-sections .b-catalog-sections_item_holder .b-catalog-sections_item_scu {
        display: none;
    }

    .b-catalog-sections .b-catalog-sections_item_holder:hover .b-catalog-sections_item_controls,
    .b-catalog-sections .b-catalog-sections_item_holder:hover .b-catalog-sections_item_articul,
    .b-catalog-sections .b-catalog-sections_item_holder:hover .b-catalog-sections_item_scu {
        display: block;
    }
}

/* == o == */

/**
 * form.subscribe responsive style
 */
@media all and (max-width: 767px) {
    .arcticmodal-container .m-box-modal {
        padding: 0 0 10px;
    }

    .arcticmodal-container .m-box-modal#subscribe-form {
        position: relative;
        left: auto;
        top: auto !important;
        margin-left: 0;
        margin-top: 0;
    }

    .arcticmodal-container .m-box-modal .box-modal_close {
        top: -42px;
        right: 0;
    }

    .arcticmodal-container .b-message-form {
        width: auto;
    }

    .arcticmodal-container .b-message-form-picture {
        height: 150px;
        background-position: center;
    }

    .arcticmodal-container .b-message-form-title {
        font-size: 26px;
        margin: 10px 0 7px;
    }

    .arcticmodal-container .b-message-form-text {
        padding: 0 30px;
        margin: 0 0 10px;
    }

    .arcticmodal-container .b-message-form_item {
        display: block;
        margin: 0 0 15px;
    }

    .arcticmodal-container .b-message-form_item_text label {
        left: calc((100% - 200px) / 2 + 15px);
    }

    .arcticmodal-container .b-message-form_item-error {
        top: -18px;
        left: calc((100% - 200px) / 2 + 15px);
    }

    .arcticmodal-container .b-message-form_personal-data {
        padding: 0 30px;
    }

    .arcticmodal-container .b-message-form-error-text {
        left: 0;
        width: 100%;
        margin: 0;
        line-height: 16px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .b-catalog-menu_button {
        padding-left: 10px;
        padding-right: 30px;
        font-size: 20px;
    }

    .b-catalog-menu_button::after {
        right: 10px;
    }
}

.b-footer .contacts-footer-block a {
    white-space: nowrap;
}

@media (max-width: 767px) {
    .b-header_top-callback_phone .contacts-footer-block a:first-child {
        z-index: 2;
        height: 73px;
    }

    .active-menu {
        overflow-y: hidden;
    }

    body {
        overflow-x: hidden;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    body::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
}

.footer-order {
    max-width: none;
}

.footer-order .contacts-footer-block br {
    display: none;
}

@media (max-width: 1024px) {
    .footer-order .contacts-footer-block br {
        display: block;
    }

    .b-footer .footer-order .contacts-footer-block a {
        line-height: 22px;
    }

    .footer-order .contacts-footer-block {
        width: 93%;
        margin-left: auto;
    }

    .b-footer_phone::before,
    .b-footer_email::before {
        transform: translate(-27px, 21px);
    }

    .footer-order::before {
        top: 22px;
        transform: translate(0);
    }
}

@media (max-width: 767px) {
    .b-header_top-callback_phone .contacts-footer-block span {
        display: none;
    }

    .b-header_top-callback_phone .contacts-footer-block a {
        height: 73px;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .wrapper__main_phone_and_favorite {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .b-header_top-callback {
        display: flex;
        align-items: center;
    }

    .b-header_top-callback_phone {
        display: flex;
        align-items: center;
    }
}

.b-catalog-menu_button.catalog:after {
    display: none;
}
.b-catalog-menu .b-catalog-menu_button.catalog {
    cursor: pointer;
}

@media (min-width: 767px) {
	.b-catalog-menu_button.catalog {
        padding-left: 32px;
    	padding-right: 32px;
    }
}
