        @media (max-width: 1399px) {
            
        }
        
        @media (max-width: 1199px) {
            .forge { position: relative; }
            .forge .marquee { margin: 0; font-size: 20px; }

            .bar {
                display: flex;
                margin-left: auto;
                margin-top: 5px;
            }

            .bar.active { position: relative; opacity: 2; }

            .forge .castlist{
                position: absolute;
                left: 0; right: 0; top: 100%;
                z-index: 1000;
                background: #000;
                display: flex;
                flex-direction: column;
                align-items: center;
                padding: 16px 0;
                margin: 0;
                transform: scaleY(0);
                transform-origin: top;
                opacity: 0;
                pointer-events: none;
                transition: transform .2s cubic-bezier(.2,.8,.2,1), opacity .2s ease;
            }

            .forge .castlist.active{
                transform: scaleY(1);
                opacity: 1;
                pointer-events: auto;
            }

            .forge .castlist .castlist__one { margin: 0 0 12px 0; }
            .forge .castlist .castlist__one a { color: #F2F2F2; font-size: 18px; text-decoration: none; }

            h2 {
                margin-bottom: 20px;
            }
        }

        @media (max-width: 991px) {
            .mill__card.first .picture, .mill__card .picture {
                height: 350px;
            }

            .mill__card {
                margin-bottom: 30px;
            }

            .mill .row div .mill__card:last-child {
                margin-bottom: 30px;
            }

            .mill .row > div:last-child .mill__card:last-child {
                margin-bottom: 0;
            }

            .steel__card .picture {
                margin: 0 auto;
            }

            .steel__card .info {
                margin-left: 0;
                box-shadow: none;
                padding: 0;
                margin-top: 10px;
                text-align: center;
            }

            .brick__one:last-of-type {
                margin-bottom: 10px;
            }

            .brick .row div:last-child .brick__card .brick__one:last-child {
                margin-bottom: 0;
            }

            .duo-dialogue .dialogue__input:first-child {
                margin-bottom: 20px;
            }
        }

        @media (max-width: 767px) {
            .steel__card {
                text-align: center;
            }

            .steel__card .picture {
                margin: 0 auto;
                margin-bottom: 10px;
            }

            .soot .marquee {
                display: block;
                text-align: center;
            }

            .soot .castlist.politica .castlist__one {
                margin: 0;
                margin-bottom: 10px;
                text-align: center;
            }

            .soot .castlist.politica .castlist__one:last-child {
                margin-bottom: 0;
            }
        }

        @media (max-width: 575px) {
            section {
                padding: 40px 0;
            }

            .mill__card.first .picture, .mill__card .picture {
                height: 250px;
            }

            .mill__card .picture img {
                width: 135%;
            }
        }