

/* Start:/local/templates/custom-landing24/template_styles.css?17859191671577*/
.landing-layout-flex {
	display:flex;
	flex-wrap: nowrap;
	/*overflow: hidden;*/
	flex-direction: column;
}

@media (min-width: 768px) {

	.landing-layout-flex {
		flex-direction: row;
	}

	.landing-layout-flex.sidebar-right {
		flex-direction: row-reverse;
	}

	.landing-layout-flex.without-left {
		flex-direction: row-reverse;
	}
	
	.landing-layout-flex .landing-sidebar {
		width: 30%;
	}
	
	.landing-layout-flex .landing-main {
		width: 70%;
	}
}

@media (min-width: 992px) {
	
	.landing-layout-flex .landing-sidebar {
		width: 300px;
		min-width: 300px;	/* 30% * 992px */
	}
	
	.landing-layout-flex .landing-main {
		width: calc(100% - 300px);
	}
}

.g-pt-30 {
	padding-top: 2.14286rem !important;
}
.g-px-50 {
	padding-left: 3.57143rem !important;
	padding-right: 3.57143rem !important;
}
.g-py-30 {
	padding-top: 2.14286rem !important;
	padding-bottom: 2.14286rem !important;
}
.g-px-50 {
	padding-left: 3.57143rem !important;
	padding-right: 3.57143rem !important;
}
.bitrix-footer {
	display: none;
}

@media (max-width: 575.98px) {
	h1 { font-size: 28px !important; line-height: 36px !important; font-weight: 700 !important; }
	h2 { font-size: 22px !important; line-height: 30px !important; font-weight: 700 !important; }
	h3 { font-size: 18px !important; line-height: 24px !important; font-weight: 600 !important; }
	h4 { font-size: 16px !important; line-height: 20px !important; font-weight: 600 !important; }
	h5 { font-size: 14px !important; line-height: 18px !important; font-weight: 600 !important; }
}

/* End */
/* /local/templates/custom-landing24/template_styles.css?17859191671577 */
