@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 800px) {}


@media screen and (max-width: 700px) {
    .btn-wrapper-white{
        margin-bottom: 30px;
    }
    
    .header_nav {
        flex-direction: column;
        gap: 20px;
    }

    .header_list {
        gap: 20px;
    }

    .header-title {
        font-size: 40px;
    }

    .header-img {
        max-width: 400px;
    }

    .btn-wrapper {
        padding: 22px 80px;
        font-size: 20px;
    }

    .function,
    .model {
        margin: 0;
    }

    .block-info {
        flex-direction: column;
    }

    .header-title-block {
        font-size: 27px;
        margin-top: 50px;
    }

    .block-info-text {
        text-align: center;
    }

    .model-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .block-contact {
        display: flex;
        flex-direction: column;
    }

    .footer_nav {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        gap: 20px;

    }
}

@media screen and (max-width: 500px) {
    .model-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    .btn-wrapper-white{
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 600px) and (min-width: 324px) {
    .header_nav {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        gap: 20px;
        font-size: 20px;
    }

    .header_list {
        gap: 20px;
    }

    .header-title {
        font-size: 40px;
    }

    .header-img {
        max-width: 400px;
    }

    .btn-wrapper {
        padding: 22px 80px;
        font-size: 20px;
    }

    .function,
    .model {
        margin: 0;
    }

    .block-info {
        flex-direction: column;
    }

    .header-title-block {
        font-size: 27px;
        margin-top: 50px;
    }

    .block-info-text {
        text-align: center;
    }

    .model-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    .btn-wrapper-white{
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 324px) {
    .phone {
        display: none;
    }

    .phone:last-child {
        margin-top: 30px;
        display: block;
    }

    .header_nav {
        flex-direction: column;
        gap: 20px;
    }

    .header_list {
        display: flex;
        gap: 15px;
        font-size: 18px;
    }

    .header-title {
        font-size: 35px;
    }

    .btn-wrapper {
        padding: 22px 80px;
        font-size: 20px;
    }

    .function,
    .model {
        margin: 0;
    }

    .block-info {
        flex-direction: column;
    }

    .header-title-block {
        font-size: 27px;
        margin-top: 50px;
    }

    .block-info-text {
        text-align: center;
    }

    .model-row {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }

    .contact {
        margin-top: 70px;
    }

    .block-contact {
        flex-direction: column;
    }

    .footer-nav {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer_list {
        text-align: center;
        margin-bottom: 30px;
    }
    .btn-wrapper-white{
        margin-bottom: 30px;
    }
}