@media (max-width: 1399px) {
    .lockview .stat {
        margin-left: 80px;
    }
}

@media (max-width: 1199px) {
    .lockhead .canalmark { margin: 0; font-size: 20px; }

    .bar {
        display: flex;
        border: 3px solid #fff;
        border-radius: 20px;
        color: #fff;
        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: #fff;
        border: 3px solid #fff;
        border-radius: 20px;
        color: #000;
    }

    .lockhead .bargeflow {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 280px;
        background: #0C1720;
        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;
    }

    .lockhead .bargeflow.active { transform: translateX(0); }

    .lockhead .bargeflow .bargeflow__one { margin: 0 0 15px 0; }

    .lockhead .bargeflow .bargeflow__one a {
        color: #fff;
        font-size: 18px;
        text-decoration: none;
    }

    h2 {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .towdeck .picture img {
        width: 175%;
    }

    .moorpost__one:last-of-type {
        margin-bottom: 10px;
    }

    .moorpost .row div:last-child .moorpost__card .moorpost__one:last-child {
        margin-bottom: 0;
    }

    .duo-lockform .lockform__input:first-child {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .towdeck .picture img {
        width: 185%;
    }

    .canalend .canalmark {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .canalend .bargeflow .bargeflow__one {
        margin: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    .canalend .bargeflow .bargeflow__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;
    }

    .lockview .pasth1-v1 {
        margin-top: 20px;
    }

    .lockview a {
        margin-top: 20px;
    }

    .towdeck__info {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        margin-right: 0;
        transform: none;
        padding: 0;
    }

    .tidecookie_shell {
        width: 296px;
        right: 12px;
    }
}