/*!
Theme Name: kia leasing
Author: kia-leasing
Description: Description
Version: 1.0.0

License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kia-leasing

*/

:root {
	--blue: #003057;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 30px;
}

.btn {
	cursor: pointer;
}

.top__button {
	display: flex;
	align-items: center;
	gap: 20px;
}

.btn--blue {
	border-radius: 10px;
	padding: 5px 20px;
	background: var(--blue);
	color: #fff;
	font-weight: 900;
	font-size: 18px;
	height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.top__button a span {
	border-radius: 10px;
	width: 36px;
	height: 36px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	margin-right: 15px;
}

.top__button a:first-child {
	justify-content: flex-start;
	padding: 0 15px 0 5px;
}



.btn-mobile {
	display: none;
}

.container {
	width: 100%;
}

.top {
	display: flex;
	align-items: center;
}

.top nav {
	margin: 0 auto;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 2;
	height: 175px;
	display: flex;
	align-items: center;
	transition: .23s;
}

.admin-bar .header {
	top: 32px;
}

.header.scroller {
	height: 100px;
}

a {
	text-decoration: none;
	transition: .23s;
}

a:hover {
	text-decoration: none;
}

a.btn--blue:visited {
	color: #fff;
}

nav ul a,
nav ul a:visited,
nav ul a:hover {
	font-weight: 500;
	font-size: 24px;
	color: var(--blue);
}

.container {
	max-width: 1440px;
	padding: 0 60px;
	margin: 0 auto;
}

section.first {
	padding-top: 175px;
	background: #f5f7f7;
}


body {
	margin: 0;

	font-family: 'HelveticaNeueCyr';
}

.wrap {
	padding: 60px 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	box-sizing: border-box;
}

body,
button,
input,
select,
optgroup,
textarea {}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}



.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.custom-logo-link {
	display: inline-block;
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

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

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#primary[tabindex="-1"]:focus {
	outline: 0;
}

.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.hidden {
	display: none;
}

.how {
	position: relative;
	min-height: 1168px;
	overflow: hidden;
}

.how__bg {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	min-width: 3840px;
	height: 100%;
}

h2.title-sction {
	margin: 0 0 50px;
	font-weight: 700;
	font-size: 48px;
	text-align: center;
	color: var(--blue);
}

.first__content {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 40px;
	container-type: inline-size;
}

.first__content h1 {
	margin: 0;
	color: var(--blue);
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
	line-height: 1;
	gap: 20px;
	padding: 15px 0 0 0;
}

span.line1, span.line2 {
	font-weight: 900;
}

span.line3 {
	font-weight: 400;
}

span.line4 {
	font-weight: 500;
	font-size: 4.4cqw;
}

span.line1 {
	font-size: 3.75cqw;
}

span.line2 {
	font-size: 8cqw;
	position: relative;
}

h1 span sup {
	position: absolute;
	font-size: 20px;
	top: 0;
	right: -6px;
}

span.line1 sup {
	top: -10px;
}

span.line3 {
	font-size: 3.9cqw;
}

.first__content h1 span {
	line-height: 1;
	position: relative;
}

.items {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
}

.item {
	border-radius: 15px;
	min-height: 120px;
	display: flex;
	flex-direction: column;
	color: #fff;
	align-items: center;
	justify-content: center;
}

.item p {
	margin: 0;
	font-weight: 400;
	font-size: 24px;
	text-align: center;
	line-height: 1.2;
}

