@media (max-width: 991.98px) and (min-width: 768px) {
.product__buy {    
    grid-template-columns: repeat(1, 4fr);
   }
}

img.notify__item--image {
margin-left: auto;
margin-right: auto;
}

.slick-list.draggable {overflow: hidden}
@media (max-width: 767.98px) {
.slider__for--item img {
    max-width: 260px;
    max-height: 260px;
}
}

.slider-for.slider__for.slick-initialized.slick-slider.slick-dotted 
.slick-dots {
        display: flex !important;
}


.slider__similar .slick-track {
     margin-bottom: 50px !important;
}

.slider-next-arrow.slick-arrow {
position: absolute;
    top: 148px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    border-radius: 50%;
    color: #fff;
    background-color: #363537;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    z-index: 2;
    right: 28px;
}

.slider-prev-arrow.slick-arrow {
    position: absolute;
    top: 148px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    border-radius: 50%;
    color: #fff;
    background-color: #363537;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    z-index: 2;
    left: 0px;
}
@media (max-width: 1100px) {
.slider-next-arrow.slick-arrow,  .slider-prev-arrow.slick-arrow {    
     display: none !important;
   }
}

.nav__arrow:not(.nav__arrow--white),.popular__nav {
    color: #fff;
    background-color: rgba(54, 53, 55, 0.28) !important;
}


@media (min-width: 992px) {
.footer__container {
    grid-template-columns: 255px 1fr auto 282px;    
}
}

.product__buy--submit .btn-success {
    cursor: pointer !important;
}
a.navigation__item--next>svg.icon-arrow-long {
    position: relative;
   top: 4px;
}
.product__card>.card__basket--added {
   padding: 0;
}

div.bx-red .btn.btn-default {
    outline: 0;
    border-color: #ff5300 !important;
    background-color: #ff5300 !important;
    color: #fff;
}

ul.map-level-1 {
    padding: 6px;
}

