@media only screen and (min-width: 1025px) {
    .reviews-site__bottom {
        overflow: hidden;
        padding-top: 15px;
        transition: height .3s ease, padding .3s ease;
    }

    .reviews-site__bottom .btn {
        opacity: 1;
        transition: opacity .3s ease;
        width: 100%;
    }
}

.reviews__cont {
    -ms-grid-column-span: 8;
    -ms-grid-column: 1;
    grid-column: 1 / 9;
}

.reviews__item:not(:last-child) {
    margin-bottom: 50px;
}

.reviews__item {
    border-bottom: 2px solid #e4e5e6;
}

.reviews__item-top {
    border-bottom: 2px solid #122161;
    display: flex;
    padding: 13px 0 20px;
}

.reviews__item-desc {
    flex: 1 1 auto;
    margin-right: 20px;
    position: relative;
}

.reviews__item-icon {
    border-radius: 50%;
    height: 50px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: -7px;
    width: 50px;
}

.reviews__item-name {
    font-size: 18px;
    letter-spacing: -.01em;
    line-height: 1.13;
}

.reviews__item-date {
    color: #b9b9b9;
    font-size: 12px;
}

.reviews__item-info {
    align-items: flex-start;
    display: flex;
}

.reviews__item-info>:not(:last-child) {
    border-right: 1px solid #e4e5e6;
    margin-right: 35px;
    padding-right: 35px;
}

.reviews__item-address:before {
    background-color: #122161;
    content: "";
    flex: none;
    height: 16px;
    margin-right: 10px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: relative;
    top: 2px;
    width: 16px;
}

.reviews__item-rate {
    flex: none;
}

.rate {
    align-items: center;
    display: flex;
    font-size: 12px;
}

.rate__count {
    flex: none;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.rate__list {
    display: flex;
    flex: none;
}

.rate__item:not(:last-child) {
    margin-right: 3px;
}

.rate__item.active {
    background-image: url('images/star.svg');
}

.rate__item {
    background-image: url('images/star.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    flex: none;
    height: 18px;
    width: 18px;
}

.reviews__item-cont {
    display: flex;
    flex-direction: column;
    padding: 20px 0 40px;
}

.reviews__item-site {
    align-self: flex-end;
    margin-top: 4px;
}

.reviews__item-top {
    border-bottom: 2px solid #122161;
    display: flex;
    padding: 13px 0 20px;
}

.reviews__info {
    -ms-grid-column-span: 3;
    -ms-grid-column: 10;
    grid-column: 10 / 13;
}

.reviews-site:not(:last-child) {
    margin-bottom: 15px;
}

.reviews-site {
    background: #f9f8f7;
    border-radius: 30px;
    padding: 30px 25px;
    position: relative;
}

.reviews-site:after, .reviews-site:before {
    content: "";
    opacity: 0;
    position: absolute;
    transition: opacity .3s ease;
}

.reviews-site:before {
    background: var(--gradient);
    border-radius: 30px;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.reviews-site__top {
    align-items: center;
    display: flex;
}

.reviews-site>* {
    position: relative;
    z-index: 1;
}

.reviews-site__name {
    color: var(--color-main);
    flex: 1 1 auto;
    font-size: 18px;
    letter-spacing: -.01em;
    line-height: 1.13;
    margin-right: 20px;
}

.reviews-site__rate {
    flex: none;
}

.rate {
    align-items: center;
    display: flex;
    font-size: 12px;
}

.rate__count {
    flex: none;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.rate__list {
    display: flex;
    flex: none;
}

.rate__item:not(:last-child) {
    margin-right: 3px;
}

.reviews-site>* {
    position: relative;
    z-index: 1;
}

.btn.SDEK_selectPVZ, .btn.color {
    background: var(--color-main);
    color: #fff;
}

.reviews-site:after {
    background: #fff;
    border-radius: 29px;
    bottom: 1px;
    left: 1px;
    right: 1px;
    top: 1px;
}

.reviews-site:after, .reviews-site:before {
    content: "";
    opacity: 1;
    position: absolute;
    transition: opacity .3s ease;
}

.color-link {
    background-color: #122161;
    color: #fff;
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid transparent;
    border-radius: 50px;
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    gap: 12px;
    justify-content: center;
    padding: 5px 10px;
    transition: background .3s ease, color .3s ease, border-color .3s ease, box-shadow .3s ease;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 0.3s;
}

.bottom-review {
    text-align: right;
    margin-top: 1rem;
}

.color-link:hover {
    transition: 0.3s;
    background-color: #febe06;
    color: #000;
}

.color-new {
    background-color: #122161;
    color: #fff;
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid transparent;
    border-radius: 50px;
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    gap: 12px;
    justify-content: center;
    padding: 12px 17px 14px;
    transition: background .3s ease, color .3s ease, border-color .3s ease, box-shadow .3s ease;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 0.3s;
}

.color-new:hover {
    transition: 0.3s;
    background-color: #febe06;
    color: #000;
}