.first__items .item {
	background: linear-gradient(102.03deg, #93d1c9 0%, #3ca99a 50%);
}

.first__items {
	margin: 50px 0 0 0;
}

.item p span {
	font-weight: 900;
	font-size: 32px;
}

.item.edge {
	background: linear-gradient(112.17deg, #a0dae5 0%, #658a9d 49.52%, #29445e 100%);
	padding: 0 15px;
	align-items: flex-start;
}

.item.edge p {
	display: flex;
	gap: 20px;
	text-align: left;
	font-weight: 500;
}

.item.edge div {
	font-size: 24px;
	font-weight: 500;
}

.item.edge {
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: center;
	justify-content: flex-start;
}

.item.edge p span.icon-edge {
	min-width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ready {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 30px;
	align-items: center;
}

.editor {
	font-weight: 400;
	font-size: 22px;
	line-height: 120%;
	color: var(--blue);
}

.editor p {
	margin: 0 0 20px;
}

.editor p:last-child {
	margin: 0;
}

.editor ul {
	margin: 0;
	padding: 0 0 0 30px;
}

ul.list-icon {
	list-style: none;
	margin: 0;
	padding: 0 !important;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

ul.list-icon li strong {
	display: contents;
}

ul.list-icon li {
	position: relative;
	padding-left: 60px;
	min-height: 48px;
	display: inline-flex;
	align-items: center;
}

ul.list-icon li:before {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 40px;
	height: 40px;
}

ul.list-icon li:nth-child(1):before {
	background: url(/wp-content/themes/kia-leasing/img/r-icon-1.svg);
}

ul.list-icon li:nth-child(2):before {
	background: url(/wp-content/themes/kia-leasing/img/r-icon-2.svg);
}

ul.list-icon li:nth-child(3):before {
	background: url(/wp-content/themes/kia-leasing/img/r-icon-3.svg);
}

.how:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50%;
	left: 50%;
	transform: translate(0%, 100%) rotate(-13deg);
	transform-origin: 0% 0%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(167, 237, 227, 1) 100%);
}

.how .container {
	position: relative;
	z-index: 1;
}

.text__wrap, .text__wrap p {
	font-weight: 400;
	font-size: 16px;
	line-height: 110%;
	color: #000;
}

.text__wrap p {
	margin: 0 0 15px;
}

.text__wrap p:last-child {
	margin: 0;
}

footer {
	background: var(--blue);
}

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

footer .wrap {
	color: #fff;
	opacity: .6;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	line-height: 140%;
}

footer .wrap strong {
	font-weight: 700;
}

footer p {
	margin: 0 0 15px;
}

.top__button a span img:last-child {
	display: none;
}


.ready__item {
	display: grid;
	grid-template-columns: 40px 1fr;
	gap: 20px;
	align-items: center;
}

.ready__item .text {
	font-size: 20px;
	line-height: 120%;
	color: var(--blue);
}

.ready__content>p {
	font-weight: 400;
	font-size: 22px;
	line-height: 120%;
	margin: 0 0 20px;
	color: var(--blue);
}

.ready-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.ready-list .text span {
	font-weight: 700;
}

.error-block {
	padding: 150px 0;
	text-align: center;
}

.error-block h1 {
	color: var(--blue);
}

.error-block h1 span {
	display: block;
	font-size: 120px;
}

html, body, #page {
	height: 100%;
}

#page {
	display: flex;
	flex-direction: column;
}

main {
	flex: 1 0 auto;
}

.payment-block {
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);

	border-radius: 30px;
	padding: 40px;
}



.payment-group {
	display: flex;
	flex-direction: column;
	gap: 15px;
}



.payment-models {
	position: relative;
}

.models-dropdown-toggle {
	display: none;
	width: 100%;
	background: transparent;
	border: none;
	padding: 0;
	text-align: left;
}

.models-dropdown-toggle .model-item__inner {
	border-color: #3BBFAD;
}

.models-radio {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.model-item {
	position: relative;
	display: block;
	cursor: pointer;
}

.model-item__input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.model-item__inner {
	display: flex;
	flex-direction: column;
	gap: 5px;
	border: 1px solid #3BBFAD;
	transition: .23s;
	border-radius: 20px;
	padding: 15px 20px;
}



.model-item__name {
	font-weight: 700;
	font-size: 18px;
	color: var(--blue);
}

.model-item.check .model-item__inner {
	border-color: #3BBFAD;
	background: #3BBFAD;
}

.model-item.check .model-item__inner span {
	color: #fff;
}

.model-item__price {
	font-weight: 900;
	font-size: 22px;
	color: var(--blue);
	margin: 10px 0 0 0;
}



.payment-sliders {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
}

.slider-item__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

.slider-item__label {
	font-weight: 500;
	font-size: 20px;
	color: #000;
	opacity: .5;
}

.slider-item__value {
	font-weight: 700;
	font-size: 20px;
	color: #000;
	opacity: .5;
}

.slider-input {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 2px;
	border: none;
	border-radius: 3px;
	background: var(--blue);
	padding: 0 !important;
	border: 0 !important;
}

.slider-input::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--blue);
	cursor: pointer;

}

.slider-input::-moz-range-thumb {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--blue);
	cursor: pointer;

}

.slider-item__scale {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
	font-size: 16px;
	color: #000;
	opacity: .5;
}

#payment-calculator {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 40px;
}

.payment-types,
.payment-currency {
	flex-direction: row;
	flex-wrap: wrap;
}

