:root {
	--font-size-base: 15px;
	--color-text: #444;
	--color-muted: #94999e;
	--color-accent: #ff485b;
	--color-accent-dark: #e73b50;
	--color-dark: #22282c;
	--color-deep: #2a3843;
	--color-line: #eceded;
	--color-page: #eef0f3;
	--color-soft: #f8f8f8;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

html {
	scroll-behavior: smooth;
}

html,
html a {
	-webkit-font-smoothing: antialiased;
}

body,
select,
input,
textarea,
button {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: var(--font-size-base);
	line-height: 1.5;
	color: var(--color-text);
	outline: none;
}

body {
	background-color: var(--color-page);
}

html,
body {
	min-height: 100%;
}

.page {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

#content,
.site-content {
	flex: 1 0 auto;
}

#footer {
	flex: 0 0 auto;
}

ol,
ul {
	list-style: none;
}

button,
input {
	box-sizing: border-box;
}

button {
	font: inherit;
}

a {
	color: var(--color-accent);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 .7em;
}

p:last-child {
	margin-bottom: 0;
}

p + p {
	margin-top: .85em;
}

strong,
b {
	font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
	margin: 2em 0 .8em;
	line-height: 1.35;
	font-weight: 700;
	text-rendering: optimizeLegibility;
}

h1,
.h1 {
	font-size: 2em;
}

h2,
.h2 {
	font-size: 1.9em;
}

h3,
.h3 {
	font-size: 1.55em;
}

h4,
.h4 {
	font-size: 1.35em;
}

.ultrabold {
	font-weight: 900;
	text-transform: uppercase;
}

.grey {
	color: var(--color-muted);
}

.grey a {
	color: inherit;
}

.grey a:hover,
a.grey:hover {
	color: var(--color-text);
}

.svg-sprite {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	fill: var(--color-accent);
	vertical-align: middle;
}

.icon-logo {
	width: 2.92em;
	height: 2.92em;
}

.icon-arrow_down {
	width: .903em;
	height: .903em;
}

.icon-cross {
	width: .903em;
	height: .903em;
}

.wrp {
	box-sizing: border-box;
	max-width: 1180px;
	padding: 0 20px;
	margin: 0 auto;
}

@media (min-width: 1400px) {
	.wrp {
		max-width: 72%;
	}
}

@media only screen and (min-width: 701px) {
	.grid_1_2,
	.grid_1_4 {
		float: left;
		margin-right: 3%;
		box-sizing: border-box;
	}

	.grid_1_2 {
		width: 48%;
	}

	.grid_1_4 {
		width: 22%;
	}

	.grid_last {
		margin-right: 0;
	}
}

.headpic {
	position: relative;
	background: linear-gradient(81deg, #000000 0%, #970025 48%, #d34659 100%);
}

.headpic.fixed {
	background-attachment: scroll;
}

.headpic:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .12) 0%, rgba(0, 0, 0, 0) 230px);
	pointer-events: none;
}

.headpic > .wrp {
	position: relative;
	z-index: 1;
}

#header {
	min-height: 76px;
	position: relative;
	display: flex;
	align-items: center;
}

.logotype {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	padding: 17px;
	margin-left: -17px;
	position: relative;
	z-index: 3;
	color: #fff;
	text-decoration: none !important;
}

.logotype > .icon {
	fill: #fff;
	flex: 0 0 auto;
}

.brand-name {
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0;
}

#topmenu {
	position: relative;
	z-index: 2;
}

#topmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#topmenu > ul > li {
	float: left;
	position: relative;
}

#topmenu > ul > li > a {
	display: block;
	line-height: 22px;
	min-height: 22px;
	padding: 27px 17px;
	color: #fff;
	opacity: .82;
	text-decoration: none !important;
	transition: opacity .2s ease, color .2s ease;
	position: relative;
	z-index: 21;
}

#topmenu > ul > li > a:hover {
	opacity: 1;
}

#topmenu > ul > li > a > .icon {
	fill: #fff;
	opacity: .25;
	margin-left: 6px;
}

