/**
* Visibility control 
*/
.g-lg-visible,
.g-md-visible,
.g-sm-visible,
.g-xs-visible {
    display: none !important;
}

@media only screen and (min-width : 1340px) {
    .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 (min-width : 1100px) and (max-width : 1339px) {
    .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 (min-width : 768px) and (max-width : 1099px) {
    .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 : 1800px) {
    .b-overlay-menu__special-nav-item {
        margin-right: 20px;
    }

    .b-overlay-menu__inner {
        padding-left: 110px;
    }
}

@media only screen and (max-width : 1579px) {
    .l-container {
        margin: 0 40px;
    }

    .l-wrapper {
        padding: 0 40px;
    }

    .l-container .l-wrapper {
        padding: 0;
    }

    .b-main-banners__item-content {
        padding: 30px !important;
    }

    .b-second-nav__item {
        margin-right: 30px;
    }

    .b-special-nav__item {
        margin-right: 30px;
    }

    .b-header__special-nav-inner {
        right: 570px;
    }

    .b-main-banners__social {
        left: 40px;
    }

    .b-main-about__image-wrapper {
        margin-left: -40px;
    }

    .b-main-about__image-wrapper:before {
        left: 40px;
    }

    .b-banner__content {
        padding-left: 40px;
        padding-right: 40px;
    }

    .b-filter-section {
        max-width: none;
        margin: 0 -16px;
    }

    .b-item__content-footer {
        padding-right: 0;
        margin-left: -16px;
        margin-right: -16px;
    }

    .b-basket-section__basket {
        width: 73%;
    }

    .b-basket-section__order {
        width: 73%;
    }

    .b-basket-section__total {
        margin-left: 73%;
    }

    .b-basket__remove {
        right: 0;
    }

    .b-basket__content {
        padding: 29px 40px 0 130px;
    }

    .b-basket-total__content {
        padding: 30px;
    }

    .b-basket-total__footer {
        padding: 20px 30px;
    }

    .b-basket-total__total-price {
        font-size: 50px;
    }

    .b-basket-total__total-title {
        font-size: 22px;
    }

    .b-product-banner__inner {
        padding-left: 40px;
        padding-right: 40px;
    }

    .b-price-table-section__inner {
        padding-left: 0;
        padding-right: 0;
    }

    .b-orders-table__order-info {
        width: 300px;
    }

    .b-header__basket {
        right: 0;
    }

    .b-header__phone {
        left: 308px;
        right: 120px;
    }

    .b-main-about__content-field-wrapper {
        margin: 0 -24px;
    }

    .b-overlay-menu {
        -webkit-transform: translate(-55px, 34px) scale(0);
        transform: translate(-55px, 34px) scale(0);
    }

    .b-overlay-menu__close {
        right: 35px;
    }

    .b-overlay-menu__second-nav-user-icon {
        left: -65px;
    }

    .b-overlay-menu__inner {
        padding-left: 80px;
        padding-right: 80px;
    }

    .b-overlay-menu__special-nav {
        margin: 0 0 50px 0;
        font-size: 13px;
        letter-spacing: 0;
    }

    .b-overlay-menu__special-nav-item {
        margin-right: 15px;
    }

    .b-overlay-menu__second-nav {
        font-size: 24px;
    }

    .b-overlay-menu__second-nav-item {
        margin-bottom: 30px;
    }

    .b-overlay-menu__second-nav-link_user {
        margin: 30px 0;
    }

    .b-overlay-menu__phone {
        font-size: 28px;
        line-height: 1.2;
        letter-spacing: 0;
    }

    .b-overlay-menu__social {
        margin-top: 80px;
    }
}
@media only screen and (min-width : 1339px) and (max-width : 1670px) {
	.b-item__content-footer{
		padding-top:0;
		position: relative;
		bottom:-10px;
	}
	.b-item__constructor-field{
		float:left;
		clear: both;
	}
}

@media only screen and (max-width : 1339px) {
	.b-main-banners__info-title{
		font-size:42px;
	}
    .l-wrapper {
        max-width: none;
        padding: 0;
        margin: 0 40px;
    }

    .l-container .l-wrapper {
        margin: 0;
    }

    .b-header__phone {
        left: 281px;
        right: 109px;
    }

    .b-header__phone-item:after {
        margin: 0 15px;
    }

    .b-header__phone-num {
        font-size: 18px;
    }

    .b-header__phone-info {
        font-size: 12px;
    }

    .b-header__phone-title {
        font-size: 12px;
        margin-right: 15px;
    }

    .b-special-nav {
        font-size: 13px;
    }

    .b-header__special-nav-inner {
        right: 490px;
        top: -101px;
        text-align: left;
    }

    .b-special-nav__item {
        margin-right: 10px;
    }

    .b-nav {
        font-size: 12px;
    }

    .b-main-banners__item-btn {
        margin-top: 20px;
    }

    .b-main-banners__item-text {
        font-size: 18px;
    }

    .b-main-banners__item-title {
        font-size: 40px;
    }

    .b-main-banners__item_2 .b-main-banners__item-title {
        font-size: 40px;
        margin-bottom: 0;
    }

    .b-main-banners__item_2 .b-main-banners__item-text {
        font-size: 18px;
    }

    .b-main-banners__item_large .b-main-banners__item-title {
        font-size: 50px;
    }

    .b-main-banners__item_large .b-main-banners__item-text {
        margin-bottom: 10px;
    }

    .b-main-catalog__header {
        padding-top: 63px;
    }

    .b-catalog__item {
        width: 33.33%;
    }

    .b-product-catalog__item {
        width: 33.33%;
    }

    .b-filter-section__content {
        width: 100%;
    }

    .b-filter-section__btns-field {
        width: 34%;
    }

    .b-constructor-window__content {
        padding-left: 16px;
        padding-right: 16px;
    }

    .b-construct__content {
        padding-left: 16px;
        padding-right: 16px;
    }

    .b-product__title {
        font-size: 40px;
    }

    .b-product__content {
        padding-top: 0;
    }

    .b-product__options-item {
        margin-right: 30px;
    }

    .b-product__count .jq-number__spin {
        width: 60px;
    }

    .b-product__count, input.b-product__count {
        width: 180px;
    }

    .b-product__price {
        font-size: 50px;
    }

    .b-product__control-price-field {
        margin-right: 40px;
    }

    .b-product__btn {
        width: 240px;
    }

    .b-basket-section__basket {
        width: 66.66%;
    }

    .b-basket-section__order {
        width: 66.66%;
    }

    .b-basket-section__total {
        margin-left: 66.66%;
    }

    .b-basket__title-field {
        margin-top: 0;
        width: 100%;
        margin-bottom: 10px;
    }

    .b-basket__info-field {
        width: 100%;
    }

    .b-basket__additional-list {
        max-width: none;
    }

    .b-basket__remove {
        top: 44px;
    }

    .b-payment-type__item-content {
        margin-right: 20px;
    }

    input.b-payment-type__item-input {
        width: 150px;
    }

    .b-actions-catalog__grid {
        margin-bottom: 80px;
    }

    .b-actions-catalog__item-content {
        width: 175px;
        height: 175px;
        right: 15px;
        bottom: -20px;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
    }

    .b-actions-catalog__item-content-inner {
        padding: 10px;
    }

    .b-actions-catalog__item-title {
        font-size: 14px;
        line-height: 20px;
    }

    .b-actions-catalog__item-title_large {
        font-size: 30px;
    }

    .b-shipping-map__content, 
    .b-shipping-map__result,
    .b-shipping-map__inner:before {
        width: 500px;
    }

    .b-account .b-form-btn-row {
        padding-top: 0;
    }

    .b-main-item__content {
        padding: 10px 15px;
    }

    .b-main-item__title {
        font-size: 16px;
    }

    .b-main-item__price {
        font-size: 16px;
    }

    .b-header__second-nav-inner {
        margin-right: 0;
    }

    .b-second-nav__item {
        margin-right: 15px;
    }
}

@media only screen and (max-width : 1099px) {
    body {
        font-size: 15px;
        line-height: 26px;
        padding-top: 66px;
    }

    h1, 
    .g-h1 {
        font-size: 35px;
        line-height: 1.286;
        margin-top: 45px;
        margin-bottom: 29px;
    }

    h2, 
    .g-h2 {
        font-size: 26px;
        margin-top: 45px;
        margin-bottom: 23px;
    }

    h3, 
    .g-h3 {
        font-size: 22px;
        margin-top: 25px;
        margin-bottom: 12px;
    }

    h4, 
    .g-h4 {
        font-size: 18px;
        margin-top: 25px;
        margin-bottom: 12px;
    }

    h5, 
    .g-h5 {
        font-size: 18px;
        margin-top: 25px;
        margin-bottom: 12px;
    }

    h6,
    .h6 {
        margin-top: 25px;
        margin-bottom: 12px;
    }

    .g-lead {
        font-size: 22px;
        line-height: 35px;
    }

    .g-info {
        font-size: 22px;
        line-height: 35px;
        margin-top: 37px;
        margin-bottom: 42px;
        padding-left: 122px;
    }

    .g-info:before {
        width: 63px;
        height: 63px;
        margin-top: -31px;
        left: 20px;
    }

    .b-text {
        margin-left: 121px;
        margin-right: 121px;
    }

    .g-btn {
        height: 55px;
        line-height: 51px;
        padding: 0 30px;
        font-size: 13px;
        letter-spacing: 0.5px;
    }

    .g-btn_right-arrow {

    }

    .g-btn_right-arrow > span {
        padding-right: 29px;
        margin-right: 0;
    }

    .g-btn_create {
        font-size: 14px;
        letter-spacing: 0.5px;
        padding: 0 16px;
    }

    .g-btn_create > span {
        padding-left: 40px;
    }

    .g-btn_create > span:before,
    .g-btn_create > span:after {
        margin-top: -13.5px;
        width: 27px;
        height: 27px;
        background-size: 27px 54px;
    }

    .g-btn_create > span:after {
        background-position: 0 -27px;
    }

    .l-container {
        margin: 0 28px;
    }

    .l-wrapper {
        margin: 0 28px;
    }

    .b-content {
        padding: 42px 0 55px;
    }

    .b-header {
        padding-top: 0;
    }

    .b-header__second-nav {
        position: static;
        height: auto;
        background: none;
    }

    .b-header__special-nav {
        margin-bottom: 50px;
    }

    .b-header__special-nav-inner {
        position: static;
    }

    .b-header__menu {
        border: none;
        position: fixed;
        right: 100%;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2001;
        background: #fff;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }

    html.is-menu-open .b-header__menu {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    .b-header__menu .l-container {
        margin: 0;
    }

    .b-header__menu > .l-container {
        height: 100%;
    }

    .b-header__menu-close {
        display: block;
        right: auto;
        left: 22px;
        top: 48px;
    }

    .b-header__menu-content {
        height: 100%;
        overflow-y: auto;
        padding: 56px 40px 70px 150px;
    }

    .b-nav__list {
        height: auto;
        text-align: left;
    }

    .b-nav__list:after {
        display: none;
    }

    .b-nav__item {
        display: block;
        height: auto;
    }

    .b-nav__link {
        height: auto;
        line-height: 1.2;
    }

    .b-nav__link:before {
        display: none;
    }

    .b-header__second-nav-inner {
        float: none;
    }

    .b-second-nav__item {
        display: block;
        margin: 0;
    }

    .b-second-nav__link {
        display: block;
        height: auto;
        line-height: 1.2;
    }

    .b-header__social {
        display: block;
    }

    .b-nav,
    .b-second-nav {
        margin-bottom: 59px;
        font-size: 18px;
        line-height: 34px;
        font-weight: 800;
        text-transform: uppercase;
    }

    .b-nav__list,
    .b-second-nav__list {

    }

    .b-nav__item,
    .b-second-nav__item {
        margin-bottom: 16px;
    }

    .b-nav__link,
    .b-second-nav__link {
        text-decoration: none !important;
        line-height: inherit;
        position: relative;
    }

    .b-nav__link:active,
    .b-nav__link.is-active,
    .b-second-nav__link:active,
    .b-second-nav__link.is-active {
        color: #f7941d;
    }

    .b-second-nav__link_user {
        top: auto;
        right: auto;
        width: auto;
        text-indent: 0;
    }

    .b-second-nav__user-icon {
        position: absolute;
        left: -61px;
        top: -3px;
        width: 41px;
        height: 41px;
        border-radius: 21px;
        background: #e1e1e1;
    }

    .b-second-nav__user-icon:before {
        margin: -8px 0 0 -8px;
        width: 16px;
        height: 16px;
        background: url(../images/icon-user.png) 0 0 no-repeat;
    }

    .b-header__content-inner {
        height: 65px;
    }

    .b-basket-field__btn {
        width: 106px;
        height: 65px;
    }

    .b-header__nav-btn {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: auto;
    }

    .b-nav-btn {
        width: 65px;
        height: 65px;
    }

    .b-nav-btn__icon {
        right: auto;
        left: 28px;
        width: 30px;
        margin-top: -5px;
    }

    .b-nav-btn__icon:before {
        top: -9px;
        left: 0;
        right: 4px;
    }

    .b-nav-btn__icon:after {
        top: 9px;
        left: 0;
        right: -4px;
    }

    .b-header__basket {
        right: 0;
    }

    .b-header__logo {
        left: 108px;
        top: 8px;
    }

    .b-logo__img {
        height: auto;
        width: 190px;
    }

    .b-header__content .l-container {
        margin: 0;
    }

    .b-special-nav {
        font-size: 16px;
        font-weight: normal;
        text-transform: none;
        letter-spacing: 0;
    }

    .b-special-nav__item {
        margin-right: 78px;
    }

    .b-main-banners__section-1-inner {

    }

    .b-main-banners__item-btn {
        display: none;
    }

    .b-main-banners__social {
        left: 22px;
        bottom: 4px;
    }

    .b-main-banners__social .b-social__item {
        margin: 0 16px;
    }

    .b-main-banners__item-content {
        padding: 17px !important;
    }

    .b-main-banners__item-title {
        font-size: 25px;
    }

    .b-main-banners__item-text {
        font-size: 12px;
    }

    .b-main-banners__item_2 .b-main-banners__item-title {
        font-size: 30px;
    }

    .b-main-banners__item_2 .b-main-banners__item-text {
        font-size: 12px;
    }

    .b-main-banners__item_large .b-main-banners__item-title {
        font-size: 40px;
        line-height: 1.11;
    }

    .b-main-banners__item_large .b-main-banners__item-text {
        font-size: 14px;
        margin-bottom: 22px;
    }

    .b-main-banners__item_large .b-main-banners__item-content {
        padding: 43px 26px !important;
    }

    .b-main-catalog__header {
        padding-top: 41px;
        padding-bottom: 18px;
    }

    .b-main-catalog__item {
        width: 33.33%;
        padding: 0 10px 20px;
    }

    .b-main-catalog {
        padding-bottom: 82px;
    }

    .b-main-catalog__inner {
        margin: 0 -10px;
    }

    .b-main-about__image-wrapper {
        margin-left: -28px;
        margin-top: -30px;
    }

    .b-main-about-section {
        padding-bottom: 30px;
    }

    .b-main-about__image-field {
        width: 42.56%;
    }

    .b-main-about__image-wrapper:before {
        left: 0;
        top: -23px;
        right: -20px;
    }

    .b-main-about__content-field {
        width: 50.66%;
        padding: 28px 85px 0 16px;
    }

    .b-main-about__content {
        font-size: 14px;
        line-height: 26px;
        max-width: none;
    }

    .b-main-about__content .g-btn {
        margin-top: 18px;
    }

    .b-main-benefits-section {
        padding: 27px 0;
    }

    .b-main-benefits__item-title {
        font-size: 14px;
        line-height: 22px;
    }

    .b-main-benefits__icon-field {
        margin-bottom: 21px;
    }

    .b-main-benefits__icon {
        height: 70px;
        width: auto;
    }

    .b-text-section {
        padding: 9px 0 43px;
    }

    .b-text-section__title {
        font-size: 30px;
        line-height: 45px;
    }

    .b-text-section__header {
        padding: 71px 0 75px;
        margin-bottom: 23px;
    }

    .b-text-section__text {
        font-size: 16px;
        line-height: 28px;
    }

    .b-footer__nav-item {
        width: 33.33%;
    }

    .b-footer__nav:after {
        content: '';
        display: table;
        clear: both;
    }

    .b-footer__social {
        width: 33.33%;
        margin-top: 4px;
    }

    .b-footer__contacts {
        width: 66.66%;
        margin-top: 54px;
    }

    .b-footer__contacts-content {
        font-size: 16px;
    }

    .b-footer__contacts-title {
        margin-bottom: 7px;
    }

    .b-footer__contacts-item {
        display: inline-block;
        vertical-align: top;
        margin: 0 45px 0 0;
    }

    .b-footer__contacts-item:last-child {
        margin-right: 0;
    }

    .b-footer__nav-list {
        font-size: 14px;
    }

    .b-footer__nav-title {
        margin-bottom: 11px;
    }

    .b-footer {
        padding-bottom: 30px;
    }

    .b-footer__content {
        padding: 30px 0 40px;
    }

    .b-vacanices__lead,
    .b-vacanices__contacts {
        display: none;
    }

    .b-vacanices__item {
        margin-bottom: 37px;
        padding-top: 10px;
    }

    .b-vacanices__item-title {
        margin-bottom: 24px;
    }

    .b-vacanices__desc {
        margin-bottom: 27px;
    }

    .b-banner {
        height: 300px;
    }

    .b-banner__content {
        padding: 20px 28px;
    }

    .b-banner__content-inner {
        max-width: 360px;
    }

    .b-banner__text {
        font-size: 14px;
        margin-bottom: 23px;
    }

    .b-banner__title {
        font-size: 40px;
        line-height: 1.1;
    }

    .b-banner__btn {
        margin-top: 42px;
    }

    .b-filter-section {
        margin: 0;
        padding: 30px 0 20px;
    }

    .b-filter-section__content {
        width: 100%;
        padding: 0;
    }

    .b-filter-section__btns-field {
	    position: relative;
	    top:auto;
	    right:auto;
	    width: 100%;
        padding: 0;
        margin: 0;
        text-align: left;
    }

    .b-filter {
        margin: 0 0 30px 0;
        display: none;
    }

    .b-filter-section__btns {
        text-align: center;
    }

    .b-filter-section__btns-item {
        display: inline-block;
        vertical-align: top;
        width: 252px;
        margin: 0 8px;
    }

    .b-filter-section__btns-item .g-btn {
        padding: 0;
        width: 100%;
    }

    .b-catalog {
        margin: 0 -10px;
        padding: 10px 0;
    }

    .b-catalog__item {
        padding: 10px;
    }

    .b-item__content {
        padding: 32px 22px 16px;
    }

    .b-item__image-field {
        max-width: 198px;
        margin: 0 auto 23px;
    }

    .b-item__title {
        font-size: 18px;
        margin-bottom: 9px;
    }

    .b-item__description {
        font-size: 13px;
        line-height: 19px;
        height: 76px;
    }

    .b-item__constructor-btn {
        font-size: 11px;
    }
	.b-product__options-item.small {
		margin-top:2px;
	}

    .b-rating__star {
        width: 23px;
        height: 23px;
    }

    .b-rating__star:before {
        width: 16px;
        height: 16px;
        margin: -8px 0 0 -8px;
        background-size: 16px 32px;
    }

    .b-rating__star.is-active:before {
        background-position: 0 -16px;
    }

    .b-rating:hover .b-rating__star:before {
        background-position: 0 0;
    }

    .b-rating:hover .b-rating__star.is-hover:before {
        background-position: 0 -16px;
    }

    .b-rating_large .b-rating__star {
        width: 23px;
        height: 23px;
    }

    .b-rating_large .b-rating__star:before {
        width: 16px;
        height: 16px;
        margin: -8px 0 0 -8px;
        background-image: url('../images/rating-star.png');
        background-size: 16px 32px;
    }

    .b-rating_large .b-rating__star.is-active:before {
        background-position: 0 -16px;
    }

    .b-rating.b-rating_large:hover .b-rating__star:before {
        background-position: 0 0;
    }

    .b-rating.b-rating_large:hover .b-rating__star.is-hover:before {
        background-position: 0 -16px;
    }

    .b-rating_extra .b-rating__star {
        width: 48px;
        height: 40px;
    }

    .b-rating_extra .b-rating__star:before {
        width: 28px;
        height: 27px;
        margin: -13px 0 0 -14px;
        background-image: url('../images/rating-star-large.png');
        background-size: 28px 60px;
    }

    .b-rating_extra .b-rating__star.is-active:before {
        background-position: 0 -30px;
    }

    .b-rating.b-rating_extra:hover .b-rating__star:before {
        background-position: 0 0;
    }

    .b-rating.b-rating_extra:hover .b-rating__star.is-hover:before {
        background-position: 0 -30px;
    }

    .b-item__content-footer {
        margin: 11px 0 0 -13px;
        padding: 0;
    }

    .b-item__rating-field {
        margin-top: 2px;
    }

    .b-item__constructor-field {
        margin-top: 0;
    }

    .b-item__btn {
        height: 40px;
        line-height: 36px;
        padding: 0;
        font-size: 12px;
    }

    .b-item__price {
        height: 39px;
        font-size: 18px;
        line-height: 39px;
    }

    .b-item__count {
        height: 39px;
    }

    input.b-item__count {
        height: 39px;
        width: 100%;
        border: none;
        font-size: 18px !important;
    }

    .b-item__count .jq-number__spin {
        width: 38px;
    }

    .b-item__count .jq-number__spin:before,
    .b-item__count .jq-number__spin.plus:before{
        width: 18px;
        margin-left: -9px;
    }

    .b-item__count .jq-number__spin:after {
        height: 18px;
        margin-top: -9px;
    }

    .b-catalog-section {
        padding-bottom: 0;
    }

    .b-description {
        font-size: 15px;
        line-height: 26px;
        padding: 39px 0;
    }

    .b-popup-window {
        padding: 32px;
        width: 698px;
    }

    .b-popup-window_with-header {
        background: #fff;
    }

    .b-popup-window__header {
        float: none;
        width: auto;
        padding: 0;
        color: inherit;
        background: none;
    }

    .b-popup-window__title {
        font-size: 28px;
        margin: 0 0 20px 0;
    }

    .b-popup-window__text {
        font-size: 18px;
        line-height: 32px;
    }

    .b-popup-window__sidebar {
        float: left;
        margin: 0 0 0 0px;
        width: 120px;
    }

    .b-popup-window__image {
        display: none;
    }

    .b-popup-window__social {
        margin-bottom: 20px;
    }

    .b-popup-window_with-header .b-popup-window__content {
        margin: 0;
    }

    .b-popup-window__content-inner {
        padding: 0 !important;
    }

    .fancybox-close-small {
        right: 10px;
        top: 10px;
    }

    .b-popup-window .b-social__link_fb_w:before {
        background-image: url('../images/icon-social-fb.png');
    }

    .b-popup-window .b-social__link_vk_w:before {
        background-image: url('../images/icon-social-vk.png');
    }

    .b-popup-window .b-social__link_ok_w:before {
        background-image: url('../images/icon-social-ok.png');
    }

    .b-popup-window .b-social__link_mr_w:before {
        background-image: url('../images/icon-social-mr.png');
    }

    .b-popup-window__social .b-social__link {
        opacity: 1;
    }

    .b-popup-window__social-title {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .b-popup-window__social .b-social__item {
        margin: 0 8px;
    }

    .b-constructor-window__sidebar {
        width: 260px;
        padding: 56px 16px 16px;
    }

    .b-constructor-window__content {
        margin-right: 260px;
    }

    .b-constructor-window__main-title {
        font-size: 22px;
        line-height: 1.3;
    }

    .b-constructor-window__main-image-field {
        max-width: 160px;
        margin: 0 auto 30px;
    }

    .b-constructor-window__ingredients-title {
        font-size: 20px;
        margin: 0 0 10px 0;
    }

    .b-constructor-window__ingredients-list {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .b-constructor-window__total-title {
        font-size: 20px;
    }

    .b-constructor-window__total-value {
        font-size: 36px;
    }

    .b-constructor-window__title {
        font-size: 30px;
    }

    .b-constructor-window__catalog-item {
        margin-bottom: 40px;
    }

    .b-constructor-window__catalog-item-content:before {
        margin: 0 0 0 25px;
    }

    .b-construct__sidebar {
        width: 260px;
        padding: 56px 16px 16px;
    }

    .b-construct__main {
        margin-right: 260px;
    }

    .b-construct__main-inner {
        max-height: calc(100vh - 80px);
    }

    .b-construct__header {
        height: 80px;
    }

    .b-construct__nav-btn {
        font-size: 18px;
        height: 80px;
    }

    .b-construct__nav-btn strong {
        font-size: 40px;
    }

    .b-construct__nav-btn span {
        top: -7px;
    }

    .b-construct__title {
        font-size: 22px;
        line-height: 1.3;
    }

    .b-construct__data-title {
        font-size: 12px;
    }

    .b-construct__data-value {
        font-size: 18px;
    }

    .b-construct__ingredients-list {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .b-construct__ingredients-list_total {
        font-size: 10px;
    }

    .b-construct__ingredients-list-value {
        font-size: 18px;
    }

    .b-construct__total-title {
        font-size: 20px;
    }

    .b-construct__total-value {
        font-size: 36px;
    }

    .b-construct__content-title {
        font-size: 30px;
    }

    .b-construct-catalog__item {
        margin-bottom: 40px;
    }

    .b-construct-catalog__item-content:before {
        margin: 0 0 0 25px;
    }

    .b-construct__btn-group {
        font-size: 12px;
    }

    .b-construct__btn-group-text {
        height: 50px;
        line-height: 47px;
    }

    .b-construct__btn-group-text:before {
        left: 8px;
    }

    .b-product__title {
        font-size: 35px;
    }

    .b-product__inner {
        margin: 0 -10px;
    }

    .b-product__image-section {
        padding: 0 10px;
    }

    .b-product__content-section {
        padding: 0 10px;
    }

    .b-product__image-field {
        max-width: none;
        margin: 10px 28px 0 16px;
    }

    .b-product__comments-btn-field {
        margin-top: -1px;
    }

    .b-product__comments-btn {
        font-size: 14px;
        padding-left: 33px;
    }
	.navigation-page{
		position: relative;
	}
	.navigation-page .bx-breadcrumb{
		margin-bottom:0;
	}
	.l-container h1{
		padding-top:15px !important;
	}
    .b-product {
        padding: 15px 0 40px;
    }

    .b-product__rating-field {
        margin-right: 27px;
    }

    .b-product__comments-btn:before, 
    .b-product__comments-btn:after {
        width: 23px;
        height: 21px;
        background-size: 23px 42px;
        margin-top: -12px;
    }

    .b-product__comments-btn:after {
        background-position: 0 -21px;
    }

    .b-product__header-field {
        margin-bottom: 27px;
    }

    .b-product__description {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 18px;
    }

    .b-product__description-title {
        margin-bottom: 1px;
        font-size: 20px;
    }

    .b-product__constructor-btn-field {
        margin-top: 1px;
    }

    .b-product__constructor-btn {
        font-size: 12px;
    }

    .b-product__social-field {
        margin-top: 18px;
    }

    .b-additional-catalog-section {
        padding: 20px 0 9px;
    }

    .b-additional-catalog-section__title {
        margin-bottom: 10px;
    }

    .b-catalog .slick-dots {
        margin-top: 13px;
    }

    .b-reviews {
        padding: 43px 0 1px;
    }

    .b-reviews__title {
        margin-bottom: 52px;
    }

    .b-review__meta {
        font-size: 14px;
    }

    .b-reviews__item {
        margin-bottom: 61px;
    }

    .b-review__rating-field {
        top: -4px;
    }

    .b-add-comment-section {
        padding: 41px 0 73px;
    }

    .b-add-comment__title {
        font-size: 26px;
    }

    .b-add-comment__rating-title {
        font-size: 16px;
        margin: 8px 14px 0 0;
    }

    .b-add-comment__textarea-field {
        margin-bottom: 34px;
    }

    .b-add-comment__rating-field {
        margin-bottom: 33px;
    }

    .b-add-comment__btn {
        font-size: 16px;
        width: 224px;
        height: 65px;
        line-height: 61px;
        margin-right: 15px;
    }

    .b-add-comment__note {
        font-size: 16px;
        line-height: 28px;
        padding-top: 6px;
    }

    /*.b-product__control {
        position: fixed;
        z-index: 1001;
        left: 0;
        right: 0;
        bottom: 0;
        height: 60px;
        background: #dedede;
        padding-left: 28px;
    }

    .b-product__control-btn-field {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 191px;
        height: 100%;
    }

    .b-product__btn {
        width: 100%;
        height: 100%;
    }

    .b-product__control-count-field {
        position: absolute;
        right: 191px;
        bottom: 0;
        width: 180px;
        height: 100%;
        margin: 0;
    }

    .b-product__count, input.b-product__count {
        width: 100%;
        height: 100%;
    }*/
	.b-product__control-section-1:after,
	.b-product__control-section-2:after{
		content: '';
		display: table;
		clear: both;
	}
	.b-product__control-count-field{
		float:left;
		width: 180px;
		margin-bottom:15px;
	}
	.b-product__control-btn-field{
		float:right;
	}
	.b-product__btn,
	.b-itempopup-window .b-product__btn,
	.btn-back-buy{
		width: 197px;
	}
    input.b-product__count {
        font-size: 26px !important;
    }
	.b-product__count, input.b-product__count{
		height: 55px;
	}

    .b-product__count .jq-number__spin:before {
        width: 16px;
        margin-left: -8px;
    }

    .b-product__count .jq-number__spin:after {
        height: 16px;
        margin-top: -8px;
    }

    .b-product__control-price-field {
        clear: none;
        margin-right: 0;
	    float: right;
    }

    .b-product__options-item {
        margin-right: 29px;
    }

    .b-product__options-item .b-check-row {
        font-size: 14px;
        line-height: 23px;
    }

    .b-product__options-item .b-check-row__text {
        padding-left: 32px;
    }

    .b-product__options-item .b-check-row__text:before {
        width: 23px;
        height: 23px;
    }

    .b-product__options-item .b-check-row__text:after {
        width: 23px;
        height: 23px;
    }

    .b-product__price {
        font-size: 35px;
        line-height: 60px;
    }

    .b-product__control-options-field {
        float: left;
        padding-top: 19px;
        min-height: 60px;
        margin-right: 25px;
        margin-bottom: 0;
    }
    .btn-back-buy{
	    font-size:12px;
    }
	.b-product__social .b-social__item {
		margin-left:7px;
		margin-right:7px;
	}

    .b-basket-section {
        margin: 0;
    }

    .b-basket-section__basket {
        float: none;
        width: auto;
        padding: 0;
        margin-bottom: 31px;
    }

    .b-basket-section__order {
        float: none;
        width: auto;
        padding: 0;
    }

    .b-basket-section__total {
        float: none;
        width: auto;
        margin: 0;
        padding: 0;
        margin-bottom: 42px;
    }

    .b-basket-section__order {
        display: none;
    }

    .b-basket__item {
        padding: 17px 0 19px;
    }

    .b-basket__image-field {
        float: left;
        width: 80px;
        margin-left: 12px;
    }

    .b-basket__remove {
        top: 37px;
        right: 6px;
    }

    .b-basket__title {
        font-size: 18px;
    }

    .b-basket__content {
        padding: 10px 40px 0 121px;
    }

    .b-basket__title-field {
        margin-bottom: 15px;
    }

    .b-basket__price {
        font-size: 18px;
    }

    .b-basket__total {
        font-size: 18px;
    }

    .b-basket__price-field {
        width: 123px;
        margin-top: 5px;
    }

    .b-basket__count-field {
        width: 142px;
    }

    .b-basket__total-field {
        width: 162px;
        margin-top: 5px;
        text-align: right;
    }

    .b-basket__count,
    input.b-basket__count {
        width: 100%;
        height: 32px;
    }

    input.b-basket__count {
        font-size: 18px;
    }

    .b-basket__count .jq-number__spin {
        width: 58px;
    }

    .b-basket__count .jq-number__spin:before {
        width: 16px;
        margin-left: -8px;
    }

    .b-basket__count .jq-number__spin:after {
        height: 16px;
        margin-top: -8px;
    }

    .b-basket__additional-list {
        font-size: 15px;
        max-width: 472px;
    }

    .b-basket__additional-item-remove-btn {
        vertical-align: top;
    }

    .b-basket__additional-item-title, .b-basket__additional-item-count {
        padding-bottom: 6px;
    }

    .b-basket-total__btn {
        display: none;
    }

    .b-basket-total__popup-btn {
        display: block;
        width: 100%;
        height: 65px;
        line-height: 61px;
        font-size: 16px;
        letter-spacing: 1.9px;
    }

    .b-basket-login__item {
        display: inline-block;
        margin: 0 18px 10px;
    }

    .b-basket-total__content {
        position: relative;
        padding: 34px 40px 28px;
    }

    .b-basket-total__content:after {
        content: '';
        display: table;
        clear: both;
    }

    .b-basket-total__promo {
        position: absolute;
        right: 40px;
        top: 100%;
        margin: 26px 0 0;
        width: 186px;
    }

    .b-basket-total__promo-title {
        font-size: 15px;
    }

    .b-basket-total__list {
        float: left;
        min-width: 240px;
        margin: 0;
    }

    .b-basket-total__total {
        float: right;
        width: 186px;
        margin: -29px 0 0 0;
    }

    .b-basket-total__footer:after {
        content: '';
        display: table;
        clear: both;
    }

    .b-basket-total__bonus {
        float: left;
        text-align: left;
        width: 50%;
        font-size: 15px;
    }

    .b-basket-total__title {
        font-size: 22px;
        margin: 0 0 15px 0;
    }

    .b-basket-total__list-title, .b-basket-total__list-value {
        padding-bottom: 4px;
    }

    .b-basket-total__total-title {
        font-size: 18px;
    }

    .b-basket-total__total-price {
        font-size: 40px;
    }

    .b-basket-total__total-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .b-basket-total__bonus-value {
        margin-bottom: 5px;
    }

    .b-basket-total__footer {
        padding: 13px 40px 14px;
    }

    .b-basket-login {
        font-size: 15px;
        margin-top: 29px;
        margin-bottom: -37px;
    }

    .b-basket-section__order-popup {
        display: block !important;
    }

    .fancybox-container .b-basket-section__order-popup {
        display: inline-block !important;
        width: 100%;
        min-height: 100%;
        margin: 0;
        padding: 0;
        background: #fff;
        overflow: visible;
        padding: 32px 28px;
    }

    .b-basket-section__order-popup .fancybox-close-small {
        position: fixed;
        right: 0;
        top: 0;
    }

    .b-basket-section__order {
        display: none;
        margin: 0;
    }

    .fancybox-container .b-basket-section__order {
        display: block;
    }

    .b-order__title {
        margin-bottom: 33px;
    }

    .b-form-row {
        margin-bottom: 30px;
    }

    .b-check-row {
        font-size: 16px;
    }

    .b-form-row__label {
        -webkit-transform: scale(1.1429) translateY(26px);
        transform: scale(1.1429) translateY(26px);
    }

    input[type='password'], 
    input[type='number'], 
    input[type='search'], 
    input[type='email'], 
    input[type='text'], 
    input[type='file'], 
    input[type='tel'], 
    input[type='url'], 
    textarea, 
    select {
        font-size: 16px;
    }

    .jq-selectbox {
        font-size: 16px;
    }

    input.b-date-select__input {
        font-size: 22px;
    }

    .b-date-select__item {
        width: 33.33%;
    }

    .b-date-select__label {
        top: 4px;
    }

    .b-date-select__inner {
        margin-bottom: 40px;
    }

    .b-order__section + .b-order__section {
        margin-top: 32px;
    }

    .b-payment-type__item-content {
        margin-right: 51px;
    }

    input.b-payment-type__item-input {
        height: 38px;
        padding: 8px 0;
    }

    .b-payment-type__item-input-label {
        -webkit-transform: scale(1.1429) translateY(18px);
        transform: scale(1.1429) translateY(18px);
    }

    .b-payment-type__item {
        min-height: 38px;
        margin-bottom: 48px;
    }

    .fancybox-container .b-basket-section__total,
    .window-full-show .b-basket-section__total{
        margin-top: 90px;
    }

    .fancybox-container .b-basket-total__popup-btn,
    .window-full-show .b-basket-total__popup-btn{
        display: none;
    }

    .fancybox-container .b-basket-mob-btn-field,
    .window-full-show .b-basket-mob-btn-field{
        display: block;
        text-align: center;
        margin: 38px 0 52px;
    }

    .b-basket-mob-btn {
        height: 70px;
        line-height: 66px;
        padding: 0;
        font-size: 16px;
        letter-spacing: 0.6px;
        width: 324px;
        max-width: 100%;
    }

    .b-basket-section__total-outer {
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
    }

    .fancybox-container .b-basket-login,
    .window-full-show .b-basket-login{
        margin-bottom: 0;
    }

    .b-news-section {
        padding-top: 0;
    }

    .b-page-nav {
        line-height: 16px;
        margin: 22px 0 38px;
    }

    .b-page-nav__item {
        padding: 10px 0;
    }

    .b-page-nav__link {
        font-size: 16px;
        padding: 0 25px;
    }

    .b-news-section h1 {
        margin-bottom: 22px;
    }

    .b-news-catalog {
        margin: 0 -10px -24px;
    }

    .b-news-catalog__grid {
        padding: 0 10px;
        width: 33.33%;
        margin-bottom: 42px;
    }

    .b-news-catalog__date {
        padding: 3px 6px 5px;
        font-size: 11px;
    }

    .b-news-catalog__date-1 {
        font-size: 26px;
    }

    .b-news-catalog__title {
        font-size: 16px;
        line-height: 26px;
    }

    .b-news-catalog__figure {
        margin-bottom: 11px;
    }

    .b-actions-section {
        padding-top: 0;
    }

    .b-actions-section h1 {
        margin-bottom: 22px;
    }

    .b-actions-section .g-lead {
        margin-bottom: 36px;
    }

    .b-actions-catalog {
        margin: 0 -10px -49px;
    }

    .b-actions-catalog__grid {
        width: 33.333%;
        padding: 0 10px;
        margin-bottom: 60px;
    }

    .b-actions-catalog__item-content {
        width: 150px;
        height: 150px;
        font-size: 13px;
        line-height: 18px;
    }

    .b-actions-catalog__item-title {
        font-size: 12px;
        line-height: 22px;
    }

    .b-actions-catalog__item-title_large {
        font-size: 26px;
    }

    .b-actions-catalog__item-title + .b-actions-catalog__item-text {
        margin-top: 2px;
    }

    .b-content_bonus {
        padding: 30px 0 20px;
    }

    .b-bonus-section__header {
        padding: 41px 0 64px;
        margin-bottom: 44px;
    }

    .b-bonus-text {
        margin-left: 245px;
        margin-right: 0;
    }

    .b-bonus-text__title {
        left: -245px;
        top: -6px;
    }

    .b-bonus-banner {
        margin: 0 0 62px;
    }

    .b-bonus-banner .l-wrapper {
        margin: 0;
    }

    .b-bonus-banner__header {
        height: 206px;
    }

    .b-bonus-banner__header-inner {
        padding: 10px 40px;
    }

    .b-bonus-banner__title {
        font-size: 22px;
        line-height: 40px;
    }

    .b-bonus-banner__content {
        margin-top: 84px;
        padding: 51px 40px 12px 41px;
        line-height: 1.75;
    }

    .b-bonus-banner__list li {
        padding-left: 23px;
    }

    .b-benefits {
        margin-left: -10px;
        margin-right: -10px;
        padding: 42px 0 17px;
    }

    .b-benefits__item {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 46px;
    }

    .b-product-banner__title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 35px;
    }

    .b-product-banner__text {
        font-size: 16px;
        line-height: 28px;
    }

    .b-product-banner__inner {
        padding: 28px 61px 20px;
    }

    .b-product-banner__outer {
        height: 313px;
    }

    .b-benefits__item-text {
        font-size: 14px;
        line-height: 23px;
    }

    .b-benefits__item-title {
        font-size: 13px;
        line-height: 23px;
    }

    .b-benefits__icon-field {
        height: 49px;
        margin-bottom: 27px;
    }

    .b-benefits__item-inner {
        max-width: 208px;
    }

    .b-price-table {
        font-size: 17px;
        line-height: 24px;
        max-width: 578px;
    }

    .b-price-table__cell {
        padding-bottom: 28px;
    }

    .b-price-table__foot-cell {
        font-size: 22px;
        padding-top: 20px;
    }

    .b-price-table-section__inner {
        padding: 37px 0 46px;
    }

    .b-price-table-section {
        margin-bottom: 51px;
    }

    .b-payment__title {
        margin-bottom: 40px;
    }

    .b-payment__section-title {
        margin-bottom: 34px;
    }

    .b-payment__item-title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .b-payment__item {
        margin-bottom: 49px;
    }

    .b-payment__section {
        margin-bottom: 70px;
    }

    .b-payment__item-value {
        margin-left: -400px;
        padding-left: 427px;
        margin-top: -7px;
    }

    .b-payment__info {
        font-size: 22px;
        margin-top: -12px;
    }

    .b-payment {
        margin-bottom: 65px;
    }

    .b-shipping-map__content {
        width: 100%;
        padding: 0;
    } 

    .b-shipping-map__result {
        width: 100%;
    }

    .b-shipping-map__inner {
        height: auto;
    }

    .b-shipping-map__inner:before {
        display: none;
    }

    .b-shipping-map__map {
        position: static;
        height: 400px;
        margin-bottom: 18px;
    }

    .b-shipping-map__title {
        margin-bottom: 32px;
    }

    .b-shipping-map .g-btn {
        height: 55px;
        line-height: 51px;
    }

    .b-shipping-map input[type='text'] {
        margin-top: 11px;
    }

    .b-shipping-map .b-form-row {
        margin-bottom: 43px;
    }

    .b-shipping-map__result-inner {
        -webkit-column-count: 2;
        column-count: 2;
    }

    .b-shipping-map__result-item:before {
        width: 28px;
        height: 28px;
    }

    .b-shipping-map__result-item {
        padding: 5px 0 5px 41px;
        margin-bottom: 17px;
    }

    .b-shipping-map {
        margin-bottom: 40px;
    }

    .b-account {
        background: none;
    }

    .b-account__sidebar {
        float: none;
        width: auto;
        padding-top: 41px;
        padding-bottom: 0;
    }

    .b-account__content {
        margin: 0;
        background: none;
    }

    .b-account__content-inner {
        float: none;
        width: auto;
        padding-top: 50px;
        padding-bottom: 66px;
    }

    .b-account__sidebar-content {
        margin-bottom: 51px;
    }

    .b-account__sidebar-content:after {
        content: '';
        display: table;
        clear: both;
    }

    .b-account__header {
        float: left;
        width: 61%;
        margin: 0;
        padding-right: 16px;
    }

    .b-account__bonus {
        float: right;
        width: 39%;
        margin: 22px 0 0 0;
        text-align: center;
    }

    .b-account__bonus-value {
        font-size: 65px;
    }

    .b-account__nav {
        clear: both;
        margin: 0 -28px;
        padding: 0 28px;
        font-size: 0;
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .b-account__nav-list {
        display: inline-block;
        vertical-align: top;
        font-size: 12px;
        letter-spacing: 0.4px;
    }

    .b-account__nav-item {
        display: inline-block;
        vertical-align: top;
        margin: 0 7px;
    }

    .b-account__nav-item:first-child {
        margin-left: 0;
    }

    .b-account__nav-item:last-child {
        margin-right: 0;
    }

    .b-account__nav-link {

    }

    .b-account__content-wrapper {
        max-width: 470px;
        margin: 0 auto;
    }

    .b-tabs__menu {
        margin-bottom: 26px;
    }

    .b-account .b-form-row {
        margin-bottom: 30px;
    }

    .b-account .b-tabs {
        margin-top: 49px;
    }

    .b-account .b-form-btn-row {
        padding-top: 30px;
    }

    .b-account .b-form-btn-row .g-btn {
        width: 100%;
        max-width: 325px;
        font-size: 16px;
        height: 70px;
        line-height: 66px;
    }

    .b-account__content .l-container {
        margin-left: 28px;
    }

    .b-account-bonus {
        padding-top: 48px;
        padding-bottom: 37px;
    }

    .b-account-bonus__title {
        font-size: 18px;
        line-height: 30px;
        margin: 0 0 24px;
    }

    .b-account-bonus__info {
        font-size: 26px;
        line-height: 30px;
    }

    .b-orders-table {
        font-size: 14px;
        line-height: 18px;
        margin-top: -15px;
    }

    .b-orders-table__cell_head {
        font-size: 15px;
        line-height: 20px;
    }

    .b-orders-table__cell_code {
        width: 14.4%;
    }

    .b-orders-table__cell_date {
        width: 20%;
    }

    .b-orders-table__cell_order {
        width: 46%;
    }

    .b-orders-table__cell_summ {
        width: 15.5%;
    }

    .b-orders-table__cell {
        padding: 17px 10px 16px 0;
    }

    .b-orders-table__cell_head {
        padding-top: 0;
        padding-bottom: 11px;
    }

    .b-orders-table__order-info {
        width: 250px;
    }

    .b-orders-table__order-btn {
        width: 18px;
        height: 18px;
    }

    .b-overlay-menu {
        display: none !important;
    }

    .b-main-banners__group-1 {
        width: 67.15%;
    }

    .b-main-banners__group-2 {
        width: 32.85%;
    }

    .b-main-banners__item_small {
        height: 154px;
    }

    .b-main-banners__section-1 {
        height: 308px;
    }

    .b-main-banners__info {
        height: 308px;
    }

    .b-main-item__price {
        font-size: 14px;
    }

    .b-main-item__title {
        font-size: 15px;
        letter-spacing: 0;
        margin-bottom: 6px;
    }

    .b-main-about__content-field-wrapper {
        margin: 0;
        background: none;
    }

    .b-main-about__content-field-wrapper .l-container {
        margin: 0;
    }

    .b-basket-field__content {
        max-height: calc(100vh - 65px);
    }

    .b-header__phone {
        font-size: 16px;
        line-height: 23px;
        letter-spacing: 0;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        text-align: left;
    }

    .b-header__phone-inner {
        right: 113px;
        padding-left: 48px;
        top: 7px;
        position: absolute;
    }

    .b-header__phone-num {
        font-size: 16px;
        letter-spacing: 0;
    }

    .b-header__phone-inner:before {
        top: 6px;
        margin-top: 0;
        width: 34px;
        height: 34px;
        background-size: 100% 100%;
    }

    .b-header__phone-title {
        display: none;
    }

    .b-header__phone-item {
        display: block;
    }

    .b-header__phone-item:after {
        display: none;
    }

    .b-catalog__item {
        width: 50%;
    }
	.ct-ln-3 .b-catalog__item {
		width:50%;
	}

    .b-main-banners__info-text {
        font-size: 14px;
        line-height: 18px;
        min-height: 54px;
    }

    .b-main-banners__info-title {
        font-size: 30px;
        margin: 0 0 8px;
    }

    .b-main-banners__info-text strong {
        font-size: 16px;
        display: block;
    }

    .b-product-catalog-section {
        padding: 60px 0 42px;
    }

    .b-product-catalog-section__title {
        margin-bottom: 6px;
    }

    .b-product-catalog {
        margin-right: -28px;
    }

    .b-product-catalog__item {
        width: 290px;
    }

    .b-footer__bottom {
        border: none;
        padding: 0;
    }

    .b-footer__copyright {
        display: none;
    }

    .b-footer__content-inner:after {
        display: none;
    }

    .b-footer__content .l-container:after {
        display: none;
    }

    .b-footer__content:after {
        display: none;
    }

    .b-footer__social .b-social__item {
        margin: 0 19px;
    }

    .b-footer__social .b-social__link {
        width: 25px;
        height: 25px;
        opacity: 1;
    }

    .b-footer__social .b-social__link:before {
        margin: -10.5px 0 0 -12.5px;
        width: 25px;
        height: 21px;
    }

    .b-footer__social .b-social__link_fb:before {
        background-image: url('../images/icon-social-fb-w.png');
    }

    .b-footer__social .b-social__link_tw:before {
        background-image: url('../images/icon-social-tw-w.png');
    }

    .b-footer__social .b-social__link_vk:before {
        background-image: url('../images/icon-social-vk-w.png');
    }

    .b-basket-back-btn {
        font-size: 13px;
        letter-spacing: 0;
    }
}

@media only screen and (max-width : 1099px) {
    .b-header__inner {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }

    html.is-fixed-header .b-header__inner {
        position: fixed;
        z-index: 1001;
        left: 0;
        right: 0;
        top: 0;
        height: 58px;
        background: rgb(243,243,243);
        background: rgba(243,243,243,0.9);
    }

    html.is-fixed-header .b-header__content-inner {
        height: auto;
        position: static;
    }

    html.is-fixed-header .b-basket-field__btn {
        background: none;
        height: 58px;
    }

    html.is-fixed-header .b-basket-field.is-active .b-basket-field__btn {
        background: #fff;
    }

    html.is-fixed-header .b-basket-field__btn:before {
        margin-top: -12px;
    }

    html.is-fixed-header .b-basket-field__count {
        margin-bottom: -1px;
    }

    html.is-fixed-header .b-nav-btn {
        height: 58px;
    }
}

@media only screen and (min-width : 768px) and (max-width : 1099px) {
    html.is-fixed-header .b-header__logo {
        position: absolute;
        left: 116px;
        top: 8px;
        padding: 0;
    }

    html.is-fixed-header .b-logo {
        display: block;
        width: 42px;
        height: 38px;
        background: url('../images/fixed-logo.png') 0 0 no-repeat;
    }

    html.is-fixed-header .b-logo__img {
        display: none;
    }

    html.is-fixed-header .b-header__special-nav {
        background: none;
        text-align: left;
        padding: 15px 0 0 198px;
    }

    html.is-fixed-header .b-special-nav__item {
        margin-right: 25px;
    }
}

@media only screen and (max-width : 767px) {
    html.is-fixed-header .b-header__special-nav {
        display: none;
    }

    html.is-fixed-header .b-logo:after {
        display: none;
    }
}

@media only screen and (max-width : 767px) {
    body {
        padding-top: 90px;
    }

    h1, 
    .g-h1 {
        font-size: 24px;
        line-height: 1.458;
        margin-top: 37px;
        margin-bottom: 18px;
    }

    h2, 
    .g-h2 {
        font-size: 24px;
        line-height: 1.458;
        margin-top: 37px;
        margin-bottom: 18px;
    }

    h3, 
    .g-h3 {
        font-size: 20px;
        margin-top: 18px;
        margin-bottom: 12px;
    }

    h4,
    .h4 {
        margin-top: 18px;
        margin-bottom: 12px;
    }

    h5,
    .h5 {
        margin-top: 18px;
        margin-bottom: 12px;
    }

    h6,
    .h6 {
        margin-top: 18px;
        margin-bottom: 12px;
    }

    .g-lead {
        font-size: 20px;
        line-height: 32px;
    }

    .g-info {
        font-size: 20px;
        line-height: 32px;
        padding-left: 58px;
        margin-top: 31px;
        margin-bottom: 35px;
    }

    .g-info:before {
        width: 34px;
        height: 34px;
        margin-top: 0;
        top: 0;
        left: 0;
    }

    .b-text {
        margin-left: 25px;
        margin-right: 0;
    }

    .g-btn {
        height: 50px;
        line-height: 46px;
        font-size: 11px;
    }

    .b-form-row {
        margin-bottom: 36px;
    }

    .b-form-row__label {
        -webkit-transform: scale(1.1429) translateY(20px);
        transform: scale(1.1429) translateY(20px);
    }

    .b-check-row {
        font-size: 15px;
        margin-bottom: 18px;
    }

    input[type='password'], 
    input[type='number'], 
    input[type='search'], 
    input[type='email'], 
    input[type='text'], 
    input[type='file'], 
    input[type='tel'], 
    input[type='url'], 
    textarea, 
    select {
        font-size: 16px;
        height: 46px;
        padding: 10px 0;
	    line-height: 28px;
	    vertical-align: middle !important;
    }

    textarea {
        height: 212px;
        padding: 18px 20px;
        font-size: 15px;
    }

    .jq-selectbox {
        font-size: 16px;
    }

    .jq-selectbox__select {
        height: 43px;
        line-height: 41px;
    }

    .jq-selectbox__dropdown {
        top: 43px;
    }

    .b-content {
        padding-top: 27px;
        padding-bottom: 12px;
    }

    .l-container {
        margin: 0 20px;
    }

    .l-wrapper {
        margin: 0 20px;
    }

    .b-header__special-nav {
        margin-bottom: 24px;
    }

    .b-header__special-nav .l-container {
        margin: 0;
    }

    .b-special-nav {
        font-size: 13px;
        line-height: 23px;
    }

    .b-special-nav__item {
        margin-right: 0;
        display: block;
    }

    .b-header__content-inner {
        height: 59px;
    }

    .b-nav-btn__icon {
        left: 20px;
        margin-top: -2px;
    }

    .b-nav-btn {
        width: 74px;
        height: 59px;
    }

    .b-basket-field__btn {
        width: 74px;
        height: 59px;
    }

    .b-header__logo {
        padding: 10px 0 0;
        position: static;
        text-align: center;
    }

    .b-logo__img {
        width: 145px;
    }

    .b-logo:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        background: #fff;
        width: 30px;
        height: 5px;
    }

    .b-basket-field__btn:before {
        margin: -13px 0 0 -25px;
    }

    .b-basket-field__count {
        margin: 0 0 -1px -6px;
    }

    .b-main-banners__group-1 {
        width: 100%;
    }

    .b-main-banners__group-2 {
        width: 100%;
    }

    .b-main-banners__section-2,
    .b-main-banners__section-3 {
        float: left;
        width: 50%;
    }

    .b-main-banners__section-1 {
        height: 193px;
    }

    .b-main-banners__section-1-inner {

    }

    .b-main-banners__item_small {
        height: 110px;
    }

    .b-main-banners__item-text {
        font-size: 11px;
    }

    .b-main-banners__item-title {
        font-size: 20px;
    }

    .b-main-banners__item-content {
        padding: 19px 17px !important;
    }

    .b-main-banners__item_2 .b-main-banners__item-title {
        font-size: 25px;
    }

    .b-main-banners__item_2 .b-main-banners__item-text {
        font-size: 12px;
        line-height: 20px;
        width: 50%;
        margin-left: auto;
    }

    .b-main-banners__item_large .b-main-banners__item-title {
        font-size: 30px;
        line-height: 35px;
    }

    .b-main-banners__item_large .b-main-banners__item-text {
        font-size: 12px;
        margin-bottom: 11px;
    }

    .b-main-banners__item_large .b-main-banners__item-content {
        padding: 20px 18px !important;
    }

    .b-main-banners__social {
        left: 12px;
        bottom: 14px;
    }

    .b-main-banners__social .b-social__item {
        margin: 0 11px;
    }

    .b-main-banners__slider .slick-dots {
        right: 13px;
        bottom: 0;
    }

    .b-main-catalog__header {
        padding-top: 30px;
        padding-bottom: 35px;
    }

    .b-main-catalog__title {
        display: none;
    }

    .b-main-catalog__create-btn-field {
        width: 100%;
    }

    .g-btn_create {
        width: 100%;
    }

    .b-main-catalog__inner {
        margin: 0 -26px;
    }

    .b-main-catalog {
        margin: 0;
        padding-bottom: 28px;
        overflow: hidden;
    }

    .b-main-catalog__item {
        width: 50%;
        padding: 0 6px 12px;
    }

    .b-main-about__image-field {
        display: none;
    }

    .b-main-about__content-field {
        left: 0;
        width: 100%;
        padding-top: 24px;
    }

    .b-main-about-section {
        border-top: none;
        margin-top: 0;
    }

    .g-btn_right-arrow {
        width: 100%;
    }

    .b-main-benefits-section {
        padding: 9px 0 1px;
    }

    .b-main-benefits__item {
        float: none;
        display: inline-block;
        vertical-align: top;
        width: 50%;
        margin-right: -.27em;
        margin-bottom: 31px;
    }

    .b-main-benefits__icon-field {
        margin-bottom: 4px;
    }

    .b-main-benefits__icon {
        height: 60px;
    }

    .b-text-section {
        padding: 3px 0 13px;
    }

    .b-text-section__title {
        font-size: 24px;
        line-height: 35px;
    }

    .b-text-section__header {
        padding: 63px 0 72px;
        margin-bottom: 13px;
    }

    .b-text-section__text {
        text-align: left;
    }

    .b-footer {
        border-top: none;
    }

    .b-footer__content {
        padding: 30px 0 30px;
    }

    .b-footer__nav-item {
        width: 50%;
        margin-bottom: 25px;
    }

    .b-footer__contacts {
        width: 100%;
        text-align: center;
        margin-top: 7px;
    }

    .b-footer__social {
        position: static;
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 33px;
    }

    .b-footer__contacts-item {
        margin-right: 10px;
    }

    .b-header__menu-close {
        left: 14px;
        top: 8px;
    }

    .b-nav, 
    .b-second-nav {
        margin-bottom: 37px;
        font-size: 13px;
        line-height: 24px;
    }

    .b-second-nav {
        margin-bottom: 23px;
    }

    .b-nav__item, 
    .b-second-nav__item {
        margin-bottom: 8px;
    }

    .b-header__menu-content {
        padding: 20px 20px 30px 83px;
    }

    .b-second-nav__user-icon {
        left: -62px;
        top: -9px;
    }

    .b-header__social {
        margin-left: -8px;
    }

    .b-header__social .b-social__item {
        margin: 0 13px;
    }

    .b-vacanices__item {
        margin-bottom: 35px;
        padding-top: 0;
    }

    .b-vacanices__item-title {
        margin-bottom: 16px;
    }

    .b-vacanices__desc {
        margin-bottom: 17px;
    }

    .b-banner {
        height: 193px;
    }

    .b-banner__content {
        padding: 20px;
    }

    .b-banner__btn {
        display: none;
    }

    .b-banner__text {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .b-banner__title {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 10px;
    }

    .b-filter-section__btns:after {
        content: '';
        display: table;
        clear: both;
    }

    .b-filter-section__btns-item {
        float: left;
        width: 50%;
        margin: 0;
    }

    .b-filter-section__btns-item_filter {
        width: 33.33%;
    }

    .b-filter-section__btns-item_filter .g-btn {
       /* border-right: none;*/
    }

    .b-filter-section__btns-item_create {
        width: 66.66%;
    }

    .b-filter-section {
        padding: 20px 0;
    }

    .b-catalog {
        padding: 0;
        margin: 0;
    }

    .b-catalog__item {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
	.ct-ln-3 .b-catalog__item {
		width:100%;
	}

    .b-item__content {
        padding: 22px 22px 12px;
    }

    .b-item__image-field {
        max-width: 186px;
        margin: 0 auto 20px;
    }

    .b-item__description {
        font-size: 13px;
        line-height: 17.5px;
        height: 70px;
    }

    .b-item__constructor-btn {
        font-size: 10px;
        letter-spacing: 0;
    }

    .b-item__content-footer {
        margin: 9px -10px 0 -10px;
    }

    .b-item__btn {
        height: 40px;
        line-height: 36px;
        padding: 0;
        font-size: 12px;
    }

    .b-description {
        font-size: 15px;
        line-height: 25px;
        padding: 23px 0;
    }

    .b-description h1, 
    .b-description h2 {
        text-align: left;
        margin-bottom: 12px;
    }

    .b-popup-window {
        padding: 20px;
    }

    .b-popup-window__sidebar {
        display: none;
    }

    .b-popup-window__sidebar + .b-popup-window__main {
        margin-left: 0;
    }

    .b-popup-window__title {
        font-size: 25px;
        padding-right: 30px;
    }

    .b-popup-window__text {
        font-size: 15px;
        line-height: 26px;
    }

    .b-login-form__btn-field {
        float: none;
        width: auto;
    }

    .b-login-form__remember-field {
        margin-left: 0;
    }

    .b-login-form__control-btn {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .b-captcha-row__captcha-field {
        float: none;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .b-captcha-row__input-field {
        margin-right: 0;
    }

    .b-registration-form__btn-row .g-btn {
        width: 100%;
    }

    .b-filter__item-content:after {
        right: 6px;
        width: 8px;
        height: 8px;
        background-size: 100% 100%;
        margin-top: -5px;
    }

    .b-filter__item-content {
        height: 32px;
        padding: 0 18px 0 8px;
        line-height: 28px;
        font-size: 10px;
        letter-spacing: 0;
    }

    .b-filter__item {
        margin: 0 -1px 4px 0;
    }

    .b-filter {
        margin-bottom: 16px;
    }

    .b-constructor-window {
        overflow-y: auto;
    }

    .b-constructor-window .fancybox-close-small {
        position: fixed;
        right: 0;
        top: 0;
    }

    .b-constructor-window__sidebar {
        float: none;
        width: auto;
        overflow: visible;
        padding: 16px;
        height: auto;
    }

    .b-constructor-window__content {
        margin-right: 0;
        overflow: visible;
    }

    .b-constructor-window__main-title {
        font-size: 20px;
        line-height: 1.2;
        margin: 0 30px 10px;
    }

    .b-constructor-window__main-image-field {
        max-width: 120px;
        margin: 0 auto 10px;
    }

    .b-constructor-window__ingredients-title {
        font-size: 16px;
        margin: 0 0 5px 0;
    }
	.b-constructor-window__ingredients-list-qty {
		font-size: 16px;
		margin: 0 0 5px 0;
	}

    .b-constructor-window__ingredients-list {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .b-constructor-window__ingredients-list-value {
        font-size: 16px;
    }

    .b-constructor-window__ingredients-list-title,
    .b-constructor-window__ingredients-list-qty,
    .b-constructor-window__ingredients-list-value {
        padding-bottom: 0;
    }

    .b-constructor-window__ingredients-list_total {
        font-size: 12px;
    }

    .b-constructor-window__ingredients-list_total .b-constructor-window__ingredients-list-value {
        font-size: 12px;
    }

    .b-constructor-window__total-title {
        font-size: 16px;
        margin-top: 5px;
    }

    .b-constructor-window__total-value {
        font-size: 30px;
    }

    .b-constructor-window__total {
        margin-bottom: 15px;
    }

    .b-constructor-window__content {
        padding: 16px;
    }

    .b-constructor-window__title {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .b-constructor-window__catalog-item {
        margin-bottom: 15px;
        padding: 0 3px;
    }

    .b-constructor-window__catalog-item-content:before {
        width: 20px;
        height: 20px;
        background-size: 100% 100%;
        border-radius: 50%;
    }

    .b-construct {
        overflow-y: auto;
    }

    .b-construct .fancybox-close-small {
        position: fixed;
        right: 0;
        top: 0;
    }

    .b-construct__sidebar {
        float: none;
        width: auto;
        overflow: visible;
        padding: 16px;
        height: auto;
        max-height: none;
    }

    .b-construct__main {
        margin-right: 0;
    }

    .b-construct__main-inner {
        max-height: none;
        overflow: visible;
    }

    .b-construct__title {
        font-size: 20px;
        line-height: 1.2;
        margin: 0 30px 20px 0;
    }

    .b-construct__data-title, .b-construct__data-value {
        padding-bottom: 6px;
    }

    .b-construct__data {
        margin-bottom: 10px;
    }

    .b-construct__ingredients-title {
        margin: 0;
    }

    .b-construct__ingredients-list-title, .b-construct__ingredients-list-value {
        padding-bottom: 0;
    }

    .b-construct__ingredients-list {
        margin-bottom: 15px;
    }

    .b-construct__nav-btn {
        font-size: 12px;
        height: 50px;
    }

    .b-construct__nav-btn strong {
        font-size: 30px;
    }

    .b-construct__nav-btn span {
        top: -5px;
    }

    .b-construct__header {
        height: 50px;
    }

    .b-construct-catalog__item-title {
        font-size: 11px;
        line-height: 14px;
    }

    .b-construct__btn-group {
        font-size: 10px;
    }

    .b-construct__btn-group-text:before {
        left: 2px;
        width: 13px;
        height: 13px;
        margin-top: -9px;
        background-size: 100% 100%;
    }

    .b-construct__total-title {
        font-size: 16px;
        margin-top: 5px;
    }

    .b-construct__total-value {
        font-size: 30px;
    }

    .b-construct__total {
        margin-bottom: 15px;
    }

    .b-construct__content {
        padding: 16px;
    }

    .b-construct__content-title {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .b-construct-catalog__item {
        margin-bottom: 15px;
        padding: 0 3px;
    }

    .b-construct-catalog__item-content:before {
        width: 20px;
        height: 20px;
        background-size: 100% 100%;
        border-radius: 50%;
    }

    .g-btn_create > span {
        padding-left: 32px;
    }

    .b-product__inner {
        margin: 0;
    }

    .b-product__image-section {
        width: 100%;
        padding: 0;
    }

    .b-product__content-section {
        width: 100%;
        padding: 0;
    }

    .b-product__title {
        font-size: 24px;
        line-height: 35px;
        text-align: center;
    }

    .b-product__image-field {
        max-width: 302px;
        margin: 0 auto 0px;
    }

    .b-product__control {
        position: static;
        height: auto;
        background: none;
        padding: 0;
        margin-bottom: 10px;
    }
	.b-product__control-section-2{
		margin-top:10px;
	}
    /*.b-product__control-section-2 {
        position: fixed;
        z-index: 1001;
        left: 0;
        right: 0;
        bottom: 0;
        height: 60px;
        background: #dedede;
        padding-left: 28px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .b-product__control-count-field {
        right: 50%;
        width: 50%;
    }

    .b-product__control-btn-field {
        width: 50%;
    }*/

    .b-product__rating-field {
        margin-right: 36px;
    }

    .b-product__header-field {
        margin-bottom: 15px;
    }

    .b-product__options-item {
        margin-right: 18px;
    }

    .b-product__control-options-field {
        margin-right: 0;
        padding-top: 11px;
        min-height: 40px;
    }

    .b-product__control-price-field {
        float: right;
    }

    .b-product__price {
        font-size: 35px;
        line-height: 40px;
    }

    .b-product__control-section-1:after {
        content: '';
        display: table;
        clear: both;
    }

    .b-product__social-field {
        margin: 0 -20px;
        padding: 15px 20px;
        border-top: 1px solid #dedede;
    }

    .b-product__social {
        text-align: left;
    }
	.b-product__social .b-social__item{
		margin:0 7px;
	}

    .b-product {
        padding: 15px 0 1px;
    }

    .b-additional-catalog-section__title {
        margin-bottom: 22px;
    }

    .b-catalog .slick-dots {
        margin-top: 0;
    }

    .b-additional-catalog-section {
        padding: 20px 0 14px;
    }

    .b-reviews {
        padding: 23px 0 1px;
    }

    .b-review__author {
        display: block;
        margin-right: 0;
        margin-bottom: 9px;
    }

    .b-review__meta {
        display: block;
        border: none;
        float: left;
        font-size: 13px;
    }

    .b-review__meta-item {
        display: block;
        border: none;
        padding: 0;
    }

    .b-review__rating-field {
        position: static;
        float: right;
        margin: -3px -5px 0 0;
    }

    .b-review__header {
        padding-right: 0;
    }

    .b-review__header:after {
        content: '';
        display: table;
        clear: both;
    }

    .b-reviews__item {
        margin-bottom: 27px;
    }

    .b-add-comment__title {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .b-add-comment__textarea-field {
        margin-bottom: 21px;
    }

    .b-rating_extra .b-rating__star {
        width: 40px;
        height: 40px;
    }

    .b-add-comment__rating-title {
        font-size: 15px;
        margin: 4px 14px 0 0;
    }

    .b-add-comment__rating-field {
        margin-bottom: 25px;
    }

    .b-add-comment__btn {
        float: none;
        width: 100%;
        height: 60px;
        line-height: 56px;
        font-size: 16px;
        margin: 0;
    }

    .b-add-comment__note {
        font-size: 15px;
        line-height: 23px;
        padding-top: 22px;
    }

    .b-add-comment-section {
        padding: 24px 0;
    }

    .b-product__btn {
        font-size: 14px;
        height: 100%;
    }

    .b-basket__item {
        padding: 16px 0 20px;
    }

    .b-basket__image-field {
        width: 57px;
    }

    .b-basket__title {
        font-size: 15px;
    }

    .b-basket__content {
        padding: 3px 0 0 0;
    }

    .b-basket__main {
        float: none;
        width: auto;
        margin-left: 91px;
    }

    .b-basket__main:after {
        content: '';
        display: table;
        clear: both;
    }

    .b-basket__title-field {
        margin: 0 30px 11px 0;
        float: none;
        width: auto;
    }

    .b-basket__info-field {
        width: 100%;
        padding-right: 25px;
    }

    .b-basket__price-field {
        display: none;
    }

    .b-basket__count-field {
        width: 115px;
    }

    .b-basket__total-field {
        width: auto;
        margin-top: 0;
        text-align: right;
        float: none;
        margin-left: 115px;
        padding-top: 2px;
    }

    .b-basket__count,
    input.b-basket__count {
        height: 26px;
        padding: 0;
    }

    .b-basket__count .jq-number__spin {
        width: 38px;
    }

    .b-basket__count .jq-number__spin:before {
        width: 14px;
        margin-left: -7px;
    }

    .b-basket__count .jq-number__spin:after {
        height: 14px;
        margin-top: -7px;
    }

    .b-basket__remove {
        top: 17px;
    }

    .b-basket__remove-btn {
        width: 22px;
        height: 22px;
    }

    .b-basket__remove-btn:before, .b-basket__remove-btn:after {
        width: 18px;
        margin-left: -9px;
    }

    .b-basket__additional {
        margin-top: 21px;
    }

    .b-basket__additional-item-remove-btn {
        width: 20px;
        height: 20px;
        margin-left: -4px;
    }

    .b-basket__additional-item-remove {
        width: 26px;
    }

    .b-basket__additional-item-title, .b-basket__additional-item-count {
        padding-bottom: 10px;
    }

    .b-basket__additional-list {
        font-size: 13px;
        max-width: none;
        line-height: 20px;
        margin-bottom: -15px;
    }

    .b-basket-section__basket {
        margin-bottom: 16px;
    }

    .b-basket-total__title {
        font-size: 22px;
        margin: 0 0 12px 0;
    }

    .b-basket-total__list-title, .b-basket-total__list-value {
        padding-bottom: 1px;
    }

    .b-basket-total__promo {
        position: static;
        right: 0;
        top: 0;
        margin: 0;
        width: auto;
        padding: 4px 0 13px;
    }

    .b-basket-total__list {
        float: none;
        width: 210px;
        margin: 0;
        font-size: 13px;
        margin-bottom: 10px;
    }

    .b-basket-total__total {
        float: none;
        width: auto;
        margin: 10px 0 0;
    }

    .b-basket-total__content {
        padding: 14px 22px 13px;
    }

    .fancybox-container .b-basket-section__order-popup {
        padding: 20px 19px;
    }

    .b-order__title {
        margin-bottom: 21px;
    }

    .b-date-select__label {
        top: 2px;
        font-size: 15px;
    }

    .b-date-select__inner {
        margin-bottom: 33px;
    }

    input.b-date-select__input {
        font-size: 16px;
        padding: 24px 0 0;
        height: 55px;
    }

    .b-order__section + .b-order__section {
        margin-top: 6px;
    }

    .b-payment-type {
        padding-top: 5px;
    }

    .b-payment-type__item-content {
        float: none;
        margin: 0;
        width: 100%;
    }

    .b-payment-type__item-hidden {
        float: none;
        margin-left: 42px;
        margin-top: 18px;
    }

    input.b-payment-type__item-input {
        width: 100%;
    }

    .b-payment-type__item {
        min-height: 0;
        margin-bottom: 30px;
    }

    .b-basket-total__bonus {
        float: none;
        text-align: center;
        width: auto;
        font-size: 14px;
        line-height: 21px;
    }

    .b-basket-total__bonus-value {
        margin-bottom: 3px;
    }

    .b-basket-total__footer {
        padding: 22px 20px 25px;
    }

    .b-basket-total__popup-btn {
        height: 60px;
        line-height: 56px;
        font-size: 13px;
        letter-spacing: 1.5px;
        padding: 0;
    }

    .b-basket-login {
        font-size: 15px;
        margin-top: 17px;
        margin-bottom: 24px;
    }

    .b-basket-login__item {
        display: block;
        margin: 0 0 10px;
    }

    .b-basket-mob-btn {
        height: 60px;
        line-height: 56px;
        font-size: 14px;
    }

    .fancybox-container .b-basket-mob-btn-field,
    .window-full-show .b-basket-mob-btn-field{
        margin: 30px 0 25px;
    }

    .fancybox-close-small {
        right: 7px;
        top: 19px;
        width: 40px;
        height: 40px;
    }

    .fancybox-close-small:before,
    .fancybox-close-small:after,
	.window-close-small:before,
	.window-close-small:after {
        width: 18px;
        margin-left: -9px;
    }

    .b-page-nav {
        margin: 18px -20px 31px;
    }

    .b-news-catalog__grid {
        width: 50%;
    }

    .b-news-catalog__title {
        font-size: 13px;
        line-height: 20px;
    }

    .b-page-nav__link {
        font-size: 14px;
        padding: 0 20px;
    }

    .b-news-section h1 {
        margin-bottom: 18px;
    }

    .b-news-catalog__figure {
        margin-bottom: 9px;
    }

    .b-news-catalog__grid {
        margin-bottom: 24px;
    }

    .b-news-catalog__date {
        padding: 3px;
        font-size: 10px;
    }

    .b-news-catalog__date-1 {
        font-size: 24px;
        margin-bottom: 1px;
    }

    .b-news-catalog {
        margin-bottom: 0;
    }

    .b-actions-section h1 {
        margin-bottom: 10px;
    }

    .b-actions-section .g-lead {
        margin-bottom: 36px;
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 26px;
    }

    .b-actions-catalog__grid {
        width: 50%;
        margin-bottom: 40px;
    }

    .b-actions-catalog__item-content {
        width: 160px;
        height: 160px;
        font-size: 11px;
        line-height: 18px;
    }

    .b-actions-catalog__item-title {
        font-size: 10px;
        line-height: 18px;
    }

    .b-actions-catalog__item-title_large {
        font-size: 22px;
    }

    .b-actions-catalog {
        margin: 0 -10px 7px;
    }

    .b-content_bonus {
        padding: 30px 0 9px;
    }

    .b-bonus-text {
        margin-left: 0;
    }

    .b-bonus-text__title {
        position: static;
    }

    .b-bonus-section__header {
        padding: 27px 0 38px;
        margin-bottom: 21px;
    }

    .b-bonus-banner {
        background: none !important;
        margin: 0 0 35px;
    }

    .b-bonus-banner__header {
        float: none;
        width: auto;
        height: auto;
        padding: 33px 20px;
    }

    .b-bonus-banner__content {
        float: none;
        width: auto;
        padding: 33px 20px 12px;
        margin: 0;
    }

    .b-bonus-banner__title {
        font-size: 20px;
        line-height: 32px;
    }

    .b-product-banner {
        margin: 0 -20px;
    }

    .b-product-banner__text {
        font-size: 13px;
        line-height: 21px;
    }

    .b-product-banner__title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .b-product-banner__inner {
        padding: 29px 20px 30px;
    }

    .b-product-banner__outer {
        height: 263px;
    }

    .b-benefits {
        margin: 0;
        padding: 33px 0 0;
    }

    .b-benefits__item {
        padding: 0;
        display: block;
        margin: 0 20px 23px 0;
        width: auto;
        text-align: left;
    }

    .b-benefits__item-inner:after {
        content: '';
        display: table;
        clear: both;
    }

    .b-benefits__item-inner {
        max-width: none;
    }

    .b-benefits__icon-field {
        float: left;
        width: 72px;
        margin: 0 20px 0 0;
        text-align: center;
    }

    .b-benefits__item-title {
        font-size: 13px;
        line-height: 21px;
        margin-left: 92px;
    }

    .b-benefits__item-text {
        margin-left: 92px;
    }

    .b-price-table {
        font-size: 14px;
        line-height: 26px;
    }

    .b-price-table__title {
        width: 60%;
    }

    .b-price-table__value {
        text-align: right;
    }

    .b-price-table__foot-cell {
        font-size: 15px;
        padding-top: 14px;
    }

    .b-price-table-section {
        background-position: right center;
        position: relative;
    }

    .b-price-table-section:before {
       /* content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0,0,0,0.7);*/
    }

    .b-price-table-section__inner {
        position: relative;
        padding: 17px 0 34px;
    }

    .b-price-table__cell {
        padding-bottom: 12px;
    }

    .b-price-table-section {
        margin-bottom: 40px;
    }

    .b-payment__title {
        font-size: 26px;
        margin-bottom: 19px;
    }

    .b-payment__section-title {
        font-size: 22px;
        margin-bottom: 11px;
    }

    .b-payment__item-value {
        margin-left: 0;
        padding-left: 0;
        margin-top: 15px;
    }

    .b-payment__item {
        margin-bottom: 34px;
    }

    .b-payment__section {
        margin-bottom: 50px;
    }

    .b-payment__info {
        font-size: 18px;
        line-height: 30px;
        margin-top: -5px;
    }

    .b-payment__item-description {
        width: 100%;
    }

    .b-payment {
        margin-bottom: 47px;
    }

    .b-shipping-map__title {
        margin-bottom: 10px;
    }

    .b-shipping-map .b-form-row {
        margin-bottom: 20px;
    }

    .b-shipping-map__content {
        margin-bottom: 17px;
    }

    .b-shipping-map__map {
        height: 288px;
        margin-bottom: 30px;
    }

    .b-shipping-map__result-inner {
        -webkit-column-count: 1;
        column-count: 1;
    }

    .b-shipping-map__result-item {
        margin-bottom: 18px;
    }

    .b-shipping-map {
        margin-bottom: 18px;
    }

    .b-account__nav {
        margin: 0 -20px;
        padding: 0 20px;
    }

    .b-account__header {
        float: none;
        width: auto;
        margin: 0;
        padding: 0;
    }

    .b-account__bonus {
        float: none;
        width: auto;
        margin: 0 0 29px 0;
        text-align: left;
    }

    .b-account__name {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .b-account__info {
        font-size: 13px;
        line-height: 20px;
    }

    .b-account__bonus-title {
        font-size: 24px;
    }

    .b-account__bonus-value {
        font-size: 40px;
    }

    .b-account__nav-list {
        font-size: 11px;
    }

    .b-account__sidebar {
        padding-top: 22px;
    }

    .b-account__sidebar-content {
        margin-bottom: 0;
    }

    .b-account__header {
        margin: 0 0 29px 0;
    }

    .b-account__bonus {
        margin: 0 0 18px 0;
    }

    .b-account__nav-list {
        font-size: 11px;
        line-height: 28px;
    }

    .b-account__content .l-container {
        margin-left: 20px;
    }

    .b-account__content-inner {
        padding-top: 48px;
        padding-bottom: 40px;
    }

    .b-account .b-tabs {
        margin-top: 0;
    }

    .b-tabs__menu-item {
        margin-right: 12px;
    }

    .b-tabs__menu {
        margin-bottom: 34px;
    }

    .b-account .b-form-btn-row {
        padding-top: 10px;
    }

    .b-account .b-form-btn-row .g-btn {
        height: 60px;
        line-height: 56px;
    }

    .b-account-bonus__info {
        font-size: 24px;
    }

    .b-account-bonus__info-row {
        margin-bottom: 5px;
    }

    .b-account-bonus__title {
        margin-bottom: 22px;
    }

    .b-account-bonus {
        padding-top: 5px;
        padding-bottom: 32px;
    }

    .b-orders-table {
        display: block;
    }

    .b-orders-table__head {
        display: none;
    }

    .b-orders-table__body {
        display: block;
    }

    .b-orders-table__item {
        display: block;
        position: relative;
        border-bottom: 1px solid #c4c4c4;
        padding-bottom: 10px;
        margin-bottom: 18px;
    }

    .b-orders-table__cell {
        display: block;
        padding: 0 0 0 113px;
        border: none;
        width: auto;
        margin-bottom: 12px;
    }

    .b-orders-table__cell:after {
        content: '';
        display: table;
        clear: both;
    }

    .b-orders-table__cell:before {
        content: '';
        font-weight: 500;
        float: left;
        width: 100px;
        margin-left: -113px;
    }

    .b-orders-table__cell_code:before {
        content: 'Код  заказа';
    }

    .b-orders-table__cell_date:before {
        content: 'Дата заказа';
    }

    .b-orders-table__cell_order:before {
        content: 'Состав заказа';
    }

    .b-orders-table__cell_summ:before {
        content: 'Сумма, рублей';
    }

    .b-orders-table__order {
        display: block;
    }

    .b-orders-table__order-info {
        width: 100%;
    }

    .b-orders-table {
        font-size: 13px;
        margin-top: -27px;
    }

    .b-orders-table__repeat-btn {
        width: auto;
        height: auto;
        font-size: 13px;
        font-weight: 500;
        text-decoration: none !important;
        color: inherit;
    }

    .b-orders-table__repeat-btn:before {
        position: static;
        display: inline-block;
        vertical-align: middle;
        margin: 0 13px 0 0;
        width: 23px;
        height: 22px;
        background-size: 100% 100%;
    }

    .b-orders-table__repeat-btn-text {
        display: inline-block;
        vertical-align: middle;
    }

    .b-orders-table__cell_repeat {
        padding-left: 0;
        padding-top: 8px;
    }

    .b-orders-table__order-content {
        clear: both;
        margin-left: -94px;
        margin-right: -33px;
        padding-top: 9px;
    }

    .b-orders-table__order-info-title, 
    .b-orders-table__order-info-value {
        padding-bottom: 5px;
    }

    .b-orders-table__order-info {
        margin-bottom: -5px;
    }

    input.b-item__count {
        height: 39px;
        padding: 10px 0;
    }

    .b-constructor-window__catalog-item-title {
        font-size: 10px;
        line-height: 14px;
    }

    .b-product__count, input.b-product__count {
        height: 100%;
    }

    .b-basket-total__popup-btn {
        letter-spacing: 0.5px;
    }

    .b-main-catalog__create-btn-field .g-btn_create {
        height: 55px;
        line-height: 51px;
        font-size: 13px;
        letter-spacing: 1.2px;
    }

    .b-main-catalog__create-btn-field .g-btn_create > span {
        padding-left: 40px;
    }

    .b-main-item__price {
        font-size: 13px;
    }

    .b-main-item__title {
        font-size: 14px;
        letter-spacing: 0;
        margin-bottom: 1px;
    }

    .b-main-item__content {
        padding: 8px 14px;
    }

    .b-main-about__content-field {
        padding: 0;
        position: static;
    }

    .b-main-about {
        padding: 31px 0 0;
    }

    .b-main-about__row {
        margin: 0;
    }

    .b-main-about__content .g-btn {
        margin-top: 12px;
        font-size: 13px;
    }

    .b-basket-field__content {
        max-height: calc(100vh - 89px);
    }

    .b-header__phone {
        background: #f3f3f3;
        padding: 2px 0 3px;
        text-align: center;
        font-weight: bold;
    }

    .b-header__phone-inner {
        position: relative;
        text-align: left;
        display: inline-block;
        right: auto;
        top: auto;
        padding-left: 34px;
    }

    .b-header__phone-inner:before {
        top: 1px;
        width: 24px;
        height: 24px;
    }

    .b-header__phone-item {
        display: inline;
        vertical-align: baseline;
    }

    .b-header__phone-item:after{
        content: '|';
        display: inline;
        vertical-align: middle;
        margin: 0 4px;
        position: relative;
        top: -2px;
        width: auto;
        height: auto;
        background: none;
    }

    .b-header__phone-item:last-child:after{
        display: none;
    }

    .b-header__phone-num {
        font-size: inherit;
    }

    .b-header__phone-info {
        font-size: 13px;
    }

    .b-product-catalog-section__title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .b-product-catalog-section {
        padding: 29px 0 42px;
    }

    .b-product-catalog {
        margin: 0 -20px 0 -5px;
    }

    .b-product-catalog__item {
        padding: 0 5px;
        width: 160px;
    }

    .b-product-item__img {
        margin-bottom: 12px;
    }

    .b-product-item__description {
        font-size: 11px;
        line-height: 13px;
        height: 39px;
        -webkit-line-clamp: 3;
    }

    .b-product-item__title {
        font-size: 14px;
        line-height: 17px;
        margin: 0 0 9px 0;
        white-space: normal;
    }

    .b-product-item__footer {
        margin-top: 11px;
    }

    .b-product-item__price {
        height: 30px;
        font-size: 14px;
        line-height: 30px;
    }

    .b-product-item__count {
        height: 30px;
    }

    input.b-product-item__count {
        height: 30px;
        font-size: 12px;
    }

    .b-product-item__count .jq-number__spin {
        width: 30px;
    }

    .b-product-item__count .jq-number__spin:before {
        width: 12px;
        margin-left: -6px;
    }

    .b-product-item__count .jq-number__spin:after {
        height: 12px;
        margin-top: -6px;
    }

    .b-basket-section__basket {
        margin-bottom: 2px;
    }

    .b-basket-section__total {
        margin-bottom: 22px;
    }

    .b-main-banners__info {
        height: 200px;
    }

    .b-main-banners__info-text {
        font-size: 12px;
        line-height: 18px;
        min-height: 36px;
    }

    .b-basket-back-btn-row {
        margin-top: -38px;
    }
}
@media only screen and (max-width : 370px) {
	.b-basket-back-btn{
		font-size:10px;
	}
	.b-basket__info-field{
		padding-right: 0;
	}
}
@media only screen and (min-width : 1100px) and (max-width : 1339px) {
	.b-nav {
		font-size: 11px;
		letter-spacing: 0;
	}
}