.main-banner-height {
  min-height: auto !important;
}


@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 1065px) {}

@media only screen and (max-width: 991px) {
  .footer-logo img {
    display: none;
  }

  .margin-top-mobile {
    margin-top: 90px;
  }
}

@media only screen and (max-width: 991px) {

  /*.d-none {
    display: none !important;
  }*/
  .logo img {
    width: 200px !important;
  }
}

@media only screen and (max-width: 790px) {
  .nav-menu {
    display: none !important;
  }

  .slide-info .text {
    color: #fff !important;
  }

  .slide-info {
    padding-top: 30px;
  }

  .slide-info .title {
    font-size: 2rem !important;
    line-height: normal !important;
  }

  .button-slide {
    margin-top: 20px;
  }
}

/*@media only screen and (max-width: 500px) {
  .logo img { width: 250px !important; }
  .slide-info .title {
    font-size: 1.5rem !important;
    line-height: 0.5 !important;
  }
}*/

@media only screen and (min-width: 650px) and (max-width: 700px) {
  .logo img {
    width: 250px !important;
  }

  .slide-info .title {
    font-size: 1.5rem !important;
    /* line-height: 0.2 !important; */
  }

  .slide-info .price,
  .slide-info .price b {
    font-size: 1.5rem !important;
  }

  .slide-info .price {
    font-size: 1rem !important;
  }

  .block-header .title {
    font-size: 1.8rem !important;
  }
}

@media only screen and (max-width: 490px) {
  .logo img {
    width: 200px !important;
  }

  .header-top {
    display: none;
  }
}

@media only screen and (max-width: 391px) {
  .logo img {
    width: 200px !important;
  }
}

@media only screen and (max-width: 360px) {
  .logo img {
    width: 200px !important;
  }
}