@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/vendorjs/slick-carousel/slick/fonts/slick.eot');
    src: url('/vendorjs/slick-carousel/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), 
         url('/vendorjs/slick-carousel/slick/fonts/slick.woff') format('woff'), 
         url('/vendorjs/slick-carousel/slick/fonts/slick.ttf') format('truetype'), 
         url('/vendorjs/slick-carousel/slick/fonts/slick.svg#slick') format('svg');
}
@font-face {
  font-family: 'Geometria';
  src: url('/design/images/rubrics/horoscope_rubric/fonts/Geometria.ttf')  format('truetype');
}
@font-face {
  font-family: 'Geometria-Bold';
  src: url('/design/images/actions/belle_brussels/fonts/Geometria-Bold.ttf')  format('truetype');
}
@font-face {
  font-family: 'manchester';
  src: url('/design/images/rubrics/horoscope_rubric/fonts/manchester.ttf')  format('truetype');
}
@font-face {
    font-family: 'futuramediumc';
    src: url(/design/images/actions/9weeks/fonts/futuramediumc.otf) format("embedded-opentype"),
         url(/design/images/actions/9weeks/fonts/futurademictt-normal_allfont_ru.ttf) format("truetype"),
         url(/design/images/actions/9weeks/fonts/futuralight-light_allfont_ru.ttf) format("truetype")
}
:root {
    --podcasts-color: #967AA6 !important;
    --player-btn-hover: #b291c5 !important;
    --player-btn-active: #866d94 !important;
    --podcast-player-gradient: linear-gradient(177.33deg, #C7AEE1 2.23%, #AC83B0 87.59%) !important;
}
body {
    margin: 0;
    padding: 0;
}
.horoscope-rubric__wrapp {
    background: url(/design/images/rubrics/horoscope_rubric/horoscope_bottom-bg.png) no-repeat;
    background-position: top 44rem center;
    background-size: 100%;
    padding: 0;
    position: relative;
}
.horoscope-rubric__top-wrapp {
    position: absolute;
    top: 29px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-right: 160px;
}

.top-description__header {
    font-family: 'manchester', 'Georgia', serif;
    font-style: normal;
    font-weight: normal;
    font-size: 120px;
    line-height: 103.5%;
    letter-spacing: 0.025em;
    color: #390D59;
    margin-bottom: 0px;
    margin-top: 0;
}

@media(max-width: 1365px) {
    .top-description__header {
        font-size: 100px;
    }
}
@media (max-width: 1140px) {
    .top-description__header {
        font-size: 86px;
    }
}

@media (max-width: 992px) {
.top-description__header {
    font-size: 72px;
}
} 
@media (max-width: 768px) {
.top-description__header {
    font-size: 85px;
    line-height: 80%;
    margin-bottom: 3px;
    text-align: center;
}
}
.horoscope-rubric__social-link {
    justify-self: center;
    color: #390D59;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
}
.horoscope-rubric__social-link:hover {
    text-decoration: none;
    color: #390D59;
}
.horoscope-rubric__social-img {
    width: 27px;
    margin-right: 10px;
}

.horoscope-rubric__top-contant {
    background: url(/design/images/rubrics/horoscope_rubric/new-bg/R_Astrology_1920x684px.webp) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 459px 20px 202px;
}
@supports not (background: url(/design/images/rubrics/horoscope_rubric/redesign/bg_def.webp)) {
    .horoscope-rubric__top-contant {
        background: url(/design/images/rubrics/horoscope_rubric/new-bg/R_Astrology_1920x684px.jpg) no-repeat;
        background-position: center;
        background-size: cover;
    }
}
@media (max-width: 992px) {
    .horoscope-rubric__top-contant {
        padding-top: 100px;
    }
}
.no-webp .horoscope-rubric__top-contant {
    background: url(/design/images/rubrics/horoscope_rubric/new-bg/R_Astrology_1920x684px.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

@media(max-width: 1024px) {
    .horoscope-rubric__top-contant {
        background: url(/design/images/rubrics/horoscope_rubric/new-bg/R_Astrology_1024x684px.webp) no-repeat;
        background-position: center;
        background-size: cover;
        padding: 345px 20px 202px;
    }
    @supports not (background: url(/design/images/rubrics/horoscope_rubric/new-bg/R_Astrology_1024x684px.webp)) {
        .horoscope-rubric__top-contant {
            background: url(/design/images/rubrics/horoscope_rubric/new-bg/R_Astrology_1024x684px.jpg) no-repeat;
            background-position: center;
            background-size: cover;
        }
    }
    
    .no-webp .horoscope-rubric__top-contant {
        background: url(/design/images/rubrics/horoscope_rubric/new-bg/R_Astrology_1024x684px.jpg) no-repeat;
        background-position: center;
        background-size: cover;
    }
}

.horoscope-rubric__top-description {
    max-width: 706px;
    margin-left: 46.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media screen and (max-width: 930px) {
    .horoscope-rubric__top-contant {
        display: flex;
        justify-content: flex-end;
    }
    .horoscope-rubric__top-description {
        margin-left: initial;
    }
}
.top-description__logo_img {
    max-width: 100%;
}
.top-description__paragraph {
    color: #390D59;
    text-align: center;
    font-size: 18px;
    font-family: 'Geometria', sans-serif;
    font-weight: 900;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .top-description__paragraph {
        margin-bottom: 25px;
    }
}
.top-description__paragraph span {
    font-size: 22px;
}
.top-description__schedule_container {
    background: transparent;
    padding: 30px 75px;
    max-width: 479px;
    border: 3px solid #390D59;
    box-sizing: border-box;
    border-radius: 52px;
    margin: 0 auto;
    margin-bottom: 19px;
}
.schedule__header {
    text-align: center;
    font-size: 22px;
    font-family: 'Geometria-Bold', sans-serif;
    color: #390D59;
}
.schedule__list_wrapp {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.schedule__item {
    display: flex;
    flex-direction: column;
    justify-self: center;
}
.schedule__paragraph {
    color: #390D59;
    font-family: 'Geometria', sans-serif;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 900;
    text-align: center;
}
.schedule__paragraph.schedule__paragraph_thin {
    font-weight: 500 !important;
    margin-bottom: 5px;
    color: #390D59;;
}
.schedule__item .schedule__paragraph:last-of-type {
    margin-bottom: 0;
}

.horoscope-rubric__list {
    margin: 0;
    padding: 0;
}
.horoscope-rubric__item {
    display: inline-flex;
    margin: 0 10px;
}
.horoscope-rubric__link {
    font-family: 'Geometria', sans-serif;
    padding: 3px 15px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    border: 3px solid transparent;
    text-decoration: none;
    border: 2px solid transparent;
}
.horoscope-rubric__link:hover {
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
}
.top-contant__img {
    max-width: 100%;
    object-fit: cover;
}
.main-contant__wrapp {
    display: grid;
    grid-template-columns: repeat(2, 47%);
    grid-column-gap: 30px;
    margin: 0 auto;
}
.left-side__prof-name {
    font-family: 'futuramediumc';
    text-align: right;
    color: #997EA9;
    font-size: 1.5rem;
    font-style: italic;
}
.left-side__main-character-name {
    font-family: 'futuramediumc';
    text-align: right;
    text-transform: capitalize;
    color: rgba(58, 63, 86, 0.64);
    margin: 0;
    font-size: 1.7rem;
}
.left-side__paragraph {
    font-family: 'futuramediumc';
    text-align: justify;
    color: #3A3F56;
    font-size: 1.1rem;
    margin: 0;
}
.left-side__bottom {
    text-align: right;
}
.left-side__link-img {
    width: 30px;
}
.left-side__link {
    display: inline-block;
    margin: 0 10px;
    text-decoration: none;
}
.left-side__link:last-child {
    margin: 0 0 0 10px;
}
.main-contant__left-side-wrapp {
    float: right;
    width: 60%;
}
.left-side__head {
    margin-bottom: 2rem;
}
.main-contant__right-side {
    position: relative;
}
.right-side__main-img {
    max-width: 100%;
    position: absolute;
    top: -40%;
}
.section-header,
.show-more-blk {
    display: none;
}
.horoscope-rubric__section-header {
    font-family: 'Geometria-Bold';
    font-size: 40px;
    text-transform: uppercase;
    color: #967AA6;
    text-align: center;
    margin: 1.7rem 0;
}
.horoscope-rubric__section-header br {
    display: none;
}
.horoscope-rubric__main-contant {
    margin-top: 6rem;
}
.horoscope-rubric__horoscope-slider {
    margin-top: 9rem;
}
.h-sign-wrapp {
    width: 70%;
    margin: auto;
}
.h-sign-wrapp .slick-slide {
    max-width: 300px;
    max-height: 310px;
    margin: 0 25px;
}
.slick-slide img {
    max-width: 183px;
    max-height: 183px;
    object-fit: cover;
    margin: auto;
}
.slick-slide a {
    text-decoration: none;
}
.question-text {
    font-family: 'Geometria';
    font-size: 1.5rem;
    text-align: center;
    color: #3A3F56;
}
.question-text-sm {
    font-family: 'Geometria';
    font-size: 1.1rem;
    color: #3A3F56;
    text-align: center;
}
.slick-next, 
.slick-prev {
    width: 40px;
    height: 60px;
    top: calc(50% - 30px);
}
.slick-prev:before,
.slick-next:before {
    position: absolute;
    height: 60px;
    width: 40px;
    top: 0;
    left: 0;
    content: '';
    opacity: 1;
}
.slick-prev:before {
    background: url(/design/images/rubrics/horoscope_rubric/slider-prev-ic2.png) repeat-x;
    background-position: top left;
    background-size: cover;
}
.slick-next:before {
    background: url(/design/images/rubrics/horoscope_rubric/slider-next-ic2.png) repeat-x;
    background-position: top left -19px;
    background-size: cover;
}
.horoscope-rubric__articles-list {
    max-width: 1140px;
    margin: auto;
}
.horoscope-rubric__articles-list .slick-next {
    right: -35px;
}
.horoscope-rubric__articles-list .slick-slide {
    margin: 0 10px;
}
.horoscope-rubric__articles-item {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    padding: 10px 0;
}
.horoscope-rubric__articles-item_image {
    padding: 60px 0 60px 10px;
}
.horoscope-rubric__article {
    max-width: 80%;
    margin: auto;
    display: grid;
    background: #fff;
    grid-template-rows: minmax(auto, 400px);
    grid-template-columns: minmax(auto, 40%) minmax(auto, 60%);
}
.horoscope-rubric__article_image {
    justify-self: end;
}
.articles-item__img {
    min-height: 20rem;
    max-height: 100%;
    object-fit: cover;
    max-width: 100%;
    margin: auto;
}
.horoscope-rubric__articles-item_article-text {
    background: transparent;
    padding: 0 30px;
    overflow-y: auto;
}
.horoscope-rubric__articles-item_article-text::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
.horoscope-rubric__articles-item_article-text::-webkit-scrollbar {
	width: 7px;
	background-color: #F5F5F5;
}
.horoscope-rubric__articles-item_article-text::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #282f42;
}
.articles-item__date {
    font-family: 'Geometria';
    font-size: 1.2rem;
    color: #000;
}
.articles-item__header {
    font-family: 'Geometria';
    font-size: 35px;
    color: #000;
    margin: 0 0 1rem;
}
.articles-item__paragraph {
    font-family: 'Geometria';
    font-size: 1.2rem;
    color: #000;
    margin: 0;
    text-align: justify;
}
.right-side__img-m {
    display: none;
}
.horoscope-descr__img {
    width: 178px;
    float: left;
    margin: 0 20px 0 0;
}
.horoscope-descr__header-wrapp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
}
.horoscope-descr__header {
    text-transform: capitalize;
}
.horoscope-descr__header,
.horoscope-descr__interval {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 5px;
}
.close:focus,
.slick-slide:focus,
.slick-slide > div:focus {
    outline: none;
    box-shadow: none;
}
.horoscope-rubric__video {
    padding-bottom: 1rem;
}
.video__descr-container {
    background: #fff;
    padding: 10px 15px;
    margin-top: -5px;
}
.video__paragraph {
    font-family: 'Geometria';
    color: #3A3F56;
    font-size: 1.1rem;
    margin: 0;
}
.horoscope-rubric__video,
.horoscope-rubric__horoscope-slider {
    margin-top: 40px;
}
@media screen and (max-width: 1199px) {
    .main-contant__wrapp {
        margin: 50px auto 0;
    }
    .main-contant__left-side-wrapp {
        width: 90%;
    }
    .horoscope-rubric__item {
        margin: 0; 
        padding: 0;
    }
    .horoscope-rubric__link {
        padding: 3px 5px;
    }
}
@media screen and (max-width: 1024px) {
    .horoscope-rubric__horoscope-slider {
        margin-top: 2rem;
    }
    .h-sign-wrapp {
        width: 90%;
    }
    
     .horoscope-rubric__top-wrapp {
        padding-right: 30px;
    }
}
@media screen and (max-width: 991px) {
    .horoscope-rubric__articles {
        margin-top: 0px;
    }
    .horoscope-rubric__section-header {
        font-size: 30px;
    }
    .horoscope-rubric__section-header br {
        display: block;
    }
}
@media screen and (max-width: 900px) {
    .horoscope-rubric__section-header {
        font-size: 20px;
    }
    .horoscope-rubric__article {
        grid-template-rows: auto;
        grid-template-columns: auto;
        grid-row-gap: 20px;
    }
    .horoscope-rubric__articles-item_article-text {
        padding: 0;
    }
    .articles-item__header {
        text-align: center;
    }
}
@media screen and (max-width: 830px) {
    .horoscope-rubric__articles-list .slick-next {
        right: -15px;
    }
    .horoscope-rubric__articles-list .slick-prev {
        left: -15px;
    }
    .horoscope-rubric__list {
        padding-left: 20px;
    }
    .horoscope-rubric__item_m-none {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .articles-item__header {
        font-size: 22px;
    }
    
    .horoscope-rubric__top-contant {
        background: url('/design/images/rubrics/horoscope_rubric/new-bg/R_Astrology_375х812px.webp') no-repeat;
        background-position: top center;
        background-size: cover;
    }
    @supports not (background: url('/design/images/rubrics/horoscope_rubric/new-bg/R_Astrology_375х812px.webp')) {
        .horoscope-rubric__top-contant {
            background: url('/design/images/rubrics/horoscope_rubric/new-bg/R_Astrology_375х812px.jpg') no-repeat;
            background-position: top center;
            background-size: cover;
        }
    }
    .articles-item__paragraph {
        font-size: 1rem;
    }
    .articles-item__paragraph br:nth-child(2n) {
        display: none;
    }
    .horoscope-rubric__top-wrapp {
        top: 10px;
    }
    .news-header {
        font-size: 1.1rem;
    }
    .main-contant__wrapp {
        margin: 0 auto;
        grid-template-columns: auto;
        grid-template-rows: repeat(2, minmax(252px, auto));
    }
    .right-side__img-m {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
    }
    .main-contant__right-side {
        grid-row-start: 1;
        grid-row-end: 2;
    }
    .horoscope-rubric__articles-list .slick-next {
        right: -15px;
    }
    .horoscope-rubric__articles-list .slick-prev {
        left: -15px;
    }
    .horoscope-rubric__articles-list .slick-next, 
    .horoscope-rubric__articles-list .slick-prev {
        width: 20px;
        height: 40px;
    }
    .horoscope-rubric__articles-list .slick-prev:before, 
    .horoscope-rubric__articles-list .slick-next:before {
        height: 40px;
        width: 20px;
    }
    .horoscope-rubric__wrapp {
        background-position: top -17rem center;
    }
    .horoscope-rubric__list {
        padding: 0;
    }
    .horoscope-rubric__item {
        margin: 0 5px;
    }
    .horoscope-rubric__link {
        padding: 5px;
        font-size: 1.1rem;
    }
    .main-contant__left-side-wrapp {
        margin: 0;
    }
    .question-text-sm {
        font-size: 1.1rem;
    }
}
@media screen and (max-width: 630px) {
    .horoscope-rubric__articles-item {
        display: grid !important;
        grid-template-columns: auto;
        grid-template-rows: auto;
    }
    .horoscope-rubric__articles-item_image {
        padding: 0;
    }
    .articles-item__img {
        min-height: 200px;
        box-shadow: none;
        object-fit: contain;
    }
    
}
@media screen and (max-width: 520px) {
    .horoscope-rubric__video .video__wrapp {
        max-width: 95%;
    }
    .h-sign-wrapp .slick-slide {
        margin: 0 34px;
    }
    .horoscope-rubric__link {
        padding: 0 5px;
    }
    .horoscope-rubric__social-link {
        font-size: 16px;
    }
    .horoscope-rubric__social-img {
        width: 25px;
    }
    .slick-prev {
        left: -15px;
    }
    .slick-next {
        right: -15px;
    }
    .horoscope-descr__img {
        width: 40%;
    }
    .horoscope-descr__header-wrapp {
        display: flex;
        flex-direction: column;
    }
    .horoscope-descr__header, 
    .horoscope-descr__interval {
        text-align: center;
    }
}

@media screen and (min-width: 1750px) {
    .main-contant__wrapp {
        grid-template-rows: 25rem;
    }
    .horoscope-rubric__main-contant {
        margin-top: 9rem;
    }
    .horoscope-rubric__horoscope-slider {
        margin-top: 6rem;
    }
}

/* Новый гороскоп */
.horoscope__list {
    padding: 0 15px;
    list-style-type: none;
    max-width: 1100px;
    width: 100%;
    margin: auto;
    background: #fff;
}
.horoscope__item {
    display: grid;
    grid-template-columns: max-content auto;
    column-gap: 1.5rem;
}
.horoscope__item + .horoscope__item {
    margin-top: 2rem;
}
.main-info__name_header {
    font-family: 'Geometria', sans-serif;
    text-align: center;
    text-transform: capitalize;
    margin: 0;
    color: #967AA6;
    font-size: 1.5rem;
}
.main-info__interval_paragraph {
    font-family: 'Geometria';
    font-size: 1.1rem;
    color: #3A3F56;
    text-align: center;
    margin: 0;
}
.horoscope__description_part {
    display: flex;
    flex-direction: column;
    align-self: center;
}
.horoscope__description_paragraph {
    font-family: 'Geometria', sans-serif;
    font-size: 1.3rem;
    color: #3A3F56;
    text-indent: 2rem;
}
.horoscope__description_button {
    display: flex;
    align-self: flex-end;
    background: transparent;
    border: none;
    padding: 0;
    font-size: 1.3rem;
    font-family: 'Geometria', sans-serif;
    font-weight: 900;
    color: #967aa6;
}
.horoscope__description_button:hover {
    text-decoration: underline;
}
.horoscope__description_button:focus {
    outline: none;
}
.horoscope-descr__paragraph {
    font-family: 'Geometria', sans-serif;
    font-size: 1.3rem;
    text-align: justify;
    margin: 0;
    line-height: 2rem;
    text-indent: 2rem;
}
@media screen and (max-width: 767px) {
    .horoscope__list {
        display: grid;
        grid-template-columns: repeat(3, 228px);
        justify-content: space-between;
        row-gap: 2.5rem;
    }
    .horoscope__item {
        grid-template-columns: auto;
        justify-content: center;
    }
    .horoscope__description_paragraph {
        display: none;
    }
    .horoscope__description_button {
        align-self: center;
    }
    .horoscope__item + .horoscope__item {
        margin: 0;    
    }
    
    .horoscope-rubric__link {
        font-size: 14px;
    }
    
    .horoscope-rubric__top-wrapp {
        padding-right: 0;
        top: 30px;
        justify-content: center;
    }
    
    
    
    .horoscope-rubric__item_m-none {
        display: inline;
    }
    
    .horoscope-rubric__top-contant {
        padding-top: 468px;
        padding-bottom: 343px;
    }
    
    .top-description__schedule_container {
        padding:  15px 0px;
        padding-top: 8px;
        margin-bottom: 374px;
    }
    
    .schedule__header {
        padding-left: 78px;
        padding-right: 78px;
    }
    
    .horoscope-rubric__social-link {
        font-size: 18px;
    }
    
    .horoscope-rubric__social-img {
        margin-right: 5px;
    }
    
    .horoscope-rubric__top-contant {
        justify-content: center;
    }
}
@media screen and (max-width: 700px) {
    .horoscope__list {
        grid-template-columns: repeat(2, 228px);
        justify-content: center;
        column-gap: 2rem;
    }
}
@media screen and (max-width: 520px) {
    .horoscope__list {
        column-gap: 1rem;
    }
    .main-info__interval_paragraph {
        font-size: 0.9rem;
    }
}
@media screen and (max-width: 480px) {
    .horoscope__list {
        column-gap: 10px;
    }
}
@media screen and (max-width: 460px) {
    .horoscope__list {
        grid-template-columns: repeat(2, max-content);
        justify-content: space-between;
        column-gap: initial;
    }
    .horoscope__img {
        max-width: 180px;
    }
    .main-info__interval_paragraph {
        font-size: 12px;
    }
}
@media screen and (max-width: 410px) {
    .horoscope__img {
        max-width: 160px;
    }
}

@media (max-width: 1920px) and (min-width: 768px) {
    .top-description__schedule_container {
        min-width: 478px;
    }
}

/* Новый гороскоп */
/* Подкасты */
.podcast__button {
    background: url(/design/images/rubrics/horoscope_rubric/podcasts/pause__ic.svg) no-repeat !important;
}
.podcast__button.play {
    background: url(/design/images/rubrics/horoscope_rubric/podcasts/play__ic.svg) no-repeat !important;
}
.podcast__header {
    font-family: 'Geometria-Bold', sans-serif;
}
.podcast__header_second,
.info__paragraph,
.podcast-description__paragraph {
    font-family: 'Geometria', sans-serif;
}
.podcast__paragraph {
    font-family: 'Geometria', sans-serif;
    color: #000;
}
.podcast-player_page_horoscope .podcast-description__header {
    font-family: 'Geometria-Bold', sans-serif;
    color: var(--podcasts-color) !important;
}
.podcast-player_page_horoscope .podcast-player__btn_type_next {
    transform: none;
}
.podcast-player_page_horoscope .close__button::before,
.podcast-player_page_horoscope .close__button::after {
    content: none;
}
/* Подкасты */
.scrollToTop {
    bottom: 130px !important;
}

.podcast__manipulation_share-container a {
    width: 24px;
    height: 24px;
    margin-top: -2px;
}

.podcast__manipulation_share-container a img {
    width: 24px;
    height: 24px;
}