.collapse__block-click {
	display: none;
	width: 100%;
}

.heading__title-collapse {
	cursor: pointer;
	display: inline-block;
	position: relative;
	font-size: 24px !important;
	font-weight: 500 !important;
	border-bottom: 1px dashed #252525;
	line-height: 48px !important;
}
.heading__title-collapse.regular-h2 {
	font-size: 48px !important;
	font-weight: 800 !important;
	border-bottom: 0 !important;
}

.main .docs-block.no-top {
	padding-bottom: 60px;
}

@media only screen and (min-width:1179px) and (max-width:1919px) {
	.heading__title-collapse {
		font-size: 20px !important;
		line-height: 20px !important;
	}
	.heading__title-collapse.regular-h2 {
		font-size:30px !important;
	}
}
@media only screen and (min-width:591px) and (max-width:1178px) {
	.heading__title-collapse {
		font-size: 16px !important;
		line-height: 16px !important;
	}
	.heading__title-collapse.regular-h2 {
		font-size:24px !important;
	}
}
@media only screen and (max-width:1178px) {
	.heading__title-collapse {
		font-size: 14px !important;
		line-height: 14px !important;
	}
	.heading__title-collapse.regular-h2 {
		font-size:18px !important;
	}
}
@media only screen and (max-width:590px) {
	.heading_size-h2 {
		margin-bottom:15px
	}
}