.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
}
.flex {
    display: flex;
}
.v-center {
    align-items: center;
}
.h-center {
    justify-content: center;
}
.between {
    
}
.col {
    padding: 0 2rem;
}
.d-2 {
    width: 16.666666%;
}
.d-3 {
    /*width: 25%;*/
}
@media screen and (max-width: 767px) {
    .sm-4 {
        width: 33.333333%;
    }
    .sm-6 {
        width: 50%;
    }
}
.clients-list {
    margin-bottom: -24px;
    padding: 60px 0 80px 0;
}
.clients-item {
    margin-bottom: 24px;
}
.clients-item-inner {
    width: 150px;
    height: 70px;
    max-width: 100%;
}
.clients-item img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-width: 100%;
}


.partners-list {
    padding: 60px 0 0 0;
}
.partners-item {
    margin-bottom: 2rem;
}
.partners-item {
    display: block;
}
.partners-item-inner {
    height: 112px;
    max-width: 100%;
    display: block;
    text-align: center;
}
.partners-item img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-width: 200px;
}
.partners-item-title {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    padding-top: 1rem;
    color: #509741;
}
.partners-text {
/*    margin-top: 60px;*/
}

.partners-text a {
    text-decoration: none;
    color: #509741;
}

.partners-text a:hover {
    text-decoration: underline;
}

.partners-text ol {
    margin: 0 0;
    margin-bottom: 5px;
    width: 100%;
    padding-left: 2.5em;
    font-size: 1rem;
}

.partners-text ol li {
    margin-bottom: 5px;
    font-size: 1rem;
}


.partners-text ul {
    margin: 0 0;
    margin-bottom: 5px;
    width: 100%;
}

.partners-text ul li {
    position: relative;
    margin-left: 1em;
    margin-bottom: 5px;
    padding-left: 1em;
    font-size: 1rem;
}

.partners-text ul li::before {
content: '\2022';
    color: #509741;
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 1.5em;
}

@media screen and (max-width: 767px) {
    .partners-item-title {
        font-size: 16px;
    }
}


.catalogs {
    width: 100%;
}
.catalog-item:nth-child(odd) {
    background: #EBFFE7;
}
.catalog-item-inner {
    padding: 54px 0;
    display: flex;
}

.catalog-main {
    background: #EBFFE7;
    margin-top: 5vh;
    height: 100%;
}

.catalog-block {
    padding: 54px 0;
    display: flex;
}

.catalog-item-left {
    width: 20%;
    margin-right: 2em;
    max-width: 198px;
}
.catalog-item-cover img {
    max-width: 100%;
    border: 2px solid #509741;
    border-radius: 5px;
}
.catalog-item-right {
    width: 100%;
}
.catalog-item-header h3 {
    font-size: 24px;
    line-height: 31px;
    color: #509741;
    margin: 0 0 10px 0;
}
.catalog-item-body {
    font-size: 16px;
    color: #1B1B1B;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}

.catalog-item-body a {
    text-decoration: none;
    color: #509741;
}

.catalog-item-body a:hover {
    text-decoration: underline;
}

.catalog-item-body ol {
    margin: 0 0;
    margin-bottom: 5px;
    width: 100%;
    padding-left: 2.5em;
    font-size: 1rem;
}

.catalog-item-body ol li {
    margin-bottom: 5px;
    font-size: 1rem;
}


.catalog-item-body ul {
    margin: 0 0;
    margin-bottom: 5px;
    width: 100%;
}

.catalog-item-body ul li {
    position: relative;
    margin-left: 1em;
    margin-bottom: 5px;
    padding-left: 1em;
    font-size: 1rem;
}

.catalog-item-body ul li::before {
content: '\2022';
    color: #509741;
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 1.5em;
}


.catalog-item-main {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.catalog-item-header sup {
    color: gray;
    font-size: 0.8rem;
    white-space: nowrap; 
}
.catalog-item-footer {
    padding-top: 1rem;
}
.catalog-item-action {
    font-size: 16px;
    color: #002143;
}
.catalog-item-action a {
    text-decoration: underline;
    color: #509741;
}

@media screen and (max-width: 767px) {
    .catalog-item-inner {
        padding: 24px 0;
        flex-direction: column;
    }

    .catalog-block {
        flex-direction: column;
    }
    .catalog-item-left {
        width: 100%;
        margin-right: 0;
        text-align: center;
        max-width: 100%;
    }
    .catalog-item-cover {
        height: 200px;
    }
    .catalog-item-cover img {
        object-fit: contain;
/*        width: 100%;*/
        height: 100%;
    }
    .catalog-item-right {
        width: 100%;
        margin-top: 1em;
    }
    .catalog-item-header h3 {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        display: flex;
        flex-direction: column;
    }

    .catalog-item-footer {
        padding: 2rem 0 0 0;
    }
}













