.bx-sub-section-body {
	margin-top: 50px;
}
.bx-sub-element .row {
	display: flex;
	margin-bottom: 40px;
}
.bx-sub-element-title {
	font-weight: 700;
	font-size: 16px;
	line-height: 140%;
	vertical-align: middle;
}
.bx-sub-element-subtitle {
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	vertical-align: middle;
}
.bx-sub-su-section-title {
	font-weight: 700;
	font-size: 34px;
	line-height: 120%
	vertical-align: middle;
}
.bx-sub-section-subtitle {
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	vertical-align: middle;
}
.bx-sub-right-block iframe {
	max-height: 345px;
	margin: 0 auto;
}
.bx-sub-section-coll {
	display: flex;
    justify-content: center;
}
.bx-sub-element-text {
	margin: 0 15px;
	display: block;
	cursor: pointer;
}
@media screen and (max-width: 768px) {
     .bx-sub-right-block {
		position: relative;
		  overflow: hidden; /* Важно для обрезки контента при масштабировании */
		  width: 100%; /* Занимает всю ширину родительского контейнера */
		  padding-top: 56.25%;
	}
    .bx-sub-right-block iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 0; 
	}
	.theme-dark .BLOCK_SUBSCRIBE .index-block {
		background-color: #232323;
		border-radius: 8px;
		border: 1px solid #3A3A3A;
		padding: 30px 15px;
	}
	.theme-light .BLOCK_SUBSCRIBE .index-block {
		background-color: #F8F8F8;
		border-radius: 8px;
		border: 1px solid #EDEDED;
		padding: 30px 15px;
	}
	.bx-sub-section-subtitle {
		font-size: 16px;
	}
	.bx-sub-su-section-title {
		font-size: 24px;
	}
	.bx-sub-section-coll {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 568px) {
	.bx-sub-element-icon img {
		max-width: 32px;
	}
	.bx-sub-section-subtitle {
		font-size: 14px;
	}
	.bx-sub-su-section-title {
		font-size: 20px;
	}
	.bx-sub-element-title {
		font-size: 14px;
	}
	.bx-sub-element-subtitle {
		font-size: 12px;
	}
	.drag-block.BLOCK_SUBSCRIBE {
		margin: 40px 0;
	}
}
@media screen and (max-width: 425px) {
	.BLOCK_SUBSCRIBE .index-block {
		padding: 20px 0px;
	}
    .bx-sub-section-subtitle {
        font-size: 12px;
    }
	.bx-sub-section-body {
		margin-top: 30px;
	}
	.bx-sub-element-text {
		margin: 0 10px;
	}
	.bx-sub-element-subtitle {
		font-size: 9px;
	}
	.bx-sub-element-title {
		font-size: 10px;
	}
	.bx-sub-element .row {
		margin-bottom: 25px;
	}
    .bx-sub-section-coll {
        margin-bottom: 10px;
    }
}