/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .sm-hide {
    display: none;
  }

  .es-navbar {
    background-color: #ffffff;
  }

  .navbar-nav {
    flex-direction: row;
  }

  .navbar-brand img {
    height: 30px;
  }

  .es-search {
    margin-right: 1.5rem;
  }

  .main-carousel .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }

  .carousel-section, .catalog-slider-section, .top-products-section, .toefl-section, .mew-products-section {
    margin-bottom: 2rem;
  }

  .section-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }

  .es-swiper > div {
    display: flex;
    width: max-content;
  }

  .product-card {
    margin-bottom: 1rem;
  }

  .cart-list .product-card {
    margin-bottom: 1rem;
    display: flex;
    align-items: start;
    flex-direction: column;
  }

  .cart-list .cart-img {
    width: 100%;
  }

  .cart-list .cart-name {
    font-size: 1.25rem;
    font-weight: 500;
  }

  .cart-list .cart-control, .cart-list .cart-price {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }

  .cart-list .cart-control:before {
    content: "Количество:";
    font-weight: 500;
  }

  .cart-list .cart-price:before {
    content: "Цена: ";
    font-weight: 500;
  }

  .product-body {
    padding: .5rem;
  }

  .product-category {
    line-height: 1;
    margin-bottom: .5rem;
  }

  .product-category a {
    font-size: .6rem;
  }

  .product-title {
    line-height: 1;
    margin-bottom: .7rem;
  }

  .product-title a {
    font-size: .825rem;
  }

  .btn-red {
    padding: .3rem 1rem .5rem;
  }

  .btn-red img {
    height: 15px;
  }

  .footer-logo-info {
    margin-bottom: 2rem;
  }

  .footer-content {
    padding: 3rem 0;
  }

  .footer-list {
    flex-direction: column;
  }

  .footer-logos {
    margin-bottom: 1.5rem;
  }

  .footer-logo img {
    height: 30px;
  }

  .logo-by {
    margin: 1rem 0;
  }

  .zardonish-logo img {
    height: 45px;
  }

  .footer-list .navbar-nav {
    flex-direction: column;
    text-align: center;
    margin: 0 0 1.5rem;
  }

  .social {
    text-align: center;
  }

  .footer-title {
    margin-bottom: 1rem;
  }

  .footer-detail {
    flex-direction: column;
    padding: 2rem 0;
  }

  .copyright {
    margin-bottom: 1rem;
  }

  .apps {
    text-align: center;
    margin-bottom: 1rem;
  }

  .apps span {
    display: block;
    margin-bottom: .5rem;
  }

  .apps img {
    height: 40px;
  }

  .catalog-slider .slick-next {
    right: 0;
    scale: .75;
    top: -9rem;
  }

  .catalog-slider .slick-prev {
    left: 0;
    scale: .75;
    top: -9rem;
  }

  #authModal .modal-body {
    padding: 3rem 2rem;
  }

  .modal-body .close {
    top: 1.5rem;
    right: 1.5rem;
  }

  .error-summary {
    font-size: .875rem;
  }

  .about-img {
    margin-bottom: 2rem;
  }

  .about-text {
    position: relative;
    top: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
  }

  .about-section, .clear-section {
    padding: 2rem 0;
  }

  .search-field {
    font-size: 1rem;
  }

  .second-title {
    font-size: 1.25rem;
  }

  .page-title {
    margin-bottom: 2rem;
  }

  .blog-card {
    margin-bottom: 2.5rem;
  }

  .blog-title {
    height: auto;
  }

  .es-mobile-reverse {
    flex-direction: column-reverse;
  }

  .es-mobile-reverse img {
    margin-bottom: 1rem;
  }

  .modal-body {
    padding: 2rem;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1160px;
  }

}

@media (min-width: 1450px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1420px;
  }
}
