@media (max-width: 1399px) {
            
        }

@media (max-width: 1199px) {
            header .logo { margin: 0; font-size: 20px; }

            .bar {
                display: flex;
                border: 3px solid #ECECEC;
                border-radius: 20px;
                color: #ECECEC;
                width: 130px;
                height: 30px;
                margin-left: auto;
                justify-content: center;
                align-items: center;
                font-size: 20px;
                font-weight: 600;
            }

            .bar.active {
                position: relative;
                opacity: 2;
                background: #ECECEC;
                border: 3px solid #ECECEC;
                border-radius: 20px;
                color: #D9A441;
            }

            header .menu {
                position: fixed;
                top: 0;
                right: 0;
                bottom: 0;
                width: 280px;
                background: #D9A441;
                z-index: 1000;
                display: flex;
                flex-direction: column;
                align-items: center;
                padding: 80px 20px 20px;
                margin: 0;
                transform: translateX(100%);
                transition: transform 0.3s ease;
            }

            header .menu.active { transform: translateX(0); }

            header .menu .menu__one { margin: 0 0 15px 0; }

            header .menu .menu__one a {
                color: #ECECEC;
                font-size: 18px;
                text-decoration: none;
            }

            h1, h2 {
                margin-bottom: 20px;
            }

            .actors__card .picture img {
                width: 150%;
            }

            .links .all .links__one {
                justify-content: center;
                margin: 20px 0;
            }

            .links .all .links__one:last-of-type {
                margin-bottom: 0;
            }
        }

        @media (max-width: 991px) {
            .frames__card .picture {
                margin: 0 auto;
            }

            .frames__card .info {
                margin-left: 0;
                box-shadow: none;
                padding: 0;
                margin-top: 10px;
                text-align: center;
            }

            .actors__card {
                margin-bottom: 30px;
            }

            .actors .row > div:last-child .actors__card {
                margin-bottom: 0;
            }

            .actors__card .picture {
                height: 350px;
            }

            .actors__card .picture img {
                width: 110%;
            }

            .script .script-one .picture img {
                width: 140%;
            }

            .duo-form .form__input:first-child {
                margin-bottom: 20px;
            }
        }

        @media (max-width: 767px) {
            .frames__card {
                text-align: center;
            }

            .frames__card .picture {
                margin: 0 auto;
                margin-bottom: 10px;
            }
            
            .finale .logo {
                display: block;
                text-align: center;
                margin-bottom: 20px;
            }

            .finale .menu {
                justify-content: center;
            }

            .finale .menu__one {
                margin: 0 10px;
            }
        }

        @media (max-width: 575px) {
            section {
                padding: 40px 0;
            }

            .actors__card .picture {
                height: 250px;
            }

            .actors__card .picture img {
                width: 135%;
            }
            
            .script .script-one .picture img {
                width: 175%;
            }

            .finale .menu__one {
                margin: 0;
                margin-bottom: 10px;
                text-align: center;
            }

            .finale .menu__one:last-child {
                margin-bottom: 0;
            }
        }