

/* Start:/bitrix/templates/concept_hameleon/components/bitrix/news.list/company__licence/style.css?17798920561067*/
.company_license__reestr {
    background-color: #2285c4;
    width: fit-content;
    color: #FFF !important;
    border-radius: 25px;
    font-size: 13px;
    padding-right: 25px;
    opacity: 1;
    transition: all 0.3s;
}

.company_license__reestr:hover {
    opacity: 0.8;
    transition: all 0.3s;
}

.company_license__reestr img {
    width: 30px;
}

.link-icon {
    line-height: 0;
}

.link-icon:before {
    content: url('/local/assets/images/link.svg');
    position: absolute;
    opacity: 0.9 !important;
    width: 25px;
}

.company_license .link-icon:before {
    width: 15px;
    margin-top: 5px;
}

@media (max-width: 1200px) {
    .company_license__reestr {
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .company_license__reestr {
        padding: 10px;
        font-size: 13px;
    }

    .company_license__reestr img,.company_license__reestr span{
        display: none;
    }

    .company_license .link-icon:before {
        width: 13px;
        margin-top: 4px;
    }
}
/* End */


/* Start:/bitrix/templates/concept_hameleon/components/bitrix/news.list/partner__home/style.css?16926903511174*/
.partner__home {
    margin-bottom: 40px;
}

.partner__home .item img {
    max-width: 100%;
    max-height: 126px;
}
.partner__home.client .item {
    opacity: 0.5;
    max-height: 106px;
}
.partner__home.client .item img {
    max-width: 100%;
    max-height: 106px;
}

.partner__home .item {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-filter: grayscale(90%);
    -moz-filter: grayscale(90%);
    -ms-filter: grayscale(90%);
    -o-filter: grayscale(90%);
    opacity: .6;
    filter: grayscale(90%);
    transition: all .7s;

}

.partner__home .item:hover {
    -webkit-filter: unset !important;
    -moz-filter: unset !important;
    -ms-filter: unset !important;
    -o-filter: unset !important;
    opacity: 1;
    filter: unset !important;
}

@media (max-width: 668px) {

    .partner__home .item {
        padding: 5px 20px;
        width: 30%;

    }
}

@media (max-width: 800px) {

    .partner__home .item {
        width: 25%;
    }
}
@media (max-width: 500px) {

    .partner__home .item {
        width: 50%;
    }
}

/* End */
/* /bitrix/templates/concept_hameleon/components/bitrix/news.list/company__licence/style.css?17798920561067 */
/* /bitrix/templates/concept_hameleon/components/bitrix/news.list/partner__home/style.css?16926903511174 */
