

/* Start:/local/templates/.default/components/bitrix/news.list/sale/style.css?17562971551993*/
.row-between{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.events__event {
    width: 350px;
    margin: 0 25px 65px;
    overflow: hidden;
    display: inline;
    float: left;
    text-align: center;
}
.event-block__content {
    height: 552px;
    margin-bottom: 20px;
    overflow: hidden;
    overflow-wrap: break-word;
}
.event-block__link:active, .event-block__link:hover,.event-block__link:link, .event-block__link:visited {
    color: #7A7A7A;
    text-decoration: none;
}
.event-block__link {
    display: block;
    overflow: hidden;
    margin-bottom: 60px;
}
.event-block__link img {
    display: block;
    margin-bottom: 20px;
    width: auto;
    height: 350px;
    margin: 0 auto;
}
h2.event-block__title {
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #000000;
}
.event__preview-text {
    text-align: center;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 30px;
    color: #4A4A4A;
}
.solution__button.btn.button {
    display: inline-block;
    border-radius: 0;
    width: 175px;
    height: 40px;
    line-height: 40px;
    padding-top: 0;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    background: white;
    border:1px solid #4A4A4A;
    color:  #4A4A4A;
}

@media screen and (max-width:1500px) {
.events__event {
    width: 28%;
}	
.event-block__content {
    height: 530px;
}
.event-block__link img {
	height: 300px;
}
.generic-content-container{width: 90%!important;}

}
@media screen and (max-width:1200px) {
.events__event {
    width: 27%;
}   

}
@media screen and (max-width:992px) {
.events__event {
    width: 40%;
}   

}
@media screen and (max-width:575px) {
.event-block__link img {
	height: 100%;
	width: 100%;
}
.events__event {
    width:100%;
}	
.event-block__content {
    height: auto;
    margin-bottom: 0;
}
.event-block__link {
    margin-bottom: 10px;
}


}
/* End */
/* /local/templates/.default/components/bitrix/news.list/sale/style.css?17562971551993 */