#topmenu > ul > li > ul {
	position: absolute;
	left: 0;
	top: 0;
	padding: 76px 0 30px;
	margin-left: -13px;
	width: 250px;
	z-index: 20;
	opacity: 0;
	visibility: hidden;
	transform: translate(0, -100%) scale(.8);
}

#topmenu > ul > li:hover > ul,
#topmenu > ul > li:focus-within > ul {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0) scale(1);
	transition: all .4s ease;
}

#topmenu > ul > li > ul:after {
	content: "";
	background-color: var(--color-deep);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0 0 2px 2px;
	opacity: .9;
	box-shadow: 0 0 9px rgba(0, 0, 0, .4);
}

#topmenu > ul > li > ul > li {
	position: relative;
	z-index: 1;
}

#topmenu > ul > li.parent:hover > a,
#topmenu > ul > li.parent:focus-within > a {
	color: var(--color-accent);
	opacity: 1;
}

#topmenu > ul > li.parent:hover > a > .icon,
#topmenu > ul > li.parent:focus-within > a > .icon {
	fill: var(--color-accent);
	opacity: 1;
}

#topmenu > ul > li > ul > li a {
	display: block;
	padding: .35em 30px;
	color: #fff;
	text-decoration: none !important;
}

#topmenu > ul > li > ul > li > a:hover {
	color: var(--color-accent);
}

.h_btn {
	width: 44px;
	height: 44px;
	position: relative;
	z-index: 4;
	background: none;
	border: 0;
	padding: 16px 6px;
	cursor: pointer;
	display: none;
	justify-content: center;
	align-items: center;
}

.h_btn:after {
	content: "";
	background-color: #21282d;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 66px;
	border-radius: 0 0 2px 2px;
	opacity: 0;
	visibility: hidden;
	margin-top: -60px;
	transition: margin-top .2s ease;
}

.h_btn.open:after {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}

.h_btn > * {
	position: relative;
	z-index: 1;
}

.menu_toggle {
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	position: relative;
}

.menu_toggle > i {
	height: 1px;
	width: 100%;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	transition: all ease .3s;
}

.mt_1 {
	margin-top: 1px;
}

.mt_2 {
	margin-top: 9px;
}

.mt_3 {
	margin-top: 17px;
}

#mainmenu.open .mt_1 {
	transform: rotate(-45deg);
}

#mainmenu.open .mt_2 {
	opacity: 0;
}

#mainmenu.open .mt_3 {
	transform: rotate(45deg);
}

#mainmenu.open .mt_1,
#mainmenu.open .mt_2,
#mainmenu.open .mt_3 {
	margin-top: 9px;
}

#closemenu {
	display: none;
}

.head_text {
	min-height: 420px;
	position: relative;
}

.head_text_in {
	text-align: center;
	position: absolute;
	width: min(680px, 90%);
	left: 50%;
	top: 50%;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	transform: translate(-50%, -50%);
}

.head_text_in > .title {
	margin: 0 0 .35em;
	font-size: 2.8em;
	color: #fff;
}

.head_text_in > .text {
	margin: 0;
	font-size: 1.35em;
	color: #fff;
}

#content {
	background-color: var(--color-page);
	padding: 42px 0;
}

.story {
	background-color: transparent;
	padding: 0;
}

.story + .story,
.story_list > .story + .story,
.block + .story,
.story_list + .block {
	margin-top: 28px;
}

.story_list > .story:nth-child(2n) {
	background-color: transparent;
}

.story > .wrp {
	background-color: #fff;
	border: 1px solid var(--color-line);
	box-shadow: 0 18px 42px -34px rgba(0, 0, 0, .45);
	padding: 44px 48px;
	position: relative;
}

.story > .wrp:after,
.foot:after {
	clear: both;
	display: block;
	content: "";
}

.story .head {
	margin-bottom: 1.5em;
	overflow: hidden;
}

.story .head .title {
	margin-top: -.2em;
	margin-bottom: 0;
}

.shadow {
	position: relative;
}

.shadow:after {
	display: none;
}

.lead-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
	gap: 40px;
	align-items: start;
}

.text {
	font-size: 1.02em;
}

.split-text {
	max-width: 760px;
}

