article.afisha{
	max-width:70%;
}

.article-image{
	width: 30%;
    padding: 15px;
    margin: 0;
    margin: 0 25px;
}
.article__header {
	width: 100%;
}
.fullstory .main-image{
	width: 100%;
}
.article-image--copy{
	display: none;
}
.fullstory__main{
	width: 100%;
}
.fullstory__afisha-info{
	font-size: 1rem;
	max-width: 60%;
	text-transform: uppercase;    
}
.afisha__location > span{display:block}

.fullstory__afisha-info span{
	margin-right: 10px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: .85rem;
    color: #6d6d6d;
	
}
.afisha__price{
    text-transform: none;
}
.afisha__location{
	text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    margin-bottom: 25px;
    font-size: 1.25rem;
}
.afisha__buy{

}
.afisha__buy a{
text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    margin: 0;
    padding: 5px 15px;
    border: 1px solid #318ed5;
    width: 150px;
    margin-top: 25px;
    transition: .3s all;
    display: block;
    text-align: center;
    background: #318ed5;
}
.afisha__buy a:hover{
	background: transparent;
	color:#318ed5;
}
