

/* Start:/local/templates/generator/components/bitrix/news.index/blog/style.css?175076654022676*/
:root {
    --red: #ec2427;
    --blue: #2444ec;
    --green: #24ec50;
    --radius: 20px;
}

html body content *{
    font-family: var(--font-family);
}

.home-popular {
    margin: 60px 0 80px;
}

.home-popular div {
    line-height: initial;
}

.home-popular .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    display: flex;
}

@media screen and (min-width: 1900px) {
    .home-popular .container {
        flex-direction: row;
        justify-content: space-between;
    }
}

@media (max-width: 1200px) {
    .home-popular .container {
        padding: 0 15px;
    }
}

@media (max-width: 800px) {
    .home-popular .container {
        flex-direction: column;
        padding: 0 40px;
    }
}

@media (max-width: 600px) {
    .home-popular .container {
        flex-direction: column;
        padding: 0 15px;
    }
    :root {
        --radius: 10px;
    }
}

.home-popular__slider {
    display: flex;
    overflow: scroll hidden;
    width: 100%;
    max-width: 767px;
    padding-bottom: 25px;
    margin-right: 40px;
}

@media screen and (min-width: 1366px) {
    .home-popular__slider {
        margin-right: 40px;
    }
}

@media (max-width: 1200px) {
    .home-popular__slider {
        max-width: 540px;
    }
}

@media (max-width: 800px) {
    .home-popular__slider {
        max-width: 688px;
        margin: 0 auto;
    }
}

@media (max-width: 600px) {
    .home-popular__slider {
        max-width: 345px;
    }
}

.home-popular__slider::-webkit-scrollbar {
    height: 10px;
}

.home-popular__slider::-webkit-scrollbar-track {
    background-color: #f8f8f8;
    border-radius: 10px;
}

.home-popular__slider::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #0f1117;
    cursor: pointer;
}

.home-popular .popular-slide {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-right: 25px;
}

@media screen and (min-width: 1900px) {
    .home-popular .popular-slide:nth-child(2) {
        margin-left: 40px;
    }
}

@media screen and (min-width: 1900px) {
    .home-popular .popular-slide {
        margin-right: 0;
    }
}

.home-popular .popular-slide__img {
    margin: 0 0 40px;
}

@media (max-width: 600px) {
    .home-popular .popular-slide__img {
        margin: 0 0 24px;
    }
}

.home-popular .popular-slide__img img {
    display: block;
    border-radius: var(--radius);
    width: 767px;
    max-width: unset;
    max-height: 420px;
}

@media screen and (min-width: 1900px) {
    .home-popular .popular-slide__img img {
        width: 767px;
    }
}

