@media screen and (min-width: 992px) {
  .main-hero__text br {
    /* display: none; */
  }
}

/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .main-decors__item:nth-child(4) {
    left: 52.1%;
    top: 21.7%;
  }

  .main-decors__item:nth-child(1) {
    display: none;
  }

  .main-decors__item:nth-child(3) {
    left: 14%;
    top: 79.7%;
  }

  .main-hero {
    padding-top: 160px;
  }

  .lounge-img {
    flex: 0 0 500px;
  }

  .lounge-img img {
    width: 100%;
  }

  .courier-img {
    right: -100px;
  }

  .courier-label {
    right: 10%;
    top: 49%;
  }
  .main-img img {
    max-width: 800px;
  }
}

@media only screen and (max-width: 1020px) {
  .courier-img {
    display: none;
  }

  .courier-label {
    display: none;
  }

  .courier-shadow {
    display: none;
  }

  .courier-img-wrapper {
    display: none;
  }

  .courier-info {
    flex: 0 0 100%;
  }

  .courier-img.--contact {
    top: auto;
  }

  .contact-coffee img {
    max-width: 280px;
  }

  .contact-coffee__wrapper {
    top: -140px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .courier-info__buttons {
    grid-template-columns: 1fr;
  }

  .courier-info__buttons .button {
    width: 266px;
  }

  .mobile-header__menu ul {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .price-groups {
    grid-template-columns: 1fr;
  }

  .price-groups--mobile {
    display: block;
  }

  .price-groups--desktop {
    display: none;
  }

  .header__menu {
    display: none;
  }

  .main-hero h1 {
    font-size: 80px;
    line-height: 83px;
  }

  .main-hero h1 span {
    font-size: 46px;
  }

  .main-hero__text {
    font-size: 30px;
    line-height: 41px;
  }

  .offer__inner {
    padding: 20px;
  }

  .offer {
    min-height: 210px;
  }

  h2 {
    font-size: 60px;
    line-height: 62px;
  }

  .price-group__title {
    font-size: 30px;
  }

  .price-group__col {
    font-size: 20px;
  }

  #lounge {
    overflow: hidden;
  }

  .lounge-img {
    /* overflow: hidden; */
    position: relative;
    right: -80px;
  }

  .lounge-img img {
  }

  .lounge-info {
    flex: 0 0 50%;
  }

  .courier-info__text {
    font-size: 25px;
    line-height: 35px;
  }

  .courier-wrapper {
    position: relative;
  }

  .courier-img-wrapper {
    position: absolute;
    right: -30px;
    bottom: 330px;
    display: block;
  }

  .courier-img {
    width: 530px;
    right: 0;
    top: 0;
    display: block;
  }
}

/* Small Devices, .table_boxts */
@media only screen and (max-width: 768px) {
  .price-table__col:nth-child(2) {
    text-align: left;
  }

  .main-hero h1 {
    font-size: 70px;
  }

  #map {
    width: 100%;
    height: calc(var(--app-height - 20px));
    max-height: 600px;
  }

  .header__phone {
    display: none;
  }

  header {
    padding: 15px 0;
  }

  .main-decors {
    display: none;
  }

  .main-img {
    display: none;
  }

  #offers,
  #price {
    padding: 50px 0;
  }

  #offers h2,
  #price h2 {
    margin-bottom: 40px;
  }

  .offers-list {
    grid-template-columns: 1fr;
  }

  #lounge {
    position: relative;
    padding: 50px 0;
  }

  .lounge-img {
    position: absolute;

    width: 200px;
    right: -68px;
    top: -56px;
  }

  .lounge-info {
    flex: 0 0 100%;
  }

  .courier-info__footer {
    grid-template-columns: 1fr;
    margin-top: 40px;
    grid-gap: 20px;
  }

  #courier {
    padding: 60px 0;
  }

  footer .container {
    flex-direction: column;
  }

  footer {
    padding: 35px 0;
  }

  .footer-links {
    margin-top: 20px;
  }

  .price-group__col.col2,
  .price-group__col.col3,
  .price-group__col.col4 {
    display: none;
  }

  .price-group__col:nth-child(1) {
    flex: 0 0 100%;
    font-size: 30px;
  }

  .price-group__head {
    margin-bottom: 20px;
  }

  .price-groups__item {
    margin-top: 40px;
  }

  .price-table__row {
    flex-wrap: wrap;
  }

  .price-table__col.col1 {
    flex: 0 0 100%;
  }

  .price-table__col.col2,
  .price-table__col.col3,
  .price-table__col.col4 {
    flex: 0 0 50%;
    flex: 0 0 100%;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 600;
  }

  .price-table__col.col2:not(.--empty):before,
  .price-table__col.col3:not(.--empty):before,
  .price-table__col.col4:not(.--empty):before {
    content: attr(data-title) ": ";
    font-weight: 400;
  }

  .main-hero__text {
    margin-top: 30px !important;
  }

  .main-hero h1 span {
    line-height: 50px;
  }

  .mobile-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 15px;
  }

  .mobile-header__phone a {
    font-size: 20px;
    white-space: nowrap;
  }

  .mobile-header__menu {
    font-size: 17px;
  }

  .mobile-header {
    padding-top: 10px;
  }

  .main-decors {
    display: block;
    left: 0;
    width: 100%;
    top: 0;
  }

  .main-decors__item:nth-child(2) {
    left: -14.4%;
    top: 9%;
  }

  .main-decors__item:nth-child(3) {
    left: 69%;
    top: 67.7%;
  }

  .main-decors__item:nth-child(4) {
    left: 72.1%;
    top: 26.7%;
  }

  .main-decors__item:nth-child(5) {
    display: none;
  }

  .offer__price span {
    padding-left: 17px;
    padding-right: 17px;
  }
  .contact-wrapper {
    grid-template-columns: 1fr;
  }
  .address__link {
    min-height: auto;
  }
  .courier-img.--contact {
    width: 290px;
  }
  .address__link {
    font-size: 1.1em;
  }
  #contact {
    padding-top: 100px;
    padding-bottom: 270px;
  }
}