.calculator-hero > .wrp {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 520px);
	gap: 72px;
	align-items: center;
	min-height: 420px;
	padding: 52px 58px;
}

.calculator-hero__copy {
	max-width: 560px;
}

.calculator-hero__copy .title {
	margin: 0 0 20px;
	color: #2f3b46;
}

.calculator-hero__copy p {
	font-size: 1.04em;
	line-height: 1.72;
	color: #4a5360;
}

.calculator-widget {
	justify-self: end;
	width: min(100%, 520px);
	box-sizing: border-box;
	padding: 22px;
	border: 1px solid var(--color-line);
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 18px 42px -30px rgba(28, 37, 46, .55);
}

.calculator-widget__display {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 68px;
	margin-bottom: 14px;
	padding: 12px 28px;
	border: 1px solid #d9dee3;
	border-radius: 4px;
	background-color: #fbfbfc;
	color: #222c38;
	font-size: 2em;
	font-weight: 900;
	line-height: 42px;
	text-align: right;
}

.calculator-widget__keys {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 10px;
}

.calculator-widget button {
	min-width: 0;
	height: 50px;
	border: 1px solid #dfe3e7;
	border-radius: 8px;
	background-color: #fff;
	color: #22303d;
	cursor: pointer;
	font-weight: 900;
	text-align: center;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.calculator-widget button:nth-child(-n+6),
.calculator-widget button[data-action="sign"],
.calculator-widget button[data-action="backspace"],
.calculator-widget button[data-action="percent"] {
	background-color: #f4f5f7;
	color: #667482;
}

.calculator-widget button:hover {
	border-color: rgba(255, 72, 91, .45);
	color: var(--color-accent);
}

.calculator-widget button.is-dark {
	border-color: #434850;
	background-color: #434850;
	color: #fff;
}

.calculator-widget button.is-accent {
	border-color: var(--color-accent);
	background-color: var(--color-accent);
	color: #fff;
}

.calculator-widget button.is-soft-danger {
	border-color: rgba(255, 72, 91, .35);
	background-color: rgba(255, 72, 91, .06);
	color: var(--color-accent);
}

.calculator-widget button.is-tall {
	grid-row: span 2;
	height: auto;
}

.calculator-panel {
	display: grid;
	gap: 18px;
	padding: 24px;
	border: 1px solid var(--color-line);
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 12px 32px -24px rgba(0, 0, 0, .35);
}

.calculator-panel label,
.calc-result {
	display: grid;
	gap: 7px;
}

.calculator-panel span {
	font-size: .86em;
	font-weight: 900;
	text-transform: uppercase;
	color: var(--color-muted);
}

.calculator-panel input {
	width: 100%;
	height: 46px;
	border: 1px solid #dfe2e4;
	border-radius: 4px;
	padding: 0 14px;
	color: var(--color-text);
	background-color: #fff;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.calculator-panel input:focus {
	border-color: var(--color-accent);
	box-shadow: 0 0 0 3px rgba(255, 72, 91, .13);
}

.calc-result {
	padding-top: 14px;
	border-top: 1px solid var(--color-line);
}

.calc-result output {
	display: block;
	font-size: 2em;
	font-weight: 900;
	color: var(--color-accent);
}

.calculator-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.calculator-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	align-items: start;
	min-height: 132px;
	padding: 22px;
	border: 1px solid var(--color-line);
	border-radius: 6px;
	background-color: #fff;
	color: inherit;
	text-decoration: none !important;
	transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.calculator-card:hover {
	border-color: rgba(255, 72, 91, .45);
	transform: translateY(-2px);
	box-shadow: 0 18px 32px -28px rgba(0, 0, 0, .6);
}

.calculator-card .icon {
	margin-top: .2em;
	transition: transform .2s ease;
}

.calculator-card:hover .icon {
	transform: translateX(4px);
}

.card-title {
	display: block;
	grid-column: 1 / -1;
	font-size: 1.15em;
	font-weight: 900;
	text-transform: uppercase;
	color: var(--color-text);
}

.card-text {
	display: block;
	color: var(--color-muted);
}

.block {
	padding: 0;
}

.block_title {
	margin: 0 0 1.5em;
	color: #caced1;
}

.block_title > * {
	margin: -.2em 0 0;
}

.about {
	background-color: transparent;
	color: #fff;
}

.about > .wrp {
	background-color: var(--color-deep);
	border: 1px solid rgba(255, 255, 255, .08);
	box-shadow: 0 18px 42px -34px rgba(0, 0, 0, .55);
	padding: 44px 48px;
}

.about .block_title {
	color: rgba(255, 255, 255, .55);
}

.feature-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.feature-row > div {
	border-left: 2px solid var(--color-accent);
	padding-left: 20px;
}

.feature-row b {
	display: block;
	margin-bottom: .45em;
	text-transform: uppercase;
	color: #fff;
}

.feature-row p {
	color: rgba(255, 255, 255, .72);
}

#footer {
	background-color: var(--color-page);
	border-top: 0;
	padding: 0;
}

