

/* Start:/bitrix/templates/aspro_next/components/bitrix/system.pagenavigation/round_new/style.css?17827108602917*/
.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;
}

/* End */


/* Start:/bitrix/templates/aspro_next/components/bitrix/news.list/video/style.css?17827108602977*/
h1{
    font-size: 2.5rem !important;

    margin-bottom: 0;
}

h2{
    margin-bottom: 0;
}

a{
    text-decoration: none !important;
}

.section__video{
    /*margin: 0 0 90px 0;*/
}





.playing .video__block{
    flex-direction: column;

    margin: 60px 0;

    cursor: auto;

    border: none;

    align-items: inherit;
}

.playing .video__block:hover{
    -webkit-box-shadow: 0 0 0 rgba(38, 50, 56, .35);
       -moz-box-shadow: 0 0 0 rgba(38, 50, 56, .35);
            box-shadow: 0 0 0 rgba(38, 50, 56, .35);
}
.playing .video__media{
    margin-right: 0;
}
.palying .video__content{
    padding-right: 0;
}
.playing .video__play iframe{
    width: 100%;
    height: 465px;
}

.playing .video__play{
    margin-bottom: 30px;

    pointer-events: auto;
}

.playing .video__play-icon{
    display: none;
}
.playing .video__name span{
    font-size: 27px;
}





.video__block{
    display: flex;

    box-sizing: border-box;
    margin: 30px 0;
    margin-bottom: 30px;

    cursor: pointer;
    transition: all .3s ease-in-out;

    border: 1px solid #f0f0f0;
    border-radius: 4px;

    align-items: center;
}

.video__media{
    margin-right: 30px;
}

.video__play{
    transition: all .3s ease-in-out;
}

.video__content{
    padding-right: 40px;
}

.video__name{
    margin-bottom: 15px;
}

.video__name span{
    font-family: PT Sans;
    font-size: 23px;
    font-weight: bold;
    font-style: normal;
    line-height: normal;

    transition: all .3s ease-in-out;
}
.video__category-link{
    transition: all .3s ease-in-out;
}

.video__category-link a{
    font-family: PT Sans;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 29px;

    transition: all .3s ease-in-out;

    color: #025fa5;
    border-bottom: .5px solid #025fa5;
}

.video__category-link a:hover{
    border-bottom: .5px solid transparent;
}

.video__play-icon{
    padding-right: 15px;
}


.notice__container{
    font-family: PT Sans;
    font-style: normal;
    line-height: normal;

    margin-top: 90px;
}

.notice__title{
    margin-bottom: 10px;
}

.notice__title h2{
    font-size: 27px;
    font-weight: bold;
}

.notice__text{
    font-size: 18px;
    line-height: 2.5;
}



@media(min-width: 991px){
    .video__play{
        pointer-events: none;
    }

    .video__block:hover{
        /*transform: scale(1.02);*/
        -webkit-box-shadow: 0 0 20px rgba(38, 50, 56, .2);
           -moz-box-shadow: 0 0 20px rgba(38, 50, 56, .2);
                box-shadow: 0 0 20px rgba(38, 50, 56, .2);
    }
}


@media(max-width: 692px){
    iframe{
        width: 100%;
        height: 330px !important;
    }
    .playing{
        margin: 40px 0;
    }
    .playing .video__name span{
        font-size: 23px;
    }
    .video__block{
        flex-direction: column;

        margin: 40px 0;

        align-items: baseline;
    }
    .video__media{
        width: 100%;
        margin-right: 0;
    }
    .video__play{
        width: 100%;
    }
}

/* End */
/* /bitrix/templates/aspro_next/components/bitrix/system.pagenavigation/round_new/style.css?17827108602917 */
/* /bitrix/templates/aspro_next/components/bitrix/news.list/video/style.css?17827108602977 */
