html {
	scroll-behavior: smooth;
	overflow-x: clip;
}

body.landing-page {
	margin: 0;
	background: #ffffff;
	overflow-x: clip;
}

body.landing-page.modal,
body.landing-page.modal2 {
	overflow: auto;
}

.section1600 {
	max-width: 100%;
}

.landing-page #wrapper.flexblock_used {
	overflow-x: clip;
}

.section.section1600 .section_inner {
	height: 500px;
	width: 1170px;
	max-width: 100%;
}

.flexblock_wrapper {
	position: absolute;
	width: auto;
	height: auto;
	box-sizing: content-box;
}

.flexblock_wrapper .flexblock_content {
	box-sizing: border-box;
}

.flexblock_wrapper_video .flexblock_content {
	overflow: hidden;
}

.flexblock_wrapper_btn .flexblock_content,
.flexblock_wrapper_image .flexblock_content,
.flexblock_wrapper_video .flexblock_content,
.flexblock_wrapper_video .video_holder,
.flexblock_wrapper_video iframe {
	width: 100%;
	height: 100%;
}

.flexblock_wrapper_video iframe {
	border: 0;
	display: block;
}

.flexblock_wrapper_cicon .flexblock_content {
	width: 128px;
	height: 128px;
	background-size: 100% auto;
}

.flexblock_wrapper_form .flexblock_content {
	padding: 25px;
}

.flexblock_wrapper_figure .flexblock_content,
.flexblock_wrapper_hint .flexblock_content,
.flexblock_wrapper_mdicon .flexblock_content {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.flexblock_wrapper_text {
	height: auto !important;
}

.flexblock_wrapper_image .flexblock_content {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.flexblock_wrapper_image .flexblock_content.pointer {
	cursor: pointer;
}

.flexblock_wrapper_btn .flexblock_content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.flexblock_wrapper_image a.flexblock_content {
	display: block;
}

.flexblock_wrapper .flexblock_popup_form,
.modal_bg .modal_body.flexblock_popup .flexblock_popup_title {
	display: none;
}

.flexblock_wrapper_btn a.flexblock_content {
	text-decoration: none;
}

#b_13270321 [data-template-slider-prev],
#b_13270321 [data-template-slider-next],
#b_13270321 [data-template-slider-dot] {
	appearance: none;
	-webkit-appearance: none;
	background-color: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	font: inherit;
	margin: 0;
	padding: 0;
}

#b_13270321 [data-template-slider-prev],
#b_13270321 [data-template-slider-next] {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 100px;
	box-shadow: 0 0 20px 2px rgba(106, 168, 255, 0.4);
}

#b_13270321 .flexblock_wrapper_figure .flexblock_content[data-template-slider-dot] {
	background-color: #a5c4e8;
	border-radius: 100px;
	height: 100%;
	width: 100%;
}

#b_13270321 .flexblock_wrapper_figure .flexblock_content[data-template-slider-dot].is-active {
	background-color: #1e4b8f;
}

#b_13270321 [data-template-slider-card-shell] {
	opacity: 1;
	transform: translateX(0);
	transition: opacity 320ms ease, transform 320ms ease;
	will-change: opacity, transform;
}

#b_13270321[data-template-slider-phase] [data-template-slider-card],
#b_13270321[data-template-slider-phase] [data-template-slider-card-shell] {
	pointer-events: none;
}

#b_13270321[data-template-slider-phase="exit"][data-template-slider-direction="next"] [data-template-slider-card-shell],
#b_13270321[data-template-slider-phase="enter"][data-template-slider-direction="prev"] [data-template-slider-card-shell] {
	opacity: 0;
	transform: translateX(-36px);
}

#b_13270321[data-template-slider-phase="exit"][data-template-slider-direction="prev"] [data-template-slider-card-shell],
#b_13270321[data-template-slider-phase="enter"][data-template-slider-direction="next"] [data-template-slider-card-shell] {
	opacity: 0;
	transform: translateX(36px);
}

#b_13270321 [data-template-slider-prev]:focus-visible,
#b_13270321 [data-template-slider-next]:focus-visible,
#b_13270321 [data-template-slider-dot]:focus-visible {
	outline: 2px solid #1e4b8f;
	outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
	#b_13270321 [data-template-slider-card-shell] {
		transform: none;
		transition: none;
	}

	#b_13270321[data-template-slider-phase] [data-template-slider-card-shell] {
		opacity: 1;
		transform: none;
	}
}

@supports not (overflow: clip) {
	html,
	body.landing-page,
	.landing-page #wrapper.flexblock_used {
		overflow-x: hidden;
	}
}

#b_13270327 .spoiler,
#b_13270327 .s_image {
	border-radius: var(--content-bg-radius, 7px);
	overflow: hidden;
}

#b_13270327 .section_inner,
#b_13270327 .spoiler,
#b_13270327 .spoiler_title {
	font-weight: 400;
}

