

/* Start:/local/templates/edu_copy/components/bitrix/catalog.filter/main_template/style.css?16733761695489*/
.flex-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 140%;
    color: #000;
}
.filter-calendars-row{
    border: 1px solid #003E94;
    border-radius: 4px;
    padding: 0px 24px;
    height: 56px;
}
.inputselect.inputfield{
    font-family: 'Mont';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 140%;
    color: #000;
}
.inputselect.inputfield::placeholder{
    font-family: 'Mont';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 140%;
}
.filter-btns-row .flex-row .btn{
    margin: 0 8px !important;
    background: #003E94;
    border: 1px solid #003E94;
    border-radius: 4px;
    font-family: 'Mont';
    font-style: normal;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #FFF;
    padding: 14px;
    min-width: 200px;
    height: 56px;
}
.filter-btns-row .flex-row .btn.btn--clear{
    background-color: unset;
    color: #003E94;
}
.filter-btns-row .flex-row .btn:focus, .filter-btns-row .flex-row .btn:hover{
    background-color: #4371C4;
    border: 1px solid #4371C4;
    color: #fff;
}
.filter-btns-row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 16px;
}
.filter-btns-row .flex-row{
    justify-content: right;
}
.filter-btns-row .flex-row .btn:last-child{
    margin-left: 12px;
}
form input[type="text"]{
    margin-left: 5px;
}
.form-filter{
    display: flex;
    width: 100%;
    margin-bottom: 32px;
}
img.calendar-icon{
    width: 24px !important;
    height: 24px !important;
    transition: .3s ease;
    border: unset;
    border: unset;
    background-color: unset;
    transform: scale(1.05);
    margin-bottom: 0 !important;
}
img.calendar-icon-hover{
    border: unset;
    border: unset;
    background-color: unset;
}
.text-start{
    margin-left: 17px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;
    color: #A5A5A5;
}
.inputselect.inputfield{
    padding: 15px 12px !important;
    margin-left: 0 !important;
    border: none !important;
}
.inputselect.inputfield:hover{
    cursor: pointer !important;
}
@media screen and (max-width: 1340px) {
    .filter-row__links{
        height: 50px;
    }
    .filter-row{
        align-items: unset !important;
    }
    .filter-calendars-row{
        width: 100%;
    }
}
@media screen and (max-width: 1280px){
    .filter-btns-row > .flex-row{
        justify-content: left;
    }
}
@media screen and (max-width: 1024px){
    .filter-row{
        flex-direction: column;
        align-items: unset;
        justify-content: left;
    }
    .flex-row{
        justify-content: left;
    }
}
@media screen and (min-width: 993px){
    .inputselect.inputfield, .inputselect.inputfield:focus{
        width: auto;
        background: unset;
        border: unset;
        box-shadow: unset;
        cursor: default !important;
        height: 56px;
    }
}
.other-page .search-by-date{
    margin-bottom: 0 !important;
}
@media screen and (max-width: 992px){
    .filter-row-form{
        width: 100% !important;
    }
    .page-title{
        margin-bottom: 24px !important;
    }
    .inputselect.inputfield{
        width: 44%;
        height: 54px;
    }
    .filter-calendars-row .flex-row{
        flex-wrap: nowrap;
        height: 100%;
    }
    .filter-row{
        padding-bottom: 0 !important;
        border-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    .filter-row-links{width: 100%; margin-bottom: 20px}
    .flex-row{font-size: 0; width: 100%;}
    .btn.btn--submit, .btn.btn--clear{
        width: 100%;
        margin-top: 8px;
    }
    .btn-open{
        background: #427281;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 16px;
        color: #FFFFFF;
        border: 1px solid #427281;
        margin-bottom: 32px;
        padding: 16px;
        height: 50px;
        transition: .3s ease;
    }
    .btn-open.opened{
        background-color: #fff;
        color: #427281;
    }
    .btn-open.opened i{
        transform: rotate(180deg);
    }
    .btn-open i {
        transition: .3s ease;
        margin-left: 9px;
    }
    .filter-row{
        display: none !important;
        padding-bottom: 32px;
        border-bottom: 1px solid #D4D5D8;
        margin-bottom: 32px;
    }
    .filter-row.opened{
        display: flex !important;
    }
    .col-sm-12{
        width: 100%;
    }
    .filter-row__links{
        height: unset !important;
    }
    .text-start:first-child{
        margin-left: 0 !important;
    }
    .filter-btns-row > .flex-row{
        flex-direction: column;
    }
    .filter-btns-row .flex-row .btn:last-child{
        margin-left: 0 !important;
    }
    .form-filter{
        flex-direction: column;
    }
    .filter-btns-row .flex-row .btn{
        margin: 8px 0 !important;
        font-size: 16px;
    }
    .filter-btns-row{
        margin-left: 0 !important;
    }
}
@media screen and (max-width: 768px){
    .filter-calendars-row{
        padding: 0 10px;
    }
}
.inputselect.inputfield::placeholder {
    color:  #A5A5A5;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
  }
.date-interval-hellip{display: none!important;}
/* End */


/* Start:/local/templates/edu_copy/components/bitrix/news/video_archive/bitrix/news.list/.default/style.css?16733761683669*/
.news-items {
	position: relative;
}
.newsFilter-btn{
	height: 56px !important;
}
.news-items-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	opacity: 0.5;
	z-index: 10;
}
.archive-video-item{
	display: flex;
	flex-wrap: nowrap !important;
	flex-direction: row !important;
}
.archive-video{
	max-width: 50%;
	width: 100%;
	margin-right: 40px;
	border-radius: 4px;
	overflow: hidden;
}
.archive-video video{
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	margin-bottom: 0 !important;
	transition: .3s ease;
}
.archive-video-item__body-date{
	font-family: 'Mont';
	font-style: normal;
	font-size: 16px;
	line-height: 140%;
	color: #003E94;
	margin-bottom: 16px;
}
.archive-video-item__body-name{
	font-family: 'Mont';
	font-style: normal;
	font-size: 20px;
	line-height: 140%;
	color: #000000 !important;
	margin-bottom: 16px;
	display: flex;
}
.archive-video-item__img:hover img{
	transform: scale(1.1);
}
.archive-video-item__body .btn{
	background: #003E94;
	border: 1px solid #003E94;
	border-radius: 4px;
	font-family: 'Mont';
	font-style: normal;
	font-size: 20px;
	line-height: 140%;
	text-align: center;
	color: #FFFFFF;
	padding: 14px;
	min-width: 200px;
	height: 56px;
}
.archive-video-item__body .btn:hover, .archive-video-item__body .btn:focus{
	background-color: #4371C4;
	border: 1px solid #4371C4;
	color: #fff;
}
.newsFilter-btn{
	background: #003E94 !important;
	border: 1px solid #003E94;
	border-radius: 4px;
	padding: 16px;
	max-width: 216px;
	width: 100%;
	color: #fff !important;
	height: 56px !important;
}
.newsFilter-btn:hover, .newsFilter-btn:focus{
	background-color: #4371C4 !important;
	border: 1px solid #4371C4 !important;
	color: #fff !important;
	outline: none !important;
}
.search-by-date,
.aside-search{
	width: 100%;
}
.select_title{
	font-family: 'Mont';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 140%;
	color: #000000;
	width: 100%;
}
.select_in{
	width: 100%;
}
.select{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	display: flex;
	align-items: center;
	border: 1px solid #003E94 !important;
	border-radius: 4px;
	height: 56px;
	padding: 14px 16px !important;
}
.select_list{
	overflow-y: overlay !important;
}
.select_listWrap{
	left: 0;
}
.newsFilter__select{
	width: 100%;
	margin-right: 16px;
}
.newsFilter__form p {
	font-family: 'Mont' !important;
	font-size: 16px !important;
	color: #000 !important;
}
.aside-search form{
	display: flex;
	margin-bottom: 0 !important;
}
.select:has(.select_in.disabled),.select:has(.select_in.disabled) *{
	cursor: not-allowed;
}
.newsFilter__title{
	color: #000;
}
@media screen and (max-width: 992px){
	.archive-video-item__img{
		display: none;
	}
	.archive-video-item__body .btn{
		font-size: 16px;
	}
	.news-item__info-name{
		font-size: 16px;
	}
	.archive-photo-item__body p{
		display: none;
	}
	.archive-news-item, .archive-photo-item, .archive-video-item, .other-page .videoBlock{
		margin-bottom: 18px !important;
		padding-bottom: 18px !important;
	}
}
@media screen and (max-width: 768px){
	.archive-video-item{
		flex-direction: column !important;
	}
	.archive-video{
		max-width: 100% !important;
		margin-bottom: 16px;
	}
	.aside-search form{
		flex-direction: column;
		margin-bottom: 36px !important;
	}
	.other-page .newsFilter__form form div.newsFilter__select{
		width: 100% !important;
		margin: 5px 0 !important;
	}
	.newsFilter-btn{
		margin: 5px 0 !important;
		width: 100% !important;
		max-width: 100% !important;
	}
	.other-page aside.search-by-date{
		width: 100% !important;
		margin: 0 !important;
	}
	.other-page .newsFilter__form{
		width: 100% !important;
	}
}
/* End */
/* /local/templates/edu_copy/components/bitrix/catalog.filter/main_template/style.css?16733761695489 */
/* /local/templates/edu_copy/components/bitrix/news/video_archive/bitrix/news.list/.default/style.css?16733761683669 */
