.best__product {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 250px;
    margin: 10px;
    padding: 20px;
    width: calc((100% / 4) - 60px);
}

.best__product:last-child {
    margin-right: 0;
}

.best__product:hover {
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
}

.best__products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto hidden;
    margin: 10px -10px 0;
    padding: 0;
    width: calc(100% + 20px);
}

.best__products:after {
    content: '';
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10px;
    -ms-flex: 0 0 10px;
    flex: 0 0 10px;
}

.best__top {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    text-align: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #efeff9;
    /* height: 85px; */
    overflow-y: hidden;
}

.best__logo {
    /* margin-right: 30px; */
}

.best__logo img {
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.best__bank {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 170px;
    -ms-flex-preferred-size: 170px;
    flex-basis: 170px;
    font-size: 14pt;

    font-weight: 400;
    line-height: 16pt;
}
    .best__bank a {

    }
.best__license {
    color: #90909f;
    font-size: 10pt;
    font-weight: 100;
    line-height: 20pt;
}

.best__content {
    -webkit-box-align: space-between;
    -webkit-align-items: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 20px;
    text-align: center;
}

.best__buttons_container{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.best__buttons_link{
    margin-top: 10px;
}

.best__conditions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 250px;
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
}

.best__percent {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 16pt;
    font-weight: 400;
    line-height: 18pt;
    margin-bottom: 10px;
}

.best__sum {
    font-size: 10pt;
    font-weight: 100;
    width: 100%;
}

.best__period {
    font-size: 10pt;
    font-weight: 100;
    width: 100%;
}

.best__categories {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
}
.best__categories-center {
    justify-content: space-around;
}
.best__category {
    margin: 5px;
    background: #efeff9;
    padding: 10px 20px;
    border: 1px solid #e0e0f0;
}
.best__category__li {
    margin: 5px;
    padding: 10px 0;
    font-size: 1.1em;
    font-family: var(--fontRegular);
    display: flex;
    align-items: center;
}
.best_category2{
    margin: 5px;
    background: #efeff9;
    padding: 10px 20px;
    border: 1px solid #e0e0f0;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
    font-weight: 100;
}

.ui-tabs-active .best__category {
    border-bottom: 1px dashed #000;
    color: #000;
    cursor: default;
}

.best__pair {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 580px;
    -ms-flex: 1 1 580px;
    flex: 1 1 580px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0;
    width: 270px;
}
@media (max-width: 480px) {
    .best__categories-center {
        justify-content: flex-start;
    }
    .best_category2 {
        width: max-content;
        padding: 10px 10px;
    }
}
@media (max-width: 768px) {
    .best__pair {
        flex-direction: column;
    }
    .best__products {
        margin: 10px -10px 10px 0;
        padding: 0 10px;
        width: 100%;
    }
    .best__product {
        width: 100%;
        margin: 10px 10px;
    }
}