

/* Start:/bitrix/templates/.default/components/bitrix/news/portfolio/bitrix/news.detail/.default/style.css?1697635769825*/
.portfolio_detail:after{
	display: block;
	clear: both;
	content: '';
	height:30px;
}
.port_img{
display:block;
text-decoration:none;
height:150px;
width:250px;
background-repeat:no-repeat;
background-position: center;
-webkit-background-size:cover;
background-size:cover;
float: left;
overflow: hidden;
}

.port_text{
	color: #555555;
    float: left;
    margin-left: 20px;
    width: 750px;
}

.gallery:after{
    display: block;
    clear: both;
    content: '';
}
.gallery a{
    display: block;
    width: 340px;
    height: 200px;
    float: left;
    margin: 10px;
    background-repeat:no-repeat;
    text-decoration: none;
	background-position: center center;
	background-size: cover;
}

@media (max-width: 700px) {
    .port_img {
        min-width: 100%;
    }

    .gallery > a {
        min-width: 100%;
    }
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news/portfolio/bitrix/news.detail/.default/style.css?1697635769825 */
