

/* Start:/bitrix/templates/template_ege/components/bitrix/system.pagenavigation/round/style.css?17107621581283*/
.blog__pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 85px;
    list-style: none;
}
.blog .pagination-num {
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    color: #ABABAB;
    margin-right: 5px;
    width: 62px;
    height: 62px;
    opacity: 0.7;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.blog .pagination-num.active {
    background-color: #FEE367;
    font-weight: 800;
    color: #000;
    opacity: 1;
}
.blog .pagination-left, .blog .pagination-right {
    width: 74px;
    height: 74px;
    background-color: #fff;
    background-image: url(/bitrix/templates/template_ege/images/pics/arrow-slider.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 22px !important;
}
.blog .pagination-left {
    margin-right: 5px;
    transform: rotate(180deg);
}

.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}

/* End */


/* Start:/bitrix/templates/template_ege/components/bitrix/news.list/blog_list_ajax/style.css?17881841465506*/
.blog {
    padding-bottom: 80px;
}
.blog__banner {
    background-color: #2c2c2c;
    height: 292px;
    overflow: hidden;
    background-image: url(/bitrix/templates/template_ege/images/reviews/cell.png);
    background-repeat: no-repeat;
    background-position: calc(100% + 210px) -380px;
    background-size: 1070px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 64px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 96px;
    border-radius: 5px;
}
.blog__title {
    color: #fff;
    max-width: 790px;
}
.blog__banner-img {
    width: 530px;
    position: absolute;
    top: -65px;
    right: 95px;
}
.blog__tabs {
    padding-bottom: 40px;
}
.blog__tab {
    border: 1px solid #000;
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    color: #000;
    height: 72px;
    border-radius: 36px;
    background-color: #fff;
    padding: 0px 44px;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
}
.blog__tab-active {
    background-color: #FEE367;
}
.blog__wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 16px;
}
.blog__item {
    border-radius: 5px;
    background-color: #fff;
    position: relative;
}
.blog__item-link {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.blog__image {
    height: auto;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background-color: #f5f5f5;
}
.blog__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.blog__content {
    padding: 32px;
    box-sizing: border-box;
}
.blog__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog__option {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
    color: #000;
    height: 30px;
    border: 1px solid #000;
    border-radius: 15px;
    padding-left: 16px;
    padding-right: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.blog__option-sobytiya-tsentra {
    background-color: #49FF66;
}
.blog__option-news {
    background-color: #FEE367;
}
.blog__option-poleznosti {
    background-color: #FC3F1D;
    color: #fff;
}
.blog__date {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #000;
    opacity: 0.7;
}
.blog__item-title {
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 140%;
    color: #000;
    padding-top: 15px;
    padding-bottom: 15px;
}
.blog__text {
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
    color: #000;
}
.blog__pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 85px;
}
.blog .pagination-num {
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    color: #ABABAB;
    margin-right: 5px;
    width: 62px;
    height: 62px;
    opacity: 0.7;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.blog .pagination-num.active {
    background-color: #FEE367;
    font-weight: 800;
    color: #000;
    opacity: 1;
}
.blog .pagination-left, .blog .pagination-right {
    width: 74px;
    height: 74px;
    background-color: #fff;
    background-image: url(/bitrix/templates/template_ege/images/pics/arrow-slider.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 22px !important;
}
.blog .pagination-left {
    margin-right: 5px;
    transform: rotate(180deg);
}
@media (max-width: 1350px) {
    .blog__banner {
        padding: 45px;
    }
    .blog__title {
        max-width: 380px;
    }
    .blog__banner-img {
        right: -25px;
        width: 470px;
        top: -20px;
    }
    .blog__wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 1000px) {
    .blog__wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 900px) {
    .blog__banner {
        height: 236px;
        margin-bottom: 32px;
    }
    .blog__title {
        font-size: 30px;
        max-width: 230px;
    }
    .blog__banner-img {
        width: 420px;
    }
    .blog__tabs {
        display: none;
    }
    .blog__wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .blog__item {
        display: flex;
        justify-content: space-between;
    }
    .blog__image {
        width: 40.7%;
    }
    .blog__content {
        width: 59.3%;
        padding: 32px;
    }
}
@media (max-width: 700px) {
    .blog__banner {
        height: 282px;
        align-items: flex-start;
        padding: 32px 16px;
    }
    .blog__banner-img {
        width: 225px;
        bottom: 8px;
        top: auto;
        right: -16px;
    }
}
@media (max-width: 600px) {
    .blog {
        padding-bottom: 32px;
    }
    .blog__item {
        display: block;
    }
    .blog__image {
        width: 100%;
        height: auto;
        aspect-ratio: 3 / 2;
    }
    .blog__content {
        width: 100%;
        padding: 32px 16px;
    }
    .blog__pagination {
        margin-top: 24px;
    }
    .blog .pagination-num:nth-child(n+4) {
        display: none;
    }
}
/* End */
/* /bitrix/templates/template_ege/components/bitrix/system.pagenavigation/round/style.css?17107621581283 */
/* /bitrix/templates/template_ege/components/bitrix/news.list/blog_list_ajax/style.css?17881841465506 */
