.case-detail-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 40px 0;
    gap: 40px;
	max-width: 80%;
}
.case-detail-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 8px;
}
.case-detail-head-title {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    color: #24292F;
}
.case-detail-head-subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #24292F;
}
.case-detail-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #24292F;
	width: 100%;
}
.case-detail-content-text {
	width: 100%;
}
.case-detail-content-text h4 {
	margin: 30px 0 15px;
}
.case-detail-content-tizer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 80px;
    gap: 127px;
    background: #F8F8F8;
    border-radius: 8px;
	width: 100%;
}
.case-detail-content-tizer-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 8px;
	flex-basis: 25%;
}
.case-detail-content-tizer-item-title {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #5820F6;
}
.case-detail-content-tizer-item-subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #6C747B;
}
.services-detail__bottom-info .ordered-block.goods {
	margin-bottom: 40px;
}
.cases-page-request-block.cases-page-detail .form-request-call-big {
	padding-left: 0;
	padding-right: 0;
}	
.cases-page-request-block.cases-page-detail  {
	padding-bottom: 0px;
}
.wf-youtube-with-preview img {
    width: 100%;
}
.wf-youtube-with-preview-img {
    position: relative;
}
.wf-youtube-with-preview-img:after {
    content: '';
    display: block;
    width: 68px;
    height: 68px;
    filter: drop-shadow(0px 4px 12px rgba(91, 48, 220, 0.16));
    background-image: url(/upload/data_center/play.png);
    position: absolute;
    background-size: contain;
    cursor: pointer;
    top: calc(50% - 34px);
    right: calc(50% - 34px);
}
.wf-youtube-with-preview iframe {
    width: 100%;
}
.wf-youtube-with-preview-link {
    display: none;
}
@media screen and (max-width: 1280px) {
	.case-detail-block {
		max-width: 100%;
		width: 100%;
	}
}
@media screen and (max-width: 991px) {
    .case-detail-block {
        padding: 0 0 40px;
        gap: 40px;
    }
    .case-detail-content img {
        width: 100%;
    }
    .case-detail-content-tizer {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        padding: 40px;
        gap: 90px;
        background: #F8F8F8;
        border-radius: 8px;
    }
	.case-detail-content-tizer-item {
        flex-basis: 25%;
    }
    .cases-page-request-block.cases-page-detail {
        margin-bottom: 0px;
		padding-bottom: 0;
    }
    .cases-page-request-block.cases-page-detail .form-big-banner-img {
        border-radius: 0 0 0 20px;
    }
}
@media screen and (max-width: 480px) {
    .case-detail-block {
        padding: 0 0 20px;
        gap: 24px;
    }
    .case-detail-head-title {
        font-size: 36px;
        line-height: 44px;
    }
    .case-detail-head-subtitle {
        font-size: 20px;
        line-height: 24px;
    }
    .case-detail-content {
        gap: 24px;
    }
    .case-detail-content-tizer {
        padding: 28px 32px;
        gap: 28px;
        flex-wrap: wrap;
    }
    .case-detail-content-tizer-item {
        flex-basis: 44%;
    }
    .case-detail-content-tizer-item-title {
        font-size: 24px;
        line-height: 32px;
    }
    .cases-page-request-block.cases-page-detail {
        margin-bottom: 0;
    }
	body > .body:not(.index) > .main.banner-auto {
		padding-bottom: 0;
	}
}