@charset "UTF-8";
@font-face {
	font-family: Gilroy;
	font-display: swap;
	src: url(../fonts/Gilroy-Bold.woff2) format('woff2'),
		url(../fonts/Gilroy-Bold.woff) format('woff');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: Gilroy;
	font-display: swap;
	src: url(../fonts/Gilroy-Extrabold.woff2) format('woff2'),
		url(../fonts/Gilroy-Extrabold.woff) format('woff');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: Gilroy;
	font-display: swap;
	src: url(../fonts/Gilroy-Light.woff2) format('woff2'),
		url(../fonts/Gilroy-Light.woff) format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: Gilroy;
	font-display: swap;
	src: url(../fonts/Gilroy-Regular.woff2) format('woff2'),
		url(../fonts/Gilroy-Regular.woff) format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: Gilroy;
	font-display: swap;
	src: url(../fonts/Gilroy-Semibold.woff2) format('woff2'),
		url(../fonts/Gilroy-Semibold.woff) format('woff');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: Gilroy;
	font-display: swap;
	src: url(../fonts/Gilroy-Medium.woff2) format('woff2'),
		url(../fonts/Gilroy-Medium.woff) format('woff');
	font-weight: 500;
	font-style: normal;
}
* {
	padding: 0;
	margin: 0;
	border: 0;
}
*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:active,
:focus {
	outline: 0;
}
a:active,
a:focus {
	outline: 0;
}
body,
html {
	height: 100%;
	min-width: 320px;
}
body {
	color: #000;
	line-height: 1;
	font-family: Gilroy;
	font-size: 0.875rem;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
button,
input,
textarea {
	font-family: Gilroy;
	font-size: inherit;
	line-height: inherit;
}
.wpcf7-response-output {
	position: absolute;
	width: 100%;
	top: calc(100% + 20px);
	left: 50%;
	transform: translateX(-50%);
}
button {
	cursor: pointer;
	color: inherit;
	background-color: transparent;
}
a {
	color: inherit;
	text-decoration: none;
}
ul li {
	list-style: none;
}
img {
	vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}
.lock body {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	-ms-scroll-chaining: none;
	overscroll-behavior: none;
}
.wrapper {
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
}
@supports (overflow: clip) {
	.wrapper {
		overflow: clip;
	}
}
.wrapper > main {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.wrapper > * {
	min-width: 0;
}
[class*='__container'] {
	max-width: 75rem;
	margin: 0 auto;
	padding: 0 0.9375rem;
}
.select {
	min-width: 0;
	position: relative;
}
.select__body {
	position: relative;
}
.select__title {
	color: inherit;
	text-align: left;
	cursor: pointer;
	width: 100%;
	border-radius: 0.875rem;
	border: 1px solid #aeaeae;
	background: #f9fdff;
	padding: 12px 1.1875rem;
}
.select__value {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.select__value > * {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.select__value._select-pseudo-label::before {
	content: attr(data-pseudo-label);
	opacity: 0.5;
}
.select__content {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	white-space: nowrap;
}
.select__text {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.select__input {
	width: 100%;
	background-color: transparent;
	height: 100%;
}
.select__options {
	color: #000;
	position: absolute;
	top: calc(100% - 0.625rem);
	border-radius: 0 0 0.875rem 0.875rem;
	min-width: 100%;
	left: 0;
	border: 1px solid #aeaeae;
	border-top: 0;
	border-top: 0;
	background: #f9fdff;
}
.select__scroll {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 12.5rem;
}
.select__option {
	width: 100%;
	text-align: left;
	cursor: pointer;
	padding: 0.3125rem 1.1875rem 0.3125rem 1.25rem;
	color: inherit;
}
.select__option._select-selected {
	background-color: #eee;
}
.select__row {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.select--show-top .select__options {
	top: auto;
	bottom: calc(100% - 0.0625rem);
	border: 1px solid #d9d9d9;
	border-bottom: 0;
	border-radius: 4px 4px 0 0;
	padding: 5px 0 10px 0;
}
._select-tag {
	cursor: pointer;
}
[class*='-ibg'] {
	position: relative;
}
[class*='-ibg'] img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
[class*='-ibg--contain'] img {
	-o-object-fit: contain;
	object-fit: contain;
}
.btn {
	cursor: pointer;
	border-radius: 0.875rem;
	padding: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.btn--border {
	background-image: -webkit-gradient(
		linear,
		right top,
		left top,
		from(#00c8ff),
		to(#0076ff)
	);
	background-image: linear-gradient(to left, #00c8ff, #0076ff);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-color: #fff;
	/*margin: -0.125rem;*/
	border-radius: 0.875rem;
	border: 1px solid #0076ff;
}
/*.btn--border::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	z-index: -1;
	border-radius: 0.875rem;
	background: radial-gradient(
				circle at 100% 100%,
				#fff 0,
				#fff 13px,
				transparent 13px
			)
			0 0/15px 15px no-repeat,
		radial-gradient(circle at 0 100%, #fff 0, #fff 13px, transparent 13px) 100%
			0/15px 15px no-repeat,
		radial-gradient(circle at 100% 0, #fff 0, #fff 13px, transparent 13px) 0
			100%/15px 15px no-repeat,
		radial-gradient(circle at 0 0, #fff 0, #fff 13px, transparent 13px) 100%
			100%/15px 15px no-repeat,
		-webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) 50% 50% /
			calc(100% - 4px) calc(100% - 30px) no-repeat,
		-webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) 50% 50% /
			calc(100% - 30px) calc(100% - 4px) no-repeat,
		-webkit-gradient(linear, left top, right top, from(#0076ff), to(#00c8ff));
	background: radial-gradient(
				circle at 100% 100%,
				#fff 0,
				#fff 13px,
				transparent 13px
			)
			0 0/15px 15px no-repeat,
		radial-gradient(circle at 0 100%, #fff 0, #fff 13px, transparent 13px) 100%
			0/15px 15px no-repeat,
		radial-gradient(circle at 100% 0, #fff 0, #fff 13px, transparent 13px) 0
			100%/15px 15px no-repeat,
		radial-gradient(circle at 0 0, #fff 0, #fff 13px, transparent 13px) 100%
			100%/15px 15px no-repeat,
		linear-gradient(#fff, #fff) 50% 50% / calc(100% - 4px) calc(100% - 30px)
			no-repeat,
		linear-gradient(#fff, #fff) 50% 50% / calc(100% - 30px) calc(100% - 4px)
			no-repeat,
		linear-gradient(90deg, #0076ff 0, #00c8ff 100%);
}*/
.btn--gradient {
	background: linear-gradient(82deg, #ff6b00 0, #f90 100%);
	color: #fff;
}
.page__swiper {
	position: relative;
}
.page__nav {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 35.625rem;
	width: 100%;
}
#wpcf7-f6-o1 {
	position: relative;
}
.page__content {
	text-align: center;
	display: -webkit-box;
	/*position: relative;*/
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 41vh;
}
.content {
	padding: 10px;
}
.content__title {
	color: #1e1e1e;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 24px;
}
.content__btns .btn + .btn {
	margin-left: 10px;
}
.content__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/*gap: 0.625rem;*/
}
.phone {
	width: 100%;
	/*display: -webkit-box;*/
	/*display: -ms-flexbox;*/
	/*display: flex;*/
	/*-webkit-box-align: center;*/
	/*-ms-flex-align: center;*/
	/*align-items: center;*/
	margin-bottom: 1.3125rem;
	/*gap: 0.625rem;*/
	color: #1e1e1e;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.03125;
}
.phone input {
	/*margin-left: 10px;*/
	border-radius: 0.875rem;
	border: 0.0625rem solid #aeaeae;
	background: #f9fdff;
	padding: 0.625rem 16px;
	max-width: 280px;
	/*text-align: center;*/
}
.btn.btn--border {
	margin-left: 10px;
	display: inline-block;
}
.phone input::-webkit-inner-spin-button,
.phone input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.phone input::-webkit-input-placeholder {
	color: #a0a0a0;
}
.phone input::-moz-placeholder {
	color: #a0a0a0;
}
.phone input:-ms-input-placeholder {
	color: #a0a0a0;
}
.phone input::-ms-input-placeholder {
	color: #a0a0a0;
}
.phone input::placeholder {
	color: #a0a0a0;
}
.page__swiper {
	height: 59vh;
}
.page-slide {
	/*min-height: 37.5rem;*/
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 4vh 0;
}
.page-slide__text {
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
}
.page-slide__img {
	height: 45vh;
}
.page-slide__img img {
	max-height: 100%;
	width: 370px;
	height: 370px;
}
.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	width: 3.125rem;
	height: 3.125rem;
}
.swiper-button-next::after,
.swiper-button-prev::after {
	display: inline-block;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	content: '';
	border: 0 solid transparent;
	border-bottom-width: 12.5px;
	border-top-width: 12.5px;
	border-left: 18px solid #fff;
}
.swiper-button-prev {
	left: 0;
	-webkit-transform: rotateY(180deg) translate(-50%, -50%);
	transform: rotateY(180deg) translate(-50%, -50%);
}
.swiper-button-next {
	right: 0;
}
.swiper-pagination {
	position: absolute;
	width: 100%;
	bottom: 15%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/*gap: 0.75rem;*/
	max-width: 35.625rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.swiper-pagination-bullet {
	width: 0.625rem;
	height: 0.625rem;
	background: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	border-radius: 50%;
}
.swiper-pagination-bullet + .swiper-pagination-bullet {
	margin-left: 10px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 0.875rem;
	height: 0.875rem;
	background: #fff;
}
.swiper {
	overflow: hidden;
}
.swiper-initialized {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
.swiper-wrapper {
	width: 100%;
	height: 100%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
.swiper-vertical .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.swiper-initialized .swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.swiper-button-lock {
	display: none !important;
}
.page__content.content{margin-top:30px;}
.nlogo{margin-bottom:10px;}
.nlogo img{width:80px;}
.page-slide__text{font-size:1.5rem;}
.swiper-pagination{bottom:7%!important;}

@media (max-width: 47.99875em) {
	.select__title {
		padding: 12px;
	}
	.select__option {
		padding: 12px;
	}
	.btn {
		font-size: 1.25rem;
		padding: 10px;
	}
	.content__title {
		font-size: 2rem;
		margin-bottom: 1.75rem;
	}
	.phone {
		font-size: 1.25rem;
	}
	.phone input {
		/*padding: 0.875rem 1.1875rem;*/
		padding: 10px;
		max-width: 15rem;
	}
	.page-slide__text {
		font-size: 1.625rem;
	}
	.swiper-pagination-bullet {
		width: 0.4375rem;
		height: 0.4375rem;
	}
	.swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 0.625rem;
		height: 0.625rem;
	}
}
@media (any-hover: hover) {
	.select__option:hover {
		background: #d9d9d9;
	}
}
@media (max-height: 47.99875em) {
	.swiper-button-next,
	.swiper-button-prev {
		display: none !important;
	}
}
@media (max-width: 440px) {
	.page__wrapper .page-slide:last-child .page-slide__img {
		position: relative;
		top: -30px;
	}
}
