<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container .serch {
	margin: 0 0 0 auto;
}
.serch_menu{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #FFFFFF;
    transition: all 0.5s;
    padding: 24px 30px 28px 30px;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}
.serch:focus-within .serch_menu{
    opacity: 1;
    visibility: visible;
}
.serch_menu .item{
    width: 30%;
}
.serch_menu .item .zag{
    font-family: 'Stem', sans-serif;
    font-weight: 350;
    font-size: 12px;
    line-height: 26px;
    text-transform: uppercase;
    color: #999999;
    margin-bottom: 3px;
}
.serch_menu .item ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.serch_menu .item ul li{
    margin-bottom: -2px;
}
.serch_menu .item ul li a{
    font-family: 'Stem', sans-serif;
    font-weight: 350;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    transition: all 0.5s;
}
.serch_menu .item ul li a:hover{
    color: #A03761;
    text-decoration: none;
}
.open-form{
    display: none;
}
.serch_result{
    background: #FFFFFF;
    transition: all 0.5s;
    padding: 18px 30px 28px 30px;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    overflow-y: scroll;
    /*opacity: 0;
    visibility: hidden;*/
	z-index:1000;
}
.serch:focus-within .serch_result{
    opacity: 1;
    visibility: visible;	
}
.serch_result span{
    font-weight: 500;
}
.serch_result .link{
    margin-bottom: 18px;
}
.serch_result .link a{
    font-family: 'Stem', sans-serif;
    font-weight: 350;
    font-size: 14px;
    line-height: 26px;
    color: #A03761;
    margin-right: 12px;
}
.serch_result .cat{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 23px 0 4px 0;
}
.serch_result .cat .zag{
    font-family: 'Stem', sans-serif;
    font-weight: 350;
    font-size: 12px;
    line-height: 26px;
    text-transform: uppercase;
    color: #999999;
    margin-bottom: 15px;
}
.serch_result .cat .item{
    margin-bottom: 16px;
    width: 97%;
}
.serch_result .cat .item a{
    font-family: 'Stem', sans-serif;
    font-weight: 350;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    display: block;
    margin-bottom: 7px;
}
.serch_result .cat .item a i{
    background: #F5F5F6;
    font-style: normal;
    padding: 4px 6px;
}
.serch_result .cat .item a .play{
    background: #A03761 url(/local/templates/rtvi2020/img/play1.png) 50% 50% no-repeat;
    background-size: 10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 0 -8px 5px;
}
.serch_result .cat .item .date{
    font-family: 'Stem', sans-serif;
    font-weight: 350;
    font-size: 16px;
    line-height: 26px;
    color: #999999;
}
.serch_result .more{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 27px;
}
.serch_result .more .num{
    font-family: 'Stem', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.serch_result .more a{
    font-family: 'Stem', sans-serif;
    font-weight: 350;
    font-size: 14px;
    line-height: 26px;
    color: #A03761;
    letter-spacing: 1.2px;
}
.navbar-expand-md {
    max-width: 100% !important;
    position: fixed;
    z-index: 1100;
    padding: 2px 10px;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    transition: all 0.5s;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
}
.navbar-expand-md .navbar-brand {
    margin: 20px 0 20px 0;
}
.navbar-expand-md.fixed{
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
}
.navbar-expand-md .navbar-brand{
    width: 100px;
    transition: all 0.5s;
}
.navbar-expand-md .navbar-brand img{
    width: 100%;
}
.navbar-expand-md.fixed .navbar-brand{
    width: 66px;
    margin: 0;
}
.navbar-expand-md .video{
    transition: all 0.5s;
}
.navbar-expand-md.fixed .video,
.navbar-expand-md.fixed .navbar-toggler{
    margin-top: 0;
}
.navbar-expand-md.fixed .serch {
    margin: 10px 0 10px auto;
}
.navbar-expand-md .container{
    max-width: 1380px;
}
body:after{
    content: '';
    width: 100%;
    height: 50%;
    position: fixed;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
    background: linear-gradient(180deg, #FFFFFF 17.71%, rgba(255, 255, 255, 0) 100%);
    transform: rotate(-180deg);
    opacity: 0;
    visibility: hidden;
}
body.grade:after{
    opacity: 1;
    visibility: visible;
}
main{
    margin-top: 105px;
}
.bars.fixed {
    position: fixed;
    top: 64px;
    z-index: 100;
}
@media(max-width: 1420px){
    .navbar-expand-md .container{
        max-width: 1140px;
    }
}
@media(max-width: 1199px){
    .navbar-expand-md .container {
        max-width: 960px;
    }
}
@media(max-width: 992px){
    .navbar-expand-md .container {
        max-width: 720px;
    }
}
@media(max-width: 767px){
    .serch.active .serch_result{
        opacity: 1;
        visibility: visible;
    }
    .navbar-expand-md&gt;.container{
        justify-content: flex-start;
        align-items: baseline;
        max-width: 540px;
    }
    main {
        margin-top: 90px;
    }
}
@media(max-width: 577px){
    .serch_result{
        padding: 18px 10px 28px 10px;
    }
    .serch_result .cat .item{
        width: 100%;
    }
    .navbar-expand-md&gt;.container{
        max-width: 100%;
    }
	.serch_menu .item ul li a {
		font-size:12px;
		line-height:24px;
	}
	.serch_menu .item ul li {
		line-height:24px;
	}
}</pre></body></html>