/*noinspection CssUnknownTarget*/

html {
    scroll-behavior: smooth;
}

/*region Article sound button*/

.article-sound-button {
    position: relative;
    overflow: hidden;
    background-color: rgb(230 230 230);
    border: none;
    cursor: pointer;
    border-radius: 5px;
    background-image: url('/wp-content/themes/rc/css/img/sound.png');
    background-position: right 7px center;
    background-size: 22px;
    background-repeat: no-repeat;
    padding: 6px 12px;
    padding-right: 40px;
    color: black !important;
    margin: -5px 2px;
    z-index: 1;
}

.article-sound-button .progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 0%;
    background-color: rgba(147, 217, 255, 0.42);
    z-index: 0;
}

.article-sound-button > *:not(.progress-fill) {
    position: relative;
    z-index: 1;
}

/*endregion*/

.novosti-article {
    text-decoration: none;
}

.reviews-map {
    margin-bottom: 150px;
}

.contacts-hero-block {
    background: white;
}

.contacts-requisites {
    font-weight: 300;
}

.contacts-columns {
    line-height: 1.4;
}

.contacts-column:nth-child(2) {
    padding-bottom: 70px;
}

@media (min-width: 1024px) {

    .contacts-columns {
        display: flex;
        justify-content: space-between;
    }

    .contacts-column:nth-child(1) {
        width: 60%;
    }

    .contacts-column:nth-child(2) {
        width: 30%;
    }
}

.contacts-column:nth-child(2) > * {
    display: flex;
    width: 100%;
}

.contacts-column:nth-child(2) > *:nth-child(1) {
    margin-bottom: 10px;
}

.contacts-column:nth-child(2) > *:nth-child(2) {
    margin-bottom: 20px;
}

.contacts-column:nth-child(2) > *:nth-child(3) {
    margin-bottom: 50px;
}

.discount__body {
    max-width: 100%;
}

.share-link.share-url img {
    width: 70%;
    position: relative;
    top: 3px;
}

.try-free {
    background-color: #6C2BD9;
    margin: 130px 0 0 0;
}

@media (max-width: 480px) {
    .try-free {
        margin: 50px 0 0;
    }
}

/*region Articles common page: add meta */

.novosti-article__meta-views {
    padding-left: 30px;
    background-image: url('/themes/chinacampus/assets/image/icons/eye.svg');
    background-repeat: no-repeat;
    background-position: left -4px;
}

.novosti-article__meta {
    display: flex;
    gap: 18px;
    color: black;
    opacity: .7;
    margin-bottom: 15px;
}

.novosti-article__meta-share::after {
    background-image: url('/wp-content/themes/rc/css/img/share.png');
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: auto 24px;
    height: 24px;
    background-position: top right;
    content: '';
    display: inline-block;
    position: absolute;
    top: -5px;
    right: -30px;
    width: 24px;
}

.novosti-article__meta-share {
    position: relative;
}

/*endregion*/

/*region Articles yandex search */

.yandex-search-wrap {
    margin: 20px auto 0;
}

.yandex-search-wrap #ya-site-form0 .ya-site-form__form input {
    padding: 15px;
    border-radius: 10px;
    font-size: 16px !important;
    border: 1px solid #c5c5c5 !important;
}

.yandex-search-wrap #ya-site-form0 .ya-site-form__form input:placeholder-shown::placeholder {
    color: rgb(150 150 150) !important;
}

.yandex-search-wrap #ya-site-form0 .ya-site-form__form [type="button"] {
    background: #6C2BD9 !important;
    color: white !important;
    border-color: transparent !important;
    padding: 15px 30px;
}

/*endregion*/

/*region Article content list*/

.article__content-links {
    margin-bottom: 50px;
}

.article__content-links-header {
    font-size: 24px;
}

.article__content-link {
    color: #6B7280;
    text-decoration: none;
}

.article__content-links li {
    margin-bottom: 7px;
}

.article__content-links li::marker {
    color: #6B7280;
}

/*endregion*/
