@media (max-width: 1399px) {
    
}

@media (max-width: 1199px) {
    h1, h2 {
        margin-bottom: 20px;
    }

    .forge__card {
        margin-bottom: 20px;
}
}

@media (max-width: 991px) {
    .worktop .stamp {
        margin: 0;
        font-size: 20px;
    }

    .toggle {
        display: flex;
        margin-left: auto;
        margin-top: 5px;
    }

    .toggle.active {
        position: relative;
        opacity: 2;
    }

    .worktop .rack{
        position: absolute;
        top: 100%;
        left: 0; right: 0;
        z-index: 1000;
        flex-direction: column;
        background: #000;
        padding: 20px 0;
        opacity: 0;
        gap: 16px;
        transform: translateY(-10px);
        pointer-events: none;
        transition: opacity .3s ease, transform .3s ease;
    }

    .worktop .rack.active{
        opacity: 1;
        transform: translateY(0);
    }

    .worktop  .rack.active .rack__one {
        margin: 0;
    }

    .worktop  .rack.active .rack__one a {
        color: #fff;
        font-size: 18px;
        text-decoration: none;
    }

    .logbook .picture {
        height: 300px;
        margin-bottom: 20px;
    }

    .logbook p {
        margin-bottom: 10px;
    }

    .duo-scribe-card .scribe-card__input:first-child, .duo-scribe-card .scribe-card__input:nth-child(2) {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .sheaf .stamp {
        display: block;
        text-align: center;
    }

    .sheaf .rack.politica .rack__one {
        margin: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    .sheaf .rack.politica .rack__one:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 575px) {
    section {
        padding: 40px 0;
    }

    a.btn {
        width: 200px;
        height: 45px;
        font-size: 20px;
    }

    h1 {
        font-size: 40px;
    }

    .bench .pasth1-v2 {
        margin-top: 20px;
    }

    .bench a {
        margin-top: 20px;
    }
}