@media only screen and (max-width : 1199px) {
	
    .b-header__account {
        left: 64%;
        padding-left: 1%;
        width: 23%;
    }

    .b-account__name {
        font-size: 14px;
    }

    .b-account__bonus-value {
        font-size: 14px;
    }

    .b-restaurant-check__select-field {
        padding-right: 120px;
    }

    .b-restaurant-check__map-btn-field {
        width: 106px;
        margin-left: -106px;
    }

}

@media only screen and (max-width : 1199px) and (min-width : 992px) {
	#top-buttons {display: none;}
	
	.b-main-slider__item {
        height: 34vw;}
    .b-delivery-time__title {
        width: 25%;
        margin-top: 0;
    }

    .b-delivery-time__item {
        width: 37.5%;
    }

    .b-aside {
        width: 212px;
        margin-right: -212px;
    }

    .b-content-aside {
        padding-left: 242px;
    }

    .b-aside__icon {
        left: 0;
    }

    .b-aside__link {
        padding-left: 53px;
    }
}

@media only screen and (min-width : 992px) {
    .b-header {
        top: 0 !important;
    }

    .b-header.is_stuck + div:not([class]) {
        display: none !important;
    }
}

@media only screen and (max-width : 991px) {
    body {
        padding-top: 0;
		/*background: url(/bitrix/templates/fo/css/../images/fon.jpg);*/
    }
	html.is-start-header .b-header, .b-header__top  {
		background: url(/bitrix/templates/fo/css/../images/fon.jpg);
	}

    .b-header {
        position: static;
        background: none;
        box-shadow: none;
    }

    .b-header__account {
        border: none;
        padding: 0;
        left: 58.4%;
        width: 43%;
        top: 39px;
        min-height: 0;
    }

    .b-account__name {
        font-size: 15px;
        margin-right: 6px;
    }

    .b-header.is_stuck {
        background: #fff;
        box-shadow: 0 0 5px rgba(0,0,0,0.1);
    }

    .b-header.is_stuck .b-header__phone {
        visibility: hidden;
    }

    .b-header.is_stuck .b-header__account {
        left: 38.5%;
        width: 250px;
        top: 138px;
        z-index: 100;
        right: auto;
    }

    .b-header.is_stuck .b-header__login {
        left: 37.8%;
        width: 175px;
        top: 138px;
        z-index: 100;
    }

    .b-delivery-time__title {
        text-align: left;
    }

    .b-address-list__title .b-check-row__input:not(checked) + .b-check-row__text:before {
        box-shadow: 0 0 0 5px #fff inset;
    }

    .b-order__step .l-row {
        margin-left: -9px;
        margin-right: -9px;
    }

    .b-order__step .l-row__col {
        padding-left: 9px;
        padding-right: 9px;
    }

    .b-input-wrapper_edit .b-input {
        padding-right: 15px;
    }

    .b-input-wrapper_edit .b-input-icon {
        display: none;
    }

    .b-aside {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 31px;
        margin-top: 8px;
    }

    .b-aside__nav {
        background: none;
    }

    .b-aside__header {
        display: none;
    }

    .b-aside__content {
        border: none;
        padding: 0;
        overflow: hidden;
        text-align: center;
    }

    .b-aside__list {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        text-align: center;
        font-family: 'Montserrat',sans-serif;
        font-weight: bold;
        font-size: 26px;
    }

    .b-aside__list:before, 
    .b-aside__list:after {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: 1px;
        width: 1000px;
        border-bottom: 1px solid #d7d7d7;
    }

    .b-aside__list:before {
        right: 100%;
        margin-right: 20px;
    }

    .b-aside__list:after {
        left: 100%;
        margin-left: 20px;
    }

    .b-aside__item {
        display: inline;
        border: none;
        padding: 0 8px;
    }

    .b-aside__link {
        display: inline;
        height: auto;
        line-height: normal;
        padding: 0;
        color: #c1c1c1;
        text-decoration: none !important;
        border-bottom: 2px dotted transparent;
    }

    .b-aside__link:hover {
        color: #ff6802;
        border-bottom-color: transparent;
    }

    .b-aside__link.is-active {
        color: #ff6802;
        border-bottom-color: inherit;
    }

    .b-aside__icon {
        display: none;
    }

    .b-content-aside {
        padding-left: 0;
    }

    .b-aside__text {
        border: none;
    }

    .b-profile__title {
        display: none;
    }

    .b-profile__footer {
        margin-top: 15px;
        margin-bottom: 60px;
    }

    input.b-input_without-icon {
        padding-left: 15px;
    }

    .b-profile__address-title {
        margin-left: 0;
    }

    .b-profile__address-header-inner:before, .b-profile__address-header-inner:after {
        display: none;
    }

    .b-profile__address-header {
        text-align: left;
        padding: 0;
        margin-bottom: 16px;
    }

    .b-profile__address {
        margin-bottom: 30px;
    }

    .b-list {
        margin-bottom: 47px;
        font-size: 16px;
        line-height: 19px;
    }

    .b-list li {
        margin-bottom: 16px;
    }

    .b-list li:before {
        top: 4px;
    }

    .b-section {
        margin-bottom: 48px;
    }

    .b-section__header {
        margin-bottom: 17px;
    }

    .b-section__title {
        font-size: 36px;
    }

    .b-section__title:before, .b-section__title:after {
        margin-top: -1px;
    }

    .b-section__title:before {
        margin-right: 30px;
    }

    .b-section__title:after {
        margin-left: 30px;
    }

    .b-section_delivery-info {
        padding: 37px 30px 37px;
    }

    .b-delivery-info__item {
        padding: 0 20px;
    }

    .b-delivery-info__icon-field {
        margin-bottom: 17px;
    }

    .b-delivery-info__title {
        font-size: 21px;
        margin-bottom: 1px;
    }

    .b-delivery-info__text {
        font-size: 13px;
    }

    .b-delivery-zone__title {
        font-size: 13px;
        margin: -12px 0 25px;
    }

    .b-delivery-zone__map {
        height: 383px;
    }

    .b-delivery-zone__info {
        margin: 21px -5px 0;
        font-size: 13px;
        line-height: 19px;
    }

    .b-delivery-zone__info-item {
        padding: 0 5px;
    }

    .b-delivery-zone__info-icon {
        top: 5px;
        width: 28px;
        height: 28px;
    }

    .b-delivery-zone__info-item-inner {
        padding-left: 33px;
    }

    .b-section_delivery-zone {
        margin-bottom: 43px;
    }

    .b-order-types__item {
        width: 50%;
    }

    .b-section_order-types {
        margin-bottom: 18px;
    }

    .b-payment-type__icon-field {
        float: none;
        white-space: nowrap;
        height: 76px;
        margin: 0 0 18px 0;
    }

    .b-payment-type__icon-field:before {
        content: '';
        display: inline-block;
        vertical-align: bottom;
        height: 100%;
        margin-right: -.28em;
    }

    .b-payment-type__icon {
        display: inline-block;
        vertical-align: bottom;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }

    .b-payment-type {
        text-align: center;
    }

    .b-payment-types {
        margin: 0 -10px;
    }

    .b-payment-types__item {
        padding: 0 10px;
    }

    .b-payment-type__text {
        font-size: 13px;
    }

    .b-content__menu {
        display: none !important;
    }

    .b-content__menu_fixed {
        position: static !important;
        margin: 0 !important;
        width: auto !important;
    }

    html.is-menu-open .b-content__menu_fixed {
        display: block !important;
    }

    .b-content__menu_fixed .b-content__menu-bg {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        cursor: pointer;
    }

    .b-content__menu_fixed .b-content__menu-inner {
        position: absolute;
        left: 0;
        top: 100%;
        bottom: auto;
        border: none;
        width: 300px;
        background: #fff;
        box-shadow: 0 5px 22px rgba(158,158,158,0.69) !important;
        overflow: visible;
        margin-top: 7px;
        z-index: 110;
    }

    .b-content__menu_fixed .b-content__menu-inner:before {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 0 7px 5px 7px;
        border-color: transparent transparent #f7f7f7 transparent;
        left: 36px;
        top: -5px;
    }

    .b-content__menu_fixed .b-menu__header {
        display: none;
    }

    .b-content__menu_fixed .b-menu__content {
        border: none;
        background: #f7f7f7;
        padding: 0;
        overflow-y: auto;
        max-height: calc(100vh - 83px);
    }

    .b-content__menu_fixed .b-menu__list {
        margin: -1px 0 0 -1px;
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 0;
        column-gap: 0;
        font-size: 13px;
    }

    .b-content__menu_fixed .b-menu__item {
        border: none;
    }

    .b-content__menu_fixed .b-menu__link {
        height: 61px;
        line-height: 60px;
        border: 1px solid #ebebeb;
        border-width: 1px 0 0 1px;
        padding-left: 55px;
        padding-right: 10px;
		padding-top: 1px;
    }

    html.is-menu-open .b-menu-btn {
        box-shadow: 0 5px 22px rgba(158,158,158,0.69) !important;
    }

    .b-content__menu_fixed .b-menu__icon {
        left: 8px;
        margin-top: -16px;
        width: 45px;
        height: 36px;
    }

    .b-menu__icon:before, .b-menu__icon:after {
        background-size: 200% 100%;
    }

    .b-menu__icon:after {
        background-position: -45px 0;
    }

    .b-content__menu_fixed .b-menu__text {
        line-height: 1;
        display: inline-block;
        vertical-align: middle;
        white-space: normal;
    }

    .b-mob-nav__phone,
    .b-mob-nav__login,
    .b-mob-nav__basket {
        display: none;
    }
}