#footer > .wrp {
	background-color: #fff;
	border: 1px solid var(--color-line);
	box-shadow: 0 18px 42px -34px rgba(0, 0, 0, .45);
	padding: 44px 48px;
}

.foot_menu {
	font-size: .92em;
	list-style: none;
	padding: 0;
	margin: 0 0 50px;
}

.foot_menu:after {
	clear: both;
	display: table;
	content: "";
}

.foot-title {
	display: block;
	width: 100%;
	margin-bottom: 1em;
	border: 0;
	background: none;
	padding: 0;
	text-align: left;
	color: #caced1;
	font-weight: 900;
	text-transform: uppercase;
	cursor: default;
}

.foot_menu > li:hover .foot-title {
	color: var(--color-accent);
}

.foot-title > i {
	display: none;
}

.foot_menu nav > a {
	color: inherit;
	display: block;
	padding: .2em 0;
	text-decoration: none !important;
	font-size: .98em;
}

.foot_menu nav > a:hover {
	color: var(--color-accent);
}

.collapse {
	overflow: hidden;
	height: 0;
	width: 0;
	display: block;
}

.collapse.in {
	display: block;
	width: auto;
	height: auto;
}

@media only screen and (min-width: 701px) {
	.foot_menu > li > .collapse {
		display: block !important;
		height: auto !important;
		width: auto !important;
	}
}

.foot {
	padding-top: 20px;
	border-top: 1px solid var(--color-line);
	font-size: .9em;
}

.template-mark {
	float: left;
	white-space: nowrap;
	color: inherit;
	text-decoration: none !important;
}

.template-mark:after {
	clear: both;
	display: block;
	content: "";
}

.template-mark > span {
	width: 2.93em;
	height: 2.93em;
	float: left;
	border: 1px solid #d1d3d5;
	border-radius: 50%;
	margin-right: 15px;
}

.template-mark > span > .icon {
	display: block;
	margin: .54em 0 0 .62em;
	fill: #cbcbcb;
}

.template-mark:hover > span {
	border-color: #404549;
}

.template-mark:hover > span > .icon {
	fill: #404549;
}

.template-mark > div {
	float: left;
}

.template-mark > div > b {
	display: block;
	text-transform: uppercase;
}

.site-content {
	background-color: var(--color-page);
	padding: 42px 0;
}

.home-surface {
	background-color: #fff;
	border: 1px solid var(--color-line);
	border-radius: 12px;
	box-shadow: 0 22px 48px -38px rgba(28, 37, 46, .55);
	padding: 56px 58px;
}

.home-surface__top {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
	gap: 70px;
	align-items: center;
}

.home-surface__copy {
	max-width: 620px;
}

.home-surface__copy .title,
.calc-tool-panel__header .title {
	margin: 0 0 20px;
	color: #2f3b46;
}

.home-surface__copy p {
	font-size: 1.04em;
	line-height: 1.72;
	color: #4a5360;
}

.calculator-slot {
	width: 100%;
}

.calc-placeholder {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #dde2e7;
	border-radius: 10px;
	background-color: #f8f9fb;
	padding: 22px;
}

.calc-placeholder__screen {
	height: 68px;
	border: 1px solid #d9dee3;
	border-radius: 5px;
	background-color: #fff;
	color: #24303c;
	font-size: 2em;
	font-weight: 900;
	line-height: 68px;
	text-align: right;
	padding: 0 24px;
}

