/*
 * Copyright 2020 Creativeden. All rights reserved.
 * info@creativeden.ru
 */
@media (min-width: 0) and (max-width: 767px) {
  .media__news, .media__news.media__blog {
    height: auto;
  }

  .media__news .media__news__btns {
    position: static;
    display: block;
  }

  .adreses__box .row > div {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .nav-regionals {
    font-size: 13px;
  }

  .card__price {
    top: 10px;
  }

  .card__price del {
    left: 12px;
    bottom: 85%;
  }

  .separated__box:before {
    display: none;
  }
  .separated__box > div {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .separated__box > div + div {
    margin-top: 2rem;
  }
  .separated__box > div:last-child:before {
    content: "";
    position: absolute;
    background: #dbe4ee;
    width: 100%;
    height: 1px;
    left: 0;
    top: -19px;
  }
  .separated__box .media {
    display: block;
  }
  .separated__box .media img {
    margin-bottom: 0.8rem;
  }

  .media__item__foot .text-success {
    margin-right: -10px;
  }

  #openNav .nav-item {
    border-top: 1px solid #dbe4ee;
    font-size: 17px;
    font-weight: 300;
  }
  #openNav .nav-item .nav-link {
    position: relative;
  }
  #openNav .nav-item .nav-link:after {
    content: "";
    width: 4px;
    height: 7px;
    background: url("../img/ico/nav-arrow.svg") no-repeat center center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3.5px;
  }

  #openCity {
    text-align: center;
  }
  #openCity .nav-link.link-phone {
    font-size: 20px;
    padding: 0;
  }
  #openCity .nav-link.link-city {
    font-size: 13px;
  }
  #openCity .nav-link.link-email {
    font-size: 13px;
    color: #3b95e0;
    font-weight: 300;
  }

  .nav-mob .nav-item {
    font-size: 15px;
    font-weight: 300;
  }
  .nav-mob .nav-item + .nav-item {
    border-top: 1px solid #dbe4ee;
  }
  .nav-mob .nav-item .nav-link {
    color: #313131;
    position: relative;
  }
  .nav-mob .nav-item .nav-link:after {
    content: "";
    width: 4px;
    height: 7px;
    background: url("../img/ico/nav-arrow.svg") no-repeat center center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3.5px;
  }

  .footer__nav {
    font-size: 15px;
  }
  .footer__nav > div {
    border-bottom: 1px solid #dbe4ee;
    margin: 0 10px;
  }
  .footer__nav > div p a {
    display: block;
    padding: 0.5rem 0 0.5rem 1rem;
    position: relative;
    color: #313131;
  }
  .footer__nav > div p a:before {
    content: "";
    width: 7px;
    height: 4px;
    background: url("../img/nav-bottom-arrow.png") no-repeat 0 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .footer__nav > div p a.collapsed:before {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  .footer__nav ul {
    margin: 0.5rem 1rem;
    font-size: 13px;
  }
}
@media (min-width: 0) and (max-width: 991px) {
  h1, .h1 {
    font-size: 24px;
  }

  h2, .h2, .h3__price {
    font-size: 22px;
  }

  .gidropon-promo {
    height: auto;
  }
  .gidropon-promo figure {
    position: static;
  }

  .media__nowbuy .media__nowbuy__title {
    font-size: 15px;
  }

  .media__nowbuy .btn-basket {
    left: auto;
    right: 0;
  }

  .media__item {
    height: auto;
  }

  .media__item__foot {
    position: static;
  }

  .media__item .badge {
    left: 0.5rem;
    top: 0.5rem;
  }

  .media__nowbuy .badge {
    position: absolute;
    left: 0;
    top: 0;
  }

  .media__lastview img {
    max-width: 100px;
    height: auto;
  }
  .media__lastview h5 {
    font-size: 13px;
  }
}

/*# sourceMappingURL=media.css.map */
