.widget-include.template-why {
    position: relative;
	background: url(/promotion_and_advertising/promyshlennyy-internet-marketing/include.why/images/bg-2.jpg);
}
.widget-include.template-why .widget-image {
    width: 40%;
    height: 650px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
}
.widget-include.template-why .widget-content {
    pointer-events: none;
}
.widget-include.template-why .widget-text-wrap {
    pointer-events: all;
}
.widget-include.template-why .adaptive-container,
.widget-include.template-why .widget-text-wrap {
    height: 100%;
}
.widget-include.template-why .widget-picture {
    position: relative;
}
.widget-include.template-why .widget-picture.picture-right {
	text-align: right;
	text-align: -webkit-right;
}
.widget-include.template-why .widget-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
.widget-include.template-why .widget-text {
    color: #FFF;
    padding: 65px 30px;
    max-width: 820px;	
}
.widget-include.template-why .widget-text-header {
    font-size: 32px;
    font-weight: 500;
    line-height: 50px;
}
.widget-include.template-why .widget-text-description {
    font-size: 18px;
    line-height: 150%;
    color: #DCDCDC;
    margin-top: 25px;
}
[aria-expanded="true"] span.close-collapse {
    display: inline-block;
}
[aria-expanded="true"] span.open-collapse {
    display: none;
}
[aria-expanded="false"] span.close-collapse {
    display: none;
}
[aria-expanded="false"] span.open-collapse {
    display: inline-block;
}
@media all and (max-width: 1024px) {
    .widget-include.template-why .widget-image {
        width: 100%;
		display: none;
    }
	.widget-include.template-why .widget-content {
	    position: relative;
		padding: 50px 0;
	}
}
@media all and (max-width: 950px) {
    .widget-include.template-why .widget-picture {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .widget-include.template-why .widget-image {
        height: 100%;
    }
    .widget-include.template-why .widget-content {
        position: static;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .widget-include.template-why .widget-text {
        padding: 30px;
    }
	.widget-include.template-why .widget-text-header {
		font-size: 20px;
		line-height: 30px;
	}
	.widget-include.template-why .widget-text-description {
		font-size: 16px;
	}
}