.calc-placeholder__keys {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 10px;
	margin-top: 14px;
}

.calc-placeholder__keys span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	border: 1px solid #dfe3e7;
	border-radius: 8px;
	background-color: #fff;
	color: #273340;
	font-weight: 900;
}

.calc-placeholder__keys .is-dark {
	border-color: #434850;
	background-color: #434850;
	color: #fff;
}

.calc-placeholder__keys .is-accent {
	border-color: var(--color-accent);
	background-color: var(--color-accent);
	color: #fff;
}

.surface-divider {
	height: 1px;
	margin: 46px 0 38px;
	background-color: var(--color-line);
}

.seo-copy h2,
.seo-panel h2 {
	margin: 0 0 18px;
	color: #2f3b46;
}

.seo-copy p,
.seo-panel p {
	color: #4f5965;
	line-height: 1.75;
}

.seo-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	margin-top: 28px;
}

.seo-columns h3 {
	margin: 0 0 10px;
	color: #2f3b46;
	font-size: 1.12em;
}

.calc-page-layout {
	display: grid;
	gap: 28px;
}

.calc-content > .wrp {
	box-sizing: border-box;
	width: min(calc(100% - 40px), 1480px);
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

.calc-tool-panel {
	--calculator-width: 520px;
	--calculator-min-height: 220px;
	--calculator-gap: clamp(28px, 4vw, 56px);
	--calculator-bg: #f8f9fb;
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
	text-align: center;
}

.seo-panel {
	background-color: #fff;
	border: 1px solid var(--color-line);
	border-radius: 10px;
	box-shadow: 0 18px 42px -36px rgba(28, 37, 46, .48);
	padding: 44px 48px;
}

.calc-tool-panel.is-compact-calculator {
	--calculator-width: 420px;
}

.calc-tool-panel.is-wide-calculator {
	--calculator-width: 680px;
}

.calc-tool-panel.is-tall-calculator {
	--calculator-min-height: 360px;
}

.calc-tool-panel__header {
	max-width: 920px;
	margin: 0 auto 30px;
}

.calc-tool-panel__header .title {
	margin-left: auto;
	margin-right: auto;
}

.calculator-area {
	display: block;
	inline-size: 100%;
	min-width: 0;
	box-sizing: border-box;
	text-align: center;
}

.calculator-background {
	display: inline-block;
	inline-size: fit-content;
	max-inline-size: 100%;
	box-sizing: border-box;
	border: 1px dashed #cfd6dd;
	border-radius: 10px;
	background-color: var(--calculator-bg);
	padding: clamp(18px, 2.4vw, 28px);
}

.calculator-area__tool {
	display: inline-block;
	box-sizing: border-box;
	inline-size: auto;
	max-inline-size: 100%;
	min-inline-size: 0;
	min-block-size: 0;
	overflow-x: auto;
	text-align: left;
}

.calculator-area__tool > * {
	max-width: 100%;
}

.placeholder-label {
	display: block;
	margin-bottom: 14px;
	color: var(--color-muted);
	font-size: .86em;
	font-weight: 900;
	text-transform: uppercase;
}

.placeholder-box {
	box-sizing: border-box;
	inline-size: min(100%, var(--calculator-width));
	border: 1px solid #dfe3e7;
	border-radius: 8px;
	background-color: #fff;
	min-block-size: var(--calculator-min-height);
	padding: 18px;
}

.placeholder-box__line {
	height: 52px;
	border-radius: 5px;
	background: linear-gradient(90deg, #eef1f4, #f8f9fb);
}

.placeholder-box__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-top: 14px;
}

.placeholder-box__grid span {
	height: 42px;
	border-radius: 6px;
	background-color: #eef1f4;
}

.page-section-divider {
	height: 1px;
	background: linear-gradient(90deg, transparent, #cfd5db 18%, #cfd5db 82%, transparent);
}

@media only screen and (max-width: 980px) {
	.foot .grid_1_2 {
		width: 74%;
	}

	.calculator-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 860px) {
	.headpic.fixed {
		background-attachment: scroll;
	}

	#header {
		min-height: 76px;
		justify-content: center;
	}

	.logotype {
		padding: 0 20px;
		margin: 0;
		height: 76px;
	}

	.brand-name {
		font-size: .92em;
	}

	#mainmenu {
		display: flex;
		position: absolute;
		left: 0;
		top: 13px;
	}

	.h_btn {
		width: 49px;
		height: 49px;
		padding: 0;
	}

	.h_btn:after {
		width: 100%;
		height: 49px;
		border-radius: 0;
		margin-top: -49px;
	}

	.mainmenu_open,
	.mainmenu_open body,
	.mainmenu_open .page {
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

	#topmenu {
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		width: 80%;
		height: 100%;
		background-color: var(--color-accent);
		box-shadow: 0 0 10px rgba(0, 0, 0, .2);
		z-index: 99;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		color: #fff;
		transform: translate(-100%, 0);
		opacity: 0;
		visibility: hidden;
	}

	.mainmenu_open #topmenu,
	#topmenu.is-open {
		transform: translate(0, 0);
		opacity: 1;
		visibility: visible;
		transition: all .3s ease;
	}

	#topmenu a {
		color: #fff;
		display: block;
	}

	#topmenu > ul {
		padding: 15px 0;
	}

	#topmenu > ul > li {
		float: none;
	}

	#topmenu > ul > li > a {
		padding: 15px 30px;
		font-size: 1.1em;
	}

	#topmenu > ul > li > ul {
		position: static;
		width: auto;
		padding: 0;
		margin: 0;
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	#topmenu > ul > li > ul:after {
		display: none;
	}

	#topmenu ul ul > li > a {
		padding: 6px 30px 6px 48px;
		opacity: .82;
		position: relative;
	}

	#topmenu > ul > li > a:hover,
	#topmenu ul ul > li > a:hover {
		opacity: 1;
		background-color: #ff596a;
	}

	#topmenu ul ul > li > a:before {
		content: "";
		float: left;
		margin: .7em 0 0 -18px;
		width: 6px;
		height: 1px;
		background-color: #fff;
		opacity: .8;
	}

	#topmenu .icon-arrow_down {
		display: none;
	}

	#closemenu {
		position: fixed;
		top: 0;
		right: 0;
		overflow: hidden;
		height: 100%;
		width: 100%;
		cursor: pointer;
		z-index: 98;
	}

	.mainmenu_open #closemenu,
	#closemenu.is-open {
		display: block;
	}

	#closemenu:after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background-color: #353c4c;
		opacity: .54;
	}

	#closemenu > span {
		z-index: 1;
		position: absolute;
		right: 0;
		top: 0;
		width: 20%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#closemenu .icon {
		fill: #fff;
	}

	.head_text {
		min-height: 350px;
	}

	.head_text_in > .title {
		font-size: 2.2em;
	}

	.head_text_in > .text {
		font-size: 1.15em;
	}

	.lead-layout {
		grid-template-columns: 1fr;
	}

	.calculator-hero > .wrp {
		grid-template-columns: 1fr;
		gap: 34px;
		min-height: 0;
	}

	.calculator-hero__copy {
		max-width: 640px;
	}

	.calculator-widget {
		justify-self: stretch;
		width: 100%;
		max-width: 520px;
	}
}

