.main__refund {
    font-family: "Inter", "Arial", sans-serif;
    color: #1f1f1f;
    line-height: 1.5;
    padding: 60px 0 30px;
}

.head {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 32px;
    align-items: center;
}

.head__title {
    margin: 0 0 16px;
    font-size: 44px;
}

.head__text {
    margin: 0 0 12px;
}

.head__picture img {
    width: 100%;
    height: auto;
}

.section-title {
    margin: 0 0 18px;
    font-size: 32px;
}

.refund-showroom__list {
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

.refund-showroom__item {
    padding: 24px;
    border-radius: 24px;
    background: #f6f2ff;
}

.refund-showroom__item-title {
    margin: 0 0 12px;
    font-size: 20px;
}

.refund-showroom__item-text {
    margin: 0 0 12px;
}

.refund-defect {
    margin-top: 60px;
    padding: 30px;
    border-radius: 28px;
    background: #fdf8ff;
}

.refund-defect__item-text {
    margin: 0 0 12px;
}

.refund-mail {
    margin-top: 60px;
    padding: 30px;
    border-radius: 32px;
    background: #f3f7ff;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    align-items: center;
}

.banner__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.banner__item address {
    font-style: normal;
    color: #715399;
}

.banner__img-box img {
    width: 100%;
    height: auto;
    border-radius: 24px;
}

.contact-us__block {
    padding: 32px;
    border-radius: 32px;
    background: #eef1ff;
}

.contact-us__phones,
.contact-us__social {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.contact-us-tel {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
}

.contact-us__social-link {
    display: inline-flex;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    align-items: center;
    justify-content: center;
    border: 1px solid #d9dffa;
}

.scroll-top {
    margin: 40px auto;
    padding: 12px 24px;
    border-radius: 40px;
    border: 1px solid #715399;
    background: transparent;
    color: #715399;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .head__title {
        font-size: 32px;
    }

    .refund-mail,
    .refund-defect {
        padding: 24px;
    }
}