.type-item,
.currency-item {
	position: relative;
	cursor: pointer;
}

.type-item__input,
.currency-item__input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.payment-group.payment-currency {
	flex-direction: column;
	gap: 20px;
}

.payment-group__title {
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	color: #000;
	opacity: .5;
}

.currency-item span {
	display: block;
	padding-left: 50px;
	position: relative;
	font-weight: 700;
	font-size: 20px;
	color: rgb(0 0 0 / 50%);
	height: 40px;
	line-height: 40px;

}

.currency-item span:before, .currency-item span:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	width: 40px;
	height: 40px;
}

.currency-item span:before {
	background: url(/wp-content/themes/kia-leasing/img/check.svg) no-repeat center;
	background-size: 40px;
}

.payment-group__items {
	display: flex;
	justify-content: center;
	gap: 30px;
}

.currency-item.check span:after,
.currency-item input:checked~span:after {
	width: 14px;
	height: 14px;
	background: var(--blue);
	border-radius: 50%;
	left: 13px !important;
}

.payment-types {
	justify-content: center;
	gap: 30px;
}

.payment-types .type-item {
	font-size: 20px;
	font-weight: 700;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 200px;
	height: 46px;
	border: 1px solid #3BBFAD;
	border-radius: 46px;
	color: #3BBFAD;
}

.payment-types .type-item.check {
	background: #3BBFAD;
	color: #fff;
}

.payment-form__grid {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 40px;
}

.main-fields {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 30px;
}

.main-fields>div {
	width: 100%;
}

button.calculation.btn.btn--blue {
	min-width: 320px;
	margin: 0 auto;
	font-size: 24px;
	height: 56px;
}

.payment-results {
	border-radius: 20px;
	padding: 30px;
	background: var(--blue);
	display: flex;
	flex-direction: column;
	gap: 30px;
}


.result-item {
	display: flex;
	flex-direction: column;
}

span.result-item__label {
	font-weight: 700;
	font-size: 18px;
	line-height: 122%;
	color: #3BBFAD;
	margin: 0 0 15px;
	display: block;
}



span#result-monthly-payment {
	font-weight: 500;
	font-size: 48px;
	line-height: 46%;
}
main.site-main.page-def {
    padding: 175px 0 0 0;
    color: var(--blue);
}
.payment-group.payment-currency.block label {
    opacity: .5;
}
.payment-group.payment-currency.block {
    pointer-events: none;
}

.result-item:first-child {
	padding: 0 0 30px;
	border-bottom: 2px solid #fff;
}

.result-item__value {
	font-weight: 500;
	font-size: 24px;
	color: #fff;
}

.fields-row input, .fields-row input:focus, .fields-row input:hover {
	width: 100%;
	font-weight: 400;
	font-size: 20px;
	color: #003057;
	padding: 0 20px;
	display: flex;
	align-items: center;
	height: 46px;
	border-radius: 15px;
	border: 1px solid var(--blue);
	outline: none;
}

.fields-row input::placeholder {
	color: #003057;
	opacity: .5;
}

.fields-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.fields p {
	margin: 0;
}

.field.field--accept {
	margin: 30px 0;
}

.field--accept span {
	margin: 0;
}

.field--accept label span {
	position: relative;
	font-weight: 400;
	font-size: 18px;
	color: var(--blue);
	padding-left: 44px;
	display: block;
}

.field--accept label span a {
	color: #3BBFAD;
}

