@charset "UTF-8";

.delivery__item {
  display: -ms-flexbox;
  display: flex;
  margin: 80px 0;
  font: 400 1.1rem / 1.64 Geometria, sans-serif;
  color: #202020;
}

.delivery__img {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 168px;
  height: 168px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin-right: 68px;
}

.delivery__wr {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.delivery__title {
  font: 700 1.62rem / 1.4 Bandera, sans-serif;
  margin: 0 0 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.delivery__title::after {
  content: '';
  display: block;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 1px;
  background: #e9e9e9;
  margin-left: 15px;
}

.delivery__desc {
  font-weight: 700;
  margin: 0 0 18px;
}

.delivery__info {
  margin-bottom: 25px;
}

.delivery__info [class*="col-"] {
  margin-bottom: 10px;
}

.delivery__ico {
  color: #2e3092;
  margin: 18px 0;
  font-size: 29px;
  display: block;
  text-align: center;
}

.delivery__text {
  color: #575757;
}

.basket {
  color: #fff;
  padding: 100px 0;
  margin-bottom: 0;
}

.basket__bat {
  font-size: 108px;
  line-height: 1;
}

.basket__title {
  margin: 40px 0 12px;
  font: 400 1.5rem Geometria, sans-serif;
}

.basket__text {
  font: 400 1rem Geometria, sans-serif;
}

.basket__text a {
  color: #fff;
  text-decoration: underline;
}

html,
body {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-stretch: normal;
  font-variant: normal;
}

.bd-fix {
  background: none !important;
}

.bd-fix > .wrap {
  height: 0 !important;
  overflow: hidden !important;
}

.bd-fix-only {
  overflow: hidden !important;
}

.page {
  overflow-x: visible;
}

.container {
  width: 100%;
  padding: 0 20px;
  box-sizing: content-box;
}

.footer__mob,
.start-page__slider .rsNav,
.h-bubble,
.m-menu,
.h-top .page-section__body > button,
.h-top .page-section__body > a,
.header__mob,
.header__user.header__user,
.header .logo,
.m-fil,
.m-serv,
.m-title,
.m-top__btn,
.product--table__mob,
.rating__mob,
.m-prod__title,
.product-props__item-mob,
.product-buy__mob,
.m-buy,
.products-incut__title--mob,
.product--cart__field-select,
.m-pag,
.shop__map-show,
.region-form__ov,
.search__ov,
.m-back {
  display: none;
}

.s-top-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.22);
  border-radius: 50%;
  border: none;
  outline: none;
  z-index: 20;
  font-size: 0;
  display: block;
}

.s-top-btn::after {
  content: '\f106';
  font-family: FontAwesome;
  line-height: 1;
  font-size: 16px;
  color: #fff;
  margin-top: -2px;
  display: block;
}

