<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/local/templates/.default/components/afonya/content.promo.slides/.default/style.css?16651364419014*/

/* CIRCE BOLD */
@font-face {
    font-family: 'Circe';
    font-style: normal;
    font-weight: bold;
    font-display: swap;
    src: url('/local/assets/fonts/circe/web/circeBold.eot');
    src: local('Circe Bold'), local('Circe-Bold'),
    url('/local/assets/fonts/circe/web/circeBold.eot?#iefix') format('embedded-opentype'),
    url('/local/assets/fonts/circe/web/circeBold.woff2') format('woff2'),
    url('/local/assets/fonts/circe/web/circeBold.woff') format('woff'),
    url('/local/assets/fonts/circe/web/circeBold.ttf') format('truetype'),
    url('/local/assets/fonts/circe/web/circeBold.svg#Circe-Bold') format('svg');
}

/* CIRCE REGULAR */
@font-face {
    font-family: 'Circe';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/local/assets/fonts/circe/web/circeRegular.eot');
    src: local('Circe'), local('Circe Regular'), local('Circe-Regular'),
    url('/local/assets/fonts/circe/web/circeRegular.eot?#iefix') format('embedded-opentype'),
    url('/local/assets/fonts/circe/web/circeRegular.woff2') format('woff2'),
    url('/local/assets/fonts/circe/web/circeRegular.woff') format('woff'),
    url('/local/assets/fonts/circe/web/circeRegular.ttf') format('truetype'),
    url('/local/assets/fonts/circe/web/circeRegular.svg#Circe-Regular') format('svg');
}

