

/* Start:/local/templates/.default/components/bitrix/news.list/main_news/style.css?17200101951008*/
.row-flex{
display: -webkit-flex !important;
display: -moz-flex !important;
display: -ms-flex !important;
display: -o-flex !important;
-webkit-display: flex !important;
-moz-display: flex !important;
-ms-display: flex !important;
-o-display: flex !important;
display: flex !important;
flex-wrap: wrap;
justify-content: space-between;	
}
.wrt {
    position: relative;
    z-index: 100;
    width: 48%;
}
.sl .name{
	max-width:100% !important;
}
.sl img {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 90;
    width: 48%;
	height: calc(100% - 20px);
    object-fit: cover;   
    -o-object-fit: cover;   
}
.sl .txt{
	display:none;
}

@media screen and (max-width: 1200px) {
.sl img {
    width: 60%;
}
.wrt {
    width: 60%;
}	
}

@media screen and (max-width: 991px) {
.sl{
max-width:100% !important;
}
}

@media screen and (max-width: 550px) {
.wrt {
    width: 90%;
}	
}

@media screen and (max-width: 380px) {
.wrt {
    width: 100%;
}
.sl img {
    width: calc(100% - 20px);
}	
}

/* End */
/* /local/templates/.default/components/bitrix/news.list/main_news/style.css?17200101951008 */
