﻿.sub-swap-search {
    background: #FF6505;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.04em;
}

.switch-filter-wrapper ul li a {
    font-size: 16px;
    font-weight: 500;
}

.switch-filter-wrapper ul li a.red-tab {
    color: #EA5A00;
    font-weight: 600;
}
.vendors-block{
    margin-bottom: 40px;
}

.vendors-block:first-child {
    padding-top: 35px;
}

.vendors-affiliation-header {
    background: linear-gradient(90deg, #2580c3 0%, #0b82f7 52.17%, #004677 99.17%), #F2F2F2;
    border: 1px solid #F2F2F2;
    border-radius: 15px 15px 0px 0px;
    padding: 20px 35px;
    padding-right: 384px;
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    position: relative;
}

.vendors-affiliation-header:after {
    display: block;
    content: '';
    width: 384px;
    height: 66px;
    background-image: url("https://cdn.specialist.ru/content/image/vendor/headers/rus.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
}

.vendors-affiliation-header.foreign-header:after {
    background-image: url("https://cdn.specialist.ru/content/image/vendor/headers/foreign.png");
}
.vendors-block .vendors-list {
    border: 1px solid #E1E1E1;
    border-top: none;
    border-radius: 0 0 15px 15px;
    padding: 40px 40px 30px 40px;
    display: flex;
    flex-wrap: wrap;
}

.vendors-item{
    width: 33%;
    margin: 0 0 10px 0;
    padding-right: 20px;
}

.vendors-item a {
    color: #212121;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
}

.vendors-item a:hover, .vendors-item a:focus{
    text-decoration: underline;
    color: #2580c3;
}


@media (max-width: 880px) {
    .vendors-affiliation-header:after {
        display: none;
    }

    .vendors-affiliation-header {
        padding-right: 35px;
    }
}

@media (max-width: 700px) {
    .vendors-item {
        width: 100%;
    }
}