

/* Start:/local/templates/main/components/bitrix/system.pagenavigation/round/style.css?17375967933166*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.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;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.dotten{
	font-size: 14px;
    font-family: "Montserrat-Medium";
    color: #3B3C3F;
    border-radius: 3px;
    padding: 2px;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/media/style.css?17748424403023*/
.media-gallery {
    margin-top: 20px;
}

.media-gallery-section {
    margin-bottom: 60px;
}

.media-gallery-section:last-child {
    margin-bottom: 0;
}

.media-gallery-section-title {
    font-size: 24px;
    font-family: 'Geologica-Medium', sans-serif;
    font-weight: 500;
    margin-bottom: 24px;
    line-height: 120%;
    letter-spacing: -0.01em;
}

.media-gallery-grid {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 24px);
    margin-right: -24px;
}

.media-card {
    flex: 0 0 calc(100% / 3 - 24px);
    max-width: calc(100% / 3 - 24px);
    margin-right: 24px;
    margin-bottom: 32px;
    border-radius: 30px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    isolation: isolate;
}

.media-card-img {
    height: 265px;
    overflow: hidden;
    position: relative;
}

.media-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.media-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
    display: flex;
    flex-direction: column;
    background: #E8EEFFCC;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.media-card-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.media-card-title {
    font-size: 18px;
    font-family: 'Geologica-Medium', sans-serif;
    font-weight: 500;
    color: #101010;
    line-height: 130%;
    letter-spacing: -0.01em;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.media-card-download {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    min-width: 28px;
    color: #1A1A1A;
    transition: .3s ease;
    text-decoration: none;
}

.media-card-download:hover {
    color: #0176FE;
}

.media-card-author {
    font-size: 13px;
    font-family: 'Geologica-Regular', sans-serif;
    color: #666;
    margin-top: 1px;
}

.media-gallery-pager {
    margin-top: 40px;
}

.media-gallery-empty {
    font-size: 16px;
    color: #8C8C8C;
    padding: 40px 0;
}

/* Tablet */
@media (max-width: 1200px) {
    .media-card-img {
        height: 240px;
    }

    .media-gallery-section-title {
        font-size: 24px;
    }
}

/* Small tablet */
@media (max-width: 992px) {
    .media-card {
        flex: 0 0 calc(50% - 24px);
        max-width: calc(50% - 24px);
    }

    .media-card-img {
        height: 220px;
    }
}

/* Mobile */
@media (max-width: 640px) {
    .media-card {
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
    }

    .media-gallery-grid {
        width: 100%;
        margin-right: 0;
    }

    .media-card-img {
        height: 200px;
        border-radius: 20px;
    }

    .media-gallery-section-title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .media-gallery-section {
        margin-bottom: 40px;
    }

    .media-card-title {
        font-size: 14px;
    }
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/media_video/style.css?17748472212719*/
.media-video {
    margin-top: 60px;
}

.media-video-title {
    font-size: 24px;
    font-family: 'Geologica-Medium', sans-serif;
    font-weight: 500;
    margin-bottom: 24px;
    line-height: 120%;
    letter-spacing: -0.01em;
}

.media-video-grid {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 24px);
    margin-right: -24px;
}

.media-video-card {
    flex: 0 0 calc(50% - 24px);
    max-width: calc(50% - 24px);
    margin-right: 24px;
    margin-bottom: 32px;
    border-radius: 25px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    isolation: isolate;
    cursor: pointer;
}

.media-video-card-img {
    height: 460px;
    overflow: hidden;
    position: relative;
}

.media-video-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.media-video-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
    display: flex;
    flex-direction: column;
    background: #E8EEFFCC;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

.media-video-card-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.media-video-card-name {
    font-size: 18px;
    font-family: 'Geologica-Medium', sans-serif;
    font-weight: 500;
    color: #101010;
    line-height: 130%;
    letter-spacing: -0.01em;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.media-video-card-download {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    min-width: 28px;
    color: #1A1A1A;
    transition: .3s ease;
    text-decoration: none;
}

.media-video-card-download:hover {
    color: #0176FE;
}

.media-video-card-author {
    font-size: 13px;
    font-family: 'Geologica-Regular', sans-serif;
    color: #666;
    margin-top: 1px;
}

/* Tablet */
@media (max-width: 1200px) {
    .media-video-card-img {
        height: 380px;
    }

    .media-video-title {
        font-size: 24px;
    }
}

/* Small tablet */
@media (max-width: 992px) {
    .media-video-card-img {
        height: 320px;
    }
}

/* Mobile */
@media (max-width: 640px) {
    .media-video-card {
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
    }

    .media-video-grid {
        width: 100%;
        margin-right: 0;
    }

    .media-video-card-img {
        height: 200px;
        border-radius: 20px;
    }

    .media-video-title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .media-video {
        margin-top: 40px;
    }

    .media-video-card-name {
        font-size: 14px;
    }
}

/* End */
/* /local/templates/main/components/bitrix/system.pagenavigation/round/style.css?17375967933166 */
/* /local/templates/main/components/bitrix/news.list/media/style.css?17748424403023 */
/* /local/templates/main/components/bitrix/news.list/media_video/style.css?17748472212719 */
