/*noinspection CssUnknownTarget*/
.article-sound-button {
    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;
}

.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;
    }
}