.s-top-btn:hover,
.s-top-btn:focus {
  background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 950px) {
  html,
  body {
    background: #232462;
  }

  .row {
    margin-left: -15px;
  }

  .row > [class*="col-"] {
    padding-left: 15px;
  }

  .logo {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    text-align: center;
    -ms-transform: translateY(-18px);
    transform: translateY(-18px);
    position: relative;
    z-index: 50;
    margin-left: -6px;
  }

  .logo a,
  .logo img {
    display: block;
    margin: 0 auto;
  }

  .logo span {
    display: block;
    line-height: 1;
    color: rgba(35, 36, 98, 0.8);
    font-size: 8px;
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
  }

  .wrap {
    background: #f7f7f7;
  }

  .overlay {
    top: 20px;
    bottom: 0;
    height: auto;
  }

  .page {
    padding: 0;
  }

  .page-section {
    margin: 30px 0;
  }

  .page-section--main {
    margin: 0 0 20px;
  }

  .page-section__body {
    padding: 20px 0;
  }

  .container {
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .container > .container {
    padding: 0;
    width: 100%;
  }

  .container.container--narrow {
    max-width: none;
  }

  .no-header .header__right {
    display: block;
  }

  .m-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 110;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    transition: 0.3s ease;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .m-menu.margintop{
	  top: 40px;
  }

  .m-menu.open {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .m-menu--prod {
    background: #f8f8f8;
  }

  .m-menu--prod .m-menu__body {
    padding-top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .m-menu .m-menu {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .m-menu .row {
    margin: 0;
  }

  .m-menu [class*="col-"] {
    width: 100%;
    padding: 0;
  }

  .m-menu .browse__popup {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 111;
    transition: 0.3s ease;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }

  .m-menu .browse__popup.open {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .m-menu__box {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .m-menu__box.open {
    overflow-y: visible;
  }

  .m-menu__body .m-menu .nav {
    border: none;
  }

  .m-menu__body .m-menu .nav .nav {
    padding: 0;
  }

  .m-menu__body .m-menu li {
    display: block !important;
  }

  .m-menu__body .m-menu a {
    border-top: none !important;
    border-bottom: 1px solid #e9e9e9;
    display: block;
    padding: 10px 0;
    cursor: pointer;
  }

  .m-menu__body .m-menu a h4 {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-weight: 400;
  }

  .m-menu__body .m-menu__hdr,
  .m-menu__body .m-menu__ftr {
    display: none;
  }

  .m-menu__body .m-menu__hdr-two {
    display: -ms-flexbox;
    display: flex;
  }

  .m-menu__hdr-two {
    background: #232462;
    padding: 16px 20px;
    color: #fff;
    display: none;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .m-menu__close {
    background: none;
    padding: 0;
    border: none;
  }

  .m-menu__close::after {
    content: '\f00d';
    font-size: 12px;
    font-family: FontAwesome;
  }

  .m-menu__close:hover,
  .m-menu__close:focus {
    color: #ec1d24;
  }

  .m-menu__prev {
    color: #fff;
    background: none;
    border: none;
    padding: 0;
    margin: 5px 0 0;
    font-weight: 700;
  }

  .m-menu__prev span {
    font-weight: 400;
  }

  .m-menu__prev::before {
    content: '\f104';
    display: inline;
    font-family: FontAwesome;
    font-size: 1.2rem;
    margin-right: 7px;
    opacity: .4;
    position: relative;
  }

  .m-menu__prev:hover,
  .m-menu__prev:focus {
    color: #ec1d24;
  }

  .m-menu__hdr {
    background: #232462;
    padding: 19px 20px;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .m-menu__brand {
    background: url(../../img/logo.svg) no-repeat center/contain;
    height: 30px;
    width: 76px;
    position: absolute;
    left: 48px;
    top: 11px;
  }

  .m-menu__close {
    background: none;
    padding: 0;
    border: none;
  }

  .m-menu__close::after {
    content: '\f00d';
    font-size: 12px;
    font-family: FontAwesome;
  }

  .m-menu__close:hover,
  .m-menu__close:focus {
    color: #ec1d24;
  }

  .m-menu__user {
    color: #fff;
  }

  .m-menu__user.user::after {
    content: '\f107';
    display: inline;
    font-family: FontAwesome;
    margin-left: 10px;
    opacity: .4;
    position: relative;
    top: 0;
    font-size: 1em;
  }

  .m-menu__user:hover,
  .m-menu__user:focus {
    color: #ec1d24;
  }

  .m-menu__body {
    margin: 0;
    padding: 5px 0 5px 20px;
    list-style: none;
    font-size: 14px;
    width: 100%;
    height: 100%;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .m-menu__body > li {
    display: block;
  }

  .m-menu__body > li.browse--arrow > a::after {
    content: '\f105';
    font-family: FontAwesome;
    color: #777;
    display: block;
    position: absolute;
    top: 13px;
    right: 15px;
    font-size: 1.2em;
    line-height: 1;
  }

  .m-menu__body > li > a {
    padding: 13px 0;
    display: block;
    font-weight: 700;
    position: relative;
  }

  .m-menu__body > li > a:focus,
  .m-menu__body > li > a:hover {
    color: #ec1d24;
  }

  .m-menu__body > li:not(:first-child) > a {
    border-top: 1px solid #e9e9e9;
  }

  .m-menu__body > li .nav {
    padding: 0;
    border-top: 1px solid #e9e9e9;
  }

  .m-menu__body > li .nav.--popular {
    padding: 0 0 0 10px;
  }

  .m-menu__body > li .nav > li {
    margin: 0;
    display: none;
  }

  .m-menu__body > li .nav > li:nth-child(1),
  .m-menu__body > li .nav > li:nth-child(2),
  .m-menu__body > li .nav > li:nth-child(3),
  .m-menu__body > li .nav > li:nth-child(4) {
    display: block;
  }

  .m-menu__body > li .nav a {
    padding: 13px 0;
    display: block;
  }

  .m-menu__body > li .nav li:not(:first-child) > a {
    border-top: 1px solid #e9e9e9;
  }

  .m-menu__ftr {
    background: linear-gradient(to left, #232462, #363798);
    padding: 35px 20px 50px;
    color: #fff;
    text-align: center;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    box-sizing: border-box;
  }

  .m-menu__tel {
    font-size: 16px;
    font-weight: 700;
  }

  .m-menu__tel a {
    color: #fff;
  }

  .m-menu__text {
    font-size: 11px;
    margin: 10px 0 25px;
  }

  .m-menu__soc {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    font-size: 10px;
  }

  .m-menu__wa {
    color: #fff;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .m-menu__wa::before {
    content: "\f232";
    font-family: FontAwesome;
    font-size: 22px;
    display: block;
    margin-bottom: 5px;
  }

  .m-menu__tg {
    color: #fff;
    margin: 0 15px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .m-menu__tg::before {
    content: "\f2c6";
    font-family: FontAwesome;
    font-size: 22px;
    display: block;
    margin-bottom: 5px;
  }

  .m-menu__vk {
    color: #fff;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .m-menu__vk::before {
    content: "\f189";
    font-family: FontAwesome;
    font-size: 10px;
    display: block;
    margin: 0 auto 5px;
    border: 2px solid;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 3px 1px 0 0;
  }

  .m-menu__logo {
    background: url(../../img/logo.svg) no-repeat center/contain;
    height: 52px;
    width: 129px;
    display: inline-block;
    margin: 30px 0 0;
  }

  .topbar {
    height: auto;
    box-sizing: border-box;
    padding: 7px 0;
    line-height: 1;
    font-family: Geometria, sans-serif;
    font-size: .77rem;
    position: static;
  }

  .topbar > .container {
    position: static;
  }

  .topbar__nav,
  .topbar__info {
    height: auto;
    position: static;
  }

  .topbar .logo {
    display: none;
  }

  .topbar ul li {
    margin: 0;
    font-size: 12px;
  }

  .topbar ul li:not(:nth-child(1)) {
    display: none;
  }

  .topbar .dropdown__open::after {
    display: none;
  }

  .hdr-sticky .topbar {
    margin-bottom: 50px;
  }

  .logo {
    -ms-transform: translateY(-13px);
    transform: translateY(-13px);
  }

  .logo img {
    display: none;
  }

  .logo span {
    background: url(../../img/lion.svg) no-repeat center/contain;
    font-size: 0;
    opacity: 1;
    display: block;
    width: 59px;
    height: 54px;
  }

  .header {
    height: 50px;
    border-bottom: 1px solid #e9e9e9;
    box-sizing: border-box;
    z-index: 31;
  }

  .header .container {
    list-style: none;
    height: 100%;
  }

  .header .container::after,
  .header .container::before {
    display: none;
  }

  .header .container > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .header .container > li > a {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.92rem;
    letter-spacing: 0.3px;
    color: #232462;
  }

  .header .container > li > a:hover {
    color: #ec1d24;
  }

  .header__user {
    display: none;
  }

  .hdr-sticky .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .header .header_left {
    display: none;
  }

  .header .header__right {
    float: none;
  }

  .header .header__right::after,
  .header .header__right::before {
    display: none;
  }

  .header .header__nav {
    display: none;
  }

  .header .header__actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    height: 50px;
    margin: 0;
    float: none;
    padding: 0 7px;
  }

  .header .header__actions::after,
  .header .header__actions::before {
    display: none;
  }

  .header .header__actions li {
    margin: 0;
    float: none;
  }

  .header .header__actions li a {
    line-height: 1;
  }

  .header .header__actions .fa {
    font-size: 18px;
  }

  .header .logo {
    display: block;
  }

  .header .browse {
    display: none;
  }

  .header__mob {
    display: block;
    border: none;
    background: none;
    padding: 0;
  }

  .header__mob span {
    display: block;
    width: 19px;
    height: 2px;
    background-color: #232462;
  }

  .header__mob span:not(:first-child) {
    margin-top: 3px;
  }

  .header .logo {
    transition: 0.2s ease;
  }

  .header .logo span {
    transition: 0.2s ease;
  }

  .hdr-sticky .header .logo {
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  .hdr-sticky .header .logo span {
    height: 45px;
    background-size: 70%;
  }

  .header .header__fav {
    display: none;
  }

  .header .header__user {
    display: block;
  }

  .search {
    background: #232462;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 40;
    padding: 30px 0 10px;
  }

  .search__head {
    height: auto;
  }

  .search__head .container {
    padding: 0 15px;
  }

  .search form {
    position: relative;
  }

  .search__logo {
    display: none;
  }

  .search__input {
    padding: 0;
  }

  .search__input::before {
    font-size: 16px;
    left: 10px;
    top: 7px;
    z-index: 2;
  }

  .search__input input {
    padding: 5px 5px 3px 30px;
    font-size: 1rem;
    height: 30px;
    border-radius: 4px;
  }

  .search__count {
    display: none;
  }

  .search__close {
    top: 3px;
    right: 4px;
    width: 24px;
    height: 24px;
    line-height: 1.35;
    font-size: 14px;
    display: none;
  }

  .search[style] .search__close {
    display: block;
  }

  .search__result .container {
    padding: 10px 16px 40px 16px;
    position: fixed;
    background: #fff;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    height:100%;
    overflow:auto;
  }
  
  div.search__result {
    height:100%;
    overflow: auto;
    background: #fff;
    margin-top: 20px;
  }

  .search__result .container:empty {
    display: none;
  }

  .bd-index .search {
    display: block;
    position: relative;
    background: #e9e9e9;
    z-index: 30;
    padding: 5px 0 6px;
  }

  .bd-index .search__result .container {
    position: fixed !important;
    top: 150px;
  }

  .search__ov {
    display: none;
    position: absolute;
    z-index: 20;
    left: 0;
    top: 20px;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
  }

  .search__ov + .overlay {
    display: none !important;
  }

  .instant-search {
    padding: 0;
  }

  .instant-search__title {
    font: 700 10px / 1 Geometria, sans-serif;
    margin: 0;
  }

  .instant-search__items li {
    margin-top: 10px;
  }

  .instant-search__group {
    margin: 30px 0 0;
  }

  .start-page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }

  .start-page > * {
    -ms-flex-order: 4;
    order: 4;
  }

  .start-page__slider {
    height: 200px;
    overflow: hidden;
    padding-bottom: 9px;
    margin: 0;
    -ms-flex-order: 1;
    order: 1;
  }

  .start-page__slider a {
    max-width: 100%;
    background-size: contain;
    height: 200px;
  }

  .start-page__slider .rsNav {
    display: -ms-flexbox;
    display: flex;
    margin: 2px -2px 0;
    width: calc(100% + 4px);
  }

  .start-page__slider .rsNavItem {
    height: 2px;
    margin: 0 2px;
    background: #ccc;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .start-page__slider .rsNavItem.rsNavSelected {
    background: #ec1d24;
  }

  .start-page__slider .rsNavItem:only-child {
    display: none;
  }

  .h-bubble {
    display: block;
    overflow: hidden;
    -ms-flex-order: 2;
    order: 2;
  }

  .h-bubble__wr {
    padding: 10px 15px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: -ms-flexbox;
    display: flex;
  }

  .h-bubble__wr::after {
    content: '';
    display: block;
    width: 1px;
    height: 9px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .h-bubble a {
    display: block;
    padding: 6px 15px 4px;
    border-radius: 2px;
    color: #575757;
    border: solid 1px #e9e9e9;
    margin-right: 10px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .breadcrumbs {
    text-align: center;
    font-size: 10px;
    line-height: 1.5;
    padding: 12px 0 8px;
    position: relative;
    z-index: 15;
    min-height: 40px;
    height: auto;
    box-sizing: border-box;
  }

  .breadcrumbs li:after {
    margin: 0 2px;
  }

  .m-serv + .breadcrumbs {
    background: none;
  }

  .m-serv + .breadcrumbs li:after,
  .m-serv + .breadcrumbs a {
    color: rgba(119, 119, 119, 0.65);
  }

  .fast-search {
    background: #232462;
    height: auto;
    padding: 15px 0 20px;
  }

  .fast-search.s-close {
    display: none;
  }

  .fast-search .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .fast-search .row::before,
  .fast-search .row::after {
    display: none;
  }

  .fast-search .row > [class*="col-"] {
    padding-left: 15px;
  }

  .fast-search__title {
    display: block;
    float: none;
    width: 50%;
    color: #fff;
    -ms-flex-order: 1;
    order: 1;
    font-size: 1rem;
    line-height: 1;
  }

  .fast-search__title .fa {
    margin-left: 0;
  }

  .fast-search__param {
    -ms-flex-order: 3;
    order: 3;
    margin-top: 12px;
    width: 50%;
  }

  .fast-search__button {
    -ms-flex-order: 2;
    order: 2;
    width: 105px;
    text-align: right;
  }

  .fast-search__button.col-2 {
    padding: 0;
  }

  .fast-search__button .btn.btn {
    border: none;
    width: auto;
    box-shadow: none;
    color: #fff;
    font-size: .8rem;
    text-align: right;
    display: inline-block;
    height: auto;
    line-height: 1;
  }

  .fast-search__button .btn.btn .fa {
    display: none;
  }

  .fast-search .btn.fast-search__submit--result {
    display: none;
  }

  .fast-search--ready .fast-search__mob {
    display: block;
    width: 100%;
    padding-left: 20px;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 20px;
  }

  .fast-search--ready .fast-search__mob .btn {
    width: 100%;
  }

  .tabs {
    height: 40px;
    line-height: 1;
  }

  .tabs > a {
    color: #575757;
    height: 40px;
    font: 400 10px / 4.4 Geometria, sans-serif;
  }

  .tabs > a.s-active {
    color: #202020;
  }

  .tabs-nav {
    display: block;
  }

  .tabs-nav__prev,
  .tabs-nav__next {
    display: block;
    position: absolute;
    font-size: 0;
    background: none;
    border: none;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
  }

  .tabs-nav__prev::after,
  .tabs-nav__next::after {
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f104';
    font-size: 1.6rem;
  }

  .tabs-nav__next {
    left: auto;
    right: 0;
  }

  .tabs-nav__next::after {
    content: '\f105';
  }

  .start-page__promo-cards {
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-bottom: none;
    -ms-flex-order: 3;
    order: 3;
    background: none;
    padding: 0 20px 10px 0;
  }

  .start-page__promo-cards .row {
    display: -ms-flexbox;
    display: flex;
  }

  .start-page__promo-cards .row::after {
    content: '';
    display: block;
    width: 20px;
    height: 9px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .start-page__promo-cards .col-4 {
    width: 200px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 0;
    padding: 0;
  }

  .start-page__promo-cards .col-4:not(:first-child) {
    margin-left: 10px;
  }

  .special-offers {
    margin: 15px 0 0;
  }

  .special-offers__head {
    border-bottom: none;
  }

  .special-offers__body {
    padding: 0;
  }

  .special-offers__body .slider {
    display: -ms-flexbox;
    display: flex;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 -15px;
    padding: 0 0 20px;
  }

  .special-offers__body .slider .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
  }

  .special-offers__body .slider .row:first-child .col-3:first-child .product {
    padding-left: 5px;
  }

  .special-offers__body .slider .row::before {
    display: none;
  }

  .special-offers .col-3 {
    width: 170px;
    padding: 0;
    box-sizing: border-box;
    float: none;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -ms-flexbox;
    display: flex;
  }

  .special-offers .progress-box {
    display: none;
  }

  .special-offers .product:hover .product__inner {
    left: 0;
    right: auto;
    top: 0;
    width: 100%;
    height: auto;
    box-shadow: none;
  }

  .special-offers .product:hover .product__actions,
  .special-offers .product:hover .product__descr,
  .special-offers .product:hover .product__buy,
  .instant-search__products .product:hover .product__buy  {
    display: none;
  }

  .special-offers .product {
    text-align: left;
    height: auto;
    padding: 0;
    width: 100%;
  }

  .special-offers .product::after {
    display: none;
  }

  .special-offers .product__inner {
    position: static;
    height: auto;
    width: auto;
    padding: 20px 0 20px 10px !important;
  }

  .special-offers .product__picture {
    margin: 0 0 16px;
    width: auto;
    height: 120px;
    float: none;
  }

  .special-offers .product__picture img {
    width: auto;
    height: 100%;
    max-width: none;
    max-height: none;
    position: static;
    margin: 0;
  }

  .special-offers .product__title {
    border-top: none;
    padding: 0;
    font-size: 1rem;
  }

  .special-offers .product__rating {
    position: static;
    margin-top: 11px;
  }

  .special-offers .product .rating__stars {
    margin: 0;
  }

  .special-offers .product__price {
    font-size: 1rem;
  }

  .special-offers .product__buy,
  .special-offers .product__descr,
  .special-offers .product__actions {
    display: none;
  }

  .heading-box {
    position: relative;
    padding: 0;
    margin-bottom: 15px;
  }

  .heading-box .tabs-nav {
    display: block;
  }

  .heading-box__title {
    float: none;
    text-align: center;
    font-size: 19px;
  }

  .heading-box__buttons {
    display: none;
  }

  .promo-card {
    height: 84px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 20px 5px 85px;
    overflow: hidden;
    text-align: left;
  }

  .promo-card::after {
    display: none;
  }

  .promo-card__title {
    padding: 0;
    font-size: 15px;
  }

  .promo-card__text {
    display: none;
  }

  .promo-card__picture {
    right: auto;
    top: 13px;
    left: 12px;
  }

  .promo-card__picture img {
    top: 0;
    bottom: auto;
    left: 15px;
    max-height: none;
    width: 55px;
  }

  .promo-card__picture:last-of-type {
    left: 0;
  }

  .start-page__popular {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .start-page__popular h3 {
    font-size: 15px;
    margin: 0 0 15px;
  }

  .start-page__popular li {
    font-size: 12px;
    margin-bottom: 7px;
  }

  .start-page__popular .row {
    display: -ms-flexbox;
    display: flex;
  }

  .start-page__popular .row::before {
    display: none;
  }

  .start-page__popular .col-3 {
    width: 170px;
    padding: 0;
    box-sizing: border-box;
    float: none;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
	margin-right: 10px;
  }

  .start-page__popular .rating-links {
    border-bottom: none;
    padding: 20px 0;
  }

  .start-page__popular .rating-links .row {
    margin: 0;
  }

  .franchise-promo {
    padding: 38px 0;
  }

  .franchise-promo .row {
    margin: 0;
  }

  .franchise-promo .row > [class*="col-"] {
    padding: 0;
    float: none;
  }

  .franchise-promo__logo {
    width: 100%;
    float: none;
    margin: 0 0 30px;
    height: auto;
  }

  .franchise-promo__logo img {
    height: 130px;
    width: 100%;
    object-position: center;
  }

  .row .franchise-promo__info {
    width: 100%;
    float: none;
    border-right: none;
    padding: 0;
    text-align: center;
    height: auto;
  }

  .franchise-promo__title {
    font-size: 16px;
  }

  .franchise-promo__text {
    font-size: 12px;
    font-weight: 400;
  }

  .franchise-promo__cities {
    display: none;
  }

  .franchise-promo .btn:hover,
  .franchise-promo .btn:focus {
    background: #fff;
    color: #232462;
    opacity: 1;
  }

  .bonus-promo {
    height: auto;
  }

  .bonus-promo__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bonus-promo__text {
    width: 100%;
    padding: 0 0 15px;
    font-size: 18px;
  }

  .bonus-promo__logo {
    -ms-flex: 0 0 47px;
    flex: 0 0 47px;
    -ms-flex-order: 1;
    order: 1;
    text-align: right;
    background: url(../../img/lion.svg) no-repeat center right/contain;
    width: 47px;
    height: 44px;
    margin-right: 20px;
    box-sizing: border-box;
  }

  .bonus-promo__logo img {
    display: none;
  }

  .bonus-promo__logo__text {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    box-sizing: border-box;
    -ms-flex-order: 1;
    order: 1;
    text-align: left;
    line-height: 1;
    border-width: 2px;
    font-stretch: ultra-condensed;
  }

  .bonus-promo__button {
    width: 100%;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 20px;
  }

  .bonus-promo .btn:hover,
  .bonus-promo .btn:focus {
    background: #fff;
    color: #ed1c4b;
    opacity: 1;
  }

  .subscribe-promo {
    box-sizing: border-box;
    padding: 40px 30px 50px;
  }

  .subscribe-promo::after {
    bottom: -40px;
    background: url(../../img/logo.svg) no-repeat center/contain;
    height: 62px;
  }

  .subscribe-promo h2 {
    font-size: 18px;
    padding: 0 20px;
  }

  .subscribe-promo__text {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .subscribe-promo__form form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .subscribe-promo__form form::before {
    display: none;
  }

  .subscribe-promo__form form input[type="text"],
  .subscribe-promo__form form input[type="email"] {
    padding-left: 11px !important;
  }

  .subscribe-promo__form .btn {
    display: block;
    font-size: 0;
    padding: 0 18px;
    position: relative;
  }

  .subscribe-promo__form .btn::before {
    display: block;
    font-family: FontAwesome;
    content: "\f0e0";
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 10px;
    top: 6px;
    line-height: 1;
  }

  .subscribe-promo__form .btn:hover,
  .subscribe-promo__form .btn:focus {
    background: #fff;
    opacity: 1;
  }

  .subscribe-promo__form .btn:hover::before,
  .subscribe-promo__form .btn:focus::before {
    color: #232462;
  }

  .h-top {
    margin: 20px 0;
  }

  .h-top.page-section {
    margin: 20px 0;
  }

  .h-top .container {
    padding: 0;
  }

  .h-top .page-section__title {
    font-size: 19px;
    margin: 0;
    padding: 15px 20px;
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
    display: block;
  }

  .h-top .page-section__tabs {
    display: none;
  }

  .h-top .page-section__body {
    padding: 0;
  }

  .h-top .page-section__body > div:nth-child(-n + 6) {
    display: block !important;
  }

  .h-top .page-section__body > div:not(:first-child) .col-2:nth-child(-n+4) {
    display: none;
  }

  .h-top .page-section__body > div:not(:first-child) .col-2:nth-child(1),
  .h-top .page-section__body > div.open:not(:first-child) .col-2:nth-child(-n+4) {
    display: block;
  }

  .h-top .page-section__body.open > div {
    display: block !important;
  }

  .h-top .page-section__body > button {
    display: inline-block;
    margin: -1px 0 0;
    padding: 15px 0;
    width: 100%;
    text-align: center;
    background: none;
    border: none;
    border-top: 1px solid #e9e9e9;
  }

  .h-top .row {
    margin: 0;
  }

  .h-top .col-2 {
    display: none;
    position: relative;
    padding: 0;
  }

  .h-top .col-2:nth-child(2),
  .h-top .col-2:nth-child(3),
  .h-top .col-2:nth-child(4) {
    display: block;
    float: none;
    width: 100%;
  }

  .h-top .col-2:nth-child(2)::after,
  .h-top .col-2:nth-child(3)::after,
  .h-top .col-2:nth-child(4)::after {
    content: '1';
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: calc(50% - 25px);
    background: #e9e9e9;
    height: 50px;
    width: 40px;
    box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.15);
    color: #202020;
    font-size: 18px;
    font-weight: 700;
  }

  .h-top .col-2:nth-child(2)::before,
  .h-top .col-2:nth-child(3)::before,
  .h-top .col-2:nth-child(4)::before {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 25px);
    left: 40px;
    height: 0;
    width: 0;
    z-index: 2;
    border-top: 25px solid transparent;
    border-left: 6px solid #e9e9e9;
    border-bottom: 25px solid transparent;
  }

  .h-top .col-2:nth-child(3)::after {
    content: '2';
  }

  .h-top .col-2:nth-child(4)::after {
    content: '3';
  }

  .h-top .page-section__body > div:first-child .products-incut__title {
    display: none;
  }

  .h-top .page-section__body > div:first-child .col-2:nth-child(4) {
    display: block;
    float: none;
    width: 100%;
  }

  .h-top .page-section__body > a {
    padding: 10px 0;
    margin-left: 15px;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
    width: calc(100% - 15px);
    float: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    display: none;
  }

  .h-top .page-section__body > a::after {
    content: '\f105';
    font-family: FontAwesome;
    color: #777;
    display: block;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 1.2em;
  }

  .h-top .page-section__body > a:nth-of-type(1),
  .h-top .page-section__body > a:nth-of-type(2),
  .h-top .page-section__body > a:nth-of-type(3),
  .h-top .page-section__body > a:nth-of-type(4) {
    display: block;
  }

  .h-top .page-section__body.open > a {
    display: block;
  }

  .h-top .product {
    padding: 25px;
    min-height: 190px;
  }

  .h-top .product__picture {
    float: left;
    width: 90px;
    height: 150px;
    margin: 0 20px 0 0;
  }

  .h-top .product__picture img {
    width: 70%;
    height: auto;
    max-width: none;
    max-height: none;
  }

  .h-top .product__title {
    border: none;
    font-size: 1.1rem;
    height: auto;
  }

  .h-top .product__brand {
    display: block;
  }

  .h-top .product__model {
    display: block;
    font-weight: 700;
    margin: 0 0 8px;
  }

  .h-top .product__model::after {
    display: none;
  }

  .h-top .product__package {
    /*display: none;*/
  }

  .h-top .product__section-name,
  .h-top .product__portion-price {
    font-size: 11px;
    color: #777;
    display: block;
  }

  .h-top .product::after {
    content: '';
    display: table;
    clear: both;
  }

  .h-top .product__price {
    font-size: 15px;
  }

  .h-top .product__rating {
    position: absolute;
    left: 25px;
    bottom: 20px;
    width: 90px;
    margin: 0;
  }

  .h-top .product:hover .product__buy,
  .h-top .product__buy {
    display: block;
  }

  .h-top .product:hover .product__buy .btn,
  .h-top .product__buy .btn {
    height: 25px;
    line-height: 2.5;
    padding: 0 5px;
    min-width: 70px;
  }

  .h-top .products-incut__title {
    padding: 10px 0;
    margin-left: 15px;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
    width: calc(100% - 15px);
    display: block;
    float: none;
    cursor: pointer;
  }

  .open > div:last-child .h-top .products-incut__title {
    margin-left: 0;
    padding-left: 15px;
  }

  .h-top .products-incut__title::after {
    content: '\f105';
    font-family: FontAwesome;
    color: #777;
    display: block;
    position: absolute;
    top: 10px;
    right: 15px;
  }

  .h-top .products-incut__title h2 {
    font-size: 14px;
    margin: 0;
  }

  .h-top .products-incut__title > .btn {
    display: none;
  }

  .pagination {
	/*
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
	*/
	text-align: center;
    margin: 20px 0;
  }

  .pagination .pg{
	margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  .pagination__sel {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    position: relative;
    margin: 0;
    padding: 0;
  }

  .pagination__sel::after {
    display: block;
    content: '\f107';
    font-size: 19px;
    font-family: FontAwesome;
    line-height: 1;
    color: #999;
    position: absolute;
    right: 13px;
    top: 13px;
    height: 40px;
    z-index: 2;
  }

  .pagination select {
    width: 100%;
    padding: 12px 10px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font: 700 12px Geometria, sans-serif;
    color: #202020;
  }

  .pagination__next-page {
    list-style: none;
    margin-left: 17px;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    width: 100%;
  }

  .pagination__next-page a {
    height: 40px;
    line-height: 42px;
    width: 100%;
  }

  /*.pagination__more,*/
  .pagination__pages,
  .pagination__show-all {
    display: none;
  }







  .h-shops.h-shops {
    margin: 0 0 20px;
    background: #fff;
  }

  .h-shops .container {
    padding: 15px 0;
  }

  .h-shops .page-section__title {
    font-size: 19px;
    height: auto;
  }

  .h-shops .page-section__title h1 {
    font-size: 19px;
  }

  .h-shops .page-section__title a {
    display: none;
  }

  .h-shops .page-section__tabs {
    display: none;
  }

  .h-shops .map {
    height: 233px;
  }

  .h-shops .map-cards-container > div {
    position: static;
  }

  .h-shops .map-popup {
    width: 100%;
    height: auto;
    padding: 30px 15px 20px;
    box-shadow: none;
  }

  .h-shops .map-popup__title {
    margin: 0 0 10px;
    font-size: 1.1rem;
  }

  .h-shops .map-popup__contacts {
    font-size: .9rem;
    line-height: 1.3;
  }

  .h-shops .map-popup__picture,
  .h-shops .map-popup__btn {
    display: none;
  }

  .footer {
    padding: 0;
    background: #f7f7f7;
  }

  .footer__nav,
  .footer__partners,
  .footer__disclaimer {
    display: none;
  }

  .footer .container {
    padding: 0;
  }

  .footer__mob {
    display: block;
    text-align: center;
    padding: 50px 0 10px;
  }

  .footer__mob a {
    display: block;
    font-size: 12px;
    padding: 10px;
    line-height: 1.4;
  }

  .footer__mob a:not(:first-child) {
    border-top: 1px solid rgba(233, 233, 233, 0.7);
  }

  .footer__madeby {
    padding: 10px;
    font-size: 12px;
    line-height: 1.2;
    background: #232462;
  }

  .footer__madeby a {
    color: rgba(255, 255, 255, 0.7);
  }

  .top-line-promo,
  .brands-logos,
  .h-new-reviews,
  .h-articles {
    display: none;
  }

  .all-categories .page-section__body {
    padding: 30px 0 0;
  }

  .all-categories .page-section__title {
    display: none;
  }

  .all-categories .page-section__tabs {
    border-top: none;
    font-size: .77rem;
    height: 40px;
    line-height: 2;
  }

  .all-categories__promo {
    width: calc(100% + 30px);
    overflow: hidden;
    margin: 0 -15px;
  }

  .all-categories__promo .row {
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 15px 10px;
    margin: 0;
  }

  .all-categories__promo .col-3 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 180px;
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
  }

  .all-categories__nav {
    font-size: 1.15rem;
  }

  .all-categories__nav li,
  .all-categories__nav li:last-child {
    margin-bottom: 15px;
  }

  .all-categories__nav .row {
    margin: 0;
  }

  .all-categories__nav .row > [class*="col-"] {
    padding: 0;
    width: 100%;
  }

  .all-categories h4 {
    margin-top: 30px;
  }

  .page-section__tabs {
    height: 40px;
    line-height: 40px;
    border: none;
  }

  .page-section--main .page-section__title {
    line-height: 1;
    margin: 20px 0 10px;
    font: 700 18px Bandera, sans-serif;
  }

  .page-section__title {
    margin: 15px 0;
    font: 700 18px Bandera, sans-serif;
  }

  .shops__filter {
    padding: 20px 0;
  }

  .shops__filter .container > span {
    display: block;
    margin: 0 auto;
    width: 100%;
  }

  .shops__filter .container > span:last-child {
    text-align: center;
    margin-top: 10px;
  }

  .shops__map > .container {
    padding: 0;
  }

  .shops__map .map-popup {
    display: none;
  }

  .shops__map .map.map--shops {
    height: 100vw;
    max-height: 600px;
  }

  .shops__btn-to-list {
    padding: 20px 15px;
  }

  .shops__btn-to-list > * {
    width: 100%;
    font-family: Geometria, sans-serif;
  }

  .shops__list .container {
    padding: 0;
  }

  .shop {
    margin: 0;
    border-top: 1px solid #ccc;
  }

  .shop:hover {
    box-shadow: none;
  }

  .shop.s-open {
    background: #f7f7f7;
  }

  .shop .shop__picture {
    display: none;
  }

  .shop .shop__body {
    display: block;
    vertical-align: top;
    padding: 30px 15px 15px;
  }

  .shop .rating__stars {
    display: none;
  }

  .shop__main,
  .shop__subway,
  .shop__contacts {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
    float: none;
    font-family: Geometria, sans-serif;
  }

  .shop__features {
    margin-top: 10px;
  }

  .shop__head::after {
    right: 20px;
    top: 32px;
  }

  .shop.s-open .shop__head::after {
    top: 39px;
  }

  .shop__title {
    font: 700 14px Geometria, sans-serif;
    margin-bottom: 10px;
  }

  .shop__subway ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .shop__subway li {
    -ms-flex: 1 1 calc(50% - 10px);
    flex: 1 1 calc(50% - 10px);
    white-space: nowrap;
  }

  .shop__subway li i {
    display: inline-block;
    position: static;
    margin-right: 9px;
  }

  .shop__subway li span {
    display: none;
  }

  .shop__contacts {
    display: none;
  }

  .shop__descr {
    border: 0;
    margin: 0;
    padding: 0 15px;
  }

  .shop__route {
    width: 100%;
    float: none;
    padding: 0;
  }

  .shop__rate,
  .shop__pictures {
    display: none;
  }

  .shop__map {
    display: none;
  }

  .shop__map-show {
    display: block;
    text-align: center;
    color: #575757;
    border: 1px solid #575757;
    font: 700 12px Geometria, sans-serif;
    padding: 10px 0 8px;
    border-radius: 2px;
    width: calc(100% - 30px);
    margin: 20px auto 30px;
  }

  .all-brands .page-section__title {
    display: none;
  }

  .all-brands .page-section__tabs {
    border: none;
  }

  .all-brands .page-section__body {
    padding: 30px 0 0;
  }

  .all-brands .page-section__title {
    display: none;
  }

  .all-brands .page-section__tabs {
    border-top: none;
    font-size: .77rem;
    height: 40px;
    line-height: 2;
  }

  .all-brands__letters {
    display: none;
  }

  .all-brands > .container:last-child {
    background: #fff;
    padding: 0 15px 30px;
  }

  .all-brands__nav {
    width: 100%;
    margin: 0;
  }

  .all-brands__nav .nav li {
    margin: 0 0 15px;
  }

  .all-brands section {
    border-bottom: 1px solid #e9e9e9;
    margin: 0 -15px 0 0;
  }

  .all-brands .title-strike {
    padding: 10px 15px 10px 0;
    margin: 0;
    font-size: 1rem;
    text-align: left;
    cursor: pointer;
  }

  .all-brands .title-strike h3 {
    line-height: 1;
    font-weight: 400;
    background: none;
    padding: 0;
  }

  .all-brands .title-strike::after {
    content: '\f107';
    font-family: FontAwesome;
    color: #777;
    display: block;
    position: absolute;
    top: 11px;
    right: 15px;
    left: auto;
    width: auto;
    height: auto;
    background: none;
    font-size: 1.2em;
  }

  .all-brands__links {
    padding: 0;
    margin: 10px 0;
    display: none;
  }

  .all-brands__links [class*="col-"] {
    width: 100%;
  }

  .title-strike {
    text-align: center;
    margin: 0 0 10px;
  }

  .title-strike > * {
    font-size: 1.4rem;
    line-height: 1.3;
    padding: 0 15px !important;
  }

  .article {
    height: auto;
    min-height: 100%;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e3e3e3;
    box-sizing: border-box;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .article--compact {
    margin: 0;
  }

  .article:hover {
    color: #202020;
  }

  .article__picture {
    width: calc(100% - 10px);
    margin: 0 10px 10px 0;
    height: 97px;
    object-fit: cover;
  }

  .article:hover .article__picture::after {
    display: none;
  }

  .article:hover .article__picture span {
    display: none;
  }

  .article__title {
    padding: 0 0 10px;
    height: auto;
    border: none;
  }

  .article__title::after {
    display: none;
  }

  .article__title strong {
    font-size: .9rem;
    width: calc(100% - 10px);
    margin-right: 10px;
    max-height: none;
  }

  .article__title span {
    font-size: .8rem;
    width: calc(100% - 10px);
    margin-right: 10px;
  }

  .article::after {
    display: block;
    content: '';
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 20%;
    background: #ec1d24;
    transition: 0.3s ease;
  }

  .catalog-footer-nav {
    display: none;
  }

  .bd-catalog-brands .sidebar {
    width: calc(100% + 15px) !important;
    background: #fff;
    padding: 0 !important;
    float: none !important;
  }

  .bd-catalog-brands .sidebar .page__title {
    text-align: center;
    margin: 0;
    padding: 20px 0 0;
    display: block;
  }

  .bd-catalog-brands .sidebar .page__title > * {
    margin: 0;
    padding: 0;
    font: 700 18px Bandera, sans-serif;
  }

  .sidebar .page__title,
  .sidebar .nav,
  .sidebar .page__short-descr {
    display: none;
  }

  .m-fil {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 22px 0;
    font-size: .77rem;
    border-bottom: 1px solid #e3e3e3;
    font-weight: 700;
    box-sizing: border-box;
  }

  .m-fil__hide {
    background: none;
    border: none;
    padding: 0;
    text-align: left;
  }

  .m-fil__hide::before {
    content: "\f0b0";
    font-family: FontAwesome;
    margin-right: 3px;
  }

  .m-fil .btn {
    padding: 0;
    height: auto;
    line-height: 1;
    border: none;
    box-shadow: none;
    color: #ec1d24;
    font-size: .77rem;
  }

  .m-fil .btn::before {
    content: '\f00d';
    font-family: FontAwesome;
  }

  .m-fil__cb {
    display: none;
  }

  .m-fil__ch {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background-color: #fff;
    border: solid 1px #ccc;
    cursor: pointer;
    box-sizing: border-box;
    vertical-align: text-bottom;
    margin-right: 7px;
    position: relative;
  }

  .m-fil__cb:checked + .m-fil__ch::after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: #36ac46;
    border-radius: 2px;
  }

  .catalog__filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f6f6f6;
    z-index: 111;
    overflow: hidden;
    display: none;
    margin-top: 0 !important;
  }

  .catalog__filter > form {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    display: block;
    padding: 0 15px;
  }

  .catalog__filter > form::after {
    display: block;
    content: '';
    height: 45px;
  }

  .catalog__filter__submit .btn {
    width: 100%;
    border-radius: 0;
    height: auto;
    line-height: 3.33;
    padding-top: 2px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
  }

  .catalog__filter__result-container {
    height: 0;
  }

  .catalog-filter-result {
    display: none;
  }

  .mainbar {
    width: 100%;
  }

  .m-title {
    font-family: Bandera, sans-serif;
    font-size: 1.38rem;
    font-weight: 700;
    text-align: center;
    margin: -2px 0 1rem;
    color: #202020;
    display: block;
  }

  .m-serv {
    background: #e9e9e9;
    font-size: .85rem;
    padding: 12px 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1;
  }

  .m-serv__fil {
    font-weight: 700;
    -ms-flex: 1 0 33%;
    flex: 1 0 33%;
    background: none;
    border: none;
    padding: 0;
    text-align: left;
  }

  .m-serv__fil span {
    font-weight: 400;
  }

  .m-serv__fil::before {
    content: "\f0b0";
    font-family: FontAwesome;
    margin-right: 3px;
  }

  .m-serv__res {
    color: #777;
    -ms-flex: 1 0 33%;
    flex: 1 0 33%;
    text-align: center;
  }

  .m-serv__sort {
    -ms-flex: 1 0 33%;
    flex: 1 0 33%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .m-serv__sort .fa {
    display: none;
  }

  .m-serv__sort::after {
    content: '\f107';
    font-family: FontAwesome;
    margin-left: 3px;
    font-size: 1.2em;
    -ms-transform: translateY(1px);
    transform: translateY(1px);
  }

  .m-serv__sort .dropdown__body {
    top: 20px;
    right: -16px;
    left: auto;
  }

  .m-serv__sort .catalog__head__actions {
    padding: 0;
    float: none;
    height: auto;
    line-height: 1;
  }

  .m-serv__sort .catalog__head__actions > *:first-child {
    margin: 0;
    float: none;
  }

  .m-serv__sort .catalog__head__actions::before,
  .m-serv__sort .catalog__head__actions::after {
    display: none;
  }

  .m-serv__sort .catalog__head__actions > a {
    display: none;
  }

  .catalog__promo {
    width: calc(100% + 30px);
    overflow: hidden;
    margin: 0 -15px;
  }

  .catalog__promo .row {
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 15px;
    margin: 0;
  }

  .catalog__promo [class*="col-"] {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 180px;
    padding-left: 0;
    float: none;
    display: -ms-flexbox;
    display: flex;
  }

  .catalog__head {
    display: none;
  }

  .catalog__gallery {
    margin: 0 -15px 20px;
  }

  .catalog .row {
    margin: 0;
  }

  .catalog [class*="col-"] {
    padding: 0;
    width: 100%;
    float: none;
  }

  .catalog--table {
    margin: 0 -15px;
  }

  .product {
    padding: 25px;
    box-sizing: border-box;
    height: auto;
    border-bottom: 1px solid #e9e9e9;
    text-align: left;
    position: relative;
    margin: 0;
  }

  .product--mini .product__inner {
    height: auto;
    padding: 0;
  }   
  
  .product--mini .product__picture {
    min-width:40px;
  }

  .product--mini .product__price {
    margin: 10px 0 0;
  }

  .product__inner,
  .product:hover .product__inner {
    left: 0;
    right: auto;
    top: 0;
    width: 100%;
    height: auto;
    padding: 0;
    box-shadow: none;
    position: static;
  }

  .product__picture {
    float: left;
    width: 90px;
    height: 150px;
    margin: 0 20px 0 0;
  }

  .product__picture img {
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
  }

  .product__title {
    border: none;
    font-size: 1.1rem;
    height: auto;
  }

  .product__brand {
    display: block;
  }

  .product__model {
    display: block;
    font-weight: 700;
    margin: 0 0 8px;
  }

  .product__model::after {
    display: none;
  }

  .product__package {
    /*display: none;*/
  }

  .product__section-name,
  .product__portion-price {
    font-size: 11px;
    color: #777;
    display: block !important;
  }

  .product::after {
    content: '';
    display: table;
    clear: both;
  }

  .product__price {
    font-size: 15px;
  }

  .product__rating {
    position: absolute;
    left: 25px;
    bottom: 20px;
    width: 90px;
    margin: 0;
  }
  .instant-search__products .product__rating {position:relative; bottom:auto; left:0;}
  .instant-search__products .product__rating .rating__stars {margin:0;}

  .product:hover .product__buy,
  .product__buy {
    display: block;
  }

  .product:hover .product__buy .btn,
  .product__buy .btn {
    height: 25px;
    line-height: 2.5;
    padding: 0 5px;
    min-width: 70px;
    font-weight: 700;
  }

  .product:hover .product__descr,
  .product:hover .product__actions {
    display: none;
  }

  .top-100-head {
    margin: 0;
    background-size: cover;
    position: relative;
    z-index: 15;
  }

  .top-100-head__body {
    border: none;
    height: auto;
  }

  .top-100-head__inner {
    text-align: left;
    padding: 25px 0 17px;
    height: auto;
    box-sizing: border-box;
  }

  .top-100-head__title {
    font-size: 1.38rem;
    margin: 0;
    width: 71%;
  }

  .top-100-head__text {
    display: none;
  }

  .top-100-head__nav {
    background: rgba(0, 0, 0, 0.5);
    height: auto;
    font-family: Geometria, sans-serif;
  }

  .top-100-head__nav .tabs {
    display: none;
  }

  .top-100-head + .container .row .sidebar {
    width: calc(100% + 15px);
    background: #f7f7f7;
    padding: 20px 15px;
    display: none;
  }

  .top-100-head + .container .row .sidebar .nav {
    display: block;
  }

  .m-top__btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background: none;
    border: none;
    font-size: .9rem;
    padding: 13px 15px 11px;
    text-align: left;
  }

  .link-read-more::after {
    content: '\f107';
    font-size: 1.2em;
  }

  .product--table {
    margin-bottom: 1px;
    padding: 30px 20px;
  }

  .product--table:hover {
    box-shadow: none;
  }

  .product--table__inner {
    display: -ms-flexbox;
    display: flex;
  }

  .product--table__picture {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 80px;
    margin-right: 25px;
    margin-left: 5px;
  }

  .product--table__picture img {
    width: 70%;
    height: auto;
  }

  .product--table__rating {
    margin: 10px 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .product--table__main-cell {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-right: 20px;
  }

  .product--table__brand,
  .product--table__model {
    font-size: 1rem;
    margin: 0;
  }

  .product--table .btn {
    height: 25px;
    line-height: 2.2;
    min-width: 70px;
    box-sizing: border-box;
    padding: 0 10px;
    font-weight: 700;
    font-family: Geometria, sans-serif;
  }

  .product--table__mob {
    display: block;
  }

  .product--table__package,
  .product--table__descr,
  .product--table .product--table__price-cell {
    display: none;
  }
  .product--table__mob .product--table__package{
	  display: block;
  }

  .product--table .rating__stars {
    margin: 0 5px 0 0;
  }

  .product--table .rating__mob {
    display: block;
    font-size: .77rem;
    color: #777;
  }

  .product--table .rating__text,
  .product--table .rating__count {
    display: none;
  }

  .product--table__price {
    white-space: nowrap;
  }

  .product-description-tabs-content {
    margin: 0 0 20px;
  }

  .product-full-descr {
    margin: 0;
  }

  .product-full-descr .page-section__tabs {
    height: 100%;
    margin: 0 -15px;
  }

  .product-full-descr__body {
    padding: 20px 0;
  }

  .product-full-descr__inner {
    max-width: none;
    width: 100%;
    font-size: .9rem;
  }

  .product-full-descr__inner h2,
  .product-full-descr__inner h3 {
    margin: 15px 0;
  }

  .product-full-descr__video .container {
    padding: 0;
  }

  .product-full-descr__video iframe {
    height: 56vw;
    max-width: 100%;
    width: 100%;
  }

  .products-incut {
    -ms-flex-order: 2;
    order: 2;
    background: #fff;
    border: none;
    margin: 0 0 20px;
    padding: 0 0 5px;
    position: relative;
  }

  .products-incut .container {
    padding: 0;
    overflow: hidden;
  }

  .products-incut .slider {
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    position: static;
    -webkit-overflow-scrolling: touch;
  }

  .products-incut .slider::before,
  .products-incut .slider::after {
    display: none;
  }

  .products-incut .row {
    margin: 0 0 25px;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .products-incut .row [class*="col-"] {
    width: 170px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    float: none;
  }

  .row .products-incut__title {
    display: none;
  }

  .products-incut__title--mob {
    display: block;
    width: 100%;
    text-align: center;
    padding: 16px 0 15px;
    border-bottom: 1px solid #e9e9e9;
    margin: 0 0 20px;
  }

  .products-incut__title--mob h2 {
    margin: 0;
    font-size: 15px;
    font-family: Bandera, sans-serif;
  }

  .bd-index .products-incut__title--mob {
    display: none !important;
  }

  .products-incut .product {
    border: none;
    font-family: Geometria, sans-serif;
    padding: 0;
  }

  .products-incut .product:hover {
    box-shadow: none;
  }

  .products-incut .product__picture {
    float: none;
    width: 50%;
    height: 120px;
    margin: 0 0 0 5%;
  }
.product__picture{
	margin-bottom: 10px !important;
}
  .products-incut .product__picture a {
    display: block;
  }

  .products-incut .product__picture img {
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: static;
  }

  .products-incut .product__title {
    font-size: .9rem;
    display: inline;
  }

  .products-incut .product__brand,
  .products-incut .product__model {
    display: inline;
    font-weight: 700;
  }

  .products-incut .product__section-name {
    display: inline;
    color: #202020;
    font-size: .9rem;
  }
/*
  .products-incut .product__section-name::before {
    content: ', ';
  }
*/
  .products-incut .product__rating {
    position: static;
  }

  .products-incut .product .rating__stars {
    margin: 0;
  }

  .products-incut .product:hover .product__buy {
    display: none;
  }

  .product-history {
    display: none;
  }

  .product-details {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-details > header {
    padding: 8px 0 20px;
  }

  .product-details__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  .product-details__summary {
    width: calc(100% - 30vw);
  }

  .product-details__summary .product-details__title {
    display: none;
  }

  .product-details__title {
    border: none;
    padding: 0 15px;
    margin: 0 0 10px;
  }

  .product-details__brand {
    font: 400 1rem Geometria, sans-serif;
  }

  .product-details__model {
    font-size: 1.38rem;
    display: block;
  }

  .product-details__rating {
    margin-top: 5px;
  }

  .product-details__tags,
  .product-details__descr,
  .product-details__summary > section,
  .product-details .benefits {
    display: none;
  }

  .product-details .page-section__title,
  .product-details .product-buy__promo {
    display: none;
  }

  .product-details__reviews {
    margin: 15px 0 20px;
  }

  .product-details__reviews .page-section__title {
    display: block;
    font-size: 15px;
    margin: 0 0 15px;
  }

  .product-details__reviews .page-section__title span {
    display: none;
  }

  .product-details__reviews .container {
    padding: 0;
  }

  .product-details__reviews .row {
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .product-details__reviews .col-4 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 250px;
    padding-left: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .product-details__reviews .col-4 > * {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: auto;
  }

  .product-details__reviews .col-4:first-child {
    width: 125px;
  }

  .product-details .page-section__tabs {
    border: none;
  }

  .product-buy {
    margin: 0;
  }

  .product-buy__mob {
    display: block;
  }

  .product-buy__head.page-section__tabs {
    margin: 0 -15px;
    height: auto;
    line-height: 1;
  }

  .product-composition__head {
    width: 100%;
    max-width: 500px;
    margin: 40px auto;
  }

  .product-composition > .row > [class*="col-"] {
    width: 100%;
    float: none;
  }

  .product-composition > .row [class*="col-"] + [class*="col-"] {
    margin-top: 20px;
  }

  /*.product-package {
    display: none;
  }*/

  .review {
    padding: 15px;
  }

  .review:hover {
    box-shadow: none;
  }

  .review__info {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }

  .review__body {
    width: 100%;
    float: none;
  }

  .review__text {
    margin-bottom: 15px;
    padding: 0;
  }

  .review-summary {
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }

  .review-summary__inner {
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: auto;
  }

  .review-summary__digit {
    font-size: 31px;
    font-weight: 400;
  }

  .review-summary__text {
    font-size: .9rem;
  }

  .review-summary__count {
    font-size: 11px;
  }

  .review-summary__stars {
    margin: 6px auto 12px;
  }

  .review-summary .rating__stars--large {
    height: 10px;
    width: 55px;
  }

  .review-summary .rating__stars--large li {
    height: 10px;
    width: 10px;
  }

  .review-summary .rating__stars--large li::before {
    font-size: 10px;
  }

  .review-card {
    height: 100%;
    margin-bottom: 0;
    padding: 25px 15px 15px;
  }

  .review-card__author,
  .review-card__date {
    font-size: 11px;
  }

  .review-card__text {
    height: auto;
    margin-bottom: 15px;
  }

  .product-pictures {
    width: 30vw;
  }

  .product-pictures table {
    height: auto;
  }

  .product-pictures table img {
    max-height: none;
  }

  .product-pictures__descr,
  .product-pictures__previews {
    display: none;
  }

  .product-pictures__big {
    width: 100%;
  }

  .product-props__item {
    border: none;
    font-family: Geometria, sans-serif;
    font-size: .9rem;
    padding: 2px 0;
  }

  .product-props__item:nth-child(n+3) {
    display: none;
  }

  .product-props__item-mob {
    display: block;
    font-family: Geometria, sans-serif;
    font-size: 0.9rem;
    padding: 2px 0;
  }

  .product-props__item:first-child .product-props__title,
  .product-props__item:last-child .product-props__title {
    display: none;
  }

  .product-props__title {
    float: none;
    width: auto;
    font-weight: 400;
    color: #575757;
    padding-right: 0px;
    display: inline;
  }

  .product-props__title::after {
    content: ': ';
  }

  .product-props__value {
    padding: 0;
    color: #202020;
    display: inline;
  }

  .product-props__value a {
    color: #202020;
    border: none;
  }

  .product-props__value ul,
  .product-props__value li {
    display: inline;
  }

  .product-rating__main {
    float: none;
  }

  .product-rating__compare {
    display: none;
  }

  .product-rating .rating__text {
    font-size: .77rem;
    color: #777;
  }

  .product-rating .rating__stars--med {
    height: 10px;
    width: 55px;
  }

  .product-rating .rating__stars--med li {
    width: 10px;
    height: 10px;
  }

  .product-rating .rating__stars--med li::before {
    font-size: 10px;
  }

  .m-prod__title {
    display: block;
    text-align: center;
  }

  .m-buy {
    display: block;
    margin: 0 -15px;
    padding: 15px;
    background: #fff;
    font-family: Geometria, sans-serif;
    font-size: .9rem;
    color: #202020;
  }

  .m-buy__key {
    margin: 0 0 7px;
    font-family: Geometria, sans-serif;
    font-weight: bold;
  }

  .m-buy__sel {
    margin: 0 0 13px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    outline: none;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    height: 40px;
    padding: 0 12px;
    font-size: 0.92rem;
    line-height: 3.1;
    cursor: pointer;
  }

  .m-buy__sel::before {
    font-family: FontAwesome;
    display: block;
    content: '\f107';
    font-size: 19px;
    line-height: 1;
    color: #999;
    position: absolute;
    right: 13px;
    top: 11px;
  }

  .m-buy__sel b {
    font-weight: normal;
    color: #202020;
  }

  .m-buy__ser {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0;
  }

  .m-buy__pocket {
    color: #36ac46;
  }

  .m-buy__count {
    font-size: 18px;
    position: relative;
  }

  .m-buy__count::after {
    display: block;
    content: '\f107';
    font-size: 16px;
    font-family: FontAwesome;
    line-height: 1;
    color: #999;
    position: absolute;
    right: 13px;
    top: 14px;
    z-index: 2;
  }

  .m-buy__count select {
    border: none;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 12px 20px 10px 10px;
    cursor: pointer;
  }

  .m-buy__price {
    font: 700 18px Bandera, sans-serif;
  }

  .m-buy__btn {
    width: 100%;
    font: 700 12px Geometria, sans-serif;
    padding: 15px 10px 13px;
    height: auto;
  }

  .m-buy__info {
    margin: 25px 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
  }

  .m-buy__info .icon {
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .m-buy__box {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .m-buy__text + .m-buy__text {
    margin-top: 5px;
  }

  .mfp-container {
    padding-left: 0;
    padding-right: 0;
    bottom: 0;
    right: 0;
  }

  .mfp-container::before {
    display: none;
  }

  .mfp-content {
    height: 100%;
  }

  .popup {
    background-color: #232462;
    height: 100%;
    margin: auto 0;
    padding: 0 20px;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  .popup .big-check {
    background: #36ac46;
  }

  .popup .mfp-close {
    top: 20px;
    right: 20px;
  }

  .popup .mfp-close::before {
    display: none !important;
  }

  .popup .mfp-close::after {
    content: '\f00d';
    font-family: FontAwesome;
    font-size: 16px;
    color: #fff;
    -ms-transform: rotate(0);
    transform: rotate(0);
    position: static;
    width: auto;
    height: auto;
    background: none !important;
  }

  .popup--add-product-settings {
    background: #fff;
    display: block;
    padding: 20px;
  }

  .popup--add-product-settings .mfp-close::after {
    color: #202020;
  }

  .popup--add-product-settings h1 {
    color: #202020;
    margin: 0 0 20px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .popup--add-product-settings .custom-select {
    display: block !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .popup--add-product-settings .ui-widget {
    display: none;
  }

  .popup--add-product-settings .alert {
    max-width: none;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .popup--add-product-settings .alert .form {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
  }

  .popup--add-product-settings .alert .form__input::after {
    display: block;
    content: '\f107';
    font-size: 19px;
    font-family: FontAwesome;
    line-height: 1;
    color: #999;
    position: absolute;
    right: 13px;
    top: 11px;
  }

  .popup--add-product-settings .alert__btn {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .popup--add-product-settings .alert__btn .btn {
    margin: 0;
  }

  .popup--add-product-settings .alert__link {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
  }

  .popup--add-product-settings .alert__link a {
    color: #202020;
    border-bottom-color: #202020;
  }

  .popup--add-product-settings .row > [class*="col-"] {
    width: 100%;
    float: none;
    margin: 0 0 15px;
  }

  .alert {
    color: #fff;
    margin: auto 0 7vmin;
    font-family: Geometria, sans-serif;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .alert__icon {
    margin: 0 0 20px;
  }

  .alert__title {
    font: 700 17px Bandera, sans-serif;
  }

  .alert__text {
    color: #fff;
    font-size: 12px;
    margin: 10px 0 0;
  }

  .alert .btn {
    width: 100%;
    height: 40px;
    line-height: 42px;
    margin: 45vmin 0 0;
  }

  .alert__link a {
    font-size: .9rem;
    color: #fff;
    border-bottom-color: #fff;
  }

  .alert__link a:hover {
    color: #fff;
    border-bottom-color: #fff;
  }

  .m-product {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 18px 35px 15px 20px;
    color: #202020;
    font-size: .9rem;
    position: relative;
    background: #fff;
    margin-left: -20px;
    margin-top: -1px;
  }

  .m-product::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 20px;
    right: 0;
    height: 1px;
    background: #e9e9e9;
  }

  .m-product::after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 20px;
    right: 0;
    height: 1px;
    background: #e9e9e9;
  }

  .m-product:hover {
    color: #202020;
  }

  .m-product__info {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .m-product__info::after {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    display: block;
    top: 50%;
    right: 10px;
    margin-top: -9px;
    font-size: 1.3em;
    line-height: 1;
  }

  .m-product__size {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 4px;
  }

  .m-product__ava {
    color: #36ac46;
  }

  .m-product__dose {
    color: #777;
  }

  .m-product__like {
    font-size: 10px;
    color: #777;
    margin: 4px 0 0;
  }

  .m-product__like::after {
    content: '\f087';
    font-family: FontAwesome;
    padding-left: 3px;
  }

  .m-product__price {
    text-align: right;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    color: #202020;
  }

  .m-product__price-old {
    font-size: 10px;
    text-decoration: line-through;
    line-height: 1.7;
  }

  .m-product__price-new {
    color: #ec1d24;
  }

  .m-product__price-sale {
    color: #ec1d24;
    font-size: .77rem;
  }

  .m-product__line {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 0;
    height: 1px;
    background: #ec1d24;
    z-index: 2;
  }

  .m-product--disable {
    background: #f8f8f8;
    cursor: default;
    -ms-flex-order: 1;
    order: 1;
  }

  .m-product--disable .m-product__info::after {
    display: none;
  }

  .m-product--disable .m-product__size,
  .m-product--disable .m-product__ava {
    color: #777;
  }

  .m-product--disable .m-product__dose,
  .m-product--disable .m-product__price {
    color: #ccc;
  }

  .m-pag {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px;
  }

  .m-pag__sel {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 8px;
    width: 100%;
    position: relative;
  }

  .m-pag__sel select {
    width: 100%;
    height: 40px;
    font: 700 12px Geometria, sans-serif;
    color: #202020;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
  }

  .m-pag__sel::after {
    content: '';
    background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017%2010%22%3E%3Cpath%20fill%3D%22%237b7b7b%22%20d%3D%22M0%202L9%2010L17%202L16%201L15%202L9%208L1%201%22%20%2F%3E%3C%2Fsvg%3E) no-repeat center/contain;
    width: 9px;
    height: 5px;
    position: absolute;
    z-index: 2;
    top: 18px;
    right: 10px;
  }

  .m-pag__btn {
    width: 100%;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 8px;
    display: block;
    box-sizing: border-box;
    padding: 0;
    height: 40px;
    font: 700 12px / 3.5 Geometria, sans-serif;
  }

  .bd-card {
    background: #f7f7f7;
  }

  .bd-card .cart__upsell,
  .bd-card .bonus-promo,
  .bd-card .subscribe-promo,
  .bd-card .header__search,
  .bd-card .header__user,
  .bd-card .cart__greeting,
  .bd-card .cart__promo,
  .bd-card .page-section__title,
  .bd-card .footer {
    display: none;
  }

  .bd-card .header {
    background: #fff;
  }

  .bd-card .page-section {
    margin: 0;
  }

  .bd-card .logo {
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  .bd-card .logo span {
    background: none;
    font: 700 15px Bandera, sans-serif;
    width: auto;
    height: auto !important;
    color: #202020;
    text-transform: none;
    letter-spacing: normal;
  }

  .bd-card .cart__wrap-inner {
    width: 100%;
    max-width: none;
  }

  .bd-card .order-submit {
    background: none;
    border: none;
    padding: 0 0 10px;
  }

  .bd-card .order-submit__text,
  .bd-card .order-submit__next-step-descr {
    display: none;
  }

  .bd-card .order-submit__btn {
    padding: 0;
    display: block;
  }

  .bd-card .order-submit__btn .btn {
    height: 40px;
    margin: 20px 0 30px;
    font: 700 12px / 40px Geometria, sans-serif;
  }

  .bd-card .order-submit__btn .btn::after {
    display: none;
  }

  .bd-card .order-submit__wr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    color: #202020;
    font: 1rem Geometria, sans-serif;
    margin: 0;
  }

  .bd-card .order-submit__wr > span:last-child {
    font: 700 18px Bandera, sans-serif;
  }

  .bd-card .breadcrumbs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 15px 10px;
    font-family: Geometria, sans-serif;
  }

  .bd-card .breadcrumbs button {
    border: none;
    background: none;
    padding: 0 0 0 12px;
    color: #202020;
    font: 10px Geometria, sans-serif;
    position: relative;
  }

  .bd-card .breadcrumbs button::before {
    content: '\f104';
    display: inline-block;
    font: 2em FontAwesome;
    position: absolute;
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    top: 0;
    left: 0;
  }

  .bd-card .breadcrumbs span {
    color: #36ac46;
    font-size: 11px;
  }

  .bd-card .breadcrumbs span::before {
    content: '\f023';
    display: inline-block;
    font: 1.2em FontAwesome;
    -ms-transform: translateY(1px);
    transform: translateY(1px);
    padding-right: 5px;
  }

  .bd-card .cart > section:first-of-type > .container {
    padding: 0;
  }

  .bd-card .product--table {
    padding: 30px 15px 20px;
    margin: 0 0 10px;
    position: relative;
  }

  .bd-card .product--table:last-child {
    margin: 0 0 20px;
  }

  .bd-card .product--table__inner {
    display: block;
    padding-left: 110px;
    box-sizing: border-box;
  }

  .bd-card .product--table__picture {
    width: 90px;
    position: absolute;
    top: 30px;
    left: 15px;
  }

  .bd-card .product--table__picture img {
    object-fit: contain;
  }

  .bd-card .product--table__main-cell {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }

  .bd-card .product--table__brand,
  .bd-card .product--table__model {
    font: 12px Geometria, sans-serif;
    margin: 0;
  }

  .bd-card .product--table__model {
    font-weight: 700;
    margin: 0 0 7px;
  }

  .bd-card .product--table__category {
    -ms-flex-order: 3;
    order: 3;
    font: 12px Geometria, sans-serif;
    color: #777;
    margin: 0 0 10px;
  }

  .bd-card .product--table__package {
    -ms-flex-order: 2;
    order: 2;
    display: block;
    font: 12px Geometria, sans-serif;
    color: #777;
    margin: 0;
  }

  .bd-card .product--table__price {
    font: 700 12px Geometria, sans-serif;
  }

  .bd-card .product--cart__add-to-fav {
    display: none;
  }

  .bd-card .product--cart__price-cell {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px;
  }

  .bd-card .product--cart__count-cell {
    display: block;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    width: 50%;
  }

  .bd-card .product--cart__count-cell input,
  .bd-card .product--cart__count-cell i {
    display: none;
  }

  .bd-card .product--cart__count-cell .count {
    border: none;
    position: relative;
    width: auto;
    height: auto;
    margin-right: 20px;
  }

  .bd-card .product--cart__count-cell .count::after {
    content: '\f107';
    display: block;
    font-size: 1.3em;
    font-family: FontAwesome;
    position: absolute;
    z-index: 2;
    top: -4px;
    right: 7px;
  }

  .bd-card .product--cart__count-cell-text {
    color: #36ac46;
    font: 700 12px Geometria, sans-serif;
    margin: 5px 0 0;
    width: 100%;
  }

  .bd-card .product--cart__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #f9f9f9;
  }

  .bd-card .product--cart__wrap .product--table__price {
    font: 700 15px Bandera, sans-serif;
  }

  .bd-card .product--cart__remove {
    position: relative;
  }

  .bd-card .product--cart__remove::before {
    content: '\f00d';
    display: block;
    font-size: 13px;
    color: #777;
    font-family: FontAwesome;
  }

  .bd-card .product--cart__remove .close-icon {
    display: none;
  }

  .bd-card .product--cart__field-title {
    display: none;
  }

  .bd-card .product--cart__field-select {
    display: block;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font: 700 15px Bandera, sans-serif;
    border: none;
    color: #202020;
    width: 100%;
  }

  .bd-card .product--cart__count-cell + .product--cart__price-cell {
    display: block;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    width: 50%;
    box-sizing: border-box;
    margin: 0;
  }

  .bd-card .m-back {
    font-size: 0;
    border: none;
    background: none;
    padding: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .bd-card .m-back::after {
    content: '\f104';
    display: block;
    font: 1.5rem FontAwesome;
  }

  .bd-card .basket {
    display: block;
  }

 

  .bd-contacts .m-back {
    font-size: 0 !important;
    left: 0 !important;
    margin-left: 15px;
    display: block;
  }

  .bd-contacts .m-back::before {
    display: none !important;
  }

  .bd-contacts .breadcrumbs {
    text-align: center;
    position: relative;
    color: #202020;
    font: 700 10px Geometria, sans-serif;
    padding: 14px 15px 11px;
  }

  .bd-contacts .breadcrumbs > div {
    margin: 0 auto 2px;
    text-transform: uppercase;
  }

  .bd-contacts .page-section--main > .container {
    display: none;
  }

  .bd-contacts .container > .container {
    padding: 0;
  }

  .bd-contacts .page-section__body {
    padding: 20px 0 0;
  }

  .bd-contacts .form__title {
    display: none;
  }

  .bd-contacts .order-step__title {
    display: none;
  }

  .bd-contacts .order-step__form {
    padding: 0;
  }

  .bd-contacts .form__item {
    width: 100%;
    margin: 0 0 20px;
  }

  .bd-contacts .form__fieldset {
    border: none;
    padding: 0;
    margin: 0 0 20px;
  }

  .bd-contacts .order-summary {
    margin: 20px 0 0;
  }

  .bd-contacts .order-submit--summary {
    display: none;
  }

  .bd-payment .m-back {
    font-size: 0 !important;
    left: 0 !important;
    margin-left: 15px;
    display: block;
  }

  .bd-payment .m-back::before {
    display: none !important;
  }

  .bd-payment .container > .container {
    padding: 0;
  }

  .bd-payment .breadcrumbs {
    text-align: center;
    position: relative;
    color: #202020;
    font: 700 10px Geometria, sans-serif;
    padding: 14px 15px 10px;
  }

  .bd-payment .breadcrumbs > div {
    margin: 0 auto 3px;
    text-transform: uppercase;
  }

  .bd-payment .page-section--main > .container,
  .bd-payment .form__title {
    display: none;
  }

  .bd-payment .radio-form {
    margin: 0 -30px 0 25px;
  }

  .bd-payment .radio-form__item {
    box-shadow: none;
    background: none;
    border-radius: 0;
    border-bottom: 1px solid #e9e9e9;
  }

  .bd-payment .radio-form__item::after {
    display: none;
  }

  .bd-payment .radio-button:last-child {
    border: none;
  }

  .bd-payment .radio-button__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
    width: calc(100% - 15px);
    height: auto !important;
    padding: 15px 0;
  }

  .bd-payment .radio-button__inner > * {
    display: block;
    width: auto;
    padding: 0;
  }

  .bd-payment .radio-button__check {
    width: auto;
    display: block;
    margin: 0 10px 0 -25px;
    padding: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .bd-payment .radio-button__text {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font: 700 12px Geometria, sans-serif;
    margin-right: 10px;
  }

  .bd-payment .radio-button__text h1,
  .bd-payment .radio-button__text h2,
  .bd-payment .radio-button__text h3,
  .bd-payment .radio-button__text h4,
  .bd-payment .radio-button__text h5 {
    font: 700 12px Geometria, sans-serif;
  }

  .bd-payment .radio-button__text p {
    font-weight: 400;
    font-size: 11px;
  }

  .s-active .bd-payment .radio-button__text {
    color: #36ac46;
  }

  .bd-payment .radio-button__extra {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 15px;
  }

  .bd-payment .radio-button__extra > * {
    color: #202020;
    font: 400 9px Geometria, sans-serif;
  }

  .bd-payment .order-summary {
    display: none;
  }

  .bd-payment .order-step__title {
    display: none;
  }

  .bd-payment .order-step__form {
    padding: 0;
  }

  .bd-payment .order-submit--summary {
    display: none;
  }

  .bd-payment .page-section__body {
    padding: 0 0 10px;
  }

  .bd-success .breadcrumbs {
    display: none;
  }

  .bd-success .order-success__inner {
    display: block;
  }

  .bd-success .order-success__title {
    display: none;
  }

  .bd-success .order-success__thanks {
    padding: 0;
    width: 100%;
    border: none;
  }

  .bd-success .order-success__payment {
    display: none;
  }

  .bd-success .order-payment h3 {
    font: 700 17px Bandera, sans-serif;
    display: block;
  }

  .bd-success .order-payment h3::after {
    content: '';
    display: block;
    width: 120px;
    height: 1px;
    margin: 15px auto;
    line-height: 1px;
    background: #e3e3e3;
  }

  .bd-success .order-payment__descr {
    font: 400 12px Geometria, sans-serif;
    text-align: left;
  }

  .bd-success .success-card__order-number {
    font: 400 17px Geometria, sans-serif;
  }

  .bd-success .btn {
    height: 40px;
    line-height: 42px;
    font: 700 12px Geometria, sans-serif;
  }

  .bd-success .btn::after {
    display: none;
  }

  .bd-success .print-view,
  .bd-success .print-view + .order-submit,
  .bd-success .success-card__title {
    display: none;
  }

  .catalog__filter__values li label,
  .catalog__filter__values li.catalog__filter__show-all {
    padding: 0;
  }

  #del_filter {
    background: none;
    border: none;
    box-shadow: none;
    color: #ec1d24;
    width: auto;
    line-height: 2.35;
    height: auto;
    padding: 0;
    font-size: .77rem;
    font-weight: 700;
  }

  #del_filter::before {
    display: inline;
    content: '\f00d';
    font-family: FontAwesome;
  }

  .region-confirm .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
  }

  .region-confirm .container::before,
  .region-confirm .container::after {
    display: none;
  }

  .region-confirm .container > * {
    margin: 0 0 10px;
    float: none;
  }

  .region-confirm .container .btn {
    width: 100%;
    font: 700 11px / 2.75 Geometria, sans-serif;
  }

  .region-confirm__title {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    font: 13px / 1.4 Geometria, sans-serif;
  }

  .region-confirm__title > * {
    display: block;
  }

  .region-confirm__yes,
  .region-confirm__no {
    margin: 0 !important;
    -ms-flex: 0 1 calc(50% - 7px);
    flex: 0 1 calc(50% - 7px);
  }

  .region-confirm__text {
    display: none;
  }

  .region-form {
    z-index: 60;
    background: #232462;
    min-height: 70px;
    box-sizing: border-box;
    padding: 30px 40px 10px 15px;
  }

  .region-form input {
    height: auto;
    padding: 7px 10px 5px;
    box-sizing: border-box;
  }

  .region-form input::-webkit-input-placeholder {
    line-height: 1.6;
  }

  .region-form input:-ms-input-placeholder {
    line-height: 1.6;
  }

  .region-form input::placeholder {
    line-height: 1.6;
  }

  .region-form__close {
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    top: 44px;
    right: 15px;
    cursor: pointer;
    width: 14px;
    height: 14px;
  }

  .region-form__close::before,
  .region-form__close::after {
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 3px;
    background: #fff;
    border-radius: 1px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .region-form__close::after {
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .region-form .ui-menu {
    width: calc(100% - 30px) !important;
    max-width: none;
    top: 72px !important;
  }

  .region-form .ui-menu .ui-menu-item.ui-menu-item {
    display: block;
  }

  .region-form__ov {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 59;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .page--login .page-section__title {
    margin: 0;
    padding: 10px 0 9px;
  }

  .page--login page-section__body {
    padding: 20px 0;
  }

  .page--login .login-form__error {
    margin: -17px 0 10px;
  }

  .cart__greeting {
    display: none;
  }

  .orders-list__head {
    display: none;
  }

  .orders-list > .toggle {
    border-bottom: 1px solid #ccc;
    padding: 30px 15px 15px;
    background: #fff;
  }

  .orders-list > .toggle:last-child {
    border-bottom: none;
  }

  .orders-list > .toggle.s-open {
    background: none;
  }

  .orders-list__item {
    margin: 0;
    padding: 0;
    box-shadow: none !important;
    background: none;
  }

  .orders-list__item:hover {
    box-shadow: none;
  }

  .orders-list__inner {
    position: relative;
  }

  .orders-list__inner > * {
    display: block;
    vertical-align: top;
  }

  .orders-list__date {
    width: 30%;
    min-width: 100px;
    display: table-cell;
  }

  .orders-list__state {
    width: auto;
    margin: 20px 0 0;
  }

  .orders-list__btn .btn {
    font-size: 0;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    display: -ms-flexbox;
    display: flex;
  }

  .orders-list__btn .btn::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #777;
    border-left: 1px solid #777;
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    margin: auto;
  }

  .order-print {
    margin: 15px 0 0;
    padding: 15px 0 0;
    border-top: 1px solid #ccc;
    background: none;
  }

  .order-print section {
    margin: 0;
  }

  .order-print__head {
    display: none;
  }

  .order-print__body h2,
  .order-print__body thead {
    display: none;
  }

  .order-print__follow {
    display: none;
  }

  .order-print-products {
    font: 400 12px Geometria, sans-serif;
  }

  .order-print-products__num {
    display: none !important;
  }

  .order-print-products tbody,
  .order-print-products tr,
  .order-print-products td,
  .order-print-products th {
    border: none;
    display: block;
    padding: 0;
  }

  .order-print-products tbody tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #ccc;
  }

  .order-print-products tbody tr:last-child {
    margin: 0 0 10px;
  }

  .order-print-products__main-cell {
    display: block;
    padding: 0;
    margin: 0 0 15px;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .order-print-products__price {
    padding: 0;
    width: 25%;
  }

  .order-print-products__price::before {
    content: 'Цена за шт.';
    display: block;
    color: #777;
  }

  .order-print-products__quantity {
    padding: 0;
    width: 25%;
    text-align: center;
  }

  .order-print-products__quantity::before {
    content: 'Кол-во';
    display: block;
    color: #777;
  }

  .order-print-products__sum {
    padding: 0;
    width: 25%;
  }

  .order-print-products__sum::before {
    content: 'Итого';
    display: block;
    color: #777;
  }

  .order-print-products__common-mob .order-print-products__main-cell {
    width: 60%;
    margin: 0;
    height: auto;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
  }

  .order-print-products__common-mob .order-print-products__price,
  .order-print-products__common-mob .order-print-products__quantity {
    display: none;
  }

  .order-print-products__common-mob .order-print-products__sum {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: auto;
  }

  .order-print-products__common-mob .order-print-products__sum::before {
    display: none;
  }

  .order-print-contacts {
    border-top: none;
  }

  .order-print-contacts tbody,
  .order-print-contacts tr,
  .order-print-contacts td,
  .order-print-contacts th {
    display: block;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .order-print-contacts tr {
    border-bottom: 1px solid #ccc;
    margin: 0 0 10px;
    padding: 0 0 10px;
  }

  .order-print-contacts .pull-left,
  .order-print-contacts .pull-right {
    float: none;
  }

  .order-print-contacts__payment-box-mob {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .order-print-contacts__payment {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
  }

  .order-print-contacts__payment .pull-left {
    border-bottom: 1px solid #ccc;
    margin: 0 0 10px;
    padding: 0 0 10px;
  }

  .bd-personal-orders .page-section--main {
    background: #f7f7f7;
    margin: 0;
    padding: 0 0 20px;
  }

  .bd-personal-orders .page-section--main > .container {
    padding: 0;
  }

  .bd-personal-profile .page-section {
    margin: 0 !important;
    padding-bottom: 20px;
  }

  .bd-personal-profile .page-section > .container {
    padding: 0;
  }

  .bd-personal-profile .page-section__body {
    padding: 20px 0 !important;
  }

  .bd-personal-profile .form__title {
    padding: 0;
    margin: 0 0 20px;
  }

  .bd-personal-profile .form__title > * {
    font: 700 14px Geometria, sans-serif;
  }

  .bd-personal-profile .form__title .fa {
    display: none;
  }

  .bd-personal-profile .form__fieldset {
    margin: 0 0 20px;
  }

  .bd-personal-profile .form__item {
    width: 100%;
    margin: 0 0 20px;
  }

  .bd-personal-profile .form__item .col-4 {
    width: 50%;
  }

  .bd-personal-profile .form__submit {
    padding: 0 15px 20px;
    margin: -1px 0 0;
    background: #fff;
  }

  .bd-personal-profile .form__submit .btn {
    float: none;
    margin: 0 auto;
    width: 100%;
  }

  .bd-cart-auth .page-section__body {
    padding: 20px 0;
  }

  .bd-cart-auth .cart-auth {
    padding: 0;
  }

  .bd-cart-auth .cart-auth > .row > [class*="col-"] {
    width: 100%;
    border: none;
    padding: 0 0 0 15px;
  }

  .bd-cart-auth .login-form {
    max-width: none;
    margin: 0 0 40px;
  }

  .bd-cart-auth .login-form h3 {
    font: 700 18px Bandera, sans-serif;
    margin: 0 0 15px;
  }

  .bd-cart-auth .login-form form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bd-cart-auth .login-form__input--text {
    -ms-flex-order: 2;
    order: 2;
    height: auto;
    padding: 0;
    margin: 15px 0;
  }

  .bd-cart-auth .breadcrumbs {
    text-align: center;
    position: relative;
    color: #202020;
    font: 700 10px Geometria, sans-serif;
    padding: 14px 15px 10px;
  }

  .bd-cart-auth .breadcrumbs > div {
    margin: 0 auto 3px;
    text-transform: uppercase;
  }

  .bd-cart-auth .m-back {
    left: 15px;
  }

  .delivery__item {
    margin: 0 0 60px;
    font-size: 1rem;
  }

  .delivery__img {
    display: none;
  }

  .delivery__title {
    font-size: 1.38rem;
  }

  .bd-sale .sidebar {
    display: none;
  }

  .bd-sale .page > br {
    display: none;
  }

  .bd-sale .page-section__title {
    margin-bottom: 0;
  }

  .m-sidebar {
    font: 400 .9rem / 1 Geometria, sans-serif;
    color: #202020;
  }

  .m-sidebar--mar {
    margin: 0 -15px;
  }

  .m-sidebar__title {
    padding: 15px 15px 13px;
    background: #fff;
    cursor: pointer;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .m-sidebar__wr {
    background: #f3f3f3;
    padding-left: 15px;
    border-bottom: 1px solid #e3e3e3;
    display: none;
  }

  .m-sidebar__wr li {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .m-sidebar__wr li:not(:last-child) {
    border-bottom: 1px solid #e3e3e3;
  }

  .m-sidebar__wr .s-active {
    font-weight: 700;
  }

  .m-sidebar__wr a {
    padding: 15px 0 13px;
    display: block;
  }
}


@media (max-width: 860px) {
  .instant-search__group .row--15 .col-3 {width:49%; display:inline-block; float:none; vertical-align:top;}
}

@media (max-width: 700px) {
  .delivery__info [class*="col-"] {
    width: 100%;
    float: none;
  }
}

@media (max-width:950px) {   
  #product-buy-tabs-content {margin:0 -15px;}
  .product-package {padding:0; width:100%; max-width:600px; margin:0 auto;}
  .product-package .col-2, .product-package .product-package__actions, .product-package .product-package-tags__inner ul, .product-offers__item .product-offers__rating, .product-package td.product-offers__stock, .m-buy {display:none;}
  .product-package .col-9 {width:100% !important;}
  .product-package-tags__portions {padding-left:0; width:100%; float:none;}
  .product-package__title h3, .product-package__price-and-actions, .product-package__price {float:none;}
  .product-package__price-and-actions, .product-package__title {position:relative; width:100%;}
  .product-package__price {margin:0; position:absolute; top:0; right:0; width:100%; text-align:right; z-index:100;}
  .product-package__price span:last-child {width:100%;}
  .product-package .product-offers {clear:both; width:100%; border-top:1px solid #ccc; padding:0;}
  .product-offers__title div {height:auto; padding:0; line-height:inherit;}
  .product-offers__title span.product-offers-stock {font-size:12px; color:#bbb; display:block; padding:0;}
  .product-offers__item {line-height:normal;}
  .product-offers__item tr {border-bottom:1px solid #e9e9e9;}
  .product-offers__title, .product-offers__stock, .product-offers__quantity {border:none;}
  .product-offers__item td {height:auto; padding:7px 0 5px 0;}
  .product-offers__item td.product-offers__title {width:50%;}
  .product-offers__item td.product-offers__quantity {width:40%; color:#cc0000; text-align:right;}
  .product-offers__item td.product-offers__quantity .count, .product-offers__quantity span.product-offers-stock {width:90%; max-width:140px; display:inline-block;}  
  .product-offers__quantity span.product-offers-stock {text-align:center;}
  .product-offers__item td.product-offers__quantity .count i {background:#f7f7f7; width:25px; text-align:center;}
  .count__minus:before, .count__plus:before {right:7px;}
  .count__plus:after {right:11px;}
  .product-offers__item td.product-offers__quantity .count i.count__plus {border-left:1px solid #ccc; } 
  .product-offers__item td.product-offers__quantity .count i.count__minus {border-right:1px solid #ccc;}
  .product-offers__item td.product-offers__buy {width:15%; text-align:right; vertical-align:bottom;}
  .product-offers__buy .btn {display:inline-block; width:44px; height:34px; /*background:url(mb_tocart.png) 0 0 no-repeat;*/ font-size:10000px; overflow:hidden;}
  .product-offers__buy .btn:before {content:"\f217"; display:block; font-family:FontAwesome; width:100%; font-size:18px; color:#fff;}  
  .product-offers__buy .btn.in-cart:before {content: "\f00c";}
  .product-offers__item--out-of-stock .product-offers__buy .btn:before {content:"\f0e0"; color:#36ac46;}
  .product-offers__title .product-offers__name {font-size:14px; line-height:16px;}
  .help-tip>div {right:-140px;}
  .help-tip>div:before {right:50%;}
}
@media (max-width:520px) {
  .product-offers__item td.product-offers__quantity {width:37%; padding-right:3%;}
}
@media (min-width:950px) {
  .product-offers__title span.product-offers-stock, .product-offers__quantity span.product-offers-stock {display:none;}
}

@media (max-width:450px) {
  .instant-search__products .product__title { clear: both;} 
}