.field--accept label span:before, .field--accept label span:after {
	content: '';
	display: block;
	width: 22px;
	height: 22px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.field--accept label span:before {
	border: 1px solid var(--blue);
	border-radius: 5px;
}

.field--accept label span:after {
	background: url(/wp-content/themes/kia-leasing/img/accept.svg) no-repeat center;
	opacity: 0;
}

.field--accept label input:checked~span:after {
	opacity: 1;
}

.field--accept label input {
	display: none;
}

.field button {
	margin: 0 auto;
	width: 320px;
	height: 56px;
	font-weight: 900;
	font-size: 24px;
}

.field p {
	display: flex;
	width: 100%;
}

.wpcf7-form-control-wrap {
	width: 100%;
}

input.wpcf7-not-valid {
	border-color: #f00 !important;
}

span.wpcf7-not-valid-tip {
	display: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
	text-align: center;
	border: 0;
	margin: 30px 0 0;
	padding: 0;
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	color: var(--blue);
}

.wpcf7 form.unaccepted .wpcf7-response-output {
	display: none;
}

.wpcf7 form.unaccepted .field--accept label span, .wpcf7 form.unaccepted .field--accept label span a {
	color: #f00;
}

.wpcf7 form.sent .wpcf7-response-output {
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	margin: 30px 0 0 0;
	padding: 0;
	border: 0;
	text-align: center;
	color: var(--blue);
}

.form-main {
	padding: 50px 0 0 0;
}

@media screen and (min-width: 1920px) {
	.box__icon {
		display: none;
	}

	.box__content {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.box__content p {
		margin: 0;
		font-size: 22px;
		color: var(--blue);
	}

	p.box__title {
		font-weight: 700;
	}

	.how__items.boxs {
		position: relative;
	}

	.box {
		position: absolute;
	}

	.box:nth-child(1) {
		left: -100px;
		top: 55px;
		max-width: 380px;
	}

	.box:nth-child(2) {
		bottom: -650px;
		left: 30px;
	}

	.box:nth-child(3) {
		top: 55px;
		max-width: 480px;
		left: 690px;
	}

	.box:nth-child(4) {
		left: 960px;
		top: 315px;
		max-width: 470px;
		width: 100%;
	}
}

.ready__content.editor {
	min-width: 0;
	overflow: hidden;
}

.btn--blue:hover {
	color: #fff;
}

@media screen and (max-width: 1919px) {


	.how__bg {
		display: none;
	}

	.how {
		min-height: auto;
	}

	.how__items {
		display: grid;
		grid-template-columns: 1fr 1fr;
		row-gap: 20px;
		column-gap: 30px;
	}

	.how__items .box {
		display: grid;
		grid-template-columns: 40px 1fr;
		gap: 20px;
	}

	.box__title {
		font-weight: 700;
		font-size: 20px;
		line-height: 120%;
		margin: 0 0 10px;
	}

	p.box__desc {
		font-weight: 400;
		font-size: 20px;
		line-height: 120%;
		margin: 0;
	}

	.box__content p {
		color: var(--blue);
	}
}

span.icon-edge {
	min-width: 50px;
	height: 50px;
	width: 50px;
}

ul.list-icon li {
	font-size: 20px;
}

@media screen and (max-width: 1399px) {


	.payment-block {
		box-shadow: none;
		background: transparent;
		padding: 0;
	}

	.payment-form__grid {
		grid-template-columns: 1fr 400px;
	}

	span.icon-edge {
		min-width: 40px;
		height: 40px;
		width: 40px;
	}

	span.line1 {
		font-size: 3.6cqw;
	}

	span.line2 {
		font-size: 7.8cqw;
	}

	span.line3 {
		font-size: 3.75cqw;
	}

	span.line4 {
		font-size: 4.35cqw;
	}

	h1 span sup {
		right: -2px;
		font-size: 18px;
	}

	.item.edge div {
		font-size: 22px;
		line-height: 136%;
	}

	.item.edge {
		align-items: flex-start;
		padding: 30px 15px;
	}

	.container {
		max-width: 1220px;
		padding: 0 40px;
	}

	.header {
		height: 150px;
	}

	section.first {
		padding-top: 150px;
	}

	.wrap {
		padding: 50px 0;
	}


	nav>div {
		position: fixed;
		background: var(--blue);
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		padding: 105px 20px 50px;
		transform: translate(101%, 0%);
		transition: .23s;
	}

	nav ul a {
		color: #fff !important;
	}

	nav ul {
		flex-direction: column;
	}

	.btn-mobile {
		display: flex;
	}

	.header.menu-open nav>div {
		transform: translate(0%, 0%);
	}

	button.btn, button.btn:focus {
		box-shadow: none;
		padding: 0;
		outline: none;
		border: 0;
	}

	.btn-mobile {
		display: flex;
		width: 35px;
		height: 35px;
		align-items: center;
		justify-content: center;
		padding: 0;
		position: relative;
		background: transparent;
	}

	.btn-mobile:before, .btn-mobile:after, .btn-mobile span {
		width: 35px;
		height: 5px;
		background: var(--blue);
		display: block;
		transition: .23s;
		border-top: 0px solid var(--dark);
		left: 50%;
		position: absolute;
		top: 50%;
		border-radius: 5px;
	}

	.btn-mobile:before, .btn-mobile:after {
		content: '';
	}

	.btn-mobile:before {
		transform: translate(-50%, calc(-50% - 15px)) rotate(0deg);
	}

	.btn-mobile:after {
		transform: translate(-50%, calc(-50% + 15px)) rotate(0deg);
	}

	.btn-mobile span {
		transform: translate(-50%, calc(-50% + 0px)) rotate(0deg);
	}

	.btn-mobile.menu-open span {
		opacity: 0;
	}

	.btn-mobile.menu-open:before {
		transform: translate(-50%, calc(-50% - 0px)) rotate(-45deg);
		background: #fff;
	}

	.btn-mobile.menu-open:after {
		transform: translate(-50%, calc(-50% - 0px)) rotate(45deg);
		background: #fff;
	}

	.top__button {
		margin-right: 50px;
	}
}


.result-item:first-child span.result-item__currency {
    font-weight: 500;
    font-size: 48px;
}
span.result-item__currency {
    font-family: Arial;
    margin-right: 10px;
}
span.result-item__currency {
    font-family: Arial;
}

@media screen and (min-width: 992px) {
	.payment-types .type-item:hover {
		background: #3BBFAD;
		color: #fff;
	}

	.payment-types .type-item {
		transition: .23s;
	}

	.model-item__inner:hover {
		background: #3BBFAD;
		color: #fff;
	}

	.model-item__inner {
		transition: .23s;
	}

	.model-item__inner:hover span {
		color: #fff;
	}

}

@media screen and (max-width: 991px) {
	.payment-form__grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.models-radio {
		grid-template-columns: 1fr 1fr;
	}

	.ready__content>p {
		font-size: 20px;
	}

	.ready__item .text {
		font-size: 18px;
	}

	.how:before {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 83%;
		left: 40%;
		transform: translate(0%, 100%) rotate(-27deg);
		transform-origin: 0% 0%;
		background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(167, 237, 227, 1) 100%);
	}

	ul.list-icon li {
		font-size: 20px;
	}

	.first__content {
		gap: 20px;
	}

	.first__content h1 {
		padding: 0;
		gap: 10px;
	}

	.first__items {
		margin: 30px auto 0;
		grid-template-columns: 1fr;
		gap: 20px;
		max-width: 535px;
	}

	.wrap {
		padding: 35px 0;
	}

	h2.title-sction {
		font-size: 32px;
		margin: 0 0 30px;
	}

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

	.item.edge {
		padding: 20px 15px;
		min-height: auto;
	}

	.item.edge div br {
		display: none;
	}

	span.icon-edge {
		width: 30px;
		height: 30px;
		min-width: 30px;
	}

	.edges__items.items {
		max-width: 535px;
		margin: 0 auto;
	}

	ul.list-icon li {
		font-size: 18px;
	}



	.editor {
		font-size: 20px;
	}

	.ready {
		grid-template-columns: 1fr;
	}

	.ready__img {
		justify-content: center;
		display: flex;
	}

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

	.box__title {}

	p.box__desc, .box__title {
		font-size: 18px;
	}

	.top__button a span img:last-child {
		display: block;
	}

	.top__button a span img:first-child {
		display: none;
	}

	.top__button a span {
		background: transparent;
	}

	.top__button a:first-child {
		font-size: 0;
		padding: 0;
		width: 46px;
		min-width: 46px;
		display: flex;
		justify-content: center;
	}

	.top__button a:first-child span {
		margin: 0;
	}

	.container {
		max-width: 760px;
		padding: 0 30px;
	}

	.header .container {
		max-width: 100%;
	}

	.header {
		height: 115px;
	}

	.top__logo img {
		max-width: 160px;
	}

	.top__logo {
		max-height: 40px;
	}

	.top__button {
		margin-right: 30px;
	}

	.top__button .request {
		order: 1;
	}

	.top__button a:first-child {
		order: 2;
	}

	section.first {
		padding-top: 115px;
	}

}

.mobile {
	display: none;
}

.ready__content {
	min-width: 0;

}

.ready-slider.swiper {
	display: none;
}

.ready__item .text span {
	font-weight: 700;
}

@media screen and (max-width: 575px) {
	.ready-slider.swiper {
		display: block;
	}

	.ready__item .text {
		font-size: 16px;
	}

	.swiper-pagination.swiper-pagination-clickable {
		position: relative;
		top: auto !important;
		bottom: auto !important;
		margin: 10px 0 0 0;
		display: flex;
		justify-content: center;
		gap: 15px;
	}

	.swiper-pagination.swiper-pagination-clickable span {
		margin: 0 !important;
		width: 15px;
		height: 15px;
		opacity: 1;
		cursor: pointer;
		background: transparent;
		border: 1px solid var(--blue);
	}

	.ready-slider.swiper {
		margin: 0 -20px;
		padding: 0 20px;
	}

	.swiper-pagination.swiper-pagination-clickable span.swiper-pagination-bullet-active {
		background: var(--blue);
	}

	.ready__content>p {
		font-size: 18px;
		text-align: center;
	}

	.ready-list {
		display: none;
	}

	.how:before {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 53%;
		left: 27%;
		transform: translate(0%, 100%) rotate(-40deg);
		transform-origin: 0% 0%;
		background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(167, 237, 227, 1) 100%);
	}

	.header.scroller {
		height: 74px;
	}

	p.box__desc, .box__title {
		font-size: 16px;
	}

	.editor {
		text-align: center;
	}

	.first__content {
		gap: 15px;
		grid-template-columns: 1fr;
	}

	.first__img {
		order: 1;
	}

	.first__content h1 {
		order: 2;
		max-width: 400px;
		margin: 0 auto;
		width: 100%;
		container-type: inline-size;
	}

	span.line1 {
		font-size: 11.5cqw;
	}

	span.line2 {
		font-size: 25cqw;
	}

	span.line3 {
		font-size: 12cqw;
	}

	span.line4 {
		font-size: 13.6cqw;
	}

	.first__items {
		margin: 40px auto 0;
	}

	section.first {
		padding-top: 175px;
	}

	.admin-bar .header {
		top: 46px;
	}

	.header {
		height: 175px;
	}

	.mobile>div {
		margin: 0;
		padding: 30px 0 0 0;
		transition: .23s;
	}

	.scroller .top {
		display: none;
	}

	.scroller .mobile>div {
		padding: 0;
	}

	.mobile {
		display: flex;
		justify-content: flex-end;
	}

	.top .top__button {
		display: none;
	}

	.container {
		max-width: 100%;
		padding: 0 20px;
	}

}


