button.partners-list-search-submit {
    margin-left: 2rem;
    width: 3rem;
    height: 3rem;
    position: absolute;
    right: 0px;
}

.partners-list-search-submit .icon-search {
    width: 100%;
    height: 100%;
    display: block;
}


.partners-list-search {
    padding: 1rem 0rem 4rem 0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}

input#search-partners {
    border-bottom: 1px solid #B2B4B3;
    color: #FF6E00;
    padding: 1.5rem;
}

.partners-list-table .partners-link {
    color: #F86C1D;
    text-decoration-line: underline;
}

.partners-list-table .partners-link:hover {
    text-decoration-line: none;
}

.partners-sub-text {
    color: rgba(0, 0, 0, 0.5);
}

.partners-name {
    display: flex;
    flex-wrap: wrap;
}

.partners-list-table table {
    width: auto;
    border-collapse: collapse;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: grab;
    width: 100%;
}

.partners-list-table table thead th {
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #000;
    letter-spacing: .05rem;
    padding: 2.2rem 1.6rem;
    background-color: #eee;
    border-bottom: 1px solid #b2b4b3;
    white-space: nowrap;
    vertical-align: middle;
    text-align: left;
}

.partners-list-table table thead tr:nth-child(1) th:nth-child(-n + 5) {
    background: #f7f7f7;
}

.partners-list-table table thead tr:nth-child(1) th:first-child {
    border-top-left-radius: 2.4rem;
}

.partners-list-table table thead tr:nth-child(1) th:last-child {
    border-top-right-radius: 2.4rem;
}

.partners-list-table table tbody td {
    padding: 0.8rem;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: left;
    letter-spacing: .05rem;
    border-bottom: 1px solid #b2b4b3;
    white-space: nowrap;
    vertical-align: middle;
    width: 30%;
}
.partners-list-table table tbody td:first-child {
    width: 10%;
    min-width: 200px;
}
.partners-item-foto {
    height: 40px;
    position: relative;
}

.partners-item-foto img {
    margin: auto;
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    object-fit: contain;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    max-width: 190px;
}
.partners-list-table table tbody td.help-td-cash-part,
.partners-list-table table thead  th.help-th-cash-part {
    width: 10%;
}
@media (max-width: 640px) {
    .partners-list-table table thead {
        display: none;
    }

    tr.item-one {
        display: flex;
        flex-direction: column;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #b2b4b3;
    }

    .partners-list-table table tbody td {
        width: 100%;
        border-bottom: none;
        text-align: center;
    }
    .partners-list-table table tbody td:first-child {
        width: 100%;
    }
    .partners-item-foto {
        background: #FFFFFF;
        border: 1px solid #D6D7D8;
        padding: 3rem;
    }

    .partners-item-foto img {
        padding: 1rem;
    }

    .partners-name {
        justify-content: center;
    }
    span.help-cash-part {
        position: relative;
    }
    .help-cash-part::before {
        content: "Кассовый Партнер";
        color: #b2b4b3;
        transform: scale(.8) translateY(-1rem);
        display: block;
        position: absolute;
    }

    .partners-list-table table tbody td.help-td-cash-part,
    .partners-list-table table thead  th.help-th-cash-part {
        width: 100%;
    }
}


.partners-list-table .auth__form-questionmark-tooltip-content {
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: .01rem;
    color: #b2b4b3;
    white-space: normal;
}