@media all and (max-width: 1350px) {
    .home-how__content-box {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media all and (max-width: 1200px) {

    .where {
        padding: 60px;
        flex-direction: column;
        align-items: start;
    }

    .where__section--end {
        height: 500px;
        min-width: unset;
        width: 100%;
    }

    #map {
        border: 1px solid var(--color-primary);
    }
}

@media all and (max-width: 992px) {
    :root {
        --spacing-section: 50px;
    }

    /*------------------------------------*\
      ------------ @COMPONENTS -----------
    \*------------------------------------*/

    /* #containers */
    .full-page-container {
        padding-left: 5%;
        padding-right: 5%;
    }

    .container {
    }

    /* #cards */
    .card {
        padding: 30px;
    }

    /* #input */
    .input-group {
    }

    .input-wrapper--check-btn {
        padding: 18px;
    }

    .input-wrapper--subscriptions  {
        grid-template-columns: repeat(2, 1fr);
    }

    .input-wrapper--booking-date {
        display: block;
    }

    .input-wrapper--hours-select {
        display: block;
    }

    /* #buttons */
    .btn {
    }

    /* #txt-h */
    .h-1 {
        font-family: "PlusJakartaSans-Bold", sans-serif;
        font-size: 1.6rem;
    }

    .h-2 {
        font-size: 1.6rem;
    }

    /* #navbar */
    .navbar {
    }

    /* #form */
    .form__section {
        margin-bottom: 40px;
    }

    .form__section--desktop {
        display: none;
    }

    /* #review */
    .review {
    }

    /* #faq */


    /* #calendar */
    .calendar {
        display: none;
    }

    /* #banner */
    .banner {
        align-items: start;
    }

    .banner--booking {
        flex-direction: column;
    }

    .banner__info {
        font-size: 1.1rem;
    }

    /* #popup */
    .popup {
        padding: 20px;
    }

    /* #back-link */
    .back-link {
        gap: 12px;
        margin-bottom: 30px;
    }

    .back-link--product-details {
        margin-bottom: 0;
    }

    .back-link__title {
        font-size: 1.2rem;
    }

    /* #document-card */
    .document-card {
        padding: 20px;
    }

    /* #product-card */
    .product-card {
        width: calc(100% / 2 - 40px / 2);
    }

    /*------------------------------------*\
      --------- @END-COMPONENTS ---------
    \*------------------------------------*/




    /*------------------------------------*\
      ------------- @CONTENT -------------
    \*------------------------------------*/
    .header {
        border-bottom: 1px solid var(--color-primary);
    }

    .color-primary-page .header {
        border-color: var(--color-light);
    }

    .header--shadowed {
        box-shadow: unset
    }

    .header__section--desktop {
        display: none;
    }

    .burger-menu {
        display: block;
    }

    .mobile-menu.active {
        display: block;
    }

    .home-hero {
        display: flex;
        flex-direction: column;
        padding-bottom: 32px;
    }

    .home-hero__cta {
        margin-top: 24px;
        font-size: 0.9rem;
        padding: 18px;
    }

    .home-hero__video {
        border-radius: 16px;
    }

    .home-usecases {
        padding: 0 0 40px 0;
    }

    .home-usecases__carousel {
        padding: 0 5%;
    }

    .home-usecases__card {
        min-width: 280px;
    }

    .home-usecases__card-image {
        height: 150px;
    }

    .home-usecases__card-title {
        font-size: 1.25rem;
    }

    .home-usecases__card-subtitle {
       font-size: 0.75rem;
    }

    .popup__body--usecases {
        font-size: 0.9rem;
    }

    .popup__title--usecases {
        font-size: 1.2rem;
    }

    .popup__img--usecases {
        height: 120px;
        margin: 14px 0;
        border-radius: 10px;
    }

    .popup__subtitle-text {
        font-size: 0.8rem;
    }

    .popup__content {
        flex-direction: column;
        margin: 15px 0 0 0;
        gap: 14px;
    }

    .popup__size {
        width: 150px;
    }

    .popup__price {
        margin-top: 10px;
    }

    .popup__info {
        font-size: 0.8rem;
        padding: 10px;
    }

    .popup__info-bottom {
        font-size: 0.75rem;
        margin-top: 10px;
    }

    .popup-usecases-cta {
        padding: 12px 18px;
    }

    .home-comparison {
        margin-bottom: 50px;
    }

    .home-comparison__body {
        padding: 30px 20px;
        font-size: 1rem;
    }

    .home-comparison__row:last-child {
        margin-bottom: unset;
    }

    .home-partners__shapes-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-features {
        flex-direction: column;
        gap: 0;
    }

    .home-how {
        flex-direction: column;
    }

    .home-how__start-space, .home-how__end-space {
        display: none;
    }

    .home-how__container {
        flex-direction: column;
    }

    .home-how__section--middle {
        flex-direction: column-reverse;
    }

    .home-how__content-box {
        height: 210px;
        padding: 24px 5%;
    }

    .home-how__section--end .home-how__content-box {
        height: 270px;
    }

    .home-how__img {
        height: unset;
    }

    .home-how__section--middle .home-how__content-box,
    .home-how__section--end .home-how__content-box {
        padding-left: 5%;
        padding-right: 5%;
    }

    .home-how__point {
        font-size: 1.2rem;
    }

    .home-about-section {
        flex-direction: column;
    }

    .home-about__title {
        margin-bottom: 20px;
    }

    .home-about-section--start {
        margin-bottom: var(--spacing-section);
    }

    .home-reviews-wrapper {
        padding-top: var(--spacing-section);
        padding-bottom: var(--spacing-section);
        background-color: var(--color-tertiary);
    }

    .home-reviews {
        gap: 32px;
    }

    .where {
        align-items: start;
        flex-direction: column;
        padding-top: var(--spacing-section);
        padding-bottom: var(--spacing-section);
    }

    .where__info {
        margin-top: 30px;
    }

    .footer__navbar {
        flex-direction: column;
        align-items: start;
        gap: 20px;
        margin-top: 50px;
    }

    .footer__company-info-separator {
        display: none;
    }

    .faq__title {
        font-size: 1.1rem;
    }

    .faq-list {
        margin-top: 0;
    }

    .subscriptions__info {
        flex-direction: column;
    }

    .subscriptions__info {
        align-items: unset;
    }

    .user-dashboard {
        flex-direction: column;
        margin-top: 40px;
    }

    .user-dashboard-column {
        width: unset;
    }

    .account__data-section {
        flex-direction: column;
        gap: 24px;
    }

    .account__data-detail.input-wrapper {
        margin-bottom: 0;
    }

    #booking-form .form {
        margin-top: 0;
    }

    .box-price-calculator .main-price {
        font-size: 1.8rem;
    }

}