@media screen and (max-width: 991px) {
	.payment-sliders {
		grid-template-columns: 1fr;
	}

	.payment-results {
		grid-template-columns: 1fr;
	}

	.form-main {
		padding: 30px 0 0 0;
	}

	.fields-row {
		grid-template-columns: 1fr;
	}
}

span.model-item__motor {
	color: var(--blue);
}

@media screen and (max-width: 575px) {

	.field button {
		width: 100%;
	}

	.payment-form {
		max-width: 320px;
		margin: 0 auto;
	}

	#payment-calculator {
		gap: 30px;
	}

	.payment-form {
		max-width: 320px;
		margin: 0 auto;
	}

	#payment-calculator {
		gap: 30px;
	}

	.payment-types {
		gap: 20px;
	}


	.models-dropdown-toggle span.model-item__inner {
		background: #3BBFAD;
		transition: 0s;
	}

	.models-dropdown-toggle span.model-item__inner span {
		color: #fff;
	}

	.models-dropdown-toggle {
		position: relative;
	}

	.models-dropdown-toggle:before {
		position: absolute;
		top: 23px;
		right: 15px;
		content: '';
		display: block;
		width: 30px;
		height: 30px;
		background: url(/wp-content/themes/kia-leasing/img/drop.svg) no-repeat center #fff;
		border-radius: 50px;
		background-size: 17px 10px;
		transition: .23s;
		transform: rotate(0deg);
	}

	.payment-models.open .models-dropdown-toggle span.model-item__inner {
		border-radius: 15px 15px 0 0;
	}

	.models-radio .model-item__inner {
		border: 0;
		border-radius: 0;
	}

	span.model-item__price {
		font-size: 16px;
		margin: 0;
	}

	span.model-item__motor {
		font-size: 16px;
	}

	span.model-item__name {
		font-size: 16px;
	}

	.model-item__inner {
		padding: 10px 15px;
		border-radius: 15px;
	}

	.models-dropdown-toggle {
		display: block;
	}

	.models-radio {
		display: none;
		flex-direction: column;
		grid-template-columns: none;
		position: absolute;
		top: calc(100% + 0px);
		left: 0;
		z-index: 10;
		width: 100%;
		background: #fff;
		border-radius: 0 0 15px 15px;
		padding: 0;
		gap: 0;
		max-height: inherit;
		overflow-y: auto;
		border: 1px solid #3bbfad;
	}

	.payment-models.open .models-radio {
		display: flex;
	}

	.payment-models.open .models-dropdown-toggle:before {
		transform: rotate(180deg);
	}
}