@media (min-width: 768px) {
    .only-mobile {
        display: none;
    }
}

@media (max-width: 767px) {
    .only-desktop {
        display: none;
    }

    .header {
        background-color: rgba(20, 20, 20, 0.95);
    }

    .header-block {
        padding: 10px 0;
    }

    .logo {
        height: 50px;
        max-height: 50px;
    }

    .section-title-block {
        padding: 20px 0 15px 0;
    }

    .content {
        padding: 0 20px;
    }

    .intro {
        padding: 50px 20px;
        background-position: 40% 50%;
        background-image: url('../images/main-banner-mobile.jpg');
        background-size: 100% 100%;
        -o-background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-attachment: inherit;
    }

    .headline {
        font-size: 42px;
        line-height: 42px;
        margin-top: 130px;
    }

    .intro-text {
        font-size: 18px;
        line-height: 20px;
        letter-spacing: 0.5px;
    }

    .section-title {
        font-size: 20px;
        line-height: 25px;
        width: 100%;
        font-weight: bold;
    }

    .cta-link {
        margin-top: auto;
    }

    .categories-main {
        display: none;
    }

    .categories-list {
        flex-basis: 100%;
        height: auto;
        padding-left: 0;
    }

    .categories-item {
        height: auto;
    }

    .categories-item-title {
        font-size: 16px;
        line-height: 16px;
    }

    .categories-item-text {
        font-size: 10px;
        line-height: 11px;
    }

    .categories-item-right img {
        height: 110px;
    }

    .categories-content {
        padding: 10px 0;
    }

    .categories-item-left {
        flex-basis: 50%;
        width: 50%;
        padding: 10px;
    }

    .categories-item-right {
        flex-basis: 50%;
        width: auto;
    }

    .category-content {
        flex-direction: column;
    }

    .category-title {
        font-size: 14px;
        line-height: 16px;
    }

    .title-right-link {
        display: none;
    }

    .category-price div {
        padding: 12px;
    }

    .category-price-aed,
    .category-price-usd {
        font-size: 14px;
    }

    .category-content {
        margin-bottom: 0;
    }

    .category-item {
        min-height: 300px;
        margin-bottom: 80px;
    }

    .category-bottom {
        padding: 10px 30px;
    }

    .category-bottom a {
        font-size: 14px;
    }

    .category-item-info {
        font-size: 12px;
        line-height: 16px;
    }

    .rent-terms-block {
        padding: 15px 20px;
    }

    .rent-terms-title {
        font-size: 18px;
        line-height: 18px;
    }

    .rent-terms-text {
        font-size: 12px;
        line-height: 14px;
    }

    .rent-terms-link {
        font-size: 14px;
        padding: 15px;
        text-wrap: nowrap;
    }

    .payment-terms-content {
        flex-direction: column;
    }

    .payment-term-item {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
        width: 100%;
    }

    .payment-term-item img {
        width: 60px;
    }

    .payment-term-link {
        font-size: 14px;
        line-height: 14px;
        padding: 10px;
    }

    .faq-item-title,
    .faq-item-text {
        font-size: 12px;
        line-height: 14px;
    }

    .faq-item-text {
        margin-top: 10px;
        margin-bottom: 50px;
    }

    .faq-block {
        background: transparent;
        padding: 0;
    }

    .faq-content {
        background: #00000026;
        padding: 10px 15px;
    }

    .faq-item {
        margin: 20px 0;
    }

    .collapse-arrow-icon svg {
        width: 9px;
    }

    .contact-line {
        font-size: 12px;
    }

    .footer-block {
        padding: 35px 0;
    }

    .top-footer {
        justify-content: center;
    }

    header .navigation,
    footer .navigation {
        display: none;
    }

    .bottom-footer {
        flex-direction: column;
        text-align: center;
    }

    .right-bottom-footer {
        margin: 20px auto 0 auto;
    }

    .price-table td {
        padding: 15px;
    }

    .rent-form {
        flex-direction: column;
    }

    .rent-form input {
        margin: 15px 0;
    }

    .car-name {
        font-size: 18px;
        line-height: 20px;
    }

    .car-preview-price {
        flex-direction: column;
    }

    .car-preview-price-link {
        margin: 15px auto 0 auto;
    }

    .car-preview-price-value {
        font-size: 18px;
        line-height: 20px;
    }

    .reserve-car-link {
        padding: 15px 40px;
        font-size: 14px;
        line-height: 26px;
    }

    .car-images-block {
        display: flex;
        flex-direction: column;
    }

    .main-image-block {
        width: 100%;
    }

    .img-left-arrow-block,
    .img-right-arrow-block {
        width: 30px;
    }

    .img-left-arrow,
    .img-right-arrow {
        width: 8px;
        height: 14px;
    }

    .img-left-arrow {
        left: 10px;
        right: auto;
    }

    .img-right-arrow {
        right: 10px;
    }

    .second-images-block {
        display: none;
        width: 100%;
        flex-direction: row;
        grid-gap: 10px;
    }

    #panorama {
        margin: 10px auto;
        width: 100%;
        height: 250px;
    }

    .page-title-main {
        font-size: 18px;
        line-height: 20px;
    }

    .page-title-sub {
        font-size: 12px;
        line-height: 16px;
    }

    .page-title {
        padding: 50px 10px;
    }

    .section-subtitle {
        font-size: 16px;
    }

    .advantages-line {
        flex-direction: column;
    }

    .adv-text {
        width: 90%;
    }

    .burger-menu {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .lang-block {
        display: none;
    }

    .mobile-menu {
        display: none;
        padding: 20px;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #191a1bfc;
    }

    .mobile-menu-header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .mobile-menu .lang-block {
        display: flex;
    }

    .mobile-nav {
        display: flex;
        flex-direction: column;
        margin-top: 60px;
    }

    .mobile-menu-content .mobile-nav a {
        border-bottom: 1px solid #494A53;
        padding: 10px 0;
        text-align: left;
        width: 100%;
    }

    .mobile-menu-phone {
        font-size: 26px;
        color: #fff;
        width: 90%;
        background: #000;
        margin: 60px auto 10PX auto;
        padding: 20px;
        text-align: center;
    }

    .mobile-menu-phone a {
        color: #fff;
        text-decoration: none;
    }

    .mobile-menu-bottom {
        margin-top: auto;
    }

    section {
        scroll-margin-top: 120px;
    }

    .handle-ak-modal {
        left: 10%;
        width: 80%;
    }
}