/****************************************/
/* 10.2019: Отображение товаров списком */
/* Ширина экрана: <-767 768<->991 992-> */
/****************************************/
.currency_for_measure {
    display: inline;
    font-size: 60%;
    color: #555;
}
.deferred__action>.deferred__action--buy-mobile{
    border: none;
}
@media (max-width: 767px) { /* min */
    .deferred__content>.deferred__content--block {
        margin-bottom: 0;
    }
    .deferred__item {
        display: grid;
        grid-template-columns: 100px 1fr;
    }
    .deferred__item>.deferred__preview {
        padding: 5px;
        align-items: baseline;
        height: auto;
        border-bottom: none;
    }
    .deferred__item>.deferred__action {
        display: flex;
        align-items: center;
        justify-content: center;
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .deferred__action--cost.bottom {
        display: none;
    }
    .deferred__action--cost.top {
        display: block;
    }
    .deferred__action--count {
        padding-right: 30px;
        padding-left: 10px;
    }
    .deferred__action--buy {
        position: relative;
        top: -6px;
    }
    .deferred__item>.deferred__content {
        padding-top: 0;
    }
    .deferred__content--description {
        display: none;
    }
}
@media (min-width: 768px) { /* med */
    .deferred__action--cost.top {
        display: none;
    }
    .deferred__item>.deferred__preview {
        grid-row-start: 1;
        grid-row-end: 2;
        height: auto;
    }
    .deferred__content>.deferred__content--block {
        margin-bottom: 15px;
    }
    .deferred__item>.deferred__content {
        padding-bottom: 0;
    }
    .deferred__item>.deferred__action {
        display: inherit;
        align-items: center;
        justify-content: left;
        grid-column-start: 2;
        grid-column-end: 3;
    }
}
@media (min-width: 992px) { /* max */
    .deferred__item:not(:last-child) {
        padding-bottom: 15px;
    }
    .deferred__action>.deferred__action--count {
        position: relative;
        left: -20px;
    }
    .deferred__action>.deferred__action--buy {
        position: relative;
        left: -40px;
    }
    .deferred__item {
        grid-template-columns: inherit;
    }
    .deferred__item>.deferred__action {
        position: relative;
        left: 30px;
    }
}

/****************************************/
/* панель для мобильных*/
/****************************************/
@media (max-width: 768px) { 
.header--fixed .header__container--search {
    grid-column: 4/9;
    grid-row: 2/3;
}
.header--fixed .header__container--auth {   
    display: none;
}
.header--fixed .header__container {
    padding-top: 3px;
}
.header--fixed .header__container--catalog {
    grid-row: 2/3;
    display: flex;
    align-content: center;
}
.header__search {
    margin-bottom: 0;
}
header.header--fixed {   
    padding-bottom: 9px;
}
.header--fixed .menu__wrap--active {
    top: 50px !important;
}
.menu__wrap {
    top: 94px !important;
}
}

/***************************************************/
/* плавающая кнопка в фильтре каталога*/
/************************************************/
@media (min-width: 990px) {
.filter-catalog__container {
overflow: visible !important;
}
.filter-catalog__submit {
position: sticky;
    display: block;
    bottom: 2px;
}
 span.count_t:before {
       content: '(';
   }
 span.count_t:after {
       content: ')';
   }
}

/**************************************************/
/* Редизайн главной мобильной версии */
/**********************************************/
@media (max-width: 425px) {
.header__container--search {
    grid-column: 4/9;
    grid-row: 2/3;
}
.header__container--catalog {
    grid-column: 1/4;
    grid-row: 2/3;
    align-content: center;
    display: flex;
}
.header__auth--block {
    font-size: 16px;
    display: none;
}
.header__container--auth {
    grid-column: 7/8;
    grid-row: 1/2;
	justify-content: center;
}
.header__container--logo {
    grid-column: 2/5;
}
.header__container--burger {
    grid-column: 1/2;
    grid-row: 1/2;
}
.header__auth--icon {
    font-size: 24px;
}
.header__burger--icon {    
    font-size: 24px;
}
.header__logo--image {    
    height: 33px;
   
}

.menu__wrap {  
    top: 120px;
}
.header__container--dost {
   grid-column: 6/7;
   grid-row: 1/2;
   justify-content: center;
    margin-left: -23px;
}	

.header__search--text[type=text] {   
    height: 32px;    
}
header {   
    padding-bottom: 8px;
}	
.header__container {   
    grid-row-gap: 5px;   
}
}
	.header--fixed .header__container--dost {
	display: none;
	}
	@media (min-width: 426px) {
	.header__container--dost {
	display: none;
	}
	}


/**************************************************/
/* Каталог на главной странице сайта */
/**********************************************/

@media (min-width: 1200px) {
.blow {    
    margin-top: 30px;
}
}
									
.catalog-section-list-item-inner-ivr {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, minmax(3px, auto));
    grid-column-gap: 15px;
    margin-bottom: 15px;
}

.img-section-ivr {
width: 90px;
}

.catalog-section-list-item-title-ivr {
    grid-column: 2/4;
    grid-row: 1;
	line-height: 15px;
	}
	
.catalog-section-list-text-list-ivr {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, minmax(50px, auto));
    grid-column-gap: 5px;
    display: grid;
}
@media (min-width: 1100px) {
.catalog-section-list-text-list-ivr {
grid-column-gap: 54px;
}
.catalog-section-list-item-inner-ivr {
grid-column-gap: 20px;
    margin-bottom: 35px;
}
.catalog-section-list-item-title-ivr {
    grid-column: 2/5;
}
.catalog-section-list-item-link {
word-wrap: break-word;
}
}

@media (max-width: 992px) {
.catalog-section-list-text-list-ivr {
    grid-template-columns: repeat(2, 1fr);
	}
}
	@media (max-width: 780px) {
.catalog-section-list-text-list-ivr {
    grid-template-columns: repeat(1, 1fr);
	}
}
	.catalog-section-list-item-link {    
    color: #383a3c;
    font-size: 17px !important;
}
.catalog-section-list-item-img {    
    border: none !important;
    background-color: #fff0 !important;
	}

@media (min-width: 1700px) {
.special__nav--container .nav__arrow--right, .popular__nav--right, .partner__nav--right {
    right: 19px !important;
}
.special__nav--container .nav__arrow--left, .popular__nav--left, .partner__nav--left {
    left: 21px !important;
}
.special__slider::before {
    left: 186px  !important;
}
.special__slider::before, .special__slider::after, .popular__slider::after, .popular__slider::before {
    width: 130px !important;
	display: none;
}

.partner__container {
    border-top: none !important;
    border-bottom: none !important;
    background-color: #fff0 !important;
}
.popular__nav {  
    top: 160px !important;
}
}
.special__offer {
    background-color: #fff0 !important;
}

