/*Адаптация страницы менее 768 пик*/

header label:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.3);
}

@media all and (max-width: 768px) {
     :root {
        --card-set-gap: 0px;
    }
    .body {
        clear: both;
        float: none;
        width: 100%;
    }
    .section {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-right: auto;
        margin-left: auto;
    }
    html,
    body {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    header label {
        display: block;
        width: 50px;
        height: 50px;
        padding: 10px;
        border-right: 1px solid #fff;
    }
    .logo {
        font-size: 16px;
    }
    .menu {
        position: absolute;
        width: 200px;
        margin-left: -350px;
        transition: all 0.5s;
    }
    .menu ul {
        flex-direction: column;
    }
    .menu li {
        border-top: 1px solid #fff;
    }
    .menu li a {
        text-align: left;
        font-size: 14px;
        padding: 5px;
        background-color: #043862;
        color: #fff;
    }
    .menu-item {
        margin-right: 0px;
    }
    .item {
        margin-left: auto;
        margin-right: auto;
    }
    #dws-menu:checked~.menu {
        margin: 0;
    }
    div.section-inner {
        max-width: 1200px;
        padding: 0 20px;
    }
    .section-inner.indents {
        padding: 0;
    }
    .main-section-one {
        padding-bottom: 10px;
        align-items: center;
    }
    .main {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .info-alt {
        color: var(--alternative-text-color);
    }
    .info {
        text-align: center;
        text-decoration: none;
        line-height: 1;
        letter-spacing: 0.03em;
    }
}

.card-img {
    margin-top: 0px;
}

.title {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    line-height: 25px;
    font-size: 14px;
    color: #212121;
}

oter {
    max-height: 300px;
    max-width: 200px;
    padding-top: 0px;
}

@media all and (max-width: 500px) {
    .footer {
        max-width: 100%;
    }
}