

/* Start:/bitrix/templates/landing24/css/styles.css?17803159322282*/
@font-face {
    font-family: 'Open Sans Variable';
    src: url('/bitrix/templates/landing24/css/../fonts/OpenSans-VariableFont_wdth,wght.ttf') format('truetype-variations');
    font-weight: 300 900;
    font-stretch: 75% 125%;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Variable';
    src: url('/bitrix/templates/landing24/css/../fonts/OpenSans-Italic-VariableFont_wdth,wght.ttf') format('truetype-variations');
    font-weight: 300 900;
    font-stretch: 75% 125%;
    font-style: italic;
    font-display: swap;
}

body {
	font-family: 'Open Sans Variable', Arial, sans-serif;
    font-weight: 400;
    font-stretch: 100%;
    font-style: normal;
	color: #212121;
	font-size: 16px;
    line-height: 24px;
	margin: 0;
    padding: 0;
}

h1 {
    font-weight: 700;
	font-size: 32px;
	line-height: 40px;
}

h2 {
    font-weight: 700;
	font-size: 24px;
	line-height: 36px;
}

@media(max-width: 767px) {
	h1 {
		font-size: 24px;
		line-height: 32px;
	}
	
	h2 {
		font-size: 20px;
		line-height: 28px;
	}
}

a {
	text-decoration: none;
	color: #b9717c;
}

.header {
	width: 100%;
	background: #fff;
	box-shadow: 0px 4px 4px -2px rgba(141, 141, 141, 0.2);
    position: relative;
	display: flex;
	flex-direction: column;
}

.header-container {
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
	padding: 12px 24px;
	width: 100%;
	max-width: 1024px;
	box-sizing: border-box;
}

.header-img {
	width: 80px;
	height: 80px;
	background: url('/bitrix/templates/landing24/css/../img/logo.svg') center no-repeat;
	background-size: contain;
	border-radius: 8px;
}

.header-phone {
	font-weight: 700;
	color: #212121;
	transition: 0.3s;
	font-size: 20px;
}

.header-phone:hover {
	color: #b9717c;
}

.content-wrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
	background: #f4f4f4;
}

.content-inner {
	width: 100%;
	min-height: calc(100vh - 104px);
	background: #fff;
	max-width: 1024px;
	margin: 0 auto;
	padding: 24px;
	box-sizing: border-box;
}

.socials {
	display: flex;
	margin-bottom: 32px;
	gap: 12px;
}

.socials-item {
	width: 40px;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.socials-item.vk {
	background-image: url('/bitrix/templates/landing24/css/../img/vk-logo.svg');
}

.socials-item.tg {
	background-image: url('/bitrix/templates/landing24/css/../img/telegram-logo.svg');
}
/* End */


/* Start:/bitrix/templates/landing24/template_styles.css?17803113792729*/
.landing-edit-mode,
.landing-public-mode {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
}

.landing-layout-flex {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	flex-grow: 1;
}

@media (max-width: 780px) {
	.landing-layout-flex.sidebar-right .landing-sidebar {
		order: 1;
	}
}

.landing-header + .landing-main {
	flex-grow: 1;
}

@media (min-width: 1px) {
	.landing-layout-breakpoint--all .landing-layout-flex {
		flex-direction: row;
	}

	.landing-layout-breakpoint--all .landing-layout-flex.sidebar-right,
	.landing-layout-breakpoint--all .landing-layout-flex.without-left {
		flex-direction: row-reverse;
	}

	.landing-layout-breakpoint--all .landing-layout-flex .landing-sidebar {
		width: 30%;
	}

	.landing-layout-breakpoint--all .landing-layout-flex .landing-main {
		width: 70%;
	}
}

@media (min-width: 576px) {

	.landing-layout-breakpoint--mobile .landing-layout-flex {
		flex-direction: row;
	}

	.landing-layout-breakpoint--mobile .landing-layout-flex.sidebar-right,
	.landing-layout-breakpoint--mobile .landing-layout-flex.without-left {
		flex-direction: row-reverse;
	}

	.landing-layout-breakpoint--mobile .landing-layout-flex .landing-sidebar {
		width: 30%;
	}

	.landing-layout-breakpoint--mobile .landing-layout-flex .landing-main {
		width: 70%;
	}
}

@media (min-width: 768px) {
	/*default*/
	main:not([class*="landing-layout-breakpoint"]) .landing-layout-flex,
	.landing-layout-breakpoint--tablet .landing-layout-flex {
		flex-direction: row;
	}

	main:not([class*="landing-layout-breakpoint"]) .landing-layout-flex.sidebar-right,
	main:not([class*="landing-layout-breakpoint"]) .landing-layout-flex.without-left,
	.landing-layout-breakpoint--tablet .landing-layout-flex.sidebar-right,
	.landing-layout-breakpoint--tablet .landing-layout-flex.without-left {
		flex-direction: row-reverse;
	}

	main:not([class*="landing-layout-breakpoint"]) .landing-layout-flex .landing-sidebar,
	.landing-layout-breakpoint--tablet .landing-layout-flex .landing-sidebar {
		width: 30%;
	}

	main:not([class*="landing-layout-breakpoint"]) .landing-layout-flex .landing-main,
	.landing-layout-breakpoint--tablet .landing-layout-flex .landing-main {
		width: 70%;
	}
}

@media (min-width: 992px) {

	.landing-layout-breakpoint--desktop .landing-layout-flex {
		flex-direction: row;
	}

	.landing-layout-breakpoint--desktop .landing-layout-flex.sidebar-right,
	.landing-layout-breakpoint--desktop .landing-layout-flex.without-left {
		flex-direction: row-reverse;
	}

	/*for all*/
	.landing-layout-flex .landing-sidebar {
		width: 300px;
		min-width: 300px; /* 30% * 992px */
	}

	.landing-layout-flex .landing-main {
		width: calc(100% - 300px);
	}
}


/* End */
/* /bitrix/templates/landing24/css/styles.css?17803159322282 */
/* /bitrix/templates/landing24/template_styles.css?17803113792729 */