@media only screen and (max-width: 640px) {
  .courier-img-wrapper {
    bottom: 130px;
  }

  .courier-img {
    width: 230px;
  }

  #specials-popup .swiper-button-next,
  #specials-popup .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .footer-links {
    align-items: flex-start;
  }
  .courier-info__radius {
    max-width: 210px;
  }

  .mobile-header__menu,
  .mobile-header__phone,
  .header__langs {
    display: none;
  }

  .header__toggle {
    display: block;
  }

  .main-hero h1 {
    font-size: 45px;
    line-height: 100%;
  }

  .main-hero h1 span {
    font-size: 31px;
    line-height: 120%;
    margin-top: 8px;
  }

  .main-hero__text {
    font-size: 23px;
    line-height: 130%;
  }

  .mobile-header__menu li:not(:last-child) {
    margin-right: 7px;
  }

  .mobile-header__menu {
    font-size: 14px;
  }

  .courier-info__text {
    font-size: 21px;
    line-height: 130%;
  }

  footer .container {
    align-items: flex-start;
  }

  .footer-links {
    flex-direction: column;
  }

  #main {
    min-height: 483px;
    max-height: 470px;
  }

  .offer__text {
    margin-top: 6px;
  }

  .price-table__col:nth-child(1) {
    line-height: 120%;
    margin-bottom: 10px;
  }

  html[lang="en-GB"] .main-hero h1 {
    font-size: 40px;
  }

  .main-hero__text {
    max-width: 280px;
  }
  .price-group.--col3 .price-table__col:nth-child(1) {
    flex: 0 0 100%;
  }
  .price-group.--col3 .price-table__col:nth-child(2),
  .price-group.--col3 .price-table__col:nth-child(3),
  .price-group.--col4 .price-table__col:nth-child(4) {
    flex: 0 0 100%;
    text-align: left;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 370px) {
  .header__logo img {
    width: 130px;
  }

  .mobile-header__phone a {
    font-size: 16px;
  }

  h2 {
    font-size: 50px;
    line-height: 42px;
  }
}

@media only screen and (max-height: 938px) {
  .main-decors__item:nth-child(5) {
    left: 86.6%;
    top: 76.1%;
  }
}

@media only screen and (max-height: 800px) {
  .main-img {
    top: -150px;
  }

  .main-hero__text {
    margin-top: 0;
  }
}