@media (max-width: 1200px) {
    .home-popular .popular-slide__img img {
        width: 540px;
        height: 320px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media (max-width: 800px) {
    .home-popular .popular-slide__img img {
        width: 688px;
        height: 420px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media (max-width: 600px) {
    .home-popular .popular-slide__img img {
        width: 345px;
        height: 370px;
        border-radius: 20px;
    }
}

.home-popular .popular-slide__details {
    display: flex;
    align-items: center;
    height: 32px;
    position: absolute;
    top: 345px;
    background-color: #fff;
    border-radius: 0 8px 8px 0;
    padding: 0 16px;
    box-sizing: border-box;
}

@media (min-width: 800px) and (max-width: 1200px) {
    .home-popular .popular-slide__details {
        top: 245px;
    }
}

@media (max-width: 600px) {
    .home-popular .popular-slide__details {
        top: 300px;
    }
}

.home-popular .popular-slide__category {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: var(--red);
}

@media screen and (max-width: 600px) {
    .home-popular .popular-slide__category {
        font-size: 12px;
    }
}

.home-popular .popular-slide__category a {
    color: var(--red);
    text-decoration: none;
}

.home-popular .popular-slide__date {
    margin-left: 16px;
    font-weight: 400;
    font-size: 12px;
    color: #999;
    font-style: normal;
    line-height: normal;
}

@media screen and (max-width: 600px) {
    .home-popular .popular-slide__date {
        font-size: 12px;
    }
}

.home-popular .popular-slide__views {
    margin-left: 16px;
    font-weight: 400;
    font-size: 12px;
    color: #999;
    font-style: normal;
    line-height: 100%;
    display: flex;
    align-items: center;
}

@media (max-width: 600px) {
    .home-popular .popular-slide__views {
        font-size: 12px;
        display: none;
    }
}

.home-popular .popular-slide__views img {
    margin-right: 5px;
}

.home-popular .popular-slide__title {
    font-weight: 700;
    font-size: 34px;
    line-height: 120%;
    color: #000;
    font-style: normal;
    text-decoration: none;
}

@media (max-width: 600px) {
    .home-popular .popular-slide__title {
        font-size: 26px;
        line-height: 140%;
    }
}

.home-popular .popular-articles {
    width: 100%;
    max-width: 363px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 800px) {
    .home-popular .popular-articles {
        max-width: initial;
    }
}

@media (max-width: 600px) {
    .home-popular .popular-articles {
        margin-top: 56px;
    }
    .home-popular{
        margin-bottom: 56px;
    }
}

.home-popular .popular-articles__title {
    color: #000;
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    font-style: normal;
    margin: 0 0 24px;
}

@media (max-width: 600px) {
    .home-popular .popular-articles__title {
        font-size: 22px;
        line-height: 100%;
    }
}

.home-popular .popular-articles__more {
    display: flex;
    flex-direction: column;
    background: var(--red);
    align-items: flex-start;
    text-decoration: none;
    width: 100%;
    max-width: 302px;
    padding: 24px;
    border-radius: var(--radius);
    box-sizing: border-box;
    margin-top: 40px;
    margin-left: auto;
}

@media (max-width: 800px) {
    .home-popular .popular-articles__more {
        justify-content: center;
        max-width: 100%;
        padding: 20px 32px;
        flex-direction: column;
        align-items: center;
        margin-top: 32px;
    }
}

@media (max-width: 600px) {
    .home-popular .popular-articles__more {
        margin: 24px auto 0;
    }
}

.home-popular .popular-articles__more span {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
}

@media (max-width: 600px) {
    .home-popular .popular-articles__more span {
        display: block;
        width: 100%;
        font-size: 16px;
        line-height: 100%;
        text-align: center;
    }
}

.home-popular .popular-articles__more svg {
    margin-top: 8px;
    width: 32px;
    height: 32px;
}
@media (max-width: 800px) {
    .home-popular .popular-articles__more svg {
        display: none;
    }
}

.home-popular .popular-article {
    display: flex;
    flex-direction: column;
}

/*@media (max-width: 800px) {
    .home-popular .popular-article {
        max-width: 324px;
    }
}

@media (max-width: 600px) {
    .home-popular .popular-article {
        max-width: initial;
    }
}*/

.home-popular .popular-article:not(:last-child) {
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #ddd;
}

@media (max-width: 800px) {
    .home-popular .popular-article:nth-child(4) {
        border: 0;
    }
}

.home-popular .popular-article__category  a{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: var(--red);
    font-style: normal;
    margin-bottom: 12px;
    display: block;
    text-decoration: none;
}
@media screen and (max-width: 600px) {
    .home-popular .popular-article__category a{
        font-size: 12px;
    }
}

.home-popular .popular-article__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #000;
    font-style: normal;
    text-decoration: none;
}

.home-popular .popular-article__title:hover {
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--red);
}

.home-popular .popular-article__details {
    margin-top: 12px;
    display: flex;
    align-items: center;
}

.home-popular .popular-article__date {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #999;
}

@media (max-width: 600px) {
    .home-popular .popular-article__date {
        font-size: 12px;
    }
    .home-popular .popular-article__title{
        font-size: 16px;
    }
}

.home-popular .popular-article__views {
    margin-left: 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #999;
    font-style: normal;
    display: flex;
    align-items: center;
}

@media (max-width: 600px) {
    .home-popular .popular-article__views {
        font-size: 12px;
    }
}

.home-popular .popular-article__views img {
    margin-right: 5px;
}

.home-latest {
    margin: 0 0 80px;
}

@media (max-width: 800px) {
    .home-latest {
        margin: 0 0 56px;
    }
}

.home-latest div {
    line-height: initial;
}

.home-latest .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

@media (max-width: 1200px) {
    .home-latest .container {
        padding: 0 15px;
    }
}

@media (max-width: 800px) {
    .home-latest .container {
        padding: 0 40px;
    }
}

@media (max-width: 600px) {
    .home-latest .container {
        padding: 0 15px;
    }
}

.home-latest__list {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 800px) {
    .home-latest__list {
        flex-direction: column;
    }
}

.home-latest__container {
    margin-right: 20px;
    display: flex;
    flex-direction: column;
}
@media (max-width: 800px) {
    .home-latest__container {
        margin: 0;
        width: 100%;
    }
}

.home-latest .latest-item {
    margin-top: 24px;
    display: flex;
    align-items: center;
}

@media (max-width: 800px) {
    .home-latest .latest-item {
        align-items: flex-start;
    }
}

.home-latest .latest-item:first-child {
    margin-top: 0;
}

.home-latest .latest-item__img {
    margin-right: 24px;
    flex-shrink: 0;
}

.home-latest .latest-item__img img {
    border-radius: var(--radius);
    display: block;
}

@media (max-width: 800px) {
    .home-latest .latest-item__img img {
        width: 80px;
        height: 80px;
    }
}

.home-latest .latest-item__content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 405px;
}

@media (max-width: 1200px) {
    .home-latest .latest-item__content {
        max-width: 345px;
    }
}

@media (max-width: 800px) {
    .home-latest .latest-item__content {
        max-width: initial;
    }
}

.home-latest .latest-item__header, .home-latest .latest-item__body, .home-latest .latest-item__footer {
    display: flex;
}

.home-latest .latest-item__body {
    margin: 12px 0 12px;
}

.home-latest .latest-item__category {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: var(--red);
}

.home-latest .latest-item__category a {
    color: var(--red);
    text-decoration: none;
}

.home-latest .latest-item__date {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #999;
}

@media (max-width: 600px) {
    .home-latest .latest-item__date {
        font-size: 12px;
    }
}

.home-latest .latest-item__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #000;
    font-style: normal;
    text-decoration: none;
}

