@media (max-width: 640px) {
    .container {
        width: 100%;
    }

    .menu {
        display: none;
    }
    .m-full-width {
        max-width:120%;
    }
    .cookies-grid {
        padding: 15px;
        display: grid;
        gap: 10px;
        grid-template-columns: 1fr;
        align-items: center;
        font-size: 12px;
    }

    .cookies-agree {
        border-radius: 5px;
        padding: 6px 14px;
        background: var(--dark-blue);
        display: inline-block;
        cursor: pointer;
        font-weight: 500;
        font-size: 15px;
        color: #fff;
    }

    .content_inject {
        width: calc(100% - 20px);
        height: 430px;
    }

    .content_inject_default {
        padding: 45px 10px 20px 10px;
    }

    .container {
        width: calc(100% - 30px);
        padding: 15px 0;
    }

    .sert {
        max-width: 100%;
    }
    .curve-2:before {
        display: none;
    }
    .str-bottom-1 {
        font-weight: 400;
        font-size: 20px;
    }
    .str-bottom-2 {
        font-weight: 400;
        font-size: 48px;
    }
    .bottom {
        background: url(/images/bottom.png) left 240px no-repeat;
        min-height: 470px;
        background-size: contain;
    }
    .subscribe {
        margin-top: 287px;
    }
    .news-item-big-img {
        width: 150px;
        height: 150px;
        margin-bottom: 16px;
    }
    .news-item-big-img img {
        height: 150px;
    }
    .news-item-big {
        padding: 16px;
    }
    .news-item-big .flex {
        display: block;
    }
    .news-item-big-right {
        width: 100%;
    }
    .news-item-big-name {
        font-size: 18px;
    }
    .yellow:before {
        position: relative;
        left: auto;
        top: -75px;
        margin-bottom: -75px;
    }
    .yellow {
        padding: 18px;
        background: url(/images/ellipse.png) center 24px no-repeat #f8ea65;
        font-weight: 300;
        font-size: 16px;
        margin-top: 56px;
    }
    .no-mobile {
        display: none !important;
    }
    .no-desc {
        display: block;
    }
    .bar {
        width: 26px;
        height: 22px;
        margin: 0 5px 0 0;
        background: url("/images/bar.svg");
    }
    .mobile-menu {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 500;
        background: #fff;
    }
    .bar-close {
        width: 20px;
        height: 20px;
        margin: 0 5px 0 0;
        background: url("/images/bar-close.svg");
    }
    .noir {
        max-width: 267px;
    }
    .mm-wrapper {
        margin: 29px 0 30px 0;
    }
    .menu-item1 {
        text-decoration: none;

        font-weight: 400;
        font-size: 24px;
        color: #000;
        display: block;
        margin-bottom: 20px;
    }
    .footer-logo {
        font-weight: 400;
        font-size: 16px;
        display: flex;
        gap: 6px;
    }
    .footer-logo br {
        display: inline-block;
    }
    .m-input-1 {
        width: calc(100% - 32px);
        padding: 16px;
    }
    .m-submit-1 {
        width: 100%;
        text-align: center;
        padding: 16px;
        font-family: var(--second-family);
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
        text-transform: uppercase;
        color: #000;
    }
    .subscribe-form {
        display: block !important;
    }
    .m-input {
        margin-bottom: 11px;
        width: calc(100% - 32px);
    }
    .m-submit {
        width: 100%;
    }
}