.minibanner {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  max-width: 1920px;
  margin: 0 auto;
}
.minibanner__link {
  width: 33.3%;
  font-size: 18px;
  line-height: 1.36;
  color: #f2f2f2;
  text-decoration: none;
  background: linear-gradient(238.8deg, #FFFFFF -10.34%, rgba(255, 255, 255, 0) 126.86%), #BCBDBF;
}
.minibanner__link:hover {
  color: #ffffff;
}
.minibanner__title {
  height: 92px;
  padding: 20px 0;
  padding-left: 64px;
  font-size: 18px;
  line-height: 22px;
  color: #000;
}
.minibanner__title span {
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
}
.minibanner__body {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  height: 274px;
  padding: 30px 0;
  padding-left: 64px;
  background-position: center;
  background-size: 639px 274px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: background 300ms ease;
  position: relative;
  overflow: hidden;
}
/*.minibanner__body:hover {
  background-size: calc(639px * 1.1) calc(274px * 1.1);
}*/
.minibanner__body::before { 
  content:"";
  position:absolute; top:0;right:0;bottom:0;left:0;
  background:inherit;
  transition:300ms ease;
}
.minibanner__body:hover::before { 
  transform: scale(1.1);
}
/*.minibanner__body:hover {
  background-size: 110%;
}*/
.minibanner__description {
  max-width: 450px;
  height: 60px;
  z-index: 2;
}
.minibanner__description + .minibanner__description {
  margin-bottom: auto;
}
@media (min-width: 1200px) {
  .minibanner__description--big {
	display: block;
	font-size: 22px;
	line-height: 19px;
  }
  .minibanner__description--small {
	font-size: 16px;
	line-height: 19px;
  }
}
@media (max-width: 1600px) {
  .minibanner__title {
	padding-left: 20px;
  }
  .minibanner__body {
	padding-left: 20px;
  }
}
@media (max-width: 1200px) {
  .minibanner {
	display: block;
	position: relative;
  }
  .minibanner__link {
	display: block;
	width: 100%;
	height: 91px;
	border-bottom: 1px solid #C1C1C1;
  }
  .minibanner__body {
	position: relative;
	z-index: 2;
	flex-direction: column;
	justify-content: flex-end;
	height: 90px;
	padding: 0;
	padding-bottom: 15px;
	padding-left: 45px;
	background-size: cover;
  }
  .minibanner__body:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(0deg, rgba(41, 65, 74, 0.5), rgba(41, 65, 74, 0.5));
	background-blend-mode: multiply;
  }
  .minibanner__title,
  .minibanner__title span {
	font-size: 14px;
	line-height: 1.3;
	color: #fff;
  }
  .minibanner__title {
	position: absolute;
	z-index: 3;
	padding: 15px 0;
	padding-left: 45px;
  }
  .minibanner__title:before {
	content: '';
	position: absolute;
	left: 24px;
	top: 18px;
	width: 19px;
	height: 11px;
	color: #fff;
	background: url('https://www.1mf.ru/local/templates/main/<?= SITE_TEMPLATE_PATH ?>/images/arrow-right.svg') no-repeat center;
  }
  .minibanner__description br {
	display: none;
  }
  .minibanner__description,
  .minibanner__description--big,
  .minibanner__description--small {
	height: auto;
	font-size: 12px;
	line-height: 14px;
	position: relative;
	z-index: 2;
  }
  .minibanner__description + .minibanner__description {
	margin-bottom: 0;
  }
  .minibanner__description--hidden-mobile {
	display: none;
  }
}
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #e0e0e0;
  /* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
  z-index: 1001;
}

.preloader__row {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
  position: absolute;
  display: inline-block;
  top: 0;
  background-color: #ed1846;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes preloader-bounce {

  0%,
  100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}
@media screen and (max-width: 769px) {
	.title--mid {
		margin-top:10px;
	}
	.title--mid h3{
		margin-top:0px;
	}
}

  .catalog-all .gamma {
    margin-bottom: 40px;
	font-size: 36px;
	width: 100%;
}

.remark {
	font-size: 11px;
    color: grey;
}

.s-text-base {
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	text-align: justify;
	padding-bottom: 30px;
	margin: 0 0 30px 0;
}
.s-text-base h2 {
	font-size: 32px;
	margin: 0 0 50px 0;
	text-align: center;
}
.s-text-base p + h2 {
	margin-top: 50px;
}

@media screen and (min-width: 680px) {
	.slider .catalog__item {
		margin: 0 10px 20px;
		padding: 0;
	}
}

#cookie_notification{
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 900px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 25px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
  z-index: 999999;
}

#cookie_notification p{
  margin: 0;
  font-size: 0.8rem;
  text-align: left;
}

.cookie_accept{
  cursor: pointer;
}

@media (min-width: 576px){
  #cookie_notification.show{
    display: flex;
  }
  .cookie_accept{
    margin: 0 0 0 25px;
    background: transparent;
    border: none;
    width: 25px;
  }
}

@media (max-width: 575px){
  #cookie_notification.show{
    display: flex;
    text-align: left;
  }
  .cookie_accept{
    margin: 0;
    background: transparent;
    border: none;
    align-self: center;
    width: 50px;
  }
  #cookie_notification{
    bottom: 90px;
  }
}

@media screen and (max-width:768px){
  .mebel-banner-m .btn--outline{
    display: flex;
    align-items: center;
  }
  .mebel-banner-m .btn--outline span{
    margin-bottom: -2px;
  }
}

.actions_block1 .catalog-all, .actions_block1 .catalog-all-inner_slider{
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.actions_block1 .promo__list {
    margin-top: 15px;
}
.promo .page-header__container{
  display: block;
}
.page-header__container .btn--primary{
  background: #fff;
  border-color: #000;
  color: #000;
}
.actions_block1 .promo__item {
    width: 32%;
}
@media screen and (max-width:768px){
  .actions_block1 .container2, .actions_block1 .promo__btn{
    display: none;
  }
  .actions_block1 .promo__item {
      border: 1px solid #ccc;
  }
}
.page-header__navbar-top .main-nav__link.active {
    color: #ed1847;
}

.actions_block1 .onenews__item .centered-block{
  font-size: 18px;
}

.catalog__item-info .price-old {
  display: block;
    position: absolute;
    top: 5px;
}


@media screen and (min-width:768px){
  .objects.card{
    margin-bottom: 30px;
  }
}
.catalog-inner_new .catalog__item-info, .catalog__item-info-border{
  border-top: 1px solid #ccc;
}
.catalog__item-img .bx-wrapper{
  border: none !important;
}
.list-img-hide{
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-top: solid 1px #ccc;
  border-bottom: 1px solid #ccc;
}

.ban1ne2{
  margin: 0 auto;
}
.ban1ne2 .wrapper{
  padding: 0px;
}
.ban1ne2 .new_year_form_wrap{
  box-shadow: none !important;
  max-width: 505px;
}
.ban1ne2 .forma__title {
  font-family: CirceBold, serif;
  font-size: 38px;
  text-align: center;
  margin: unset;
  margin-top: 22px;
  margin-bottom: 11px;
}
.ban1ne2 .forma__subtitle {
  font-family: CirceBold, serif;
  font-size: 16px;
  text-align: center;
}
.ban1ne2 .control {
  font-family: unset;
  border: 1px solid #e6e7e8;
}
.ban1ne2 .form__group {
  margin-bottom: 20px !important;
}
.ban1ne2 .checkbox input[type="checkbox"]:checked + label::after {
  background: url(../../img/icon-checkboxG.svg) center center no-repeat, #fff !important;
}

.ban1ne2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background: url(../../img/arr-dG.svg) center center no-repeat, #fff !important;
}
.ban1ne2 .form__group label {
  max-width: 100% !important;
  text-align: left;
  font-size: 12px;
  padding-left: 30px !important;
  line-height: 15px !important;
  color: #aeaeae !important;
}
.ban1ne2 .form__group label span{
  font-family: CirceBold, serif;
  max-width: 100% !important;
  text-align: left;
  font-size: 12px;
  line-height: 15px !important;
  color: #aeaeae !important;
}
.ban1ne2 .form__group .select2-container--default .select2-selection--single {
  height: 54px;
}
@media screen and (max-width: 768px){
 .ban1ne2  .forma__title {
    font-size: 30px;
    text-align: left;
  }

 .ban1ne2  .forma__subtitle {
    text-align: left;
  }
  .ban1ne2 .new_year_form_wrap{
    padding: 0px !important;
  }
  .ban1ne2 .checkbox label::after, .ban1ne2 .radio label::after {
    left: 0 !important;
  }
  .ban1ne2 .btn__md {
    padding: 11px 20px;
    font-size: 18px;
    line-height: 1.7;
    border-radius: 0;
    min-height: 54px;
    font-family: CirceRegular;
  }
  .ban1ne2 .asadsda {
    width: 100% !important;
  }
}

.text_left{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}

.text_left div.TF_text{
  width: 50%;
}
.text_left div.TF_form{
  width: 50%;
}
@media screen and (max-width:600px){
  .text_left{
    flex-direction: column;
  }
  .text_left div.TF_text{
    width: 100%;
  }
  .text_left div.TF_form{
    width: 100%;
  }  
}
.text_left div.TF_form .wrapper,
.text_left div.TF_form .wrapper .new_year_form_wrap,
.text_left div.TF_form .wrapper .new_year_form_wrap .forma__title{
  margin-top:0px !important;
  padding-top:0px !important;
}


div.hr::before {
  content: '';
  display: block;
  width: 99%;
  height: 2px;
  background: #ccc;
  margin-bottom: 15px;
}

.onenews__item i span {
  margin-bottom: 0;
  margin-top: 12px;
  display: block;
  min-width: 0 !important;
  font-size: 14px !important;
  line-height: normal;
  font-weight: bold;
  font-style: italic;
  color: #BDBDBD;
  font-family: "Merriweather", serif !important;
}
.onenews__item span i{
  margin-bottom: 0;
  margin-top: 12px;
  display: block;
  min-width: 0 !important;
  font-size: 14px !important;
  line-height: normal;
  font-weight: bold;
  font-style: italic;
  color: #BDBDBD;
  font-family: "Merriweather", serif !important;
}
.onenews__item i span a span{
  font-family: leto_sansregular, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: normal !important;
  font-style: normal !important;
  margin: unset !important;
  line-height: unset !important;
}


.gallery__grid1 {
  column-count: 4;
  column-gap: 5px;
}
.gallery__item1 {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 5px;
  break-inside: avoid;
}

.gallery__item1 > img {
  grid-row: 1 / -1;
  grid-column: 1;
}
.gallery__item1 img {
  max-width: 100%;
  display: block;
  height: 100%;
  width: 100%;
}
@media screen and (max-width:600px){
  .gallery__grid1 {
    column-count: 2;
    column-gap: 5px;
  }
}

#block1 .ban1ne2 .forma__title{
  font-size: 28.8px;
}

.what__item33 .what-item__img img {
    height: 208px; 
    max-height: unset;
    width: 208px;
}
@media (max-width:768px){
  .what__item33 .what-item__img img {
      height: 160px; 
      max-height: unset;
      width: 160px;
  }
}
.why-item__img img,
.what-item__img img {
    height: 100%;
    max-height: 50px;
    width: auto;
}
.why-item__desc,
.what-item__desc {
    font-size: 14px;
    line-height: 1.3em;
    margin-top: 24px;
}
.what-item__desc.promocode {
  color: #eb2448;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}
.wrapper--indicators {
  margin-top: 60px;
  padding-left: 0;
  padding-right: 0;
    padding-bottom: 60px;
    padding-top: 60px;
  background-color: #eb2448;
    background: linear-gradient(to bottom, #ff5051 0%, #e10019 100%);
}
.indicators__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  margin-left: -25px;
  margin-right: -25px;
  margin-top: -1px;
}
@media (max-width: 1199px) {
    .indicators__list {
        margin-left: -8px;
        margin-right: -8px;   
    }
}
.indicator {
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
    padding: 0 25px;
    text-align: center;
    color: #ffffff;
}
@media (max-width: 767px) {
  .wrapper--indicators {
      padding-bottom: 30px;
      padding-top: 30px;
  }
}
@media (max-width: 767px) {
    .indicator {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 320px) {
    .indicator {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.indicator__digit {
    font-size: 55px;
    line-height: 1em;
}
.indicator__digit span{
    font-size: 15px;
    line-height: 1em;
}
.indicator__desc {
    margin-top: 20px;
    font-size: 14px;
}
.wrapper--decisions {
  padding-left: 0;
  padding-right: 0;
    padding-bottom: 60px;
    background-color: #ffffff;
}
.col--decisions,
.col--kitchen-projects {
    position: relative;
    margin-top: 60px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px) !important;
    border-radius: 15px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1199px) {
    .col--decisions,
    .col--kitchen-projects {
        margin-left: 8px;
        margin-right: 8px;
        width: calc(100% - 16px) !important;
    }
}
.swiper-container--decisions,
.swiper-container--kitchen-projects {
    border-radius: 15px;
}
@media (max-width: 1199px) {
    .swiper-container--decisions {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}
.decision {
    min-height: 570px;
    background-repeat: no-repeat;
    background-position: 50% 0%;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
}
@media (max-width: 1199px) {
    .decision {
        min-height: 480px;
    }
}
.kitchen-project {
    display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
    background-color: #ffffff;
}
.kitchen-project__part {
    min-height: 570px;
}
.kitchen-project__part--1 {
    flex: 0 0 60%;
    max-width: 60%;  
    background-repeat: no-repeat;
    background-position: 50% 0%;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;      
}
@media (max-width: 1199px) {
    .kitchen-project__part--1 {
        flex: 0 0 100%;
        max-width: 100%;
    }    
}
@media (max-width: 480px) {
    .kitchen-project__part--1 {
        min-height: 420px;
    }
}
.kitchen-project__part--2 {
    flex: 0 0 40%;
    max-width: 40%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
@media (max-width: 1199px) {
    .kitchen-project__part--2 {
        flex: 0 0 100%;
        max-width: 100%;
        min-height: auto;
    }    
}
.kitchen-project__content {
    display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.kitchen-project__content-top {
    padding: 0 55px 70px 55px;
    border-bottom: 1px solid #f1f1f1;
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;       
}
.indicator {
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
    padding: 0 25px;
    text-align: center;
    color: #ffffff;
}
@media (max-width: 767px) {
  .wrapper--indicators {
      padding-bottom: 30px;
      padding-top: 30px;
  }
}
@media (max-width: 767px) {
    .indicator {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 320px) {
    .indicator {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.indicator__digit {
    font-size: 55px;
    line-height: 1em;
}
.indicator__digit span{
    font-size: 15px;
    line-height: 1em;
}
.indicator__desc {
    margin-top: 20px;
    font-size: 14px;
}
.wrapper--decisions {
  padding-left: 0;
  padding-right: 0;
    padding-bottom: 60px;
    background-color: #ffffff;
}
.col--decisions,
.col--kitchen-projects {
    position: relative;
    margin-top: 60px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px) !important;
    border-radius: 15px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1199px) {
    .col--decisions,
    .col--kitchen-projects {
        margin-left: 8px;
        margin-right: 8px;
        width: calc(100% - 16px) !important;
    }
}
.swiper-container--decisions,
.swiper-container--kitchen-projects {
    border-radius: 15px;
}
@media (max-width: 1199px) {
    .swiper-container--decisions {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}
.decision {
    min-height: 570px;
    background-repeat: no-repeat;
    background-position: 50% 0%;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
}
@media (max-width: 1199px) {
    .decision {
        min-height: 480px;
    }
}

.indicator__digit.ddff{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75px;
}

.wrapper--why__promo .indicator__digit.ddff img{
    max-width: 100%;
    height: 100%;
}

.journal-section b{
  font-family: "Merriweather", serif;
  font-weight: bold;  
}

.catalog-all .catalog-all__item .catalog-all__item-name .h3{
    text-shadow: 0px 0px 5px #000;
}

@media screen and (max-width: 600px){
  .new_year_open{
    display: none !important;
  }
}

.newFilter{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  transition: all 1s;
}
.overlayLou{
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}
.filterBlock{
  background: #fff;
  width: 50%;
  height: calc(100% - 50px);
  z-index: 999999;
  position: absolute;
  top: 25px;
  left: -1500px;
  padding: 50px;
  transition: all 1s;
}
.zagFilter{
  color: #999;
  font-size: 14px;
  padding: 0px 10px;
}
body .parBlock a{
  border: 1px solid #000;
  border-radius: 40px;
  padding: 5px 20px;
  margin: 5px;
  text-decoration: none;
  font-size: 16px;
}
body .parBlock .ca-active{
  border: 1px solid #ed1846 !important;
  color: #ed1846 !important;
  border-radius: 40px !important;
  padding: 5px 20px !important;
  margin: 5px !important;
  text-decoration: none;
  font-size: 16px;
}
.parBlock{
  overflow-x: scroll;
  height: 100%;
}


.header-cart .basket_fly .opener, .basket_fly_forms .opener {
  position: fixed;
  width: 63px;
  right: 0;
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  top: 25%;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999;
}
.basket_wrapp .header-cart .basket_fly .wraps_icon_block .svg, .basket_fly_forms .opener .wraps_icon_block .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0px 0px -15px;
  transition: opacity 0.2s ease;
}
.basket_wrapp .header-cart .basket_fly .wraps_icon_block, .basket_fly_forms .opener .wraps_icon_block {
  display: block;
  float: none;
  margin: 0px;
  width: 100%;
  height: 100%;
}
.header-cart .basket_fly .opener > div {
  position: relative;
}
.header-cart .basket_fly .opener > div, .basket_fly_forms .opener > div {
  display: inline-block;
  text-align: center;
  width: 63px;
  cursor: pointer;
  vertical-align: top;
  *display: inline-block;
  zoom: 1;
  height: 65px;
  line-height: 63px;
  border-bottom: 1px solid #ececec;
    border-bottom-color: rgb(236, 236, 236);
}
.basket_wrapp .header-cart .wraps_icon_block .count {
  top: 19px;
  right: 25px;
  transform: translateX(50%);
}
.basket_wrapp .wraps_icon_block .count {
  text-align: center;
  opacity: 1;
  font-size: 12px;
  line-height: 13px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.colored_theme_bg, .colored_theme_bg_before::before, .colored_theme_hover_bg_before:hover::before, .colored_theme_bg_before::before, .colored_theme_hover_bg:hover, .colored_theme_hover_bg-block:hover .colored_theme_hover_bg-el, .video-block .image .play::after, .landings-list__item--active, .item-accordion-wrapper.opened .accordion-head::before {
  background-color: #c8180f;
  border-color: #c8180f;
}
.basket_wrapp .wraps_icon_block .count span .items {
  position: relative;
  top: -1px;
}
.header-cart .basket_fly .opener > div:not(:hover) svg, .basket_fly_forms .opener > div:not(:hover) svg {
  opacity: 0.5;
}
.svg svg {
  display: block;
}
.colored_theme_hover_text:hover svg use, .fancybox-is-open svg:hover use {
  fill: #c8180f;
}
.basket_wrapp .wraps_icon_block .count > span {
  line-height: 20px;
  color: #fff;
}
.basket_wrapp .wraps_icon_block .count > span {
  width: 20px;
  display: block;
  height: 15px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  line-height: 15px;
  margin: 4px 0px 12px;
  color: #fff;
  font-size: 10px;
}

@media screen and (max-width: 768px){
  .header-cart .basket_fly {
    display: none;
  }
}