.home-latest .latest-item__title:hover {
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--red);
}

@media (max-width: 600px) {
    .home-latest .latest-item__title {
        font-size: 16px;
    }
}

.home-latest .latest-item__views {
    margin-left: 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #999;
    display: flex;
    align-items: center;
    font-style: normal;
}

@media (max-width: 600px) {
    .home-latest .latest-item__views {
        font-size: 12px;
    }

    .home-latest .latest-item--big .latest-item__views{
        display: none;
    }
}

.home-latest .latest-item__views img {
    margin-right: 5px;
}

.home-latest .latest-item--big {
    flex-direction: column;
    align-items: unset;
    position: relative;
    margin-top: 0;
}

@media (max-width: 1200px) {
    .home-latest .latest-item--big {
        width: 450px;
    }
}

@media (max-width: 800px) {
    .home-latest .latest-item--big {
        width: 100%;
        margin: 32px auto 0;
    }
}

.home-latest .latest-item--big .latest-item__img {
    margin: 0 0 32px;
}

.home-latest .latest-item--big .latest-item__img img {
    border-radius: var(--radius);
    display: block;
}

@media (max-width: 1200px) {
    .home-latest .latest-item--big .latest-item__img img {
        width: 450px;
        height: 280px;
        object-fit: cover;
        -o-object-fit: cover;
        border-radius: 10px;
    }
}

