

/* Start:/local/templates/punto/components/bitrix/catalog/video_punto/style.css?15720114251122*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/* End */


/* Start:/local/templates/punto/components/bitrix/system.pagenavigation/bootstrap_v4_punto/style.css?17162878111093*/
/*.page-link{
	color: var(--theme-color-primary);
}*/

.page-item.active .page-link {
	color: #fff!important;
	background-color: rgb(27, 29, 76)!important;
/*	color: var(--theme-b-tx-primary);
	background-color: var(--theme-color-primary);
	border-color: var(--theme-color-primary);*/
}
.page-link:focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}
.page-link{
	/* font-family: "FranklinGothicMediumCond", Helvetica, Arial, sans-serif!important; */
	font-family: "Lato Medium";
	font-size: 20px!important;
	color: rgb(64, 64, 64)!important;
}
.page-item.disabled .page-link{
	color: #999999!important;
}
li:not(.disabled) .page-link:hover{
	color: #fff!important;
	background-color: rgb(27, 29, 76)!important;
}

@media (max-width: 767px) {
	.pagination-container .pagination.pagination-sm{
		width: 100%;
		display: flex;
		overflow: auto;
	}

	.pagination-container .pagination.pagination-sm .page-item{
		width: 50%;
		text-align: center;
	}
	.pagination-container .pagination.pagination-sm .page-item .page-link{
		width: 100%;
	}
	.page-item.disabled{
		display: none;
	}

}


/* End */


/* Start:/local/templates/punto/components/bitrix/news/video/bitrix/news.list/videos/style.css?15798745192448*/
.video-news-list-v{
    height: 100%;
    background-color: white;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1px;
    margin-bottom: 30px;
    display: block;
    text-align: center;
}
.video-news-item-v{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    max-width: 46%;
    width: 90%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: inline-table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 17px;
    height: 310px;
    text-decoration: none;

}
.video-news-item-v iframe{
    width: 100%;
    height: 295px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}
.video-news-item-v p{
    flex-wrap: wrap;
    text-align: center;
    margin: 10px;
}
.video_more-v{
    background-color: transparent;
    text-align:center;
    margin:10px
}
.link-more-video-v{
    text-decoration: none;
    background-color: transparent;
    padding: 6px;
}
.link-more-video-v:hover{
    text-decoration:underline;
}

.youtube-v {
    width: 100%;
    height: 295px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
    background-size: cover;
}
.youtube-v:hover{
    box-shadow: 0px 0px 0px #8e8e8e;
}
.youtube-v .play {
    background: url('/local/templates/punto/components/bitrix/news/video/bitrix/news.list/videos/img/youtube-play-btn.png') no-repeat;
    background-position: 0 -50px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    height: 50px;
    width: 69px;
    transition: none;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}
.youtube-v:hover .play {
    background-position: 0 0;
}
@media screen and (max-width: 1230px) {
    .video-news-item-v {
        max-width: 90%;
        margin-left: 14px;
        margin-right: 14px;
    }
}
@media (max-width: 767px){
    .video-news-item-v {
        height: auto;
    }
    .youtube-v {
        height: 150px;
    }
    .video-news-item-v iframe{
        height: 150px;
    }
}

/* End */
/* /local/templates/punto/components/bitrix/catalog/video_punto/style.css?15720114251122 */
/* /local/templates/punto/components/bitrix/system.pagenavigation/bootstrap_v4_punto/style.css?17162878111093 */
/* /local/templates/punto/components/bitrix/news/video/bitrix/news.list/videos/style.css?15798745192448 */