@media screen and (min-width: 0) {

    /* COMMON */
    .af-stocks-shop.af-shop {
        display: block;
        width: 100%;
        max-width: 1050px;
        height: auto;
        margin: 0 auto 20px;
        padding: 20px 0 0;
        box-sizing: border-box;
    }
    .af-stocks-shop .af-shop-title {
        display: block;
        width: 100%;
        height: auto;
        font-family: 'Circe', sans-serif;
        font-style: normal;
        font-weight: 700;
        text-align: center;
        font-size: 40px;
        line-height: 1;
        letter-spacing: 0.025em;
        color: #FF0000;
        margin: 0 0 20px;
    }
    .af-stocks-shop .af-shop-wrapper {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .af-stocks-shop .af-shop-link {
        display: flex;
        width: 230px;
        height: 50px;
        background-color: #FF0000;
        border-radius: 80px;
        margin: 0 auto 0;
        align-items: center;
        justify-content: center;
    }
    .af-stocks-shop .af-shop-link {
        line-height: 50px;
        font-family: 'Circe', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        text-align: center;
        text-decoration: none;
        color: #FFFFFF;
    }

    /* CATEGORIES */
    .af-stocks-shop .af-shop-categories {
        display: flex;
        width: 100%;
        height: auto;
        justify-content: space-between;
        align-items: flex-start;
        flex-flow: row nowrap;
    }
    .af-stocks-shop .af-shop-category {
        display: flex;
        width: calc(16.66% - 8.33px);
        height: 40px;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        background-color: var(--category-color);
        border-radius: 20px 20px 0px 0px;
    }
    .af-stocks-shop .af-shop-category,
    .af-stocks-shop a.af-shop-category:not([href]):not([tabindex]),
    .af-stocks-shop a.af-shop-category:not([href]):not([tabindex]):focus,
    .af-stocks-shop a.af-shop-category:not([href]):not([tabindex]):hover {
        font-family: 'Circe', sans-serif;
        font-style: normal;
        font-weight: 700;
        line-height: 1.2;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 0.025em;
        color: #FFFFFF;
    }
    .af-stocks-shop .af-shop-carousel + .af-shop-categories .af-shop-category {
        border-radius: 0px 0px 20px 20px;
    }

    /* CAROUSEL */
    .af-stocks-shop .af-shop-carousel {
        display: flex;
        width: 100%;
        height: auto;
        align-items: stretch;
        justify-content: flex-start;
        flex-flow: row nowrap;
        padding: 20px 50px;
        box-sizing: border-box;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left top;
        background-image: url('https://www.afonya-spb.ru/upload/medialibrary/304/dgz6kxbgj6vpximso4856vcofvh7d318/stocks_sale_background.jpg');
    }
    .af-stocks-shop [class='owl-nav'].disabled {
        display: none;
    }
    .af-stocks-shop [class*=af-shop-].disabled {
        transform: scale3d(0, 0, 1);
    }
    .af-stocks-shop .af-shop-prev,
    .af-stocks-shop .af-shop-next {
        display: flex;
        width: 50px;
        height: 70px;
        color: #ffffff;
        font-size: 28px;
        text-align: center;
        align-items: center;
        justify-content: center;
        background-color: #FF0000;
        cursor: pointer;
        position: absolute;
        top: calc(50% - 35px);
        border-radius: 0 40px 40px 0;
    }
    .af-stocks-shop .af-shop-prev {
        left: 0;
        transform: rotate3d(0, 0, 1, 180deg);
    }
    .af-stocks-shop .af-shop-next {
        right: 0;
    }

    /* PRODUCT */
    .af-stocks-shop .af-product {
        display: block;
        padding: 10px;
        border-radius: 10px;
        box-sizing: border-box;
        background-color: #ffffff;
    }
    .af-stocks-shop .af-shop-carousel &gt; .af-product {
        min-width: 150px;
        width: calc(20% - 16px);
    }
    .af-stocks-shop .af-shop-carousel &gt; .af-product + .af-product {
        margin-left: 20px;
    }
    .af-stocks-shop .af-product-image {
        display: block;
        width: 100%;
        height: 100px;
        background-color: #ffffff;
        position: relative;
        margin: 0 0 10px;
    }
    .af-stocks-shop .af-product-image img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: center;
           object-position: center;
    }
    .af-stocks-shop .af-product-image.JSProductImage {
        cursor: pointer;
    }
    .af-stocks-shop .af-product-image.JSProductImage::after {
        content: "";
        width: 30px;
        height: 30px;
        border-radius: 100%;
        background-color: #ffffff;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 50% auto;
        background-image: url('/local/img/loop.gif');
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        position: absolute;
        bottom: 0;
        right: 10px;
    }
    .af-stocks-shop .af-product-name {
        display: block;
        width: 100%;
        height: 3.6em;
        overflow: hidden;
        -webkit-text-decoration: ellipsis;
                text-decoration: ellipsis;
        display: box;
        display: -moz-box;
        display: -webkit-box;
        box-orient: vertical;
        -webkit-box-orient: vertical;
        line-clamp: 3;
        -moz-line-clamp: 3;
        -webkit-line-clamp: 3;
        margin: 0 0 10px;
    }
    .af-stocks-shop .af-product-name {
        font-family: 'Circe';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        text-decoration: none;
        line-height: 1.2;
        text-align: center;
        letter-spacing: 0.02em;
        color: #222222;
        text-decoration: none;
    }
    .af-stocks-shop .af-product-prices {
        display: flex;
        width: 100%;
        height: 40px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .af-stocks-shop .af-product-price {
        display: block;
        width: 100%;
        height: auto;
        font-family: 'Circe';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 1;
        text-align: center;
        letter-spacing: 0.02em;
        color: #222222;
    }
    .af-stocks-shop .af-product-price__new {
        font-size: 18px;
        color: #FF0000;
        margin-bottom: 5px;
    }
    .af-stocks-shop .af-product-price__old {
        font-size: 14px;
        -webkit-text-decoration-line: line-through;
                text-decoration-line: line-through;
        color: #222222;
    }
}
@media screen and (max-width: 720px) {
    .app .af-stocks-shop .af-shop-category {
        font-size: 12px;
    }
    .app .af-stocks-shop .af-product-name {
        font-size: 20px;
    }
    .app .af-stocks-shop .af-product-prices {
        height: 60px;
    }
    .af-stocks-shop .af-product-price {
        font-size: 24px;
    }
    .af-stocks-shop .af-product-price__new {
        font-size: 22px;
    }
    .af-stocks-shop .af-product-price__old {
        font-size: 18px;
    }
}
@media screen and (max-width: 1279px) {
    .af-stocks-shop .af-shop-category {
        font-size: 9px;
    }
}
@media screen and (min-width: 1280px) {
    .af-stocks-shop .af-shop-category {
        font-size: 12px;
    }
}

/* End */


/* Start:/local/css/articles.css?163109931020098*/
.clear-after::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    clear: both;
}

