

/* Start:/bitrix/templates/loginet_en/components/bitrix/news.list/news_redisign/style.css?17398688901715*/
.d-flex{
	flex-wrap: wrap;
}

.news__card{
	margin-bottom: 30px;
}

@media screen and (max-width: 395px){
	.news__card{
		height: auto !important;
	}
	.news__card_link{
		bottom: 0px !important;
	}
}

@media screen and (max-width: 264px){
	.news__link_img{
		display: none;
	}
}

.news-container .news__card{
	width: calc(100% / 3 - 30px);
	height: auto;
    max-height: initial;
	min-height: 500px;
	background-color: #1111;
}

@media screen and (max-width: 856px){
	.news-container .news__card{
		width: 100%;
	}
}

@media screen and (min-width: 857px) and (max-width: 1200px){
	.news-container .news__card{
		width: calc(100% / 2 - 30px);
	}
}
.load_more{
	background-color: initial;
	font-weight: 700;
}
.load_more:after {
    position: absolute;
    content: "";
    display: inline-block;
    background: #06874B;
    background: linear-gradient(45deg, #06874B 0%, #2BC744 25%, #2BC744 40%, #06874B 100%);
    height: 50px;
    width: 480px;
    z-index: -1;
    margin-top: -10px;
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
    transition: -webkit-transform 400ms ease-in;
    transition: transform 400ms ease-in;
    transition: transform 400ms ease-in, -webkit-transform 400ms ease-in;
}
.load_more:hover:after {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
}
.block-loaded:before {
    z-index: 1030;
    content: '';
    display: block;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.45);
    background-image: url(/bitrix/templates/loginet/Spinner-1s-200px.svg);
    background-size: 150px;
    background-repeat: no-repeat;
    background-position: 50%;
    position: fixed;
    top: 0;
    left: 0;
}
/* End */


/* Start:/bitrix/templates/loginet_en/components/bitrix/system.pagenavigation/show_more/style.css?1739868890348*/
.load_more {
    height: 50px;
    width: 240px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: white;
    text-align: center;
    border-radius: 0;
    font-weight: 900;
    font-size: 18px;
    margin-top: -2px;
    background-color: #1b9b4f;
    padding: 10px 15px;
    margin: 0 auto;
    cursor: pointer;
}
/* End */
/* /bitrix/templates/loginet_en/components/bitrix/news.list/news_redisign/style.css?17398688901715 */
/* /bitrix/templates/loginet_en/components/bitrix/system.pagenavigation/show_more/style.css?1739868890348 */
