.v21 .v21-section {
    margin-bottom: 0!important;
}
.v21 .v21-section--vschet {
    margin: 0;
}
.v21 .v21-vschet-header {
    margin: 0 0 60px 0;
}
.v21 .v21-vschet-logistics {
    margin: 40px 0 60px 0;
}
.v21 .v21-vschet-tariffs {
    margin: 40px 0 60px 0;
}
.v21 .v21-vschet-support {
    margin: 40px 0 60px 0;
}
.v21 .v21-vschet-docs {
    margin: 40px 0 60px 0;
}
.v21 .v21-vschet-form {
    margin: 40px 0 0 0;
    padding: 32px 0 60px 0;
    /*background: #EEF1F4;*/
    background: var(--blockBackgroundColor);
    border: 1px solid #EEF1F4;
    border-radius: 32px 32px 0 0;
}

/* index_docs_list.php */

@media screen and (min-width: 768px) {
    .v21 .v21-vschet-header {
        margin-bottom: 60px;
    }
    .v21 .v21-vschet-logistics {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .v21 .v21-vschet-tariffs {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .v21 .v21-vschet-support {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .v21 .v21-vschet-docs {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .v21 .v21-vschet-form {
        margin-top: 60px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media screen and (min-width: 1024px) {
    .v21 .v21-vschet-header {
        margin-bottom: 120px;
    }
    .v21 .v21-vschet-logistics {
        margin-top: 120px;
        margin-bottom: 120px;
    }
    .v21 .v21-vschet-tariffs {
        margin-top: 120px;
        margin-bottom: 120px;
    }
    .v21 .v21-vschet-support {
        margin-top: 120px;
        margin-bottom: 120px;
    }
    .v21 .v21-vschet-docs {
        margin-top: 120px;
        margin-bottom: 120px;
    }
    .v21 .v21-vschet-form {
        margin-top: 120px;
        padding-bottom: 120px;
    }
}
@media screen and (min-width: 1240px) {
}
@media screen and (min-width: 1380px) {
}