#b_13270327 .spoiler {
	background: var(--content-bg-color, #fff);
	box-shadow: 0 4px 16px rgba(17, 17, 26, 0.05), 0 8px 32px rgba(17, 17, 26, 0.05);
	margin-top: 25px;
	position: relative;
}

#b_13270327 .spoiler_title {
	border-radius: var(--content-bg-radius, 7px);
	box-sizing: border-box;
	cursor: pointer;
	font-size: 20px;
	line-height: 1.4;
	padding: 12px 70px 12px 25px;
}

#b_13270327 .spoiler_content {
	border-bottom-left-radius: var(--content-bg-radius, 7px);
	border-bottom-right-radius: var(--content-bg-radius, 7px);
	display: flex;
	justify-content: space-between;
	padding: 10px 25px 35px;
	transition: 0.6s cubic-bezier(0.87, 0, 0.13, 1);
}

#b_13270327 .spoiler.close .spoiler_content {
	height: 0;
	opacity: 0;
	position: absolute;
}

#b_13270327 .spoiler .spoiler_toggle {
	align-items: center;
	background: #475a64;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: flex;
	height: 30px;
	justify-content: center;
	position: absolute;
	right: 20px;
	text-align: center;
	top: 10px;
	transition: 0.2s ease-in-out;
	width: 30px;
}

#b_13270327 .spoiler.open .spoiler_toggle {
	transform: rotate(45deg);
}

#b_13270327 .s_content {
	width: calc(100% - 450px);
}

#b_13270327 .s_content.full_size {
	float: none;
	width: 100%;
}

#b_13270323 .flexblock_wrapper.marketplace-calculator-range[data-index="6"] {
	height: 24px;
	left: 649px;
	top: 132px;
	width: 465px;
	z-index: 20;
}

#b_13270323 .flexblock_wrapper.marketplace-calculator-range[data-index="6"] .flexblock_content {
	background: transparent;
	border: 0;
	border-radius: 0;
	display: block;
	height: 100%;
}

#b_13270323 [data-marketplace-range] {
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	cursor: pointer;
	height: 24px;
	margin: 0;
	width: 100%;
}

#b_13270323 [data-marketplace-range]:focus {
	outline: none;
}

#b_13270323 [data-marketplace-range]:focus-visible::-webkit-slider-thumb {
	box-shadow: 0 0 0 4px rgba(116, 165, 237, 0.25);
}

#b_13270323 [data-marketplace-range]:focus-visible::-moz-range-thumb {
	box-shadow: 0 0 0 4px rgba(116, 165, 237, 0.25);
}

#b_13270323 [data-marketplace-range]::-webkit-slider-runnable-track {
	background: transparent;
	height: 2px;
}

#b_13270323 [data-marketplace-range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	background: #ffffff;
	border: 1px solid #74a5ed;
	border-radius: 50%;
	height: 20px;
	margin-top: -9px;
	width: 20px;
}

#b_13270323 [data-marketplace-range]::-moz-range-track {
	background: transparent;
	border: 0;
	height: 2px;
}

#b_13270323 [data-marketplace-range]::-moz-range-thumb {
	background: #ffffff;
	border: 1px solid #74a5ed;
	border-radius: 50%;
	height: 20px;
	width: 20px;
}

#b_13270329 .flexblock_wrapper_btn a.flexblock_content,
#b_13270329 .flexblock_wrapper_btn a.flexblock_content:visited,
#b_13270329 .flexblock_wrapper_btn a.flexblock_content:hover,
#b_13270329 .flexblock_wrapper_btn a.flexblock_content:active {
	color: #ffffff;
	text-decoration: none;
}

#b_13270329 .flexblock_wrapper[data-index="26"] a,
#b_13270329 .flexblock_wrapper[data-index="26"] a:visited,
#b_13270329 .flexblock_wrapper[data-index="26"] a:hover,
#b_13270329 .flexblock_wrapper[data-index="26"] a:active {
	color: #a5c4e8;
	text-decoration: underline;
}

@media (max-width: 800px) {
	#b_13270327 .spoiler_title {
		font-size: 16px;
	}
}

@media screen and (max-width: 1180px) {
	.section.section1600 .section_inner {
		width: 960px;
	}

	#b_13270323 .flexblock_wrapper.marketplace-calculator-range[data-index="6"] {
		left: 452px;
	}
}

@media screen and (max-width: 1064px) {
	.section.section1600 .section_inner {
		width: 640px;
	}

	#b_13270323 .flexblock_wrapper.marketplace-calculator-range[data-index="6"] {
		left: 20px;
		top: 312px;
		width: 595px;
	}
}

@media screen and (max-width: 660px) {
	.section.section1600 .section_inner {
		width: 425px;
	}

	#b_13270323 .flexblock_wrapper.marketplace-calculator-range[data-index="6"] {
		width: 380px;
	}
}

@media screen and (max-width: 450px) {
	.section.section1600 .section_inner {
		width: 320px;
	}

	#b_13270323 .flexblock_wrapper.marketplace-calculator-range[data-index="6"] {
		top: 322px;
		width: 278px;
	}
}
