#stroka{
    background:#ffffff;
    position: relative;
    /*width: 74%;*/
    margin: 19px 0 0 48px;
    height: 30px;
    padding: 0 0 0 13px;
    overflow: hidden;
}
#stroka marquee {
	line-height:23px;
}
#stroka .item{
    font-family: 'Stem';
    font-weight: 350;
    font-size: 16px;
    line-height: 23px;
    color: #999999;
    position: relative;
    margin-right: 19px;
    display: inline-block;
}
#stroka .item a{
    font-family: 'Stem';
    font-weight: 350;
    font-size: 16px;
    line-height: 23px;
    color:#A03761;
}
#stroka .item:after{
    content: '';
    background: #DBDBDB;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 0 3px 19px;
}
/*Main-page*/
.main-stroka #stroka {
	border-top:1px solid #E5E5E5;
	width:100%;
	padding:0px;
	margin:0px;
	height:46px;
	
}
.main-stroka #stroka .item {
	line-height:40px;
}
.main-stroka #stroka marquee {
	height:36px;
}
/*End main page*/
@media(max-width: 1199px){
    #stroka{
        /*width: 64%;*/
    }
}
@media(max-width: 992px){
    #stroka{
        display: none;
    }
}