/* ALL MEDIA */
@media screen and (min-width: 0) {
    .af-section__articles {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 0 0 0;
        box-sizing: border-box;
    }
    .af-section__articles,
    .af-section__articles * {
        font-family: "Roboto";
        box-sizing: border-box;
    }
    .af-section__articles .af-section-title {
        display: block;
        width: 100%;
        height: auto;
        color: #535353;
        line-height: 1.3;
        text-align: left;
        font-style: normal;
        font-weight: normal;
        font-family: "Roboto";
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }
    .af-section__articles .af-filters {
        display: block;
        width: 100%;
        font-size: 0;
    }
    .af-section__articles .af-filter {
        display: inline-block;
        letter-spacing: normal;
        vertical-align: top;
        position: relative;
    }
    .af-section__articles .af-filter input[type="submit"] {
        display: inline-block;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        background-color: transparent;
        position: absolute;
        right: 0;
        top: 0;
        border: 0;
        padding: 0;
        margin: 0;
        outline: 0;
        cursor: pointer;
        box-shadow: none;
        background-size: auto 80%;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBmaWxsPSJub25lIiBjeD0iOC4yNjAxMiIgY3k9IjguNDY2MTciIHI9IjUuNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTMwIDguMjYwMTIgOC40NjYxNykiIHN0cm9rZT0iIzc4Nzg3OCIvPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0xMS40NzkgMTMuNzM2OEwxNC44NzE5IDE5LjYxMzQiIHN0cm9rZT0iIzc4Nzg3OCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=);
    }
    .af-section__articles .af-filter-input__search,
    .af-section__articles .af-filter-select {
        background-color: transparent;
        color: #787878;
        font-style: normal;
        font-weight: normal;
        font-family: "Roboto";
        padding: 8px 25px 8px 10px;
        border-radius: 3px;
        border: 1px solid #EAEAEA;
        box-sizing: border-box;
    }
    .af-section__articles .af-filter-input__search::-webkit-input-placeholder {
        color: #787878;
        font-style: normal;
        font-weight: normal;
        font-family: "Roboto";
        font-size: inherit;
    }
    .af-section__articles .af-filter-input__search::-moz-placeholder {
        color: #787878;
        font-style: normal;
        font-weight: normal;
        font-family: "Roboto";
        font-size: inherit;
    }
    .af-section__articles .af-filter-input__search:-ms-input-placeholder {
        color: #787878;
        font-style: normal;
        font-weight: normal;
        font-family: "Roboto";
        font-size: inherit;
    }
    .af-section__articles .af-filter-input__search:-moz-placeholder {
        color: #787878;
        font-style: normal;
        font-weight: normal;
        font-family: "Roboto";
        font-size: inherit;
    }
    .af-section__articles .af-filter-input__search:focus,
    .af-section__articles .af-filter-input__search:active,
    .af-section__articles .af-filter-select:focus,
    .af-section__articles .af-filter-select:active {
        border: 1px solid #EAEAEA;
        outline: 0;
    }
    .main .af-section__articles .af-filter-select {
        outline: 0;
        margin: 0;
        height: auto;
        -moz-appearance: none;
             appearance: none;
        -webkit-appearance: none;
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: 10px auto;
        background-position: right 5px center;
        background-image: url("/local/img/dropdown.svg");
    }
    .af-section__articles .af-articles-message {
        display: inline-block;
        width: auto;
        height: auto;
        margin-top: 20px;
        font-size: 14px;
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        line-height: 1.3;
        color: #373737;
    }
    .af-section__articles .af-button-wrapper {
        margin-bottom: 20px;
    }
    .af-section__articles .af-button-wrapper .af-button-label {
        display: flex;
        width: auto;
        font-size: 14px;
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        line-height: 1.3;
        color: #373737;
        margin-right: 20px;
    }
    .af-section__articles .af-articles-list {
        display: block;
        width: 100%;
        height: auto;
    }
    .af-section__articles .af-article {
        display: block;
        height: auto;
        border-radius: 3px;
        border: 1px solid #EAEAEA;
        box-sizing: border-box;
        padding: 0;
        position: relative;
        box-shadow: none;
    }
    .af-section__articles .af-article-link {
        display: block;
        width: 100%;
        height: 100%;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        background-color: transparent;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }
    .af-section__articles .af-article-tags {
        position: relative;
        z-index: 2;
    }
    .af-section__articles .af-article-image {
        display: block;
        width: 100%;
        font-family: "Roboto";
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 1.3;
        color: #373737;
        background-color: #ffffff;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url("/local/img/no-image.jpg");
    }
    .af-section__articles .af-article-image img {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
    }
    .af-section__articles .af-article-information {
        display: block;
        width: 100%;
        height: auto;
    }
    .af-section__articles .af-article-title {
        display: block;
        width: 100%;
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        line-height: 1.3;
        color: #373737;
        overflow: hidden;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
    }
    .af-section__articles .af-article-description {
        display: block;
        width: 100%;
        font-family: "Roboto";
        font-style: normal;
        font-weight: 300;
        line-height: 1.3;
        color: #373737;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: box;
        display: -moz-box;
        display: -webkit-box;
        box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-box-orient: vertical;
    }
    .af-section__articles .af-article-description b,
    .af-section__articles .af-article-description strong {
        display: inline;
        font-size: inherit;
        font-style: inherit;
        color: inherit;
        font-weight: 500;
    }
    .af-section__articles .af-article-date {
        display: block;
        font-family: "Roboto";
        font-style: normal;
        font-weight: 300;
        line-height: 1.3;
        color: #787878;
    }
    .af-section__articles .af-article-more {
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        text-align: center;
        color: #535353;
        background-color: #F0F0F0;
        border: 1px solid #EAEAEA;
        border-radius: 1px;
        box-sizing: border-box;
    }

    /* DESKTOP VERSION */
    .main  .af-section__articles {
        padding: 0 0 0 0;
    }
    .main .af-section__articles .af-section-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .main .af-section__articles .af-filters {
        letter-spacing: 20px;
    }
    .main .af-section__articles .af-filter {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .main .af-section__articles .af-filter__search {
        width: calc(33.33% - 20px);
        min-width: 320px;
    }
    .main .af-section__articles .af-filter input[type="submit"] {
        width: 35px;
        height: 35px;
    }
    .main .af-section__articles .af-filter-input__search {
        width: 100%;
        padding-right: 35px;
    }
    .main .af-section__articles .af-filter-input__search,
    .main .af-section__articles .af-filter-select {
        font-size: 14px;
    }
    .main .af-section__articles .af-article {
        margin-bottom: 20px;
    }
    .main .af-section__articles .af-article-image {
        margin-bottom: 20px;
    }
    .main .af-section__articles .af-article-information {
        padding: 0 10px 10px 10px;
    }
    .main .af-section__articles .af-article-title {
        font-size: 16px;
    }
    .main .af-section__articles .af-article-description {
        font-size: 14px;
    }
    .main .af-section__articles:not(.af-section__articles-promo) .af-article-title + .af-article-description {
        margin-top: 20px;
    }
    .main .af-section__articles .af-article-date {
        width: 150px;
        font-size: 12px;
    }
    .main .af-section__articles .af-article-description + .af-article-date {
        margin-top: 20px;
    }
    .main .af-section__articles .af-article-more {
        display: none;
        width: 130px;
        height: 30px;
        line-height: 30px;
        font-size: 11px;
        margin: 0 auto 10px;
    }
    .main .af-section__articles .af-article-information + .af-article-more {
        display: block;
        margin-top: 10px;
    }
    .main .paginator,
    .main .paginator .right {
        height: auto;
    }

    #content .main .text .af-section__articles .paginator .right a,
    .main .af-section__articles .paginator .right a {
        width: auto;
        height: auto;
        vertical-align: middle;
        font-size: 12px;
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        text-align: center;
        color: #535353;
        background-color: #F0F0F0;
        border: 1px solid #EAEAEA;
        border-radius: 1px;
        padding: 5px 7px;
        box-sizing: border-box;
        cursor: pointer;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
    }
    #content .main .text .af-section__articles .paginator .right a.active,
    .main .af-section__articles .paginator .right a.active {
        cursor: default;
        color: #373737;
        background-color: transparent;
        pointer-events: none;
    }
    #content .main .text .af-section__articles .paginator .right a + a,
    .main .af-section__articles .paginator .right a + a {
        margin-left: 5px;
    }

    /* MOBILE VERSION */
    .app__main .af-section__articles {
        padding: 0 30px;
    }
    .app__main .af-section__articles .af-section-title {
        font-size: 27px;
        margin-bottom: 40px;
    }
    .app__main .af-section__articles .af-filters {
        letter-spacing: 50px;
        margin-bottom: 10px;
    }
    .app__main .af-section__articles .af-filter {
        margin-bottom: 30px;
    }
    .app__main .af-section__articles .af-filter:not(.af-filter__search) {
        width: 275px;
    }
    .app__main .af-section__articles .af-filter input[type="submit"] {
        width: 50px;
        height: 50px;
    }
    .app__main .af-section__articles .af-filter__search {
        width: 600px;
    }
    .app__main .af-section__articles .af-filter-input__search {
        padding-right: 50px;
    }
    .app__main .af-section__articles .af-filter-input__search,
    .app__main .af-section__articles .af-filter-select {
        width: 100%;
        font-size: 21px;
    }
    .app__main .af-section__articles .af-articles-list {
        padding: 0 30px;
        box-sizing: border-box;
    }
    .app__main .af-section__articles .af-article {
        margin-bottom: 40px;
    }
    .app__main .af-section__articles .af-article-image {
        font-size: 21px;
        text-align: center;
        margin-bottom: 30px;
    }
    .app__main .af-section__articles .af-article-information {
        padding: 0 20px 20px 20px;
    }
    .app__main .af-section__articles .af-article-title {
        font-size: 31px;
    }
    .app__main .af-section__articles .af-article-description {
        line-clamp: 5;
        max-height: 6.5em;
        font-size: 27px;
    }
    .app__main .af-section__articles .af-article-title + .af-article-description {
        margin-top: 30px;
    }
    .app__main .af-section__articles .af-article-date {
        width: 300px;
        font-size: 21px;
    }
    .app__main .af-section__articles .af-article-description + .af-article-date {
        margin-top: 30px;
    }
    .app__main .af-section__articles .af-article-more {
        display: block;
        width: 310px;
        height: 70px;
        line-height: 68px;
        font-size: 21px;
        margin: 20px auto;
    }
    .app__main .af-section__articles.af-page__article .af-article:first-child,
    .app__main .af-section__articles.af-page__article .af-article:nth-child(2),
    .app__main .af-section__articles.af-page__article .af-article:nth-child(3),
    .app__main .af-section__articles.af-page__promo .af-article {
        width: calc(100% + 60px);
        left: -30px;
    }
    .app__main .af-section__articles .af-article:nth-child(3) {
        margin-bottom: 70px;
    }
    .app__main .af-section__articles .af-article:nth-child(3)::after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background-color: #f0f0f0;
        position: absolute;
        left: 0;
        bottom: -39px;
    }
}
/* MOBILE MEDIA */
@media (min-width: 0) and (max-width: 767px) {
    .main  .af-section__articles .af-section-title {
        margin-bottom: 40px;
    }
    .main .af-section__articles .af-filter {
        margin-bottom: 30px;
    }
}
/* PADS AND PC MEDIA */
@media screen and (min-width: 768px) {
    .main .af-section__articles .af-filter {
        margin-bottom: 10px;
    }
    .main .af-section__articles .af-articles-list::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        clear: both;
    }
    .main .af-section__articles .af-article {
        float: left;
    }
    .main .af-section__articles .af-article-title {
        height: 40px;
    }
    .main .af-section__articles:not(.af-section__articles-promo) .af-article-description {
        height: 2.6em;
        line-clamp: 2;
        -moz-line-clamp: 2;
        -webkit-line-clamp: 2;
    }
    .main .af-section__articles .af-article-date {
        height: 15px;
    }
    .main .af-section__articles .af-article-image {
        min-height: 8vw;
    }
    .main .af-page__articles.af-section__articles .af-article:first-child .af-article-image {
        height: calc(18vw + 40px);
    }
    .main .af-page__articles.af-section__articles .af-article:nth-child(2) .af-article-image,
    .main .af-page__articles.af-section__articles .af-article:nth-child(3) .af-article-image {
        height: 9vw;
    }
    .main .af-page__articles.af-section__articles .af-article:first-child .af-article-title {
        height: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1279px) {
    .main .af-section__articles .af-article {
        width: calc(50% - 10px);
    }
    .main .af-section__articles:not(.af-page__articles) .af-article:nth-child(odd) {
        margin-right: 20px;
    }
    .main .af-section__articles.af-page__articles .af-article:nth-child(odd) {
        margin-left: 20px;
    }
    .main .af-page__articles.af-section__articles .af-article:first-child {
        width: 100%;
        margin-left: 0;
    }
    .main .af-section__articles:not(.af-section__articles-promo) .af-article-image {
        height: auto;
    }
}
/* HORIZONTAL PADS AND PC MEDIA */
@media screen and (min-width: 1000px) {
    .main .af-section__articles .af-article {
        transition: backgroundColor 200ms ease 50ms;
    }
    .main .af-section__articles .af-article-image {
        overflow: hidden;
    }
    .main .af-section__articles .af-article.af-article-more {
        transition: backgroundColor 200ms ease 50ms;
    }
    .main .af-section__articles .af-article:hover {
        background-color: #F3F3F3
    }
    .main .af-section__articles .af-article:hover .af-article-more {
        background-color: #ffffff;
    }
}
@media screen and (min-width: 1280px) {
    .main .af-section__articles .af-article {
        width: calc(33.33% - 13.33px);
        margin-left: 0;
        margin-right: 20px;
    }
    .main .af-page__articles.af-section__articles .af-article:first-child {
        width: calc(66.66% - 10px);
    }
    .main .af-page__articles.af-section__articles .af-article:first-child .af-article-information {
        height: 122px;
    }
    .main .af-page__articles.af-section__articles .af-article:first-child .af-article-description {
        height: auto;
        max-height: calc(100% - 75px);
    }
    .main .af-page__articles.af-section__articles .af-article:nth-child(2),
    .main .af-section__articles .af-article:nth-child(3n) {
        margin-right: 0;
    }
    .main .af-section__articles:not(.af-section__articles-promo) .af-article-image {
        height: auto;
    }
    .main .af-page__articles.af-section__articles .af-article:nth-child(2) .af-article-description,
    .main .af-page__articles.af-section__articles .af-article:nth-child(3) .af-article-description,
    .main .af-page__articles.af-section__articles .af-article:nth-child(2) .af-article-more,
    .main .af-page__articles.af-section__articles .af-article:nth-child(3) .af-article-more {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1365px) {
    .main .af-section__articles.af-section__articles-promo .af-article-title + .af-article-description {
        margin-top: 20px;
    }
    .main .af-section__articles.af-section__articles-promo .af-article-description {
        height: 2.6em;
        line-clamp: 2;
        -moz-line-clamp: 2;
        -webkit-line-clamp: 2;
    }
}
@media screen and (min-width: 1366px) {
    .main .af-section__articles.af-section__articles-promo .af-article {
        width: calc(50% - 10px);
        margin-right: 0;
        padding: 10px 10px 0;
        box-sizing: border-box;
    }
    .main .af-section__articles.af-section__articles-promo .af-article:nth-child(odd) {
        margin-right: 20px;
    }
    .main .af-section__articles.af-section__articles-promo .af-article-image,
    .main .af-section__articles.af-section__articles-promo .af-article-information {
        float: left;
    }
    .main .af-section__articles.af-section__articles-promo .af-article-image {
        width: 190px;
        height: 190px;
        float: left;
        margin-bottom: 10px;
    }
    .main .af-section__articles.af-section__articles-promo .af-article-information {
        width: calc(100% - 190px);
        height: 150px;
        padding: 0 0 0 20px;
        margin: 0 0 0 0;
        box-sizing: border-box;
    }
    .main .af-section__articles.af-section__articles-promo .af-article-title {
        max-height: 60px;
    }
    .main .af-section__articles.af-section__articles-promo .af-article-description {
        height: 6.5em;
        line-clamp: 5;
        -moz-line-clamp: 5;
        -webkit-line-clamp: 5;
        margin: 10px 0 0 0;
    }
    .main .af-section__articles.af-section__articles-promo .af-article-information + .af-article-more {
        float: left;
        margin-left: 20px;
    }
}

/* End */
/* /local/templates/.default/components/afonya/content.promo.slides/.default/style.css?16651364419014 */
/* /local/css/articles.css?163109931020098 */
</pre></body></html>