.buy-block__buy-btns .sale-item__price {
  display: none; }

.catalog__item-qview {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }
  .catalog__item-qview a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 10px;
    background-color: white;
    font-size: 12px; }

@media (min-width: 991px) {
  .catalog__item-img:hover .catalog__item-qview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .catalog__item-descr {
    max-height: 75px;
    overflow: hidden;
    display: none; }

  .catalog-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .catalog-grid * {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .catalog-grid .catalog__item {
      width: calc(100% / 3 - 10px);
      -webkit-box-flex: initial;
          -ms-flex-positive: initial;
              flex-grow: initial;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-right: 15px; }
      .catalog-grid .catalog__item:nth-of-type(3n) {
        margin-right: 0; } }
    @media all and (min-width: 991px) and (max-width: 1300px) {
      .catalog-grid .catalog__item {
        width: calc(100% / 2 - 10px);
        margin-right: 20px; }
        .catalog-grid .catalog__item:nth-of-type(3n) {
          margin-right: 20px; }
        .catalog-grid .catalog__item:nth-of-type(2n) {
          margin-right: 0px; } }
@media (min-width: 991px) {
      .catalog-grid .catalog__item:hover .product__info-actions-btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 2; }
      .catalog-grid .catalog__item .catalog__item-satelites {
        display: none; }
      .catalog-grid .catalog__item-img {
        width: 100%;
        height: auto; }
        .catalog-grid .catalog__item-img img {
          position: static;
          width: 100%;
          -webkit-transform: none;
                  transform: none; }
        .catalog-grid .catalog__item-img--inner {
          width: 100%;
          height: auto;
          position: static;
          -webkit-transform: none;
                  transform: none;
          padding: 10px; }
      .catalog-grid .catalog__item-descr-wrap {
        max-height: none; }
      .catalog-grid .catalog__item-img--zoom {
        display: none; }
      .catalog-grid .catalog__item-descr {
        height: 60px;
        overflow: hidden; }
      .catalog-grid .catalog__item-name {
        display: block;
        height: 84px;
        overflow: hidden; }
      .catalog-grid .catalog__item .buy-block__form-inner {
        margin: 0;
        margin-bottom: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%; }
        .catalog-grid .catalog__item .buy-block__form-inner .buy-block__wrap {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; }
        .catalog-grid .catalog__item .buy-block__form-inner .buy-block__item-avail {
          -webkit-box-ordinal-group: 1;
              -ms-flex-order: 0;
                  order: 0;
          margin: 0;
          text-align: left; }
      .catalog-grid .catalog__item .sale-item__price {
        display: none; }
      .catalog-grid .catalog__item .buy-block__buy-btns {
        left: auto;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .catalog-grid .catalog__item .buy-block__buy-btns .sale-item__price {
          display: block; }
      .catalog-grid .catalog__item .product__info-actions-btns {
        position: absolute;
        top: 10px;
        right: 10px;
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        display: none; }
      .catalog-grid .catalog__item .product__info-actions-btns .icon-ic {
        margin: 5px 0;
        background-color: white; }
      .catalog-grid .catalog__item .product__info-color {
        right: auto;
        left: 10px; }
      .catalog-grid .catalog__item .sale-item__buy-form .button {
        padding: 0 10px;
        width: 105px; }
    .catalog-grid .catalog__item .buy-block__tocart-btn.active_el::before {
      display: none; }
    .catalog-grid .sale-item__price-old {
      margin-bottom: 0; }
    .catalog-grid .catalog__item-main-info {
      margin: 0;
      padding: 10px; }
    .catalog-grid .sale-item__buy--catalog {
      width: 100%;
      padding: 0 10px; }
    .catalog-grid .sale-item__buy--catalog .sale-item__price {
      margin: 0; }
    .catalog-grid .catalog__item-descr {
      padding-right: 0; } }
.sort__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  padding-left: 15px; }
  @media (max-width: 991px) {
    .sort__type {
      display: none; } }
  .sort__type a {
    padding: 0 5px;
    font-size: 20px; }
    .sort__type a.active {
      color: #e83e38; }
    .sort__type a:hover {
      color: #e83e38; }

@media all and (max-width: 1150px) {
  .sort__params {
    padding-left: 10px !important; } }

.sort__param.selected a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .sort__param.selected a:after {
    content: "\e91a";
    font-family: 'lednikoff' !important;
    font-size: 10px;
    line-height: 1;
    margin: 0 3px;
    margin-top: 3px;
    display: none; }
    @media (max-width: 450px) {
      .sort__param.selected a:after {
        font-size: 7px; } }
.sort__param.selected.desc a:after {
  display: block; }
.sort__param.selected.asc a:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  margin: 0 3px;
  display: block; }
@media all and (max-width: 1150px) {
  .sort__param {
    margin-left: 10px; } }
@media all and (max-width: 450px) {
  .sort__param {
    margin-left: 5px; } }

.sort-block > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media all and (max-width: 991px) {
    .sort-block > div:first-of-type {
      padding-left: 39px; } }
  @media (max-width: 520px) {
    .sort-block > div:first-of-type {
      font-size: 12px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: calc(100% - 30px); }
      .sort-block > div:first-of-type span {
        text-align: center;
        margin-bottom: 5px; } }
  @media (max-width: 450px) {
    .sort-block > div:first-of-type {
      padding-left: 15px; } }

.catalog__item-sticker {
  position: absolute;
  left: 0;
  top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .catalog__item-sticker div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 10px;
    font-size: 12px;
    color: white;
    background-color: #e83e38;
    z-index: 2;
    margin-bottom: 5px; }
    .catalog__item-sticker div.b_price {
      background-color: green; }

.product__info-sticker {
  margin-top: 30px; }
  .product__info-sticker div {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    color: white;
    background-color: #e83e38;
    z-index: 2;
    margin-bottom: 5px; }
    .product__info-sticker div.b_price {
      background-color: green; }

.card__modal {
  width: 1200px; }
  .card__modal main {
    padding: 0;
    background: transparent; }
    .card__modal main:after {
      display: none; }
  .card__modal .catalog-page__card {
    padding: 0;
    margin: 0; }
    .card__modal .catalog-page__card > .container {
      padding: 0; }
  .card__modal .catalog-page__card .additional-goods {
    margin-top: 30px; }
  .card__modal .catalog__item-satelites {
    display: none; }
  .card__modal .product__info {
    width: calc(100% - 580px);
    max-width: none; }
    @media (max-width: 1150px) {
      .card__modal .product__info {
        width: calc(100% - 480px); } }

.descriptor {
  padding: 0 10px 0 20px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 900px) {
    .descriptor {
      display: none; } }

@media (max-width: 410px) {
  .header__main--chosen-city {
    margin-left: 10px; }
    .header__main--chosen-city a {
      width: auto; }
    .header__main--chosen-city > a {
      width: 120px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; } }

@media (max-width: 410px) {
  .modal-city, .modal-choose--city {
    width: auto;
    z-index: 101; } }

.send-request-form--btn {
  min-height: 250px;
  height: 100%;
  width: 46px;
  font-size: 16px;
  font-weight: normal;
  border-radius: 20px 0 0 20px;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .send-request-form--btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
  @media (max-width: 450px) {
    .send-request-form--btn {
      width: 30px;
      font-size: 14px; } }

.select-city {
  position: relative;
  width: 190px;
  margin-bottom: 10px; }
  .select-city * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .select-city--current {
    height: 30px;
    position: relative;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 20px; }
    .select-city--current:after {
      content: "\e929";
      font-family: 'lednikoff' !important;
      position: absolute;
      right: 5px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      color: white;
      font-size: 6px;
      margin-top: 2px; }
  .select-city--list {
    padding: 20px;
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    top: 39px;
    left: 0px;
    z-index: 1;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: solid thin #e0e0e0; }
    .select-city--list .sidebar__choose-tab {
      text-transform: none;
      width: auto;
      height: auto;
      font-size: inherit;
      line-height: normal;
      background: none;
      text-align: left;
      margin: 0;
      padding: 5px 0; }
    .select-city--list > * {
      padding: 5px 0;
      cursor: pointer; }
      .select-city--list > *.active, .select-city--list > *:hover {
        color: #e83e38; }
    .select-city--list.active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

.text-wrapper {
  -webkit-box-shadow: 0 1px 10px 0 rgba(66, 69, 71, 0.1);
          box-shadow: 0 1px 10px 0 rgba(66, 69, 71, 0.1);
  border: solid 1px rgba(150, 169, 184, 0.26);
  padding: 30px 20px;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .text-wrapper * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .text-wrapper--inner {
    background-color: #f4f4f4;
    padding: 30px 20px; }
    .text-wrapper--inner ul {
      padding-left: 15px; }

.city-page--header {
  margin-bottom: 60px; }
  @media (max-width: 870px) {
    .city-page--header {
      margin-bottom: 40px; } }
  @media (max-width: 450px) {
    .city-page--header > .sidebar {
      width: 100%; } }
.city-page--boxberry {
  margin: 2em 0; }
.city-page--delivery---list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .city-page--delivery---list > div {
    pointer-events: none; }
  .city-page--delivery---list .cart__delivery-method .cart__delivery-method-icon img {
    -webkit-filter: none;
            filter: none; }
  @media (max-width: 575px) {
    .city-page--delivery---list {
      margin-bottom: 30px; }
      .city-page--delivery---list .cart__delivery-method {
        width: calc(100%/2 - 20px);
        margin: 0 5px; } }