@media (max-width: 800px) {
    .home-latest .latest-item--big .latest-item__img img {
        width: 324px;
        height: 209px;
        border-radius: 20px;
    }
}

@media (max-width: 600px) {
    .home-latest .latest-item--big .latest-item__img img {
        width: 345px;
        height: 210px;
    }

    .home-latest .latest-item--big .latest-item__img{
        margin-bottom: 24px;
    }
}

.home-latest .latest-item--big .latest-item__details {
    display: flex;
    align-items: center;
    height: 32px;
    position: absolute;
    top: 285px;
    background-color: #fff;
    border-radius: 0 8px 8px 0;
    padding: 0 16px;
    box-sizing: border-box;
}

@media (max-width: 1200px) {
    .home-latest .latest-item--big .latest-item__details {
        top: 205px;
    }
}

@media (max-width: 800px) {
    .home-latest .latest-item--big .latest-item__details {
        top: 139px;
    }
}

@media (max-width: 600px) {
    .home-latest .latest-item--big .latest-item__details {
        top: 140px;
    }
}

.home-latest .latest-item--big .latest-item__title {
    font-weight: 700;
    font-size: 26px;
    line-height: 140%;
    color: #000;
    font-style: normal;
    text-decoration: none;
    width: 100%;
    max-width: 570px;
}

@media (max-width: 600px) {
    .home-latest .latest-item--big .latest-item__title {
        font-size: 22px;
    }
}

.home-latest .latest-item--big .latest-item__date {
    margin-left: 16px;
}

.home-categories div {
    line-height: initial;
}

.home-categories .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

@media (max-width: 1200px) {
    .home-categories .container {
        padding: 0 15px;
    }
}

@media (max-width: 800px) {
    .home-categories .container {
        padding: 0 40px;
    }
}

@media (max-width: 600px) {
    .home-categories .container {
        padding: 0 15px;
    }
}

.home-categories .home-category {
    margin: 0 0 60px;
}

.home-categories .home-category__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd;
    margin: 0 0 24px;
}

.home-categories .home-category__title {
    color: #000;
    font-family: var(--default-font-family);
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

@media (max-width: 600px) {
    .home-categories .home-category__title {
        font-size: 26px;
    }
    .home-categories .home-category__header {
        border-bottom: 0;
        padding-bottom: 0;
    }
}

.home-categories .home-category__title h1, .home-categories .home-category__title h2 {
    font-weight: 700;
    font-size: 34px;
    line-height: 100%;
    color: #000;
    margin: 0;
}

@media (max-width: 600px) {
    .home-categories .home-category__title h1, .home-categories .home-category__title h2 {
        font-size: 26px;
        line-height: 120%;
    }
}

.home-categories .home-category__link {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--red);
}

@media (max-width: 600px) {
    .home-categories .home-category__link {
        display: none;
    }
}

.home-categories .home-category__link a {
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--red);
}

.home-categories .home-category__list {
    margin: -12px;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 600px) {
    .home-categories .home-category__list {
        margin: 0;
        flex-direction: column;
    }
}

.home-categories .home-category__list .category-item {
    margin: 12px;
    width: 100%;
    max-width: 363px;
    display: flex;
    flex-direction: column;
    position: relative;
}

@media (max-width: 1200px) {
    .home-categories .home-category__list .category-item {
        max-width: 320px;
    }
}

@media (max-width: 800px) {
    .home-categories .home-category__list .category-item {
        max-width: 324px;
    }
}

@media (max-width: 600px) {
    .home-categories .home-category__list .category-item {
        max-width: 345px;
        margin: 24px auto 0 auto;
    }
    .home-categories .home-category__list .category-item:first-child {
        margin-top: 0;
    }
}

@media (min-width: 600px) and (max-width: 800px) {
    .home-categories .home-category__list .category-item:nth-child(3), .home-categories .home-category__list .category-item:nth-child(4) {
        display: none;
    }
}

.home-categories .home-category__list .category-item__img img {
    display: block;
    border-radius: var(--radius);
}