@media only screen and (max-width : 991px) and (min-width : 768px) {	
    .b-basket-delivery {
        float: none;
    }

    .b-basket-delivery__title {
        float: left;
        margin-right: 18px;
    }

    .b-basket-delivery__content {
        display: block;
        overflow: hidden;
    }

    .b-basket-delivery__item {
        display: inline-block;
        margin-bottom: 11px;
    }
.sp-gallery-item { 
	text-align: center;
    padding: 5px;
	width: 50%;
}	
.b-main-slider__item {
    height: 26vw;
}
}

@media only screen and (min-width : 768px) {
	#top-buttons {display: none;}
    .b-basket-delivery__item .b-check-row__input:not(checked) + .b-check-row__text {
        padding-left: 23px;
    }
}

@media only screen and (max-width : 767px) {
	.side-button-1 .side-b { top: 30px;}
	.sticky {position: sticky;top: 40px;z-index: 2}
	#circle_v3  {margin: 0 auto; float: none;}
	#left-buttons, .textwall {display: none;}
	.b-main-wrapper {
		margin-top:35px;
	}
	.b-page-header.sm .b-page-header__title {display: none;}
	
    .b-header__account {
        left: 56.8%;
        width: auto;
        right: 40px;
        top: 46px;
    }

    .b-account__name-row {
        margin-bottom: 8px;
    }

    .b-account__name {
        margin-right: 0;
    }

    .b-account__name-text {
        display: none;
    }

    .b-account__bonus-icon {
        top: 0;
    }

    .b-account__bonus-title {
        display: none;
    }

    .b-account__bonus-value {
        color: #333333;
    }

    .b-account__bonus-prefix {
        display: none;
    }

    .b-account__logout {
        color: #333333;
    }

    .b-header.is_stuck .b-header__content:before {
        display: none;
    }

    .b-header.is_stuck .b-header__content {
        width: 45px;
    }

    .b-header.is_stuck .b-header__account {
        left: 57%;
        width: auto;
        top: 128px;
        right: 40px;
    }

    .b-header.is_stuck .b-header__login {
        width: auto;
    }

    .b-header.is_stuck .b-login__target-btn {
        left: 156px;
        top: 127px;
        z-index: 100;
    }

    .b-basket-delivery__item {
        width: 87px;
        margin: 0;
    }

    .b-address-list__title .b-check-row__input:not(checked) + .b-check-row__text:before {
        width: 24px;
        height: 24px;
        top: 3px;
    }

    .b-delivery-time__time-col {
        margin-bottom: 15px;
    }

    .b-delivery-time__time-col_1 {
        width: 100%;
        padding-right: 0;
    }

    .b-delivery-time__time-col_2,
    .b-delivery-time__time-col_3 {
        width: 80px;
        margin-right: 15px;
        left: auto;
    }

    .b-delivery-time__item .b-check-row {
        margin-bottom: 15px;
    }

    .b-delivery-time__title {
        text-align: center;
    }

    .b-restaurant-check .b-form-row__label {
        text-align: center;
    }

    .b-restaurant-check__select-field {
        padding-right: 0;
    }

    .b-restaurant-check__map-btn-field {
        width: 100%;
        margin-left: 0;
        text-align: right;
    }

    .b-restaurant-check__select-field .b-form-row {
        margin-bottom: 3px;
    }

    .b-profile__data {
        max-width: none;
        margin-right: 0;
    }

    .b-profile__add-phone-btn-field {
        position: static;
        width: auto;
        margin-left: 0;
        text-align: right;
    }

    .b-aside__list:before, .b-aside__list:after {
        display: none;
    }

    .b-profile__btn-field:before, .b-profile__btn-field:after {
        display: none;
    }

    .b-profile__btn-field {
        width: 100%;
    }

    .b-aside__list {
        font-size: 24px;
    }

    .b-aside {
        margin-bottom: 21px;
        margin-top: 11px;
    }

    .b-profile__footer {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .b-address-row__form-remove-btn {
        right: auto;
        left: 0;
        width: 50px;
        height: 30px;
        top: -30px;
        line-height: 30px;
    }

    .b-profile__address {
        margin-bottom: 20px;
    }

    .b-profile__address-list {
        margin-bottom: 30px;
    }

    .b-profile__address-add {
        margin-bottom: 20px;
    }

    .b-list {
        margin-bottom: 30px;
        font-size: 15px;
        line-height: 1.2;
    }

    .b-list li:before {
        top: 3px;
    }

    .b-section_delivery-info {
        border: none;
        padding: 0;
        background: none;
    }

    .b-section__header {
        margin: 0 -10px 30px;
        padding: 22px 15px 18px;
        background: #f0f0f0;
    }

    .b-section__title {
        font-size: 30px;
        text-transform: none;
    }

    .b-section__title:before, 
    .b-section__title:after {
        display: none;
    }

    .b-delivery-info__item:before {
        display: none;
    }

    .b-delivery-info__item {
        display: block;
        width: auto;
        margin: 0 0 20px 0;
        padding: 0;
    }

    .b-delivery-info__item:last-child {
        margin-bottom: 0;
    }

    .b-delivery-zone__info {
        margin: 20px 0 0;
    }

    .b-delivery-zone__info-item {
        display: block;
        width: auto;
        margin: 0 0 14px 0;
        padding: 0;
    }

    .b-order-types {
        margin: 0;
    }

    .b-order-types__item {
        display: block;
        width: auto;
        margin: 0 0 20px 0;
        padding: 0;
    }

    .b-order-types__item:last-child {
        margin-bottom: 0;
    }

    .b-order-type__inner {
        height: auto !important;
    }

    .b-payment-types {
        margin: 0;
    }

    .b-payment-types__item {
        display: block;
        width: auto;
        margin: 0 0 26px 0;
        padding: 0;
    }

    .b-delivery-info__item-inner {
        max-width: 200px;
    }

    .b-section {
        margin-bottom: 26px;
    }

    .b-delivery-zone__title {
        margin: -17px 0 27px;
    }

    .b-delivery-zone__map {
        height: 204px;
    }

    .b-delivery-zone__info {
        margin: 15px 0 0;
    }

    .b-section_delivery-zone {
        margin-bottom: 28px;
    }

    .b-delivery-zone__info-item-inner {
        padding-left: 35px;
    }

    .b-order-type {
        padding: 15px 19px;
    }

    .b-order-type__title {
        margin-bottom: 2px;
    }

    .b-order-type__num {
        right: -10px;
        top: -15px;
        font-size: 60px;
    }

    .b-payment-type__title {
        font-size: 24px;
        margin-bottom: 3px;
    }

    .b-payment-type__icon-field {
        height: 67px;
        margin-bottom: 18px;
    }

    .b-payment-type__text {
        max-width: 200px;
        margin: 0 auto;
    }

    .b-payment-type {
        max-width: 220px;
        margin: 0 auto;
    }

    .b-content__menu_fixed .b-content__menu-inner {
        width: 290px;
    }

    .b-content__menu_fixed .b-menu__content {
        max-height: calc(100vh - 70px);
    }
	
	.sp-gallery-item { 
	text-align: center;
    padding: 5px;
	width: 100%;
}
@media only screen and (max-width: 991px){
.b-menu-btn {
    width: 150px;
    height: 56px;
    line-height: 56px;
    background: #5f8b1f;}}
@media only screen and (max-width: 991px) {
.b-mob-nav__list {
	font-size: 18px;
	color: #000;
    font-family: 'Montserrat',sans-serif;}}
@media only screen and (max-width: 767px){
.b-login__target-btn {
    background: #f5f5f5;}}	
@media only screen and (max-width: 767px) {
.b-main-slider__item {
    height: 32vw;
}}
@media only screen and (max-width: 991px) {
.slick-dots {
    display: none !important;
}
}