@media (min-width: 1100px) {
.catalog-section-list-item-inner-ivr{
  /*  border-bottom: 2px solid #124c880d;
background: linear-gradient(90deg,#d0c8c48f,#ffffff00); */
}
}
@media (min-width: 1200px) {
.partner__container .slick-slide {
    min-width: 280px !important;
}
}
@media (min-width: 1700px) {
.special__slider {
    margin-left: -284px !important;
}
}
/***********************************************************/
/* Редизайн карточки товара мобильной версии */
/*********************************************************/
@media (max-width: 767px) {
.product__grid--slider {
    order: 1 !important;
}

.slick-track {   
    transition: transform 100ms linear; 
     will-change: transform;
}
.slider__grid {
    margin-bottom: 0 !important;
}
.container {
    padding-left: 8px;
    padding-right: 8px;
}
.slider__for--item {
   margin: 0 !important;
}
.slider__for--item {
    border: none !important;
}
.slider-for.slider__for.slick-initialized.slick-slider.slick-dotted .slick-dots {    
    margin: -25px 0 0;
    z-index: 999;
    position: relative;
    box-shadow: inset 0 -14px 11px -2px rgba(93, 92, 92, 0.13);
}
.breadcrumb__container {
    margin-bottom: 2px;
}
.slider__for--item img {
    max-width: 100% !important;
    max-height: 100% !important;
}
.slider__for--item {
    height: 100% !important;
}
.slider__grid--preview {
    overflow: hidden;
    margin: 0 -16px 0-16px;
}
.product__title {
    margin-top: 8px;
    margin-bottom: 5px !important;
    word-wrap: break-word;
    line-height: 27px;
    font-size: 22px;
}
}

.product__panel--fly {
display: grid;
}
@media (max-width: 767px) {
 .product__panel--fly {
    display: grid; 
    opacity:0;
    transition: 1s; 
    position: fixed;  
    bottom: 0px;
    left: 0;
    padding: 3px;
    padding-bottom: 7px;
    background: #ffffff;
    width: 100%;
    z-index: 3;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 0;  
}

.breadcrumb__container {   
    border-bottom: 0;
}
.product__buy--cost, .product__action {
    margin-bottom: 0px !important;
}
.product__buy--count {    
    order: 1;
    grid-column: 2/3;
    margin-bottom: 0 !important;
}
#action-cart_add--btn, #action-cart_plus, #action-goto_basket {
   padding: 5px 14px;
    font-size: 14px;
    min-height: 40px;
   
    width: 100%;
    justify-content: center;
}
 #action-cart_add {
    margin-left: 12px;
}
}
@media (min-width: 767px) {
 .product__panel--fly {
 /*grid-template-columns: max-content 1fr; */
  grid-column-gap: 30px;
  grid-template-columns: max-content;
}
}

@media (min-width: 767px) {
  .product__buy--count {
  grid-column: 1/1 !important;;
}
  .product__panel--fly {
  grid-auto-rows: 1fr 1fr 1fr;
 }
.product__buy {
    display: grid;
    grid-template-columns: 1fr !important;
}
}

@media (min-width: 1200px) {
.product__panel--fly {
    grid-template-columns: max-content 1fr;
}
.product__buy--count {
    grid-column: 3/4;
}
}

/***********************************************************/
/* Кнопка подписки на VK */
/*********************************************************/
.senler.senler-btn {
background-color: #ff5300 !important; 
}
.senler.senler-btn.senler-btn-alt {
background-color: yellow;
color: gray;
}
.footer__social--container {
    margin-bottom: 26px;
}
@media (max-width: 767.98px){
.category__section {
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2vw;
}
}


