/**
* Visibility control 
*/
.g-lg-visible,
.g-md-visible,
.g-sm-visible,
.g-xs-visible {
    display: none !important;
}

@media only screen and (min-width : 1240px) {
    .g-lg-visible {
        display: block !important;
    }

    .g-lg-visible_inline {
        display: inline !important;
    }

    .g-lg-visible_inline-block {
        display: inline-block !important;
    }

    .g-lg-hidden {
        display: none !important;
    }
}

@media only screen and (max-width : 1239px) and (min-width : 1000px) {
    .g-md-visible {
        display: block !important;
    }

    .g-md-visible_inline {
        display: inline !important;
    }

    .g-md-visible_inline-block {
        display: inline-block !important;
    }

    .g-md-hidden {
        display: none !important;
    }
}

@media only screen and (max-width : 999px) and (min-width : 768px) {
    .g-sm-visible {
        display: block !important;
    }

    .g-sm-visible_inline {
        display: inline !important;
    }

    .g-sm-visible_inline-block {
        display: inline-block !important;
    }

    .g-sm-hidden {
        display: none !important;
    }
}

@media only screen and (max-width : 767px) {
    .g-xs-visible {
        display: block !important;
    }

    .g-xs-visible_inline {
        display: inline !important;
    }

    .g-xs-visible_inline-block {
        display: inline-block !important;
    }

    .g-xs-hidden {
        display: none !important;
    }
}

/** 
* Media Styles 
*/
@media only screen and (max-width : 1899px) {
    .b-nav__link {
        padding: 0 35px;
    }

    .b-header__search-field {
        width: 280px;
    }

    .b-header__control-field {
        margin-right: 30px;
    }

    .b-control-nav__item {
        margin-left: 30px;
    }
}

