.left-menu-items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
}

.left-menu-item {
    box-sizing: border-box;
    background: #F3F3F6;
    border-radius: 15px;
    flex-basis: calc((100% / 3) - 14px);
    min-height: 168px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-menu-items .menu-item-link {
    color: #333;
    text-align: center;
    text-transform: none;
}

.content {
    display: flex;
    gap: 110px;
    margin: 50px 0 0;
}

.content-menu {
    min-width: 310px;
}

.left-menu-documents.direction-column {
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 15px;
    background: #F9F9FB;
    padding: 0 20px;
    max-width: 310px;
    width: 100%;
    box-sizing: border-box;
}

.left-menu-documents-item {
    padding: 20px 0;
    border-bottom: 1px solid #A1A1A1;
    width: 100%;
}

.left-menu-documents-item:last-child {
    border-bottom: none;
}

.left-menu-documents-link {
    color: #606060;
    font-family: "Century Gothic", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.left-menu-documents-link.selected {
    color: #333;
}

.approved {
    color: #333;
    font-family: "Century Gothic", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.content-item b {
    font-weight: 400;
}

.content-item {
    color: #606060;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
}

.content-item a {
    color: #8CCAAE;
}

.approved-title {
    margin: 40px 20px;
}

.content-item p {
    margin: 10px 0;
}

.sertificate-img {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.licenses-news-list {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.licenses-news-list .licenses-name {
    color: #8CCAAE;
    text-align: center;
    margin-top: 10px;
}

.main .title-4 {
    color: #333;
    margin: 0 0 20px
}

.content-item .txt-4 {
    color: #606060;
}

.img-responsive,
.news-list-partners {
    margin-top: 20px;
}

.news-list-partners {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.news-item-partner {
    flex-basis: calc((100% / 3) - 15px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-item-partner img {
    max-width: 250px;
}

.image-block {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.image-block img{
    width: unset;
}
table.table-striped{
    border: 1px solid #ecf2f4;
    border-collapse: collapse;
    border-spacing: 0;
    border-radius: 3px;
}
table.table-striped tbody tr{
    background: none;
}
table.table > tbody > tr > td{
    padding: 14px 20px 15px;
    border: none;
    border-bottom: 1px solid #ecf2f4;
}
.list-document{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.list-document li{
    list-style-type: disc;
    margin-left: 18px;
}
.content-item b{
    font-weight: 600;
}
.document-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 40px;
}
@media (max-width: 1630px) {
    .left-menu-item {
        padding: 30px;
        justify-content: flex-start;
    }

    .left-menu-items .menu-item-link {
        text-align: start;
    }

    .content {
        gap: 20px;
        margin: 40px 0 0;
    }
}

@media (max-width: 1400px) and (min-width: 1201px) {

    main.main.margin-block {
        margin: 80px 80px;
    }
}

@media (max-width: 1400px) {
    .left-menu-item {
        height: 260px;
    }

    .sertificate-img {
        flex-wrap: wrap;
    }
}

@media (max-width: 1200px) {
    .left-menu-item {
        height: 240px;
    }

    .left-menu-item .menu-item-link {
        font-size: 22px;
    }

    .news-item-partner {
        flex-basis: calc((100% / 2) - 10px);
    }
}

@media (max-width: 1024px) {
    .sertificate-img {
        flex-direction: column;
    }

    .left-menu-item {
        flex-basis: calc((100% / 2) - 10px);
        height: 168px;
        padding: 20px;
        justify-content: center;
    }

    .left-menu-items .menu-item-link {
        text-align: center;
        font-size: 24px;
    }

    .content-menu {
        display: none;
    }

}

@media (max-width: 768px) {
    .document-header{
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    .left-menu-item {
        flex-basis: 100%;
    }

    .licenses-news-list {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .title-table {

        display: flex;
        flex-direction: column;
    }
}


@media (max-width: 550px) {
    .news-item-partner {
        flex-basis: 100%;
    }

    .news-list-partners {
        gap: 35px;
    }

    .news-item-partner img {
        max-width: 100%;
        max-height: 90px;
    }
    table.table, table.table tbody, table.table td, table.table th, table.table thead, table.table tr {
        display: block;
    }
    .table-title{
        display: flex;
        flex-direction: column;
        margin: 0 0 40px;
    }
    .table-title td,
    .table-title td>p{
        padding-left: 0!important;
    }
}

@media (max-width: 400px) {
    .left-menu-items .menu-item-link {
        font-size: 20px;
    }
}