/* akciya */
.news2 .items {
    display: flex;
    flex-wrap: wrap;
    align-items:stretch;
}
.akciya-card__wrapp{
    display: flex;
    flex-wrap: wrap;
    align-content:stretch;
	/* flex-direction: column; */
    justify-content: space-between;
    margin-bottom: -56px;
}
.akciya-ithem{
    min-height: 600px;
    display: flex!important;
    /* justify-content: space-between; */
    flex-direction: column!important;
    flex-wrap: wrap!important;
    align-content:stretch!important;
}
.akciya-ithem .image{
	width: 100%!important;
}
.akciya-card__wrapp .link-block-more{
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    margin-bottom: 100px;
}
.akciya-card__wrapp .link-block-more a{
    width: 200px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
	padding: 8px!important;
	text-align: center;
}
.akciya-ithem .link-block-more a{
	color:#fff;
}

.akciya-ithem .body-info{
    padding-left: 0!important;
}
@media screen and (max-width: 1400px){
    .akciya-ithem{
        min-height: 500px;
    }
}
@media screen and (max-width: 991px) {
.akciya-card__wrapp .link-block-more {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    /* margin-bottom: 100px; */
    margin: 0 AUTO;
    }
    .akciya-card__wrapp{
        margin: 0 auto;
        text-align: center;
    }
    .akciya-card__wrapp .previewtext{
        padding: 10px 26px 0 26px;
    }
    .akciya-ithem{
        min-height: auto;
    }
    .akciya-ithem .img-responsive {
        margin: 0 auto;
        padding: 0;
    }
    .akciya-ithem .image{
        padding: 0;
    }
}

