@media only screen and (max-width: 767px)  { 
    .cns_deps_conteiner{
        display: grid;
        align-items: center;
        justify-content: center;
    }
    .cns_dep_footer {
        display: flex;
        align-items: flex-start;
        margin-bottom: 5px;
    }
    .cns_dep_footer_party {
        width: 30vw;
        max-width: 74px !important;
        object-fit: contain;
        margin-right: 6px;
    }
    .cns_dep_footer_fio {
        font-weight:700;
        line-height: 1.2;
        padding-bottom: 5px;
        border-image: linear-gradient(90deg, rgba(1,78,158,1) 0%, rgba(228,237,245,1) 100%) 2;
        border-image-width: 0 0 2px 0;
        border-image-repeat: stretch;
    }
    .cns_dep_footer_dol{
        line-height: 1.2;
    }
    .cns_dep_conteiner {
        width: 50vw;
        max-width: 240px !important;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 767px) and (max-width: 1024px)  {
    .cns_deps_conteiner{
        display: flex;
        margin-bottom: 15px;
    }
    .cns_dep_footer {
        display: flex;
        align-items: flex-start;
    }
    .cns_dep_footer_party {
        width: 4vw;
        max-width: 74px !important;
        object-fit: contain;
        margin-right: 6px;
    }
    .cns_dep_footer_fio {
        font-weight:700;
        font-size: 10px;
        line-height: 1.2;
        padding-bottom: 5px;
        border-image: linear-gradient(90deg, rgba(1,78,158,1) 0%, rgba(228,237,245,1) 100%) 2;
        border-image-width: 0 0 2px 0;
        border-image-repeat: stretch;
    }
    .cns_dep_footer_dol{
        font-size: 10px;
        line-height: 1.2;
    }
    .cns_dep_conteiner {
        width: 13vw;
        max-width: 240px !important;
    }
    .cns_dep_conteiner:nth-last-child(n+2) {
        margin-right: auto;
    }   
}
@media only screen and (min-width: 1024px) {
    .cns_deps_conteiner{
        display: flex;
        margin-bottom: 15px;
    }
    .cns_dep_footer {
        display: flex;
        align-items: flex-start;
    }
    .cns_dep_footer_party {
        width: 4vw;
        max-width: 74px !important;
        object-fit: contain;
        margin-right: 10px;
    }
    .cns_dep_footer_fio {
        font-weight:700;
        line-height: 1.2;
        padding-bottom: 5px;
        border-image: linear-gradient(90deg, rgba(1,78,158,1) 0%, rgba(228,237,245,1) 100%) 2;
        border-image-width: 0 0 2px 0;
        border-image-repeat: stretch;
    }
    .cns_dep_footer_dol{
        line-height: 1.2;
    }
    .cns_dep_conteiner {
        width: 13vw;
        max-width: 240px !important;
    }
    .cns_dep_conteiner:nth-last-child(n+2) {
        margin-right: auto;
    }   
}