.blog-page #content .wrapper_inner, .blog-page #content .maxwidth-theme {
    background: #fff!important;
    background-color: #fff;
}

.blog-page p:first-of-type,
.blog-page .introtext:first-of-type,
.blog-page h1:first-child,
.blog-page h2:first-child,
.blog-page h3:first-child,
.blog-page h4:first-child,
.blog-page h5:first-child,
.blog-page h6:first-child {
    margin-top: initial;
}

img {
    max-width: 100%;
    height: auto;
    margin-left: initial!important;
}

.blog-page .home-popular a,
.blog-page .home-latest a,
.blog-page .home-categories a {
    text-decoration: none;
}

.section-title {
    margin-top: 20px;
}

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

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

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

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

@media (max-width: 600px) {
    .section-title .container {
        flex-direction: column;
        padding: 0 15px;
    }
}

.section-title h1 {
    color: #000000;
}

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

.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: #ececec;
    border-radius: 10px;
}

.home-popular__slider::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #00B8E4;
}

.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: 10px;
    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: 10px;
    }
}

.home-popular .popular-slide__details {
    display: flex;
    align-items: center;
    height: 40px;
    position: absolute;
    top: 345px;
    background-color: #fff;
    border-radius: 0 5px 5px 0;
    padding: 0 30px;
    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 {
    color: #00B8E4;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

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

.home-popular .popular-slide__category a {
    color: #00B8E4;
    text-decoration: none;
}

.home-popular .popular-slide__date {
    margin-left: 20px;
    color: #999;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

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

.home-popular .popular-slide__views {
    margin-left: 20px;
    color: #999;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    display: flex;
    align-items: center;
}

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

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

.home-popular .popular-slide__title {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

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

.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: 24px;
    }
}

.home-popular .popular-articles__title {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 24px;
}

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

.home-popular .popular-articles__more {
    display: flex;
    flex-direction: column;
    background: #00B8E4;
    align-items: flex-start;
    text-decoration: none;
    width: 100%;
    max-width: 262px;
    padding: 20px 32px;
    border-radius: 10px;
    box-sizing: border-box;
    margin-top: 30px;
    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: 24px;
    }
}

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

.home-popular .popular-articles__more span {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.home-popular .popular-articles__more img {
    margin-top: 8px;
}

@media (max-width: 800px) {
    .home-popular .popular-articles__more img {
        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 {
    color: #00B8E4;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
}

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

.home-popular .popular-article__title {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-decoration: none;
}

.home-popular .popular-article__title:hover {
    color: #00B8E4;
    text-decoration: underline;
}

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

.home-popular .popular-article__date {
    color: #999;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

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

.home-popular .popular-article__views {
    margin-left: 16px;
    color: #999;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    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 120px;
}

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

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

@media (max-width: 800px) {
    .home-latest .latest-item__img {
        margin-right: 20px;
    }
}

.home-latest .latest-item__img img {
    border-radius: 10px;
    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__header {
}

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

.home-latest .latest-item__footer {
}

.home-latest .latest-item__category {
    color: #00B8E4;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.home-latest .latest-item__category a {
    color: #00B8E4;
    text-decoration: none;
}

.home-latest .latest-item__date {
    color: #999;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

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

.home-latest .latest-item__title {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-decoration: none;
}

.home-latest .latest-item__title:hover {
    color: #00B8E4;
    text-decoration: underline;
}

.home-latest .latest-item__views {
    margin-left: 16px;
    display: flex;
    align-items: center;
    color: #999;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

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

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

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

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

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

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

.home-latest .latest-item--big .latest-item__img img {
    border-radius: 10px;
    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: 260px;
    }
}

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

.home-latest .latest-item--big .latest-item__details {
    display: flex;
    align-items: center;
    height: 40px;
    position: absolute;
    top: 285px;
    background-color: #fff;
    border-radius: 0 5px 5px 0;
    padding: 0 30px;
    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 {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    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: 20px;
}

.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: 'Montserrat', sans-serif;
    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__title h1, .home-categories .home-category__title h2 {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

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

.home-categories .home-category__link {
    color: #00B8E4;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-decoration-line: underline;
}

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

.home-categories .home-category__link a {
    color: #00B8E4;
    text-decoration: none;
}

.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: 10px;
    width: 363px;
    height: 260px;
}

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

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

.home-categories .home-category__list .category-item__details {
    display: flex;
    align-items: center;
    height: 40px;
    position: absolute;
    top: 190px;
    background-color: #fff;
    border-radius: 0 5px 5px 0;
    padding: 0 20px;
    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 {
    color: #00B8E4;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.home-categories .home-category__list .category-item__category a {
    color: #00B8E4;
    text-decoration: none;
}

.home-categories .home-category__list .category-item__date {
    margin-left: 15px;
    color: #999;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    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: 16px;
    display: block;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-decoration: none;
}

.home-categories .home-category__list .category-item__title:hover {
    color: #00B8E4;
    text-decoration: underline;
}

.home-categories .home-category__list .category-item__views {
    margin-top: 16px;
    display: flex;
    align-items: center;
    color: #999;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

@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: #00B8E4;
    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: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

/*

.home-categories .home-news {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin: 0 -50vw 60px;
    padding: 60px 0 20px;
    background: #f8f8f8;
}

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

.home-categories .home-news__title {
    font-family: 'Bebas Neue Cyrillic', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 45px;
    color: #4a4a4a;
}

@media (max-width: 600px) {
    .home-categories .home-news__title {
        font-size: 36px;
        line-height: 46px;
    }
}

.home-categories .home-news__link {
    font-family: 'Bebas Neue Cyrillic', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
}

@media (max-width: 600px) {
    .home-categories .home-news__link {
        line-height: 46px;
    }
}

.home-categories .home-news__link a {
    color: #00B8E4;
    text-decoration: none;
}

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

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

.home-categories .home-news__list .news-item {
    display: flex;
    width: 100%;
    max-width: 365px;
    margin: 0 0 40px;
}

@media (max-width: 800px) {
    .home-categories .home-news__list .news-item {
        max-width: 320px;
    }
}

.home-categories .home-news__list .news-item__img {
    margin-right: 30px;
}

.home-categories .home-news__list .news-item__img img {
    display: block;
    border-radius: 10px;
}

.home-categories .home-news__list .news-item__details {
    display: flex;
    flex-direction: column;
}

.home-categories .home-news__list .news-item__title {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #666;
    text-decoration: none;
    margin: 0 0 15px;
}

.home-categories .home-news__list .news-item__desc {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 130%;
    color: #bbb;
}

.home-categories .home-news__list .news-item--big {
    flex-direction: column;
    max-width: 355px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 0 25px;
}

@media (max-width: 1200px) {
    .home-categories .home-news__list .news-item--big {
        padding: 0 15px;
        margin: 0 15px;
    }
}

@media (max-width: 800px) {
    .home-categories .home-news__list .news-item--big {
        max-width: 325px;
        padding: 0 0 0 20px;
        margin: 0 0 0 20px;
        border-right: none;
        box-sizing: border-box;
    }
}

.home-categories .home-news__list .news-item--big .news-item__img {
    margin: 0 0 30px;
}

.home-categories .home-news__list .news-item--big .news-item__img img {
    border-radius: 10px;
}

@media (max-width: 800px) {
    .home-categories .home-news__list .news-item--big .news-item__img img {
        width: 100%;
    }
}

.home-categories .home-news__list .news-item--big .news-item__title {
    font-family: 'Bebas Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    color: #666;
    text-decoration: none;
    margin: 0 0 20px;
}

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

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

@media (max-width: 600px) {
    .home-categories .home-news__right {
        display: block;
    }
}
*/

.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: 34px;
    }

    .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: 34px;
    }

    .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: 34px;
    }

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