@media (max-width: 1200px) {
    .home-categories .home-category__list .category-item__img img {
        width: 320px;
        height: 230px;
        object-fit: cover;
        -o-object-fit: cover;
    }
}

@media (max-width: 800px) {
    .home-categories .home-category__list .category-item__img img {
        width: 324px;
        height: 260px;
        border-radius: 20px;
    }
}

@media (max-width: 600px) {
    .home-categories .home-category__list .category-item__img img {
        width: 345px;
        height: 210px;
    }
}

.home-categories .home-category__list .category-item__details {
    display: flex;
    align-items: center;
    height: 32px;
    position: absolute;
    top: 190px;
    background-color: #fff;
    border-radius: 0 8px 8px 0;
    padding: 0 16px;
    box-sizing: border-box;
}

@media (max-width: 1200px) {
    .home-categories .home-category__list .category-item__details {
        top: 150px;
    }
}

@media (max-width: 600px) {
    .home-categories .home-category__list .category-item__details {
        top: 140px;
    }
}

.home-categories .home-category__list .category-item__category {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: var(--red);
}

.home-categories .home-category__list .category-item__category a {
    color: var(--red);
    text-decoration: none;
}

.home-categories .home-category__list .category-item__date {
    font-weight: 400;
    font-size: 12px;
    color: #999;
    margin-left: 16px;
    line-height: 100%;
}

@media (max-width: 600px) {
    .home-categories .home-category__list .category-item__date {
        font-size: 12px;
    }
}

.home-categories .home-category__list .category-item__title {
    margin-top: 24px;
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    color: #000;
    text-decoration: none;
}

.home-categories .home-category__list .category-item__title:hover {
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--red);
}

@media (max-width: 600px) {
    .home-categories .home-category__list .category-item__title {
        font-size: 16px;
        line-height: 140%;
    }
}

.home-categories .home-category__list .category-item__views {
    margin-top: 20px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #999;
}

@media (max-width: 600px) {
    .home-categories .home-category__list .category-item__views {
        font-size: 12px;
    }
}

.home-categories .home-category__list .category-item__views img {
    margin-right: 5px;
}

.home-categories .home-category__list .category-item--more {
    background-color: #fff7f7;
    border-radius: 10px;
}

@media (min-width: 600px) {
    .home-categories .home-category__list .category-item--more {
        display: none;
    }
}

.home-categories .home-category__list .category-item--more .category-item__more {
    background: var(--blue-color);
    max-width: 345px;
    width: 100%;
    padding: 20px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    box-sizing: border-box;
    text-decoration: none;
}

.home-categories .home-category__list .category-item--more .category-item__more span {
    color: #FFF;
    text-align: center;
    font-family: var(--additional-font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.home-categories .tns-outer button[data-action="stop"], .home-categories .tns-outer button[data-action="start"] {
    display: none;
}

.home-categories .tns-outer .tns-nav {
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
    margin: 20px 0 0;
}

.home-categories .tns-outer .tns-nav button {
    width: 10px;
    height: 10px;
    background-color: #ffe0dc;
    border: 0;
    border-radius: 50%;
}

.home-categories .tns-outer .tns-nav button.tns-nav-active {
    background-color: #ff6452;
}

/* iphone X */
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .home-popular .popular-slide__title {
        font-size: 34px;
        line-height: 120%;
    }

    .home-popular__slider {
        padding-bottom: 0;
    }
}

/* iphone XR, 11 */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
    .home-popular .popular-slide__title {
        font-size: 34px;
        line-height: 120%;
    }

    .home-popular__slider {
        padding-bottom: 0;
    }
}

/* iphone XS Max, 11 Pro Max */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
    .home-popular .popular-slide__title {
        font-size: 34px;
        line-height: 120%;
    }

    .home-popular__slider {
        padding-bottom: 0;
    }
}

/* End */
/* /local/templates/generator/components/bitrix/news.index/blog/style.css?175076654022676 */
