.top-providers-block{
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    margin-bottom: 24px;
    align-items: center;
}

.top-providers-block .stars-container{
    display: flex;
    align-items: flex-start;
}

.top-providers-block .stars-container .star-full{
    background-image: url("data:image/svg+xml,%0A%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.72337 0.242188H0.115234V9.85032H9.72337V0.242188ZM5.12698 0.881358C5.06161 0.680174 4.77699 0.680175 4.71162 0.881358L3.88975 3.41083C3.86051 3.5008 3.77667 3.56172 3.68207 3.56172H1.02243C0.810889 3.56172 0.722937 3.83241 0.894073 3.95675L3.04577 5.52004C3.1223 5.57565 3.15433 5.67421 3.1251 5.76419L2.30322 8.29366C2.23785 8.49484 2.46812 8.66214 2.63925 8.5378L4.79095 6.9745C4.86748 6.91889 4.97112 6.91889 5.04765 6.9745L7.19935 8.5378C7.37049 8.66214 7.60075 8.49484 7.53538 8.29366L6.71351 5.76419C6.68427 5.67421 6.7163 5.57565 6.79283 5.52004L8.94453 3.95675C9.11567 3.83241 9.02771 3.56172 8.81618 3.56172H6.15653C6.06193 3.56172 5.97809 3.5008 5.94886 3.41083L5.12698 0.881358Z' fill='%23FFD164'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    margin-right: 1.62px;
}

.top-providers-block--logo{
    margin-bottom: 4px;
    width: 100%;
}

.top-providers-block--logo img{
    max-width: 96px;
}

.top-providers-block--row{
    background: #FFFFFF;
    box-shadow: 0px -5.39px 11.55px rgba(0, 0, 0, 0.1), 0px 5.39px 11.55px rgba(0, 0, 0, 0.1);
    border-radius: 1.54px;
    max-width: 230px;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    padding: 22px 31px;
}

.top-providers-block--rating{
    display: flex;
    align-items: center;
}

.top-providers-block--rating .text-rating{
    font-weight: bold;
    font-size: 8.73467px;
    color: #1F2129;
    margin-left: 4px;
    line-height: 10px;
}

.top-providers-block--btn-providers{
    width: 100%;
}

.top-providers-block--btn-providers .btn-visit-website{
    background: #FF6600;
    border-radius: 113.96px;
    font-weight: normal;
    font-size: 13.86px;
    max-width: 208px;
    width: 100%;
    display: block;
    color: #FFFFFF;
    height: 37px;
    line-height: 37px;
    margin: 0 auto;
    margin-top: 18px;
}

.top-providers-block--btn-providers .btn-visit-website:hover{
    background: #DF5A13;
}

.top-providers-block--btn-providers .btn-read-review{
    border-radius: 92.3379px;
    font-weight: normal;
    font-size: 11.2303px;
    max-width: 168px;
    border: 0.923379px solid #001318;
    width: 100%;
    display: block;
    color: #001318;
    height: 30px;
    line-height: 28px;
    margin-top: 15px;
}

.top-providers-block--btn-providers a{
    text-decoration: none;
}

.top-providers-block--row:first-child{
    max-width: 284px;
    padding: 28px 31px;
}

.top-providers-block--row:first-child .stars-container .star-full{
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.3775 0.303711H0.519531V12.1617H12.3775V0.303711ZM6.70484 1.09255C6.62417 0.844258 6.2729 0.844258 6.19222 1.09255L5.17789 4.21433C5.14182 4.32537 5.03834 4.40055 4.92158 4.40055H1.63915C1.37808 4.40055 1.26953 4.73463 1.48075 4.88808L4.13629 6.81744C4.23074 6.88607 4.27027 7.00771 4.23419 7.11875L3.21986 10.2405C3.13919 10.4888 3.42337 10.6953 3.63458 10.5418L6.29012 8.61248C6.38458 8.54385 6.51248 8.54385 6.60694 8.61248L9.26248 10.5418C9.47369 10.6953 9.75788 10.4888 9.6772 10.2405L8.66287 7.11875C8.62679 7.00771 8.66632 6.88607 8.76077 6.81744L11.4163 4.88808C11.6275 4.73463 11.519 4.40055 11.2579 4.40055H7.97548C7.85872 4.40055 7.75525 4.32537 7.71917 4.21433L6.70484 1.09255Z' fill='%23FFD164'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    margin-right: 2px;
}

.top-providers-block--row:first-child .stars-container .star-full:last-child{
    margin-right: 0px;
}

.top-providers-block--row:first-child .text-rating{
    font-size: 11px;
    line-height: 13px;
}

.top-providers-block--row:first-child .top-providers-block--logo{
    margin-bottom: 6px;
}

.top-providers-block--row:first-child .top-providers-block--logo img{
    max-width: 120px;
}

@media (max-width: 768px) {
    .top-providers-block{
        flex-wrap: wrap;
    }

    .top-providers-block--row,
    .top-providers-block--row:first-child{
        max-width: 100%;
    }

    .top-providers-block--row{
        margin-bottom: 16px;
    }

    .top-providers-block--row:last-child{
        margin-bottom: 0;
    }

    .top-providers-block--btn-providers .btn-visit-website,
    .top-providers-block--btn-providers .btn-read-review{
        max-width: 250px;
        height: 44px;
        font-size: 16.74px;
        line-height: 42px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .top-providers-block .stars-container .star-full{
        background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.3775 0.303711H0.519531V12.1617H12.3775V0.303711ZM6.70484 1.09255C6.62417 0.844258 6.2729 0.844258 6.19222 1.09255L5.17789 4.21433C5.14182 4.32537 5.03834 4.40055 4.92158 4.40055H1.63915C1.37808 4.40055 1.26953 4.73463 1.48075 4.88808L4.13629 6.81744C4.23074 6.88607 4.27027 7.00771 4.23419 7.11875L3.21986 10.2405C3.13919 10.4888 3.42337 10.6953 3.63458 10.5418L6.29012 8.61248C6.38458 8.54385 6.51248 8.54385 6.60694 8.61248L9.26248 10.5418C9.47369 10.6953 9.75788 10.4888 9.6772 10.2405L8.66287 7.11875C8.62679 7.00771 8.66632 6.88607 8.76077 6.81744L11.4163 4.88808C11.6275 4.73463 11.519 4.40055 11.2579 4.40055H7.97548C7.85872 4.40055 7.75525 4.32537 7.71917 4.21433L6.70484 1.09255Z' fill='%23FFD164'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        width: 13px;
        height: 13px;
        margin-right: 2px;
    }

    .top-providers-block--rating .text-rating{
        font-size: 11px;
        line-height: 13px;
    }

    .top-providers-block--row .top-providers-block--logo img{
        max-width: 120px;
    }
}