@media only screen and (max-width: 800px) {
	h1,
	.h1 {
		font-size: 1.6em;
	}

	h2,
	.h2 {
		font-size: 1.4em;
	}

	h3,
	.h3 {
		font-size: 1.3em;
	}

	#content {
		padding: 30px 0;
	}

	.story {
		padding: 0;
	}

	.story > .wrp,
	.about > .wrp,
	#footer > .wrp {
		padding: 30px;
	}

	.calculator-hero > .wrp {
		padding: 34px 30px;
	}

#footer {
	padding: 0;
}

	.calculator-grid,
	.feature-row {
		grid-template-columns: 1fr;
	}
}

@media only screen and (max-width: 700px) {
	body,
	select,
	input,
	textarea,
	button {
		font-size: 13px;
	}

	.head_text {
		min-height: 300px;
	}

	.head_text_in > .title {
		font-size: 1.85em;
	}

	#content {
		padding: 20px 0;
	}

	.story {
		padding: 0;
	}

	.story > .wrp,
	.about > .wrp,
	#footer > .wrp {
		padding: 22px 20px;
	}

	.calculator-hero > .wrp {
		padding: 26px 20px;
	}

	.calculator-hero__copy .title {
		margin-bottom: 14px;
	}

	.calculator-hero__copy p {
		line-height: 1.62;
	}

	.calculator-widget {
		padding: 14px;
	}

	.calculator-widget__display {
		height: 58px;
		padding: 8px 18px;
		font-size: 1.7em;
		line-height: 40px;
	}

	.calculator-widget__keys {
		gap: 8px;
	}

	.calculator-widget button {
		height: 44px;
	}

	.story .head {
		margin-bottom: 10px;
	}

	.story .head .title {
		margin-top: 0;
	}

	.calculator-panel {
		padding: 18px;
	}

	#footer {
	padding: 0;
}

	.foot_menu {
		margin: 0 0 20px;
		padding: 0;
	}

	.foot_menu > li {
		float: none;
		width: auto;
		padding: 0;
	}

	.foot-title {
		cursor: pointer;
		margin: 0;
		padding: 5px 0 5px 32px;
		color: var(--color-accent);
	}

	.foot-title.collapsed {
		color: #caced1;
	}

	.foot-title > i {
		display: block;
		float: left;
		width: 13px;
		height: 1px;
		position: relative;
		margin: 9px 0 5px -32px;
		background-color: var(--color-accent);
		border-radius: 2px;
	}

	.foot-title.collapsed > i:after {
		content: "";
		display: block;
		margin: -6px auto 0;
		height: 13px;
		width: 1px;
		border-radius: 2px;
		background-color: var(--color-accent);
	}

	.foot_menu > li .collapse {
		display: none;
	}

	.foot_menu > li .collapse.in {
		display: block;
	}

	.foot_menu > li nav {
		padding: 10px 32px;
		padding-top: 0;
	}

	.foot .grid_1_2 {
		width: auto;
	}

	.template-mark {
		float: none;
		display: block;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 520px) {
	.wrp {
		padding: 0 16px;
	}

	.head_text_in > .title {
		font-size: 1.6em;
	}

	.head_text_in > .text {
		font-size: 1em;
	}

	.calculator-card {
		min-height: 0;
		padding: 18px;
	}
}

