.widget-promotion.template-promotion .widget-header {
    margin-bottom: 45px;
}
.widget-promotion.template-promotion .widget-header-text {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    font-family: Rubik, sans-serif;
}
.widget-promotion.template-promotion .widget-header-description {
    font-size: 16px;
    line-height: 23px;
    color: #444444;
    margin-top: 20px;
}
.widget-promotion.template-promotion .widget-item-wrapper {
    position: relative;
    display: block;
}
.widget-promotion.template-promotion .widget-item-wrapper span {
    display: block;
}
.widget-promotion.template-promotion [data-view=default] .widget-item-wrapper {
    padding-top: 65%;
}
.widget-promotion.template-promotion [data-view=mosaic] [data-big-block=true] .widget-item-wrapper {
    padding-top: 50%;
}
.widget-promotion.template-promotion [data-view=mosaic] [data-big-block=false] .widget-item-wrapper {
    height: 100%;
}
.widget-promotion.template-promotion .widget-item-picture,
.widget-promotion.template-promotion .widget-item-layout {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.widget-promotion.template-promotion .widget-item-picture {
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
}
.widget-promotion.template-promotion .widget-item-layout {
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.4s;
}
.widget-promotion.template-promotion .widget-item:hover .widget-item-layout {
    opacity: 1;
}
.widget-promotion.template-promotion .widget-item-information {
    position: absolute;
    bottom: 25px;
    color: #FFF;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 35px;
    opacity: 0;
    transition-property: opacity, bottom;
    transition-duration: 0.4s;
}
.widget-promotion.template-promotion .widget-item:hover .widget-item-information {
    bottom: 0;
    opacity: 1;
}
.widget-promotion.template-promotion [data-big-block=true] .widget-item-information {
    padding-left: 55px;
    padding-right: 55px;
}
.widget-promotion.template-promotion .widget-item-name {
    font-size: 24px;
    line-height: 30px;
}
.widget-promotion.template-promotion .widget-item-description {
    font-size: 15px;
    line-height: 20px;
    margin-top: 10px;
    max-height: 60px;
    overflow: hidden;
}
.widget-promotion.template-promotion [data-align=left] {
    text-align: left;
}
.widget-promotion.template-promotion [data-align=center] {
    text-align: center;
}
.widget-promotion.template-promotion [data-align=right] {
    text-align: right;
}
@media all and (max-width: 768px) {
    .widget-promotion.template-promotion [data-view=mosaic] [data-big-block=true] .widget-item-wrapper,
    .widget-promotion.template-promotion [data-view=mosaic] [data-big-block=false] .widget-item-wrapper {
        height: auto;
        padding-top: 100%;
    }
    .widget-promotion.template-promotion .widget-item-layout {
        opacity: 1;
    }
    .widget-promotion.template-promotion .widget-item-information {
        padding-bottom: 25px;
    }
    .widget-promotion.template-promotion .widget-item-information {
        bottom: 0!important;
        opacity: 1!important;
    }
    .widget-promotion.template-promotion [data-view=mosaic] [data-big-block=true] .widget-item-information {
        padding-left: 25px;
        padding-right: 25px;
    }
    .widget-promotion.template-promotion .widget-item-name {
        font-size: 21px;
        line-height: 25px;
    }
    .widget-promotion.template-promotion .widget-item-description {
        font-size: 14px;
    }
}
@media all and (max-width: 650px) {
    .widget-promotion.template-promotion [data-view=mosaic] [data-big-block=true] .widget-item-wrapper,
    .widget-promotion.template-promotion [data-view=mosaic] [data-big-block=false] .widget-item-wrapper {
        padding-top: 50%;
    }
}
@media all and (max-width: 500px) {
    .widget-promotion.template-promotion [data-view=mosaic] [data-big-block=true] .widget-item-wrapper,
    .widget-promotion.template-promotion [data-view=mosaic] [data-big-block=false] .widget-item-wrapper {
        padding-top: 100%;
    }
}
.widget-promotion__list {
	text-align: center;
	margin-top: -20px;
    margin-bottom: 20px;
}
.widget-promotion__item {
	display: inline-block;
	margin: 3px;
}
a.widget-promotion__link {
	display: block;
    font-size: 13px;
    line-height: 13px;
    padding: 7px 10px;
    border: none;
    color: #4c5256;
    text-decoration: none;
    background: #e9edf1;
    border-radius: 3px;
	transition: all 0.4s;
	cursor: pointer;
}
a.widget-promotion__link.widget-promotion__link--active {
	background: #d7569c;
	color: #fff;
}	
a.widget-promotion__link:hover,
a.widget-promotion__link:focus,
a.widget-promotion__link:active {
	background-color: #d7569c;
	text-decoration: none;
	color: #fff;
}