@media all and (max-width: 768px) {
    /*------------------------------------*\
      ------------ @COMPONENTS -----------
    \*------------------------------------*/

    /* #product-card */
    .product-card {
        width: 100%;
    }

    .product-card:last-of-type {
        margin-bottom: 0;
    }

    /* #input */
    .input-group {
        flex-direction: column;
        gap: 18px;
    }

    .input-group .input-wrapper {
        width: 100%;
        margin-bottom: unset;
    }

    /*------------------------------------*\
      --------- @END-COMPONENTS ---------
    \*------------------------------------*/

    .home-hero__widget {
        position: absolute;
        gap: 10px;
        border-radius: 30px;
        padding: 6px 9px;
        font-size: 0.8rem;
    }

    .home-hero__widget-google {
        height: 15px;
    }

    .home-hero__widget-star {
        height: 13px;
    }

    .home-comparison__row--title {
        margin-bottom: 30px;
        font-size: 0.8rem;
    }

    .home-partners__shapes-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .box-price-calculator .subscription-buttons {
        margin-left: 0;
        margin-right: 0;
    }

    .box-price-calculator__header {
        flex-direction:  column;
        margin-bottom: 30px;
        gap: 0;
    }

    .box-price-calculator .subscription-buttons {
        flex-direction: column;
        gap: 16px;
    }

    .box-price-calculator .image-container {
        width: 100%;
        height: 180px;
    }

    .box-price-calculator .slider-label {
        font-size: 1.4rem;
    }

    .box-price-calculator.card {
        padding: 0 38px 40px;
    }

    .box-price-calculator .price-details {
        background-color: #ffffff;
        border-radius: 15px;
        padding: 20px;
    }

    .box-price-calculator .secondary-price {
        font-size: 1rem;
    }

    .box-price-calculator .main-price-label {
        font-size: 1rem;
    }

    .box-price-calculator .main-price {
        font-size: 1.4rem;
    }

    .footer-spaced {
        flex-direction: column;
        align-items: start;
        gap: 30px;
    }

    .subscriptions__subtitle {
        font-size: 1.1rem;
    }

    .home-partners__shape-title {
        height: unset;
    }

    .contacts {
        right: 30px;
        bottom: 50px;
    }

    .contact img {
        display: block;
        width: 60px;
    }

    .contacts-popup {
        right: 80px;
        bottom: 125px;
        padding: 10px;
    }
    .contacts-popup a {
        padding: 15px;
    }

    .error-message--hours {
        margin-top: unset;
    }

    .product-details-top {
        flex-direction: column;
        gap: 20px;
        align-items: unset;
    }

    .product-details-previous a {
        margin-left: 0;
        margin-right: 20px;
    }
}