

/* Start:/local/templates/.default/components/bitrix/catalog.element/main3/customs/links_marketplace/style.css?17888637921263*/
.links-marketplace {
    display: flex;
    align-items: center;
    padding: 10px 0 10px 10px;
}
.links-marketplace > div{
    width: 50%;
}
.marketplace__title {
    font-size: .867em;
    line-height: 1.692em;
    text-align: center;
}
.links-marketplace__list{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0;
    padding: 0 15px;
}
.links-marketplace__list li {
    margin: 0;
    line-height: 48px;
    text-align: center;
}
.links-marketplace a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
}
.wildberries:hover .background {
    fill: url(#paint0_linear_44_139);
}
.ozon:hover .background {
    fill: #005BFF;
}
.ozon:hover .background_decor path{
    fill: #F1117E;
}
.yandexMarket:hover .background {
    fill: #FF5226;
}
.yandexMarket:hover .text {
    fill: #FFDD00;
    stroke: none;
}
@media (max-width: 450px) {
    .links-marketplace {
        flex-direction: column;
        gap: 15px; 
    }
    .links-marketplace > div{
        width: 100%;
    }
    .links-marketplace a {
        width: 44px;
        height: 44px;
    }
    .marketplace__title {
        text-align: left;
        padding-left: 20px;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/catalog.element/main3/customs/links_marketplace/style.css?17888637921263 */
