@media screen and (max-width: 1110px) {
    .tovar-block {
        flex-direction: column;
        margin-bottom: 50px;
    }

    .tovar-block-text {
        margin-left: 0;
    }

    .tovar-block-img {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .article-img-wrapper {
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 950px) {
    .wrapp-two-ul.wrapp-two-ul-two {
        flex-direction: column;
        align-items: center;
    }

    .block-one {
        flex-direction: column;
        align-items: center;
    }

    .end-wrapper {
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 768px) {


    /*.header .header-wrapper {*/
    /*    padding: 8px 12px;*/
    /*}*/
    .header-navigation {
        display: none;
    }

    .header-navigation-mobile {
        display: block;
    }

    .burger {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 500;
    }

    .close {
        display: none;
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 501;
    }

    .header-mobile {
        position: fixed;
        top: 0;
        right: -100%;
        padding: 74px 40px 24px 34px;
        max-width: 422px;
        width: 100%;
        height: max-content;
        background: #FFFFFF;
        box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.35);
        border-radius: 0 0 0 50px;
        text-align: center;
        transition: .5s;
        z-index: 500;
    }

    .showPanel {
        right: 0;
        transition: .5s;
    }

    .bg-blur {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        z-index: 499;
    }

    .header-top-wrapper {
        display: none;
    }

    .socials-mobile {
        display: flex;
        margin-bottom: 20px;
    }

    .socials-mobile a {
        padding: 0 5px;
    }

    .header-navigation-activ {
        display: flex;
    }

    .header-navigation-activ a {
        color: #010f5c;
        font-size: 18px;
        font-weight: 600;
        font-family: 'FuturaPT-Medium', sans-serif;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        padding: 0 5px;
    }

    .mobile-btn {
        margin: 30px auto 10px auto;
    }

    .header-wrapper.bottom-wrapper {
        display: none;
    }

    .wrapp-one .container {
        padding: 80px 15px 20px 15px;
    }

    h1 {
        margin-bottom: 50px;
        font-size: 25px;
    }

    .wrapp-two-ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .wrapp-two-ul li {
        text-align: center;
        max-width: 300px;
    }

    .wrapp-two-ul.wrapp-two-ul-two li {
        max-width: 300px;
    }

    .ul-bold {
        line-height: 25px;
    }

    .wrapp-two-ul-wrapp.top {
        justify-content: center;
    }

    .footer .container {
        flex-direction: column;
        align-items: center;
    }

    .footer-p {
        text-align: center;
        margin-bottom: 30px;
    }

    .footer-info {
        text-align: center;
    }

}

@media screen and (max-width: 480px) {
    .header-navigation-activ a {
        font-size: 15px;
    }

    .block-one {
        flex-direction: column-reverse;
    }

    .description {
        text-align: center;
        font-size: 20px;
    }

    .not {
        display: none;
    }


}