/* планшет */

@media (max-width: 1279px) {
    .container {
        padding-right: 10px;
        padding-left: 10px;
    }

    .inner-container {
        width: 100%;
        padding-right: 40px;
        padding-left: 40px;
    }

    .header {
        padding-top: 36px;
    }

    .header-list {
        gap: 45px;
    }

    .header-link {
        font-size: 12px;
    }

    .hero-name img {
        width: 100%;
    }

    .hero-title {
        font-size: 25px;
    }

    .about {
        padding: 50px 0 45px;
    }

    .about-title {
        font-size: 30px;
    }

    .about-text {
        font-size: 16px;
    }

    .about-wrapper {
        margin-top: 32px;
        gap: 30px;
    }

    .about-block p {
        font-size: 12px;
    }

    .about-route {
        width: 390px;
    }

    .booking {
        padding: 43px 0 38px;
    }
    
    .booking-title {
        font-size: 30px;
    }

    .booking-text {
        font-size: 12px;
    }

    .booking-text span {
        font-size: 12px;
    }

    .booking-block {
        max-width: 570px;
    }

    .form {
        column-gap: 43px;
        row-gap: 15px;
    }

    .form-label {
        font-size: 12px;
    }

    .form-input {
        font-size: 12px;
    }

    .form-cost {
        font-size: 12px;
    }

    .form-btn {
        margin-top: 12px;
        padding: 10px 16px;
        gap: 7px;
        font-size: 12px;
    }

    .form-check-label {
        font-size: 10px;
    }

    .shop {
        padding: 60px 0 60px;
    }

    .shop-title {
        font-size: 31px;
    }

    .shop-text {
        margin-top: 5px;
        font-size: 16px;
    }

    .shop-cart {
        padding: 7px 13px;
    }

    .shop-cart span {
        font-size: 12px;
    }

    .shop-tabs {
        gap: 17px;
    }

    .shop-tab-btn {
        padding: 5px 19px;
        font-size: 12px;
    }
    
    .shop-cards {
        column-gap: 50px;
        row-gap: 40px;
    }

    .card {
        flex-basis: calc(33.33% - 100px / 3);
    }

    .card-title {
        font-size: 16px;
    }

    .card-text {
        font-size: 10px;
    }

    .card-cost {
        font-size: 10px;
    }

    .card-visual {
        height: 118px;
    }
    .card-btn {
        padding: 7px 11px;
        font-size: 10px;
    }

    .events {
        padding: 40px 0 72px;
    }

    .events-title {
        font-size: 31px;
    }

    .events-wrapper {
        margin-top: 41px;
        gap: 80px;
    }

    .events-back {
        padding: 24px 70px 30px;
    }

    .events-btn {
        margin-top: 8px;
        font-size: 16px;
    }

    .events-visual {
        height: 207px;
    }

    .relax-title {
        font-size: 21px;
    }

    .relax-wrapper {
        margin-top: 33px;
        gap: 57px;
    }

    .relax-btn {
        margin-top: 42px;
        font-size: 16px;
    }

    .relax {
        padding-bottom: 44px;
    }

    .support {
        padding: 66px 0 30px;
    }

    .support-title {
        font-size: 16px;
    }

    .support-link {
        font-size: 19px;
    }

    .support-address {
        font-size: 19px;
    }

    .support-block-form {
        padding: 13px 25px 53px;
    }

    .support-form-title {
        font-size: 16px;
    }

    .support-label {
        font-size: 10px;
    }

    .support-input {
        font-size: 10px;
        border-radius: 12px;
    }

    .support-btn {
        font-size: 16px;
        border-radius: 12px;
    }

    .error {
        padding: 72px 0 89px;
    }

    .error-text {
        font-size: 136px;
    }

    .error-title {
        font-size: 14px;
    }

    .error-btn {
        margin-top: 50px;
        font-size: 14px;
        border-radius: 12px;
    }

    .footer-title {
        font-size: 12px;
    }

    .footer-link {
        font-size: 12px;
    }
}



@media (max-width: 785px) {

    .inner-container {
        padding-right: 25px;
        padding-left: 25px;
    }

    .header-logo {
        width: 20px;
        height: 20px;
    }

    .header-search-btn {
        width: 20px;
        height: 20px;
    }

    .header-list {
        gap: 10px
    }

    .header-link {
        font-size: 8px;
    }

    .hero-title {
        font-size: 10px;
    }

    .about {
        padding: 20px 0 25px;
    }

    .about-title {
        font-size: 13px;
    }

    .about-text {
        font-size: 10px;
    }

    .about-wrapper {
        margin-top: 9px;
        flex-direction: column;
        gap: 4px;
    }

    .about-block p {
        font-size: 10px;
    }

    .about-route {
        width: auto;
    }

    .booking {
        padding: 16px 0 22px;
    }

    .booking-title {
        font-size: 16px;
    }

    .booking-text {
        font-size: 10px;
    }

    .booking-text span {
        font-size: 10px;
    }

    .booking-block {
        max-width: 100%;
    }

    .form {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .form-services {
        flex-wrap: wrap;
    }

    .events {
        padding: 20px 0 20px;
    }

    .events-title {
        font-size: 16px;
    }

    .events-wrapper {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .events-btn {
        font-size: 10px;
    }

    .relax-btn {
        font-size: 10px;
    }

    .shop-tabs {
        flex-wrap: wrap;
    }

    .card {
        flex-basis: 100%;
    }

    .relax {
        margin-top: 20px;
    }

    .relax-title {
        font-size: 10px;
        text-align: center;
    }

    .relax-wrapper {
        gap: 20px;
    }

    .support-wrapper {
        flex-direction: column;
        gap: 15px;
    }

    .support-title-bottom {
        margin-top: 20px;
    }

    .footer-title {
        font-size: 8px;
    }

    .footer-link {
        font-size: 8px;
    }
}