@media only screen and (max-width : 1599px) {
    .b-header__group-1 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .b-header__group-2 {
        padding-left: 20px;
    }

    .b-header__main {
        padding-right: 20px;
    }

    .b-nav__dropdown {
        padding-left: 20px;
        padding-right: 20px;
    }

    .b-nav__dropdown-list-item {
        margin-right: 20px;
    }

    .b-header__nav-item {
        margin: 0 20px;
    }

    .b-header__search-field {
        width: 250px;
    }

    .b-header__control-field {
        margin-right: 20px;
    }

    .b-control-nav__item {
        margin-left: 10px;
    }

    .b-nav {
        font-size: 16px;
    }

    .b-nav__link {
        padding: 0 20px;
    }

    .b-basket-popup__main {
        right: 62px;
    }

    .b-footer__subscribe {
        padding-left: 20px;
        padding-right: 20px;
    }

    .b-footer__content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .b-footer__bottom {
        padding-left: 20px;
        padding-right: 20px;
    }

    .b-footer__subscribe-form {
        width: 360px;
    }

    .b-footer__nav {
        width: 450px;
    }

    .b-footer__nav-list {
        column-count: 3;
    }

    .l-container {
        max-width: 1140px;
    }

    .b-tabs__btn {
        margin-right: 10px;
        font-size: 15px;
    }

    .b-product_popup .b-tabs__btn {
        margin-right: 13px;
    }

    .b-registration-info-window {
        width: 1140px;
    }

    .b-registration-info-window__content {
        padding: 48px 20px 49px;
    }

    .b-comands__list {
        padding-left: 20px;
        padding-right: 20px;
    }

    .b-comands .slick-prev {
        left: 0;
    }

    .b-comands .slick-next {
        right: 0;
    }

    .b-main-slider .slick-prev {
        left: 0;
    }

    .b-main-slider .slick-next {
        right: 0;
    }

    .b-main-slider__content {
        padding-left: 100px;
        padding-right: 100px;
    }

    .b-catalog_full-width .b-catalog__item {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .b-comands__item {
        width: 10%;
    }

    .b-product__count-field,
    .b-product__basket-btn-field {
        margin-right: 10px;
    }

    .b-add-basket-btn {
        padding: 0 10px;
        font-size: 14px;
    }

    .b-product__one-click-btn {
        padding: 0 10px;
        font-size: 14px;
    }
}

@media only screen and (max-width : 1239px) {
    .b-social-links__link {
        width: 43px;
    }

    .b-header__nav-item {
        margin: 0 10px;
    }

    .b-header__search-field {
        width: 200px;
    }

    .b-control-nav__item {
        margin-left: 0;
    }

    .b-header__control-field {
        margin-right: 10px;
    }

    .b-nav {
        font-size: 14px;
    }

    .b-nav__link {
        padding: 0 10px;
    }

    .b-footer__subscribe-title {
        font-size: 14px;
        margin-right: 20px;
    }

    .b-footer__subscribe-form {
        width: 260px;
    }

    .b-footer__nav-list {
        column-count: 2;
    }

    .b-footer__nav {
        width: 300px;
    }

    .l-container {
        max-width: 940px;
    }

    .b-catalog_full-width .b-catalog__item {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .b-catalog-header__wrapper {
        height: 400px;
    }

    .b-page__header {
        margin-top: 0;
    }

    .b-product__section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .b-product__size-field {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .b-product__gallery-section {
        padding: 30px 30px 0;
    }

    .b-product-gallery__thumbs-item {
        padding-bottom: 30px;
    }

    .b-main-slider {
        height: 500px;
    }

    .b-order__inner {
        margin: 0 -10px;
    }

    .b-order__step {
        padding: 0 10px;
    }

    .b-basket__cell_total {
        width: 130px;
    }

    .b-basket__cell_count {
        width: 160px;
    }

    .b-basket__cell_price {
        width: 130px;
    }

    .b-basket-footer__content {
        width: 350px;
    }

    .b-account__section_data {
        padding-right: 20px;
    }

    .b-account__section_data .b-account__section-inner {
        padding: 0;
    }

    .b-account-data {
        margin-top: 0;
        padding-bottom: 0;
    }

    .b-account-data__content {
        padding: 0 0 20px;
    }

    .b-account-data__subscribe-row {
        position: static;
        margin-top: 15px;
    }

    .b-account-data__footer {
        width: 100%;
        margin: 0;
        padding: 20px 0 0;
        border-top: 1px solid #e2e5e7;
    }

    .b-discount-info__table-item {
        width: 33.33%;
    }

    .b-discount-info__table-item:nth-child(4),
    .b-discount-info__table-item:nth-child(5) {
        width: 50%;
    }

    .b-registration__cols {
        margin-left: -20px;
    }

    .b-registration__col {
        padding-left: 20px;
    }

    .b-form-group {
        margin: 0 -5px;
    }

    .b-form-group__col {
        padding: 0 5px;
    }

    .b-registration {
        margin-top: 0;
    }

    .b-page__sidebar {
        width: 260px;
    }

    .b-page__main {
        margin-left: 280px;
    }

    .b-filter__check-group {
        column-count: 1;
    }

    .b-catalog-section__sidebar {
        width: 180px;
        margin-right: -180px;
    }

    .b-catalog-section__content {
        padding-left: 200px;
    }

    .b-filter__section {
        padding: 10px;
    }

    .b-filter__row {
        margin-bottom: 5px;
    }

    .b-filter__row:last-child {
        margin-bottom: 0;
    }

    .b-range-block__input-field {
        width: 48%;
    }

    .b-range-block__input-sep {
        width: 4%;
    }

    .b-filter__section-title {
        margin: 0 0 5px 0;
    }

    .b-catalog-footer {
        padding-left: 0;
    }

    .b-pagination {
        text-align: left;
    }

    .b-page__nav {
        font-size: 14px;
        line-height: 20px;
    }

    .b-faq__list-wrapper {
        padding-right: 230px;
    }

    .b-print-window__image-slider {
        width: 100%;
        max-width: 300px;
        position: relative;
        top: auto;
        right: auto;
        margin: 0 auto 40px;
    }

    .b-nav__dropdown-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width : 1024px) {
    .b-basket-popup__bg {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #000;
        opacity: 0.5;
        cursor: pointer;
        z-index: 10001;
        opacity: 0;
        visibility: hidden;
        -webkit-backface-visibility: hidden;
        transition: 0.15s ease-in-out;
    }

    .b-basket-popup__main {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 10002;
        padding-top: 70px;
        right: -415px;
        box-shadow: none;
        -webkit-backface-visibility: hidden;
        transition: 0.15s ease-in-out;
    }

    html.is-basket-open .b-basket-popup__bg {
        opacity: 0.5;
        visibility: visible;
    }

    html.is-basket-open .b-basket-popup__main {
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        transform: translateX(-100%);
    }

    .b-basket-popup__header {
        display: block;
        height: 70px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        background: #fff;
        border-bottom: 1px solid #ecf0f1;
        padding: 24px 40px 0 19px;
        font-size: 20px;
        color: #000;
    }

    .b-basket-popup__title {
        display: inline;
        font-weight: bold;
    }

    .b-basket-popup__count {
        display: inline;
    }

    .b-basket-popup__back-btn {
        position: absolute;
        right: 11px;
        top: 20px;
        width: 30px;
        height: 30px;
        border: none;
        padding: 0;
        background: none;
        display: none;
    }

    .b-basket-popup__back-btn:before {
        content: '';
        position: absolute;
        width: 21px;
        height: 16px;
        background: url('../images/icon-basket-back.png') 0 0 no-repeat;
        background-size: 100% 100%;
        top: 50%;
        left: 50%;
        margin: -8px 0 0 -10px;
    }

    .b-basket-popup__content {
        max-height: none;
    }

    .b-basket-popup__footer {
        border-top: 1px solid #ecf0f1;
    }

    .b-basket-popup__main {
        padding-bottom: 91px;
    }

    .b-basket-popup__back-btn {
        display: block;
    }
}

@media only screen and (max-width : 999px) {
    .b-header__group-1-inner {
        height: 125px;
    }

    .b-header__section-0 {
        top: 5px;
    }

    .b-header__section-1 {
        padding-top: 45px;
    }

    .b-header__group-2 {
        float: none;
        padding: 0 20px;
        position: relative;
    }

    .b-header__control-field {
        float: right;
    }

    .b-header__search-field {
        width: 300px;
        float: left;
    }

    .b-control-nav__item {
        margin-left: 20px;
    }

    .b-nav__list {
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-right: 2px;
    }

    .b-nav__item {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .b-header__main {
        float: none;
        padding-left: 20px;
        padding-right: 20px;
    }

    .b-footer__subscribe-form {
        width: 360px;
    }

    .b-footer__col_logo {
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        max-width: 200px;
    }

    .b-footer__col_content {
        -ms-flex: 0 0 calc(100% - 200px);
        flex: 0 0 calc(100% - 200px);
        max-width: calc(100% - 200px);
    }

    .b-footer__col_copyright {
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        max-width: 200px;
    }

    .b-footer__col_text {
        -ms-flex: 0 0 calc(100% - 200px);
        flex: 0 0 calc(100% - 200px);
        max-width: calc(100% - 200px);
    }

    .b-footer__col_content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .b-footer__col_social {
        -ms-flex-order: -1;
        order: -1;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .b-footer__col_nav {
        width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .b-footer__nav {
        width: auto;
    }

    .b-footer__nav-list {
        column-count: 3;
    }

    .b-footer__nav-list-item {
        white-space: normal;
    }

    .b-footer__content {
        padding-top: 20px;
    }

    .b-footer__col_content {
        padding-bottom: 20px;
    }

    .b-footer__bottom {
        padding-top: 20px;
    }

    .l-container {
        max-width: 720px;
    }

    .b-tooltip-bg {
        display: block;
    }

    .b-catalog-section__sidebar {
        width: 180px;
        margin-right: -180px;
    }

    .b-filter__check-group {
        column-count: 1;
    }

    .b-catalog-section__content {
        padding-left: 200px;
    }

    .b-catalog__item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .b-item__size-info {
        margin-top: 10px;
    }

    .b-catalog-header__wrapper {
        height: 300px;
    }

    .b-product__add-favorite-btn {
        right: 5px;
        top: 5px;
    }

    .b-product__count-field {
        float: none;
        margin: 0 0 10px 0;
        text-align: center;
    }

    .b-product__basket-btn-field {
        float: none;
        margin: 0 0 10px 0;
    }

    .b-product__one-click-btn-field {
        float: none;
    }

    .b-product__basket-btn,
    .b-product__one-click-btn {
        width: 100%;
    }

    .b-main-slider__content {
        padding-left: 100px;
        padding-right: 100px;
    }

    .b-main-slider__content {
        padding-left: 50px;
        padding-right: 50px;
    }

    .b-main-slider__title {
        font-size: 40px;
    }

    .b-main-slider__text {
        font-size: 16px;
    }

    .b-comands__item {
        width: 20%;
    }

    .b-basket__cell_total {
        width: 100px;
    }

    .b-basket__cell_count {
        width: 130px;
    }

    .b-basket__cell_price {
        width: 100px;
    }

    .b-discount-info__table {
        float: none;
        border-right: none;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .b-history__item-total-title {
        position: static;
        margin: 0;
    }

    .b-history__item-info {
        padding-right: 10px;
    }

    .b-history__item-info_num {
        width: 157px;
    }

    .b-history__item-info_date {
        width: 204px;
    }

    .b-history__item-info_status {
        width: 139px;
    }

    @media only screen and (min-width: 768px) {
        .b-history .b-basket__cell_total {
            width: 100px;
        }

        .b-history .b-basket__cell_count {
            width: 130px;
        }

        .b-history .b-basket__cell_price {
            width: 100px;
        }
    }

    .b-registration__cols {
        margin-left: 0;
    }

    .b-registration__col {
        padding-left: 0;
        width: 100%;
    }

    .b-registration__sticker-content {
        font-size: 14px;
    }

    .b-page__nav-list {
        margin-bottom: 20px;
    }

    .b-page__sidebar {
        width: 220px;
    }

    .b-page__main {
        margin-left: 240px;
    }

    .b-order__step {
        width: 50%;
    }

    .b-order__last-step {
        clear: both;
        width: 100%;
    }

    .b-order__last-step .b-order__step-content {
        margin-left: -20px;
        position: relative;
    }

    .b-order__last-step .b-order__step-content:after {
        content: '';
        display: table;
        clear: both;
    }

    .b-order__last-step-content {
        float: left;
        width: 50%;
        padding-left: 20px;
    }

    .b-order__last-step-footer {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 50%;
        padding-left: 20px;
    }

    .b-order__payment-list {
        margin-top: 10px;
    }

    .b-basket-footer__content {
        width: 300px;
    }

    .b-size-chart .b-size-table th:first-child, 
    .b-size-chart .b-size-table td:first-child {
        width: 110px;
    }

    .b-main-catalog__item-title {
        font-size: 16px;
    }

    .b-main-catalog__grid:nth-child(5) .b-main-catalog__item-title, .b-main-catalog__grid:nth-child(6) .b-main-catalog__item-title, .b-main-catalog__grid:nth-child(7) .b-main-catalog__item-title {
        font-size: 20px;
    }

    .b-catalog-footer {
        padding-top: 20px;
    }

    .b-more-btn-row {
        float: none;
        text-align: center;
        margin-bottom: 20px;
    }

    .b-pagination {
        text-align: center;
    }

    .b-page__nav-wrapper {
        border: none;
        margin-bottom: 20px;
    }

    .b-page__nav-header {
        display: block;
        position: relative;
        background: #ecf0f1;
        font-size: 15px;
        line-height: 20px;
        padding: 12px 26px;
        font-weight: normal;
        cursor: pointer;
    }

    .b-page__nav.is-open .b-page__nav-header {
        background: #f7f9f9;
    }

    .b-page__nav-header:after {
        content: '';
        position: absolute;
        right: 14px;
        top: 50%;
        margin-top: -4px;
        width: 16px;
        height: 10px;
        opacity: .5;
        background: url(../images/icon-filter-arrow.png) 0 0 no-repeat;
        transition: 0.15s ease-in-out;
    }

    .b-page__nav.is-open .b-page__nav-header:after {
        opacity: 1;
        transform: rotate(-180deg);
    }

    .b-page__nav-content {
        display: none;
    }

    .b-page__nav.is-open .b-page__nav-content {
        display: block;
    }

    .b-page__nav-list {
        display: block;
        margin: 0;
    }

    .b-page__nav-item {
        padding: 0;
        margin-top: 1px;
    }

    .b-page__nav-item.is-active {
        display: none;
    }

    .b-page__nav-link {
        display: block;
        background: #ecf0f1;
        font-size: 15px;
        line-height: 20px;
        padding: 12px 26px 11px;
        text-decoration: none;
        height: auto;
    }

    .b-page__nav-link:hover {
        background: #f8f9fa;
    }

    .b-faq__list-wrapper {
        padding-right: 0;
    }

    .b-faq__list-image {
        display: none;
    }
}

@media only screen and (max-width : 767px) {
    body {
        padding-top: 49px;
        background: #fff;
    }

    .b-header {
        height: 49px;
        border: none;
        padding: 0 15px;
        position: fixed;
        left: 0;
        right: 0;
        top: 0 !important;
        z-index: 1000;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .b-header.is-transparent {
        background: rgba(0,0,0,0.8);
    }

    .b-header.is_stuck + div:not([class]) {
        display: none !important;
    }

    .b-header__main {
        padding: 0;
    }

    .b-header__menu-btn {
        display: block;
        position: absolute;
        left: 2px;
        top: 0;
        width: 49px;
        height: 49px;
        border: none;
        padding: 0;
        background: none;
        color: #fff;
    }

    .b-header__menu-btn:active {
        color: #dc572a;
    }

    .b-header__menu-btn:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -1px 0 0 -13px;
        width: 26px;
        height: 1px;
        background: currentColor;
        color: currentColor;
        box-shadow: 0 -7px 0, 0 7px 0;
    }

    .b-header__search-btn {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        left: 54px;
        top: 0;
        width: 49px;
        height: 49px;
        border: none;
        padding: 0;
        background: none;
        color: #fff;
    }

    .b-header__search-btn:active {
        color: #dc572a;
    }

    .b-header__search-btn .icon {
        width: 22px;
        height: 22px;
        pointer-events: none;
    }

    .b-header__control-field {
        float: right;
        margin-right: -15px;
    }

    .b-control-nav__item {
        margin: 0;
    }

    .b-control-nav__link {
        width: 60px;
        height: 49px;
        color: #fff !important;
    }

    .b-control-nav__link:active {
        color: #dc572a !important;
    }

    .b-control-nav__text {
        margin-left: 0;
    }

    .b-header__search-field {
        display: none;
        position: absolute;
        width: auto;
        margin: 0;
        float: none;
        left: 0;
        right: 0;
        top: 100%;
    }

    html.is-search-open .b-header__search-field {
        display: block;
    }

    .b-search-field:before {
        display: none;
    }

    input.b-search-field__input {
        background: #3a3b3d;
        height: 49px;
        padding: 13px 49px 12px 15px;
    }

    input.b-search-field__input.error {
        background: #560705;
    }

    input.b-search-field__input + label.error {
        display: none !important;
    }

    .b-search-field__btn {
        right: 0;
        width: 49px;
        height: 49px;
    }

    .b-header__menu {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        z-index: 1001;
        transform: translateX(-100%);
        opacity: 0;
        visibility: hidden;
        transition: 0.15s ease-in-out;
    }

    html.is-menu-open .b-header__menu {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

    .b-header__menu-content {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        bottom: 0;
        background: #fff;
        color: #000;
        width: 280px;
    }

    .b-header__menu-bg {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #000;
        opacity: 0.43;
        cursor: pointer;
    }

    .b-header__group-1 {
        padding: 0;
        background: none;
    }

    .b-header__group-1-inner {
        height: auto;
        padding-top: 64px;
    }

    .b-header__section-0 {
        left: 5px;
        top: 5px;
    }

    .b-header__logo-img_lg {
        display: none;
    }

    .b-header__logo-img_xs {
        display: block;
        width: auto;
        height: 50px;
    }

    .b-header__section-1 {
        padding: 0;
    }

    .b-header__phone {
        position: absolute;
        left: 55px;
        top: 10px;
        right: 0;
    }

    .b-header__phone-num:before,
    .b-header__phone-num:after {
        display: none;
    }

    .b-header__section-2 {
        position: static;
    }

    .b-header__social-field {
        margin: 0;
        float: none;
    }

    .b-social-links {
        margin-left: -1px;
        background: #757578;
    }

    .b-social-links__item {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .b-social-links__link {
        width: 100%;
        padding: 0;
    }

    .b-social-links__link:before {
        transform: none;
    }

    .b-header__group-2 {
        padding: 0;
        position: absolute;
        left: 0;
        width: 100%;
        top: 138px;
        bottom: 0;
        overflow-y: auto;
    }

    .b-header__section-3 {
        transition: 0.15s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .b-nav__dropdown {
        padding: 0;
    }

    .b-nav__subnav {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        transform: translateX(100%);
    }

    .b-nav__list,
    .b-nav__subnav-list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .b-nav__item,
    .b-nav__subnav-list-item {
        display: block;
        margin: 0;
        border-bottom: 1px solid #f1f1f1;
        width: auto;
    }

    .b-nav__dropdown-list-item-header {
        font-size: inherit;
        line-height: inherit;
        font-weight: inherit;
        margin: 0;
    }

    .b-nav__link,
    .b-nav__subnav-list-link {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding: 12px 14px;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
        position: relative;
        color: inherit;
    }

    .b-nav__subnav-list-link {
        font-weight: normal;
    }

    .b-nav__subnav-list .b-nav__subnav-list .b-nav__subnav-list-link {
        font-size: 14px;
        text-transform: none;
        font-weight: 300;
    }

    .b-nav__item_with-subnav > .b-nav__link:before,
    .b-nav__subnav-list-item_with-subnav > .b-nav__subnav-list-link:before,
    .b-nav__subnav-list-item_with-subnav > .b-nav__dropdown-list-item-header .b-nav__subnav-list-link:before {
        content: '';
        position: absolute;
        width: 7px;
        height: 11px;
        right: 15px;
        top: 50%;
        margin-top: -5.5px;
        background: url('../images/icon-nav-dropdown-mob.png') 0 0 no-repeat;
    }

    .b-nav__item.is-active > .b-nav__subnav,
    .b-nav__subnav-list-item.is-active > .b-nav__subnav {
        display: block;
    }

    .b-nav__subnav-back {
        display: block;
        width: 100%;
        height: 45px;
        padding: 12px 14px 12px 32px;
        font-size: 12px;
        font-weight: normal;
        text-decoration: none;
        position: relative;
        border: none;
        background: none;
        text-align: left;
    }

    .b-nav__subnav-back:before {
        content: '';
        position: absolute;
        width: 7px;
        height: 11px;
        left: 15px;
        top: 50%;
        margin-top: -7px;
        background: url('../images/icon-nav-dropdown-mob.png') 0 0 no-repeat;
        transform: rotate(180deg);
    }

    .b-nav__subnav-header {
        font-size: inherit;
        line-height: inherit;
        font-weight: inherit;
        margin: 0;
    }

    .b-nav__subnav-header-link {
        display: block;
        padding: 14px 14px 12px 14px;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
        position: relative;
        color: #ed3b3b;
        background: #f1f1f1;
    }

    .b-nav__list {
        text-align: left;
        height: auto;
    }

    .b-nav__list:after {
        display: none;
    }

    .b-nav__subnav-list-icon {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        -ms-flex: 0 0 30px;
        flex: 0 0 30px;
        max-width: 30px;
        margin: -4px 15px -4px 0;
    }

    .b-nav__subnav-list-icon img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .b-footer {
        text-align: center;
    }

    .b-footer__subscribe {
        padding: 0;
        display: block;
    }

    .b-footer__subscribe-title {
        font-size: 12px;
        margin: 0;
        text-align: center;
        line-height: 1.2;
        padding: 10px;
        font-weight: normal;
    }

    .b-footer__subscribe-form {
        width: auto;
        margin-right: 0;
    }

    .b-footer__subscribe-form:before {
        display: none;
    }

    input.b-footer__subscribe-input {
        background: #3a3b3d;
        height: 49px;
        padding: 13px 49px 12px 10px;
    }

    input.b-footer__subscribe-input.error {
        background: #560705;
    }

    .b-footer__subscribe label.error {
        display: none !important;
    }

    .b-footer__subscribe-btn {
        right: 0;
        width: 49px;
        height: 49px;
    }

    .b-footer__content {
        display: block;
        padding: 0;
    }

    .b-footer__col_logo {
        display: none;
    }

    .b-footer__col_content {
        max-width: none;
        display: block;
        border: none;
        padding: 0;
    }

    .b-footer__nav {
        padding: 10px;
    }

    .b-footer__nav-list {
        column-count: 2;
        text-align: left;
    }

    .b-footer__col_social {
        margin: 0;
    }

    .b-footer__bottom {
        padding: 10px;
        display: block;
    }

    .b-footer__col_copyright {
        max-width: none;
        padding-right: 0;
        margin-bottom: 15px;
    }

    .b-footer__col_text {
        max-width: none;
    }

    .b-footer__text {
        margin-bottom: 15px;
    }

    .l-container {
        max-width: none;
        margin: 0 10px;
    }

    .slick-prev {
        left: -10px;
    }

    .slick-next {
        right: -10px;
    }

    .b-popup-window {
        padding: 20px;
    }

    .b-tabs__item {
        display: block;
        border: 1px solid #e2e5e7;
        border-radius: 3px;
        overflow: hidden;
        margin-bottom: 9px;
    }

    .b-tabs__item.is-active {
        border-color: #a1a9b1;
    }

    .b-tabs__btn {
        display: block;
        border: none;
        padding: 15px 14px 13px;
        position: relative;
        width: 100%;
        text-align: left;
        margin: 0 !important;
    }

    .b-tabs__btn:after {
        content: '';
        position: absolute;
        right: 14px;
        top: 50%;
        margin-top: -3px;
        width: 16px;
        height: 10px;
        opacity: .5;
        background: url('../images/icon-filter-arrow.png') 0 0 no-repeat;
        transition: 0.15s ease-in-out;
    }

    .b-tabs__btn.is-active:after {
        opacity: 1;
        transform: rotate(180deg);
    }

    .b-tabs__cnt {
        float: none;
        padding: 0 13px;
        margin: 0;
    }

    .b-breadcrumbs {
        display: none;
    }

    .b-catalog-control {
        border-top: 1px solid #ecf0f1;
        border-bottom: 1px solid #ecf0f1;
        padding: 0 0 0 82px;
        height: 53px;
        position: relative;
        margin: 0 -10px 15px;
    }

    .b-catalog-control .l-container {
        margin: 0;
    }

    .b-catalog-control__view {
        display: block;
        position: absolute;
        height: 51px;
        width: 82px;
        left: 0;
        top: 0;
        padding: 0 10px;
    }

    .b-catalog-control__view-btn {
        float: left;
        width: 50%;
        height: 100%;
        padding: 0;
        border: none;
        background: none;
        position: relative;
    }

    .b-catalog-control__view-btn:before {
        content: '';
        position: absolute;
        width: 21px;
        height: 21px;
        left: 50%;
        top: 50%;
        margin: -10.5px 0 0 -10.5px;
        opacity: 0.28;
        background: url('../images/icon-view-control.png') 0 0 no-repeat;
    }

    .b-catalog-control__view-btn_list:before {
        background-position: 0 -30px;
    }

    .b-catalog-control__view-btn.is-active:before {
        opacity: 1;
    }

    .b-catalog-control__field {
        float: left;
        width: 50%;
        margin: 0;
        font-size: 15px;
    }

    .b-catalog-control__field_count {
        display: none;
    }

    .b-catalog-control__field-title:after {
        display: none;
    }

    .b-catalog-control__field-content {
        display: none;
        position: absolute;
        left: 15px;
        right: 15px;
        top: -14px;
        padding: 15px 14px;
        z-index: 1002;
        background: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
    }

    .b-catalog-control__field-bg {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        cursor: pointer;
        z-index: 1001;
        background: rgba(0,0,0,0.65);
    }

    .b-catalog-control__field.is-open .b-catalog-control__field-content {
        display: block;
    }

    .b-catalog-control__field.is-open .b-catalog-control__field-bg {
        display: block;
    }

    .b-catalog-control__btn-row {
        display: block;
        margin-bottom: 15px;
        margin-right: 0;
    }

    .b-catalog-control__btn-row:last-child {
        margin-bottom: 0;
    }

    .b-catalog-control__btn {
        display: block;
        position: relative;
        font-weight: 300 !important;
        background: none !important;
        border: none !important;
        height: auto;
        line-height: 18px;
        padding: 0 0 0 29px;
        border-radius: 0;
        margin: 0;
        color: #636467 !important;
        text-align: left;
    }

    .b-catalog-control__btn:before {
        content: '';
        position: absolute;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        left: 0;
        top: 0;
        background: #e2e5e7;
        border: 6px solid #e2e5e7;
    }

    .b-catalog-control__btn.is-active:before {
        background: #fff;
        border-color: #2d3d4f;
    }

    .b-catalog-control__filter-btn-field {
        display: block;
        float: left;
        width: 50%;
        margin: 0;
    }

    .b-catalog-control__mob-btn {
        height: 51px;
        width: 100%;
        display: block;
        border: none;
        border-left: 1px solid #ecf0f1;
        padding: 0;
        background: none;
        cursor: pointer !important;
        margin: 0;
        font-size: 14px;
        text-align: center;
        font-weight: normal;
    }

    .b-catalog-control__select {
        display: block;
    }

    .b-catalog-control__select-target {
        display: none;
    }

    .b-catalog-control__select-dropdown {
        display: block;
    }

    .b-catalog_full-width .b-catalog__item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .b-page {
        padding-top: 20px;
    }

    .b-page__header {
        margin-bottom: 20px;
    }

    .b-page__title {
        font-size: 16px;
    }

    .b-catalog-section__inner {
        padding: 0;
        margin: 0 -10px;
    }

    .b-catalog-section {
        position: relative;
    }

    .b-catalog-section__content {
        padding: 0 10px 0;
        float: right;
        width: 100%;
    }

    .b-catalog {

    }

    .b-catalog__item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    html.is-list-view .b-catalog__item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .b-item {
        box-shadow: none !important;
    }

    .b-item__content {
        display: none;
    }

    .b-item__add-favorite-btn {
        display: none;
    }

    html:not(.is-list-view) .b-item {
        padding: 5px;
    }

    html:not(.is-list-view) .b-item__stickers {
        left: 5px;
        top: 5px;
    }

    html:not(.is-list-view) .b-item__image-field {
        margin: -5px -5px 10px;
    }

    html:not(.is-list-view) .b-item__image-field:before {
        padding-top: 200px;
    }

    html:not(.is-list-view) .b-item__title {
        font-size: 14px;
        line-height: 18px;
        height: 36px;
        overflow: hidden;
        min-height: 0;
        margin: 0 auto 8px;
    }

    html:not(.is-list-view) .b-item__price-field {
        margin-bottom: 0;
    }

    html:not(.is-list-view) .b-item__price {
        font-size: 16px;
    }

    html:not(.is-list-view) .b-item__old-price {
        font-size: 12px;
        margin-left: 5px;
    }

    html:not(.is-list-view) .b-item__old-price:before {
        display: none;
    }

    html:not(.is-list-view) .b-item__info {
        font-size: 12px;
    }

    html:not(.is-list-view) .b-item .g-sticker + .g-sticker {
        display: none;
    }

    .b-more-btn {
        width: 100%;
    }

    .b-pagination {
        margin: 29px 0;
    }

    .b-pagination__link {
        width: 30px;
        margin: 0;
    }

    .b-pagination__link_prev,
    .b-pagination__link_next {
        margin: 0;
    }

    .b-text-section {
        display: none;
    }

    .b-catalog-section__sidebar {
        display: none;
        float: right;
        margin: -60px -100% 0 0;
        width: 100%;
        background: #fff;
        z-index: 100;
    }

    .b-catalog-section__sidebar .b-banner {
        display: none;
    }

    .b-catalog-section {
        transition: 0.15s ease-in-out;
    }

    html.is-filter-open .b-catalog-section__sidebar {
        display: block;
    }

    html.is-filter-open .b-catalog-section {
        transform: translateX(-100%);
    }

    html.is-filter-open .b-catalog-section__content {
        display: none;
    }

    .b-filter {
        margin: 0;
    }

    .b-filter__back-btn {
        display: block;
        width: 100%;
        height: 51px;
        padding: 16px 14px 14px 32px;
        font-size: 12px;
        font-weight: normal;
        text-decoration: none;
        position: relative;
        border: none;
        background: none;
        text-align: left;
    }

    .b-filter__back-btn:before {
        content: '';
        position: absolute;
        width: 7px;
        height: 11px;
        left: 15px;
        top: 50%;
        margin-top: -5px;
        background: url('../images/icon-nav-dropdown-mob.png') 0 0 no-repeat;
        transform: rotate(180deg);
    }

    .b-filter__header {
        display: block;
        padding: 14px 14px 11px 14px;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
        position: relative;
        color: #ed3b3b;
        background: #f1f1f1;
    }

    .b-filter__section {
        padding: 0;
        margin: 0;
    }

    .b-filter__section-title {
        margin: 0;
        padding: 17px 40px 16px 14px;
        position: relative;
        cursor: pointer;
    }

    .b-filter__section-title:after {
        content: '';
        position: absolute;
        right: 13px;
        top: 50%;
        margin-top: -4px;
        width: 16px;
        height: 10px;
        opacity: .5;
        background: url('../images/icon-filter-arrow.png') 0 0 no-repeat;
        transition: 0.15s ease-in-out;
    }

    .b-filter__section.is-open .b-filter__section-title:after {
        opacity: 1;
        transform: rotate(180deg);
    }

    .b-filter__section-content {
        padding: 14px;
    }

    .b-filter__section-title + .b-filter__section-content {
        padding: 0 14px 13px;
        margin-top: 0;
        display: none;
        max-height: none;
        overflow: visible;
    }

    .b-filter__section.is-open .b-filter__section-content {
        display: block;
    }

    .b-filter__nav-link {
        display: block;
    }

    .b-range-wrapper {
        margin: 0 12px;
    }

    .ui-slider .ui-slider-handle {
        width: 25px;
        height: 25px;
        margin-left: -12px;
        top: -10px;
    }

    .ui-slider .ui-slider-handle:before {
        left: 4px;
        top: 4px;
        width: 17px;
        height: 17px;
    }

    .b-filter__footer {
        padding: 22px 15px 30px;
    }

    .b-filter__footer:after {
        content: '';
        display: table;
        clear: both;
    }

    .b-filter__btn {
        display: block;
        float: left;
        padding: 0 20px;
    }

    .b-filter__reset-btn {
        float: right;
        font-weight: normal;
        margin-top: 15px;
    }

    html.is-filter-open .b-page__content {
        padding-bottom: 0;
    }

    .b-catalog-header {
        display: none;
    }

    .b-catalog-header__wrapper {
        height: 79px;
        text-align: center;
    }

    .b-catalog-header__title {
        font-size: 16px;
    }

    .b-product {
        display: block;
        box-shadow: none;
    }

    .b-product__gallery-section {
        max-width: none;
    }

    .b-product__content-section {
        max-width: none;
        border-left: none;
    }

    .b-product-gallery__thumbs-item {
        width: 25%;
    }

    .b-product__section {
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .b-product__stickers {
        left: 0;
    }

    .b-product-gallery__main-item {
        padding-top: 36px;
    }

    .b-product-gallery__main-item-inner {
        padding-top: 104%;
    }

    .b-product-gallery .slick-arrow {
        margin-top: -2px;
    }

    .b-product-gallery__thumbs {
        margin: 28px 0 0;
    }

    .b-product__section_head {
        border-top: 1px solid #ecf0f1;
        padding-top: 17px;
        padding-bottom: 14px;
    }

    .b-product__data-field {
        margin: 0;
    }

    .b-product__price-field {
        text-align: center;
    }

    .b-product__data-row {
        margin-bottom: 4px;
    }

    .b-product__size-field {
        margin-bottom: 10px;
    }

    .b-product__size-control {
        margin: 0;
        display: block;
    }

    .b-product__size-control-item {
        display: block;
        border: 1px solid #e2e5e7;
        border-radius: 3px;
        overflow: hidden;
        margin: 0 0 10px 0;
    }

    .b-product__size-control-btn {
        display: block;
        position: relative;
        width: 100%;
        text-align: left;
        padding: 8.5px 44px 8.5px 18px;
        cursor: pointer;
    }

    .b-product__size-control-btn:after {
        content: '';
        position: absolute;
        right: 14px;
        top: 50%;
        margin-top: -3px;
        width: 16px;
        height: 10px;
        opacity: .5;
        background: url('../images/icon-filter-arrow.png') 0 0 no-repeat;
        transition: 0.15s ease-in-out;
    }

    .b-product__size-control-item.is-open .b-product__size-control-btn:after {
        opacity: 1;
        transform: rotate(180deg);
    }

    .b-product__section_size {
        padding-bottom: 0;
        border-bottom: none;
    }

    .b-product__construct-form {
        margin: 0 -2px;
    }

    .b-product__construct-form-field {
        padding: 0 2px;
    }

    .b-product__construct-form-field_3 {
        margin-top: 15px;
    }

    .b-product__basket-btn-field {
        float: none;
        margin-right: 0;
        margin-bottom: 14px;
    }

    .b-product__basket-btn {
        width: 100%;
    }

    .b-product__section_btns {
        padding: 14px 0;
        border: none;
        margin-left: 0;
        margin-right: 0;
    }

    .b-product__one-click-btn-field {
        float: none;
        border: 1px solid #a1a9b1;
        border-radius: 3px;
    }

    .b-product__one-click-btn {
        width: 100%;
        position: relative;
        border-color: transparent !important;
        background: none;
        color: #27282a;
    }

    .b-product__one-click-btn:after {
        content: '';
        position: absolute;
        right: 14px;
        top: 50%;
        margin-top: -3px;
        width: 16px;
        height: 10px;
        opacity: .5;
        background: url('../images/icon-filter-arrow.png') 0 0 no-repeat;
        transition: 0.15s ease-in-out;
    }

    .b-product__one-click-btn-field.is-open .b-product__one-click-btn:after {
        opacity: 1;
        transform: rotate(180deg);
    }

    .b-popup-window__header {

    }

    .b-popup-window__title {
        font-size: 16px;
    }

    .b-popup-window__content {

    }

    .b-product__size-control-window,
    .b-product__one-click-window {
        box-shadow: none;
        border: none;
    }

    .b-product__size-control-item.is-open .b-product__size-control-window,
    .b-product__one-click-btn-field.is-open .b-product__one-click-window {
        display: block;
    }

    .b-product__size-control-window .b-popup-window__header,
    .b-product__one-click-window .b-popup-window__header {
        display: none;
    }

    .b-product__size-control-window .b-popup-window__content,
    .b-product__size-control-window .b-popup-window__content {
        padding-top: 10px;
    }

    .b-product__info-item {
        float: none;
        width: 100%;
        padding-right: 0;
        margin: 0;
        margin-bottom: 14px;
        padding-left: 33px;
    }

    .b-product__info-item_delivery {
        padding-left: 0;
    }

    .b-product__info-text {
        display: inline;
    }

    .b-product__section_info {
        padding: 13px 15px 10px;
        border: none;
    }

    .b-product__section_description {
        padding-top: 0;
    }

    .b-additional-catalog-section {
        margin-bottom: 20px;
    }

    .b-additional-catalog-section__title {
        font-size: 16px;
    }

    .b-additional-catalog-section__header {
        padding-top: 20px;
        padding-bottom: 15px;
    }

    .b-catalog .slick-arrow {
        top: 145px;
    }

    .b-catalog .slick-list {
        margin: 0;
    }

    .b-catalog .slick-track {
        padding: 0;
    }

    .b-main-catalog {
        display: block;
        margin: 0;
    }

    .b-main-catalog__grid {
        max-width: none;
        margin-bottom: 10px;
    }

    .b-main-catalog__item {
        margin: 0;
        position: relative;
    }

    .b-main-catalog__item:before {
        padding-top: 400px !important;
    }

    .b-main-catalog__item-bg_desktop {
        display: none;
    }

    .b-main-catalog__item-bg_mobile {
        display: block;
    }

    .b-main-catalog__item-content {
        top: auto;
        height: auto;
        bottom: 0;
        padding: 50px 30px 30px;
        text-align: center;
        background: linear-gradient(rgba(0,0,0,0), rgba(0, 0, 0, 0.6));
        color: #fff;
    }

    .b-main-catalog__item-title {
        max-width: none !important;
        margin: 0 !important;
        font-size: 25px !important;
        line-height: 1.2 !important;
		left: 0 !important;
		width: 100%;
    }

    .b-form-btn-row {
        margin-top: 21px;
    }

    .b-form-btn-row .g-btn {
        width: 100%;
    }

    .b-form-btn-row .g-btn + .g-btn {
        margin-top: 10px;
    }

    .b-product_popup {
        display: inline-block;
    }

    .b-product_popup .b-product__gallery-section {
        width: 100%;
    }

    .b-product_popup .b-product__add-favorite-btn {
        right: 33px;
        top: 0;
    }

    .b-product_popup .b-product__content-section {
        margin-left: 0;
        border-left: none;
    }

    .b-product_popup .b-tabs__cnt {
        max-height: none;
    }

    .b-product_popup .b-product__stickers {
        left: 10px;
    }

    .b-product_popup .b-product__section {
        margin-left: 0;
        margin-right: 0;
        padding: 15px;
    }

    .b-product_popup .b-product__gallery-section {
        padding-left: 15px;
        padding-right: 15px;
    }

    .b-comands {
        display: none;
    }

    .b-comands__item {
        width: 25%;
    }

    .b-main-slider {
        height: 435px;
    }

    .b-main-slider__content {
        padding-top: 0;
    }

    .b-main-slider__title {
        font-size: 24px;
    }

    .b-main-slider__text {
        font-size: 14px;
    }

    .b-main-slider__image_desktop {
        display: none;
    }

    .b-main-slider__image_mobile {
        display: block;
    }

    .b-main-slider .slick-prev {
        left: 4px;
    }

    .b-main-slider .slick-next {
        right: 4px;
    }

    .slick-dots {
        bottom: 10px;
    }

    .b-print-section {
        padding: 20px 0;
    }

    .b-print-section__title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .b-print-window {
        padding: 15px;
    }

    .b-print-window__col-1 {
        width: 65%;
    }

    .b-print-window__col-2 {
        width: 35%;
    }

    .b-order {
        margin: 0 0 20px;
        padding: 15px;
    }

    .b-order__inner {
        margin: 0;
    }

    .b-order__step {
        width: 100%;
        padding: 0;
    }

    .b-order__step-header {
        margin-top: 0;
    }

    .b-order__last-step .b-order__step-content {
        margin-left: 0;
        position: relative;
    }

    .b-order__last-step-content {
        float: none;
        width: auto;
        padding-left: 0;
    }

    .b-order__last-step-footer {
        position: static;
        width: auto;
        padding-left: 0;
    }

    .b-order__btn {
        width: 100%;
    }

    .b-order__payment-list {
        margin-top: 0;
    }

    .b-basket,
    .b-basket__body,
    .b-basket__item,
    .b-basket__cell {
        display: block;
        padding: 0;
        border: none;
        width: auto;
    }

    .b-basket__head {
        display: none;
    }

    .b-basket__item {
        border: 1px solid #e2e5e7;
        border-radius: 3px;
        position: relative;
        padding: 25px 20px 27px;
        margin-bottom: 10px;
    }

    .b-basket__item:after {
        content: '';
        display: table;
        clear: both;
    }

    .b-basket__cell_image {
        margin-bottom: 20px;
    }

    .b-basket__image-wrapper {
        width: auto;
    }

    .b-basket__image {
        max-height: 200px;
    }

    .b-basket__cell_title {
        text-align: center;
        margin-bottom: 16px;
    }

    .b-basket__title {
        max-width: none;
        margin-bottom: 5px;
    }

    .b-basket__data {
        margin-left: -4px;
        margin-right: -4px;
    }

    .b-basket__data-row {
        display: inline;
        margin: 0 4px;
    }

    .b-basket__cell_price {
        display: inline-block;
        vertical-align: middle;
        margin-right: -.28em;
        width: 28.5%;
    }

    .b-basket__cell_count {
        display: inline-block;
        vertical-align: middle;
        margin-right: -.28em;
        width: 43%;
    }

    .b-basket__cell_total {
        display: inline-block;
        vertical-align: middle;
        margin-right: -.28em;
        width: 28.5%;
        text-align: right;
    }

    .b-basket__count {
        width: 100%;
    }

    .b-basket__cell_remove {
        position: absolute;
        right: 5px;
        top: 5px;
    }

    .b-basket {
        margin-bottom: 19px;
    }

    .b-basket-footer {
        margin-bottom: 30px;
        text-align: center;
    }

    .b-basket-footer__content {
        float: none;
        width: auto;
    }

    .b-basket-footer__total {
        float: none;
        margin: 0 0 19px 0;
    }

    .b-basket-footer__total-title {
        display: block;
        margin: 0 0 1px 0;
    }

    .b-basket-footer__total-price {
        display: block;
    }

    .b-basket-footer__btn-field {
        float: none;
    }

    .b-basket-footer__btn {
        width: 100%;
    }

    .b-history__item-info {
        display: block;
        width: auto;
        padding: 0;
        margin-bottom: 2px;
    }

    .b-account {
        padding: 15px 15px 0;
    }

    .b-account__section {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

    .b-account__section-content {
        height: auto !important;
    }

    .b-account-data__label {
        font-size: 14px;
        padding-right: 5px;
        width: 44%;
    }

    .b-account-data__label, 
    .b-account-data__input-field {
        padding-bottom: 3px;
    }

    .b-account-data__content {

    }

    .b-account-data__footer{

    }

    input.b-account-data__input {
        font-size: 14px;
    }

    .b-account__section_discount .b-account__section-inner {
        padding: 0;
    }

    .b-account__section_discount {
        margin-bottom: 0;
    }

    .b-discount-info__current {
        margin: 0;
    }

    .b-discount-info__content-title {
        display: block;
        cursor: pointer;
        position: relative;
        padding: 15px 0 17px;
        font-size: 14px;
        font-weight: normal;
    }

    .b-discount-info__content-title:after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -4px;
        width: 16px;
        height: 10px;
        opacity: .5;
        background: url('../images/icon-filter-arrow.png') 0 0 no-repeat;
        transition: 0.15s ease-in-out;
    }

    .b-discount-info__content.is-open .b-discount-info__content-title:after {
        opacity: 1;
        transform: rotate(180deg);
    }

    .b-discount-info__content-inner {
        display: none;
        padding-bottom: 15px;
    }

    .b-discount-info__content.is-open .b-discount-info__content-inner {
        display: block;
    }

    .b-discount-info__information {
        padding-top: 0;
    }

    .b-discount-info__table-item {
        width: 50%;
    }

    .b-discount-info__table-item:nth-child(5) {
        width: 100%;
    }

    .b-account-data__check-list .b-check-row {
        margin-right: 10px;
    }

    .b-history__title {
        cursor: pointer;
        position: relative;
        padding: 10px 13px;
        border: 1px solid #e2e5e7;
        font-size: 15px;
        text-align: left;
        margin-bottom: 10px;
    }

    .b-history__title:after {
        content: '';
        position: absolute;
        right: 13px;
        top: 50%;
        margin-top: -4px;
        width: 16px;
        height: 10px;
        opacity: .5;
        background: url('../images/icon-filter-arrow.png') 0 0 no-repeat;
        transition: 0.15s ease-in-out;
    }

    .b-history.is-open .b-history__title:after {
        opacity: 1;
        transform: rotate(180deg);
    }

    .b-history__content {
        display: none;
    }

    .b-history.is-open .b-history__content {
        display: block;
    }

    .b-history__item-header {
        display: block;
        padding: 10px 40px 10px 14px;
    }

    .b-history__item-info_num .b-history__item-info-title, .b-history__item-info_status .b-history__item-info-title, .b-history__item-info_summ .b-history__item-info-title {
        display: inline;
    }

    .b-history__item-header-arrow {
        right: 14px;
    }

    .b-history__item-content {
        padding: 4px 14px;
    }

    .b-basket__count-value {
        width: 46px;
        height: 38px;
        text-align: center;
        line-height: 36px;
        border: 1px solid #e2e5e7;
        border-radius: 3px;
        margin: 0 auto;
    }

    .b-history .b-basket__cell_title {
        margin-bottom: 22px;
    }

    .b-history .b-basket-footer {
        margin-bottom: 10px;
    }

    .b-history__item-footer {
        display: block;
        margin: 15px 0;
    }

    .b-history__item-btn {
        margin-top: 10px;
    }

    .b-history__item-data {
        margin-top: 0;
    }

    .b-history__item-footer-content {
        width: auto;
    }

    .b-history__item-total-title {
        display: inline;
    }

    .b-history__item-total-price {
        display: inline;
    }

    .fancybox-slide {
        padding: 0;
    }

    .fancybox-close-small {
        width: 30px;
        height: 30px;
        right: 0;
        top: 0;
    }

    .fancybox-close-small:before, 
    .fancybox-close-small:after {
        background: #000;
        width: 20px;
        margin-left: -10px;
    }

    .fancybox-close-small:hover:before,
    .fancybox-close-small:hover:after {
        background: #000;
    }

    .b-select-address-map {
        height: 300px;
    }

    .b-registration {
        margin: 0 -10px 34px;
        padding: 10px;
    }

    .b-registration__sticker-wrapper {
        margin: 8px auto 36px;
        padding: 0 18px;
    }

    .b-registration__sticker-content {
        font-size: 14px;
        line-height: 20px;
        padding: 11px 20px 13px;
    }

    .b-registration__sticker-corner-icon {
        display: none;
    }

    .b-registration__sticker-corner {
        width: 27px;
    }

    .b-form-group__col_2 {
        width: 44%;
    }

    .b-form-group__col_3 {
        width: 31%;
    }

    .b-registration__btn-field {
        margin: 8px 0 30px;
    }

    .b-registration__btn {
        width: 100%;
    }

    .b-registration__aggreement-field .b-check-row {
        font-size: 14px;
    }

    .b-page__sidebar {
        float: none;
        width: auto;
    }

    .b-page__main {
        margin-left: 0;
    }

    .b-filter__check-group {
        column-count: 2;
    }

    .b-filter__tooltip {
        display: none;
    }

    .b-faq__form-section {
        padding-top: 20px;
        margin-bottom: 20px;
    }

    .b-faq__section-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .b-faq__form-window {
        padding: 15px;
    }

    .b-call {
        margin: 0;
    }

    .b-call__title {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.2;
    }

    .b-call__phone-num {
        font-size: 24px;
        line-height: 32px;
    }

    .b-call__phone-num:before {
        left: -34px;
        top: 4px;
        width: 24px;
        height: 24px;
    }

    .b-call__phone-num:after {
        right: -30px;
        top: 6px;
    }

    .b-call__phone-info {
        font-size: 14px;
    }

    .b-print-window__image-slider {
        max-width: 220px;
    }

    .b-print-window__footer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .b-print-window__price {
        position: static;
        font-size: 26px;
    }
}

@media only screen and (max-width : 479px) {
    .b-size-chart__aside {
        display: none;
    }

    .b-size-chart__content {
        width: 100%;
    }

    .b-size-table-wrapper {
        margin: 0 -10px;
        padding: 0 10px;
        overflow-x: auto;
    }

    .b-size-table {
        table-layout: auto;
    }

    .b-size-table th,
    .b-size-table td {
        width: 70px;
    }

    .b-size-chart .b-size-table th:first-child,
    .b-size-chart .b-size-table td:first-child {
        width: 150px;
    }

    .b-size-chart-nav__col {
        width: 100%;
    }

    .b-size-chart-nav__col .b-form-row {
        margin-bottom: 16px;
    }

    .b-size-chart__title {
        margin-bottom: 10px;
    }

    .b-size-chart__table-title {
        margin-bottom: 10px;
    }

    .b-size-chart {
        margin-bottom: 10px;
    }

    .b-basket-popup__main {
        width: 300px;
        right: -300px;
    }

    .b-basket-popup__item-image-field {
        width: 80px;
    }

    input.b-basket-popup__item-count,
    .jq-number.b-basket-popup__item-count {
        width: 80px;
    }

    input.b-basket-popup__item-count, 
    .b-basket-popup__item-count input {
        padding-left: 18px;
        padding-right: 18px;
    }

    .b-basket-popup__item-count .jq-number__spin {
        width: 24px;
    }

    .b-basket-popup__item-price,
    .b-basket-popup__item-old-price,
    .b-basket-popup__item-total {
        line-height: 1;
    }

    .b-basket-popup__item-price,
    .b-basket-popup__item-total {
        font-size: 18px;
    }

    .b-basket-popup__btn {
        font-size: 12px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .b-basket-popup__item {
        padding: 20px 15px;
    }

    .b-basket-popup__item-remove-field {
        top: 4px;
        right: -10px;
    }

    .b-basket-popup__item-price-field {
        width: 95px;
    }

    .b-basket-popup__item-count-field {
        width: 88px;
    }

    .b-basket-popup__item-footer {
        padding-right: 30px;
    }

    .b-basket-popup__footer {
        padding: 20px 16px;
    }
}