@media only screen and (max-width: 980px) {
	.home-surface,
	.seo-panel {
		padding: 36px;
	}

	.home-surface__top {
		grid-template-columns: 1fr;
		gap: 34px;
		align-items: stretch;
	}

	.home-surface__copy {
		max-width: none;
	}

	.calculator-area {
		gap: 34px;
	}

	.calculator-slot {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.calculator-card-content {
		width: 100%;
		justify-content: center;
	}

	.calculator-background {
		max-width: 100%;
	}
}

@media only screen and (max-width: 700px) {
	.site-content {
		padding: 20px 0;
	}

	.home-surface,
	.seo-panel {
		border-radius: 9px;
		padding: 24px 20px;
	}

	.home-surface__copy .title,
	.calc-tool-panel__header .title {
		margin-bottom: 14px;
	}

	.home-surface__copy p,
	.seo-copy p,
	.seo-panel p {
		line-height: 1.62;
	}

	.surface-divider {
		margin: 30px 0 26px;
	}

	.seo-columns {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.calc-tool-panel__header {
		margin-bottom: 24px;
	}

	.page-section-divider {
		margin: -6px 0;
	}

	.calc-placeholder,
	.calculator-background {
		padding: 14px;
	}

	.calc-placeholder__screen {
		height: 58px;
		font-size: 1.7em;
		line-height: 58px;
		padding: 0 18px;
	}

	.calc-placeholder__keys {
		gap: 8px;
	}

	.calc-placeholder__keys span {
		min-height: 42px;
		border-radius: 7px;
		font-size: .9em;
	}
}

@media only screen and (max-width: 460px) {
	.calc-placeholder__keys {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.placeholder-box__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
