.beauty-articles .med-articles-page__article .med-articles-page__article__arrow {
    display: none;
}

.beauty-articles .med-articles-page__wrapper {
    margin-top: 0;
}

.beauty-articles .med-articles-page__item {
    border-bottom: none;
}

.beauty-articles .med-articles-page__item:nth-child(odd) {
    background: #F5F5F5;
    box-shadow: -500px 0 0 0 #F5F5F5, 500px 0 0 0 #F5F5F5;
}

.beauty-articles .med-articles-page__item:nth-child(even) {
    background: #FFFFFF;
    box-shadow: -500px 0 0 0 #FFFFFF, 500px 0 0 0 #FFFFFF;
}

.beauty-articles .med-articles-page__article:hover {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.beauty-articles .med-articles-page__article:first-child:hover {
    border-top: 1px solid rgba(0, 0, 0, 0);
}

.beauty-articles .med-articles-page__article:hover + .med-articles-page__article {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.beauty-articles .med-articles-page__article__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
}

.beauty-articles .med-articles-page__article__date {
    color: #BF9780;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.16px;
    margin-top: 0;
    margin-bottom: 16px;
    order: 1;
}

.beauty-articles .med-articles-page__article__header {
    font-family: alethiapro-regular, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -0.24px;
    text-transform: uppercase;
    margin-bottom: 24px;
    order: 2;
}

.beauty-articles .med-articles-page__article__detale-btn {
    order: 3;
}

.beauty-articles .med-articles-page__article__detale-btn span {
    padding: 6px 16px;
    color: #fff;
    background: #BF9780;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.32px;
    display: inline-block;
    border-radius: 16px;
    border: 1px solid #BF9780;
}

.beauty-articles .med-articles-page__article:hover .med-articles-page__article__detale-btn span {
    color: #BF9780;
    background: #fff;
}

.beauty-articles .med-articles-page__article__preview {
    display: none;
}

.beauty-articles .med-articles-page__item__period-wrapper {
    width: 424px;
}

.beauty-articles .med-articles-page__articles__wrapper {
    width: calc(100% - 474px);
    margin-left: 50px;
}

.beauty-articles .med-articles-page__item__period__title {
    color: #131313;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.22px;
}

.beauty-articles .med-articles-page__item__period__count {
    color: #131313;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.16px;
    opacity: 0.6;
}

.beauty-articles .med-articles-page__show-more-btn {
    margin-top: 0;
}

.beauty-articles .med-articles-page__show-more-btn a {
    width: 100%;
    color: #131313;
    border: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.16px;
    text-align: center;
    padding: 32px 0;
    margin-top: 0;
    background: #F5F5F5;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: -500px 0 0 0 #F5F5F5, 500px 0 0 0 #F5F5F5;
}
.beauty-articles #articles-app .preloader {
    background: #F5F5F5;
}

@media screen and (max-width: 1439px) {
    .beauty-articles .med-articles-page__item__period-wrapper {
        width: 374px;
    }

    .beauty-articles .med-articles-page__articles__wrapper {
        width: calc(100% - 424px);
    }
}

@media screen and (max-width: 1023px) {
    .beauty-articles .med-articles-page__item__period-wrapper {
        width: 182px;
    }

    .beauty-articles .med-articles-page__articles__wrapper {
        width: calc(100% - 232px);
    }
}

@media screen and (max-width: 767px) {
    .beauty-banner-simple-title {
        margin-bottom: 0;
    }
    .beauty-articles .med-articles-page__item:nth-child(odd) {
        background: #F5F5F5;
        box-shadow: -50px 0 0 0 #F5F5F5, 50px 0 0 0 #F5F5F5;
    }

    .beauty-articles .med-articles-page__item:nth-child(even) {
        background: #FFFFFF;
        box-shadow: -50px 0 0 0 #FFFFFF, 50px 0 0 0 #FFFFFF;
    }

    .beauty-articles .med-articles-page__item__period-wrapper {
        width: 100%;
    }

    .beauty-articles .med-articles-page__articles__wrapper {
        width: 100%;
        margin-left: 0;
    }

    .beauty-articles .med-articles-page__item {
        padding: 0;
    }

    .beauty-articles .med-articles-page__item__period {
        padding-bottom: 16px;
        margin-top: 16px;
    }

    .beauty-articles .med-articles-page__article:first-child {
        margin-top: 0;
    }

    .beauty-articles .med-articles-page__article {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .beauty-articles .med-articles-page__item__period__title {
        font-size: 16px;
        line-height: 20px;
    }

    .beauty-articles .med-articles-page__item__period__count {
        font-size: 14px;
        line-height: 18px;
    }

    .beauty-articles .med-articles-page__article__date {
        font-size: 14px;
        line-height: 18px;
    }

    .beauty-articles .med-articles-page__article__header {
        font-size: 18px;
        line-height: 24px;
    }
    .beauty-breadcrumbs__link.beauty-breadcrumbs__link--current {
        max-width: calc(100% - 140px)
    }
    .beauty-breadcrumbs__link.beauty-breadcrumbs__link--current span {
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
    }
}

/* стили для прелоадера (из global.css основного сайта) */
/* preloader start */
.sk-circle {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
    z-index: 1200;
}
.sk-circle .sk-child {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
    -webkit-transform: translate(-50%, -50%) rotate(30deg);
    -ms-transform: translate(-50%, -50%) rotate(30deg);
    transform: translate(-50%, -50%) rotate(30deg);
}
.sk-circle .sk-circle3 {
    -webkit-transform: translate(-50%, -50%) rotate(60deg);
    -ms-transform: translate(-50%, -50%) rotate(60deg);
    transform: translate(-50%, -50%) rotate(60deg);
}
.sk-circle .sk-circle4 {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}
.sk-circle .sk-circle5 {
    -webkit-transform: translate(-50%, -50%) rotate(120deg);
    -ms-transform: translate(-50%, -50%) rotate(120deg);
    transform: translate(-50%, -50%) rotate(120deg);
}
.sk-circle .sk-circle6 {
    -webkit-transform: translate(-50%, -50%) rotate(150deg);
    -ms-transform: translate(-50%, -50%) rotate(150deg);
    transform: translate(-50%, -50%) rotate(150deg);
}
.sk-circle .sk-circle7 {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}
.sk-circle .sk-circle8 {
    -webkit-transform: translate(-50%, -50%) rotate(210deg);
    -ms-transform: translate(-50%, -50%) rotate(210deg);
    transform: translate(-50%, -50%) rotate(210deg);
}
.sk-circle .sk-circle9 {
    -webkit-transform: translate(-50%, -50%) rotate(240deg);
    -ms-transform: translate(-50%, -50%) rotate(240deg);
    transform: translate(-50%, -50%) rotate(240deg);
}
.sk-circle .sk-circle10 {
    -webkit-transform: translate(-50%, -50%) rotate(270deg);
    -ms-transform: translate(-50%, -50%) rotate(270deg);
    transform: translate(-50%, -50%) rotate(270deg);
}
.sk-circle .sk-circle11 {
    -webkit-transform: translate(-50%, -50%) rotate(300deg);
    -ms-transform: translate(-50%, -50%) rotate(300deg);
    transform: translate(-50%, -50%) rotate(300deg);
}
.sk-circle .sk-circle12 {
    -webkit-transform: translate(-50%, -50%) rotate(330deg);
    -ms-transform: translate(-50%, -50%) rotate(330deg);
    transform: translate(-50%, -50%) rotate(330deg);
}
.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* preloader end */
