@media (max-width: 2560px) and (min-width: 1921px) {
    /* .header {
        height: 1200px;
        background-image: url("../img/header-bg-big.webp");
    } */
}


@media (max-width: 768px) {
    .main {
        flex-grow: 1;
        width: 100%;
        overflow-x: hidden;
    }
    .features-wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .show-mobile {
        display: block;
    }

    .footer-wrap {
        display: none;
    }

    .footer-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    body {
        width: 100%;
        overflow-x: hidden;
    }
}

@media (max-width: 587px) {

}

@media (max-width: 587px) {

    .header {
        height: auto;
    }

    .features-title {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 35px;
    }

    .features-subtitle {
        font-size: 20px;
        line-height: 1.2;
    }

    .features-wrap {
        grid-template-columns: repeat(1, 1fr);
        padding-bottom: 80px;
    }

    .garantee-title {
        font-size: 30px;
        line-height: 40px;
    }

    .garantee-subitle {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 50px;
    }

    .garantee-grid {
        flex-direction: column;
        padding-bottom: 0px;
    }

    .garantee-item_img {
        border: none;
        padding: 0;
        margin-bottom: 30px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .garantee-item {
        margin-bottom: 50px;
    }

    .products {
        padding: 100px 0;
    }

    .products-title {
        font-size: 30px;
        line-height: 40px;
        text-align: center;
        margin-bottom: 20px;
    }

    .products-head {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .products-subtitle {
        text-align: center;
        font-size: 24px;
        line-height: 1.2;
    }

    .products-grid {
        padding: 50px 0;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px 0;
    }

    .product {
        flex-direction: column;
        margin: 0 -15px;
    }

    .product-img {
        margin: 0 0 20px;

    }

    .product-name {
        font-size: 35px;
        line-height: 40px;
    }

    .products-bottom {
        flex-direction: column;
    }

    .cat-btn {
        height: 70px;
        padding: 15px 30px;
        font-size: 18px;
        width: 245px;
    }


    .media-title {
        font-size: 30px;
        line-height: 40px;
        max-width: 250px;
    }

    .media-subtitle {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 50px;
    }

    .media-slider .swiper-slide img {
        min-height: 350px;
        width: auto;
    }

    .media-swiper-button-next, .media-swiper-button-prev {
        top: auto;
        bottom: -30px;
    }

    .media-slider {
        padding-bottom: 70px;
        overflow: unset;
    }

    .media-swiper-button-prev {
        left: 50%;
        transform: translateX(-120%);
    }

    .media-swiper-button-next {
        right: 50%;
        transform: translateX(120%);
    }

    .friends-title {
        font-size: 30px;
        line-height: 40px;
    }

    .friends-subtitle {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 40px;
    }

    .friends-text {
        left: 0;
    }

    .friends-text_title {
        text-align: center;
        font-size: 30px;
        line-height: 40px;
    }

    .friends-text_subtitle {
        font-size: 26px;
        line-height: 1.2;
        text-align: center;
    }

    .friends-text p {
        font-size: 22px;
        line-height: 34px;
    }

    .friends {
        background-image: url(../img/friends-bg-m.webp);
        background-position: top center;
    }

    .friends-fish {
        width: 100%;
    }

    .header-top_wrap {
        flex-direction: column;
    }

    .header-top_left {
        flex-direction: column;
        order: 1;
    }

    .header-top_info {
        text-align: center;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .header-logo {
        margin: 0 0 20px;
    }

    .header-logo img {
        height: 85px;
        width: auto;
    }

    .header-top_middle {
        flex-direction: column;
        align-items: center;
        order: 3;
    }

    .header-top_middle .header-price {
        display: none;
    }

    .header-top_right {
        order: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .header-phone {
        font-size: 25px;
    }

    .header-address {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        margin-bottom: 15px;
    }

    .header-email {
        margin: 0;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 15px
    }

    .header-email span {
        font-size: 22px;
        line-height: 26px;
        margin-right: 0;
    }

    .header-email a {
        font-size: 16px;
        line-height: 22px;
    }

    .main-block {
        padding: 35px 0;
    }

    .main-info_text {
        padding: 0;
    }

    .main-info_subtitle {
        font-size: 30px;
        font-weight: 600;
        text-align: center;
        display: block;
    }

    .main-info_title {
        font-size: 36px;
        line-height: 40px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 25px;
    }

    .main-info_title span {
        display: inline-block;
        width: 100%;
    }

    .main-info_after {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        margin-bottom: 40px;
    }

    .main-info_btns {
        flex-direction: column;
    }

    .cat-btn {
        width: 250px;
        font-size: 17px;
        line-height: 19px;
        margin: 0 0 20px;
    }

    .in-btn {
        font-size: 17px;
        line-height: 19px;
        height: 70px;
        width: 272px;
        text-align: center;
    }

    .in-btn img {
        display: block;
        margin: 0;
        position: absolute;
        left: 35px;
        top: 10px;
    }

    .in-btn img:last-of-type {
        left: auto;
        right: 35px;
    }

    .header {
        /* background-image: url("../img/header-bg-m.webp");
        height: 1435px;
        background-position: bottom center; */
        padding-top: 25px;
    }

    .main-block {
        background-image: url("../img/header-bg-m.webp");
        height: 1005px;
        background-position: center 80%;
    }

    .main-top {
        background-image: url("../img/wf-m.webp");
        background-size: contain;
        padding-top: 135px;
        margin-top: -115px;
    }

    .products {
        padding: 80px 0;
    }

    .footer-wrap {
        flex-direction: column;
    }

    .footer-mobile_middle {
        order: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-mobile_middle .header-email {
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px;
    }

    .footer-mobile_middle .header-email span {
        margin: 0 0 5px;
    }

    .footer-mobile_bottom {
        order: 3;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-mobile .header-top_left {
        margin-bottom: 35px;
    }

    .footer-mobile .header-address {
        margin-bottom: 30px;
    }

    .footer-mobile .footer-dev {
        text-align: center;
        margin-bottom: 35px;
    }

    .footer-mobile .footer-copyright {
        text-align: center;
        margin-top: 15px;
    }

    .footer {
        padding: 100px 0 60px;
        background-image: url("../img/footer-bg-m.webp");
        background-position: left top;
        background-repeat: no-repeat;
        background-size: contain;
        margin-top: -45px;
    }

    .modal {
        padding: 70px 15px;
    }

    .modal-title {
        font-size: 30px;
        line-height: 36px;
    }

    .modal-form input[type='text'] {
        font-size: 19px;
    }

    .modal-form textarea {
        font-size: 19px;
    }

    .modal-form .nice-select.wide {
        font-size: 19px;
    }

    .modal-form .nice-select.wide .list {
        font-size: 19px;
    }

    .modal-policy {
        font-size: 16px;
        line-height: 22px;
    }

    .modal-form button {
        height: 60px;
        font-size: 19px;
        line-height: 24px;
        border: none;
        width: 245px;
    }

    .product-price {
        display: inline-block;
    }

    .video-wrap {
        flex-direction: column;
    }

    .video-main {
        width: 800px;
        height: 460px;
        transform: translateX(-250px);
        overflow: hidden;
    }

    .video-list {
        overflow-x: scroll;
        margin-top: 15px;
        margin-left: -25px;
        flex-wrap: nowrap;
        width: auto;
        gap: 15px;
    }

    .video-titles {
        width: 100%;
    }

    .video-data {
        flex-direction: column;
    }
}