/***************************************************************/
/* Кнопка выбора города для мобильных устройств */
/*************************************************************/
@media (max-width: 991.98px){
.confirm__city-wrap {
    position: fixed;    
    top: 40%;    
    z-index: 10;
    text-align: center;
    background: #fff0;
    box-shadow: 0px -1px 8px rgba(0, 0, 0, 0);
}
}
/***************************************************************/
/* Кнопка Заказать звонок */
/*************************************************************/
@media (max-width: 740px){
 .btn-tell {   
    margin-left: auto;
    margin-right: auto;
    margin-top: 21px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.img-tell {
margin-right: 7px;
}
}
@media (min-width: 741px){
 .btn-tell {
   border-radius: 24px;
   background-color: #ff5300;
   min-height: 40px;
   max-width: 170px;
   padding: 0 15px;
   display: inline-flex;
   align-items: center;
   user-select: none;
   border: 1px solid transparent;
   font-size: 16px;
   font-weight: 700;
   color: #fff;
   cursor: pointer;
   outline: none;
}
.img-tell {
display: none;
}
}

/***************************************************************/
/* Кнопки product__share */
/*************************************************************/
	.product__share{
               margin-top: 23px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

/*************************************************************/
.o-w-delivery_flex_block .o-w-d-item {
    flex: 0 0 115px;
    display: block !important;
    position: inherit !important;
    font-size: 12px !important;
}

/************* Кнопка Заказать в 1 клик******************/
@media (max-width: 767px) {
.o-w-btn {
        margin-top: 18px !important;
		}
	}	
@media (min-width: 1005px) {
.oneclick {		
	margin-top: -30px !important;
		}
	}	
	
.o-w-btn {
    background-color: #9b9fae !important;
    color: #fff !important;;
    width: 241px;
    border-radius: 3px;
}

.o-w-btn:hover {
    background-color: #8c8c90 !important;
}

.o-w-public-btn-primary {
    background-color: #ff5300 !important;
    color: white;
    border-color: #ff5300 !important;
}
/*************************************************************/

.category__section--item::before {    
    background: linear-gradient(360deg, #36353787 0%, rgba(255, 255, 255, 0) 27.25%, rgba(255, 255, 255, 0) 100%) !important;
}
.category__section--link { 
    text-shadow: 1px 1px 4px #000;
}


@media (min-width: 767px) {
#action-goto_basket {
min-width: 241px;
}
}
@media (min-width: 992px) {
.order__list {
    top: 105px !important;
}
}
.card__preview--heart, .card__preview--compare {
       top: 4px !important;
}

@media (max-height: 700px) {
.bx-livechat-wrapper {
   height: 76% !important;
   }
}
.menu__sub-list-item {
    margin-bottom: 4px !important;
}
.alt__contact {
    padding-bottom: 2px;
}


/*********************Меню******************************/
.menu__nav-item a {    
    padding-left: 5px;
}
@media (min-width: 992px) {
.menu__nav-link {
    max-width: none !important;
}
.menu__nav-item:hover .menu__nav-link {
    font-weight: 500;
}
.menu__nav-item:hover .menu__nav-icon {
    display: none  !important;
}
}

.yellow {
background: url(/local/templates/spetz_2018/images/mazok.svg);
background-size: cover;
padding: 10px;
margin: -10px;
}

@media (max-width: 992px) {
.yellow {
max-width: 215px;
margin: auto;
}
}
.plas {
    top: 15px !important;
}
@media (min-width: 992px){
.menu__nav {
    max-height: 100% !important;   
}
.menu__sub-wrap {
    max-height: 100% !important; 
}
}

@media (min-width: 992px) {
.card__block:hover {   
    max-width: 160px;
}


.product__code_card{
    position: absolute;
    top: 5px;
    z-index: 2;
    cursor: pointer;
    font-size: 14px;
    left: 5px;
    color: #9b9fae;
}
.list__code{
padding: 12px 0 0 25px;
}
.card__label {
    top: 28px;
    left: 1px;
}
}
@media (max-width: 990px){
.product__code_card, .product_share_alt{
   display: none;
}
}


.product__share{
	margin: 23px 0;
	display: flex;
    flex-wrap: wrap;
}

.product_share_alt{
    padding: 0px 5px 0 0;
    font-weight: 600;
    color: #808185;
    align-items: center;
}


/***********Непродовольственные товары первой необходимости******************/
@media (min-width: 992px) {
.header__container--menu {
    display: block;
}
.header__nav {  
    margin-bottom: 4px;
}
}
/****************************/

.operators_time{
color: #4e4646;
font-size: 12px;
padding-left: 4px;
}

.cloudpay_button {
    min-width: 220px;
    min-height: 50px;
    justify-content: center;
    text-align: center;
    background-color: #ff5300;
    color: #fff;
    cursor: pointer;
    border-radius: 24px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
}
@media (max-width: 400px){
.img__nav-link{
height: 30px;
}
}
/************Скрываем город до лучших времён**************/
.city__confirmed{
display: none;
}