

/* Start:/local/templates/mayoly2021/css/news-new-design.css?17521487222097*/
.novosti__title{
	font-weight: bold;
	font-size: 24px;
	line-height: 31px;
	color: #FFFFFF;
	margin-top: 30px
}
.novosti__row{
	margin-top: 45px;
}
.novosti__item{
	background: #FFFFFF;
	display: flex;
	width: 100%;
	margin-top: 40px;
	border-radius: 10px;
	text-decoration: none;
  align-items: center;
}
.novosti__item:first-child{
	margin-top: 0
}
.novosti__item-pic{
	width: 270px;
    display: flex;
}
.novosti__item-img{
	border-radius: 10px 0px 0px 10px;
    width: 270px;
    height: 100%;
    object-fit: contain;
}
.novosti__info{
	padding: 18px 30px 19px 30px;
	border-radius: 0px 10px 10px 0px;
}
.novosti__info-date{
	font-size: 18px;
	line-height: 23px;
	color: #7A7A7A;
}
.novosti__info-name {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 18px;
}
.novosti__info-text{
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	margin-top: 10px;
	transition: 0.3s
}
.novosti__info-text img{
	display: none
}
.novosti__info-text p{
	margin: 0
}
.novosti__info-text a{
	color: #005b90;
	text-decoration: none
}
.novosti__info:hover .novosti__info-text{
	color: #005b90;
}
.novosti__info:hover{
	cursor: pointer;
}
@media(max-width: 1500px){
	.novosti__row{
		margin-top: 30px;
	}
	.novosti__item{
		margin-top: 30px;
	}
	.novosti__info-date {
	    font-size: 16px;
	    line-height: 21px;
	}
	.novosti__info-text {
	    font-size: 16px;
	    line-height: 22px;
	}
	.novosti__title{
		margin-top: 20px;
	}
}
@media(max-width: 1349px){
	.novosti__info{
		padding: 13px 20px
	}
	.novosti__item,
	.load__more {
	    margin-top: 20px;
	}
}
@media(max-width: 1199px){
	.novosti__item-pic,
	.novosti__item-img{
		width: 235px;
	}
}
@media(max-width: 767px){
	.novosti__item{
		flex-direction: column;
	}
	.novosti__item-pic{
		width: 100%;
		justify-content: center;
		margin-top: 13px;
	}
	.novosti__item-img{
		border-radius: 10px
	}
	.novosti__info-text {
	    font-size: 14px;
	    line-height: 20px;
	}
	.novosti__info-date {
	    font-size: 14px;
	    line-height: 20px;
	}
	.novosti__row .load__more {
	    margin-top: 20px;
	}
	.novosti__info {
	    padding: 13px 15px;
	}
}

/* End */


/* Start:/local/templates/mayoly2021/components/bitrix/system.pagenavigation/news/style.min.css?17521487222530*/
.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}.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}
/* End */


/* Start:/local/templates/mayoly2021/css/pagination.css?1752148722848*/
.load__more{
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.load__more-btn{
	background: #00A5D9;
	border-radius: 100px;
	padding: 21px 30px;
	font-weight: bold;
	font-size: 16px;
	line-height: 14px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
}
.load__more-btn svg{
	margin-left: 10px;
}
.load__more-btn:hover{
	cursor: pointer;
}
.load__more svg.preload{
	display: none;
}
.load__more-active svg.icon{
	display: none
}
.load__more-active svg.preload{
	display: block;
	animation: loadPreloader;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
@keyframes loadPreloader {
	from {
    	transform: rotate(0deg);
  	}
	100% {
	    transform: rotate(360deg);
	}
}
@media(max-width: 1500px){
	.load__more{
		margin-top: 30px;
	}
	.load__more-btn{
		padding: 17px 25px
	}
}
/* End */


/* Start:/local/templates/mayoly2021/components/bitrix/news/news-new-design/bitrix/news.list/.default/style.css?1752148722110*/
.novosti__info:hover {
    cursor: unset;
	
}
.novosti__info:hover .novosti__info-text {
    color: #333333;
}
/* End */
/* /local/templates/mayoly2021/css/news-new-design.css?17521487222097 */
/* /local/templates/mayoly2021/components/bitrix/system.pagenavigation/news/style.min.css?17521487222530 */
/* /local/templates/mayoly2021/css/pagination.css?1752148722848 */
/* /local/templates/mayoly2021/components/bitrix/news/news-new-design/bitrix/news.list/.default/style.css?1752148722110 */
