

/* Start:/help/reviews/css/style.css?17806704415040*/
/* Плашка help_share-desc в тёмной теме */
body.dark .help_share-desc,
body.dark-theme .help_share-desc,
.theme-dark .help_share-desc,
html.dark .help_share-desc,
html.dark-theme .help_share-desc {
    background: #222228;
    border-color: #33333d;
}

body.dark .help_share-desc-text,
body.dark-theme .help_share-desc-text,
.theme-dark .help_share-desc-text,
html.dark .help_share-desc-text,
html.dark-theme .help_share-desc-text {
    color: #d1d1d7;
}

/* Плашки социальных сетей в тёмной теме */
body.dark .help_share-social-yandex,
body.dark .help_share-social-2gis,
body.dark .help_share-social-vk,
body.dark-theme .help_share-social-yandex,
body.dark-theme .help_share-social-2gis,
body.dark-theme .help_share-social-vk,
.theme-dark .help_share-social-yandex,
.theme-dark .help_share-social-2gis,
.theme-dark .help_share-social-vk,
html.dark .help_share-social-yandex,
html.dark .help_share-social-2gis,
html.dark .help_share-social-vk,
html.dark-theme .help_share-social-yandex,
html.dark-theme .help_share-social-2gis,
html.dark-theme .help_share-social-vk {
    background: #222228;
}

body.dark .help_share-social-name,
body.dark-theme .help_share-social-name,
.theme-dark .help_share-social-name,
html.dark .help_share-social-name,
html.dark-theme .help_share-social-name {
    color: #d1d1d7;
}

body.dark .help_share-social-img,
body.dark-theme .help_share-social-img,
.theme-dark .help_share-social-img,
html.dark .help_share-social-img,
html.dark-theme .help_share-social-img {
    background: #2c2c33;
}

/* Заголовок в тёмной теме */
body.dark .help_share-title,
body.dark-theme .help_share-title,
.theme-dark .help_share-title,
html.dark .help_share-title,
html.dark-theme .help_share-title {
    color: #ffffff;
}

.help_share {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 0 70px 0;
}

.help_share-title {
    font-style: normal;
    font-weight: 500;
    font-size: clamp(1rem + 8px, 2vw, 1rem + 12px);
    line-height: 58px;
    text-align: center;
}

.help_share-desc {
    display: flex;
    width: 100%;
    padding: 38px 30px;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #d1d5db;
}

.help_share-desc-text {
    flex: 8;
    font-size: 18px;
    color: inherit;
    line-height: 1.7;
}

.help_share-desc-button {
    flex: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

.help_share-social {
    display: flex;
    gap: 20px;
    width: 100%;
    margin-top: 60px;
}

.help_share-social-yandex,
.help_share-social-2gis,
.help_share-social-vk {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #ffffff;
    padding: 20px 16px;

}

.help_share-social-img {
    width: 160px;
    height: 160px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    border-radius: 25%;
    overflow: hidden;
}

.help_share-social-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.help_share-social-img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.help_share-social-name {
    font-size: 21px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 24px;
}

.help_share-social-button {
    width: 100%;
}

.help_share-social-button a {
    color: white;
}

.help_share-social-button a:hover {
    color: white;
}

@media (max-width: 768px) {
    .help_share-social {
        flex-direction: column;
        gap: 16px;
    }

    .help_share-social-yandex,
    .help_share-social-2gis,
    .help_share-social-vk {
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
        gap: 12px;
        padding: 20px 16px;
    }

    .help_share-social-img {
        width: 140px;
        height: 140px;
        margin-bottom: 0;
    }

    .help_share-social-name {
        margin-bottom: 0;
        flex: none;
    }

    .help_share-social-button {
        width: auto;
    }

    .help_share-social-button a {
        width: auto;
        white-space: nowrap;
    }

    .help_share-desc {
        flex-direction: column;
        padding: 24px 20px;
        gap: 20px;
    }

    .help_share-desc-text {
        flex: auto;
        font-size: 16px;
        text-align: center;
    }

    .help_share-desc-button {
        flex: auto;
        padding: 0;
    }

    .help_share-desc-button button {
        width: 100%;
        padding: 12px 20px;
        font-size: 16px;
        white-space: normal;
    }
}

@media (max-width: 480px) {
    .help_share-desc {
        padding: 20px 16px;
        gap: 16px;
    }

    .help_share-desc-text {
        font-size: 15px;
        text-align: left;
    }

    .help_share-desc-button button {
        padding: 10px 16px;
        font-size: 14px;
    }
}
/* End */
/* /help/reviews/css/style.css?17806704415040 */
