/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  .page-header {
    padding: 20px 15px;
  }
  .main-menu {
    top: 20px;
    left: 15px;
  }
  .main-menu__list {
    margin-top: 30px;
    max-height: calc(100vh - 195px);
  }



  .showcase-video {
    margin-top: -93px;
  }



  .page-footer {
    padding: 0 15px 10px;
  }
  .page-footer__content {
    padding-bottom: 20px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .showcase-item {
    flex: 0 0 50%;
    width: 50%;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .page-background_pc {
    display: none;
  }
  .page-background_mobile {
    display: block;
  }



  .page-header__logo {
    font-size: 35px;
  }
  .main-menu__list ul li a {
    font-weight: 400;
  }



  .showcase-video_desktop {
    display: none;
  }
  .showcase-video_mobile {
    display: block;
  }



  .showcase-list {
    justify-content: center;
  }
  .showcase-item {
    flex: 0 0 435px;
    width: 435px;
    max-width: 100%;
  }



  .product-section__gallery {
    flex: 0 0 100%;
    width: 100%;
  }
  .product-section__content {
    padding-top: 30px;
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
  }



  .locations-list {
    width: 440px;
    max-width: 100%;
  }
  .location-block {
    display: block;
  }
  .location-block__map {
    width: 100%;
  }
  .location-block__info {
    padding-left: 0;
    padding-top: 25px;
    text-align: center;
  }
  .location-block__info:first-child {
    padding-top: 0;
  }
}

@media only screen and (max-width : 640px) {

}

@media only screen and (max-width : 560px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  .location-popup .location-block__info {
    padding: 25px 10px 0;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
	
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 769px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
