.social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.social-dark .social__icon svg path {
	fill: #000
}

.social-vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.social-vertical .social__icon {
	margin-right: 0;
	margin-bottom: .5625rem
}

.social-vertical .social__icon:last-child {
	margin-bottom: 0
}

.social-large .social__icon {
	margin-right: 3.125rem
}

.social-large .social__icon svg {
	width: 3.125rem;
	height: 3.125rem
}

.social__icon {
	cursor: pointer;
	margin-right: 1.625rem
}

@media (max-width: 1023px) {
	.social__icon {
		margin-right:1.125rem
	}
}

@media (max-width: 767px) {
	.social__icon {
		margin-right:1.6875rem
	}
}

.social__icon:last-child {
	margin-right: 0
}

.social__icon svg {
	width: 2.0625rem;
	height: 2.0625rem
}

.social__icon svg path {
	-webkit-transition: fill .3s ease-out;
	transition: fill .3s ease-out
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
	.social__icon svg:hover path {
		fill: #f43d30
	}
}

@media (min--moz-device-pixel-ratio:0) {
	.social__icon svg:hover path {
		fill: #f43d30
	}
}

@media (hover: hover) {
	.social__icon svg:hover path {
		fill:#f43d30
	}
}

@media (hover: none) {
	.social__icon svg:active path {
		fill:#f43d30
	}
}

.header[theme=white] .header__link {
	color: #fff
}

.header[theme=white] .header__link svg {
	fill: #fff
}

.header[theme=white] .header__lk svg path {
	fill: #fff;
	stroke: #fff
}

.header[theme=white] .header__sublinks {
	color: #fff
}

.header[theme=white] .header__bar svg,.header[theme=white] .header__logo svg {
	fill: #fff
}

.header__link {
	font-family: FuturaPT;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: .96;
	color: #000;
	-webkit-transition: color .3s ease-out;
	transition: color .3s ease-out;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header__link.-open svg {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg)
}

@media (max-width: 1023px) {
	.header__link-submenu {
		display:none
	}
}

@media (max-width: 1023px) {
	.header__link {
		font-family:FuturaPT-Demi;
		font-size: 3.125rem;
		line-height: .96;
		letter-spacing: -.04375rem;
		color: #fff
	}
}

@media (max-width: 767px) {
	.header__link {
		font-family:FuturaPT;
		font-size: 1.5rem;
		font-weight: 500;
		line-height: .96;
		color: #fff
	}
}

.header__link svg {
	width: 1rem;
	height: 1rem;
	margin-top: .3125rem;
	margin-left: .5rem;
	-webkit-transition: fill .3s ease-out,-webkit-transform .3s ease-out;
	transition: fill .3s ease-out,-webkit-transform .3s ease-out;
	transition: transform .3s ease-out,fill .3s ease-out;
	transition: transform .3s ease-out,fill .3s ease-out,-webkit-transform .3s ease-out;
	-webkit-transform-origin: center center;
	transform-origin: center center
}

.header__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media screen and (max-width: 767px) and (max-height:340px) {
	.header__items {
		-webkit-box-align:start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

@media (max-width: 1023px) {
	.header__items {
		-webkit-box-orient:vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		position: fixed;
		top: 0;
		left: -100vw;
		width: 100vw;
		height: 100vh;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: #000;
		opacity: 0;
		visibility: hidden;
		overflow: auto;
		-webkit-transition: opacity .3s ease-out;
		transition: opacity .3s ease-out
	}

	.header__items-mobileOpen {
		opacity: 1;
		left: 0;
		visibility: visible
	}
}

.header__itemsMobile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width: 1023px) {
	.header__itemsMobile {
		-webkit-box-orient:vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 17.25rem;
		padding-bottom: 4.375rem
	}
}

@media (max-width: 767px) {
	.header__itemsMobile {
		-webkit-box-orient:vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 6.6875rem;
		padding-bottom: 4.375rem
	}
}

@media screen and (max-width: 1023px) and (min-width:768px) and (max-height:780px) {
	.header__itemsMobile {
		padding-top:10rem
	}
}

.header__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap;
	margin-left: 3.125rem
}

@media (max-width: 1279px) {
	.header__item {
		margin-left:1.9375rem
	}
}

@media (max-width: 1023px) {
	.header__item {
		margin-top:3.125rem;
		margin-left: 0
	}

	.header__item:first-child {
		margin-top: 0
	}
}

@media (max-width: 767px) {
	.header__item {
		margin-top:1.625rem
	}
}

.header__lk {
	position: relative;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	margin-left: 7.8125rem;
	white-space: nowrap
}

@media (max-width: 1279px) {
	.header__lk {
		padding-right:.75rem;
		margin-left: 2.1875rem;
		margin-left: 15px !important;
	}
}

@media (max-width: 1023px) {
	.header__lk {
		display:block;
		margin-left: 0;
		margin-right: 1.5625rem;
		padding-right: 0
	}
}

@media (max-width: 767px) {
	.header__lk {
		margin-right:.625rem
	}
}

.header__lk svg {
	width: 1.0625rem;
	height: 1.4375rem;
	margin-left: 1.125rem
}

@media (max-width: 1279px) {
	.header__lk svg {
		width:1.625rem;
		height: 1.6875rem
	}
}

@media (max-width: 767px) {
	.header__lk svg {
		width:1.125rem;
		height: 1.175rem
	}
}

.header__lk svg path {
	stroke: #f43d30;
	stroke-width: .0625rem;
	-webkit-transition: fill .3s ease-out,stroke .3s ease-out;
	transition: fill .3s ease-out,stroke .3s ease-out
}

@media (max-width: 1279px) {
	.header__lk svg path {
		fill:#000;
		stroke: none
	}
}

@media (max-width: 1279px) {
	.header__lk span {
		display:none
	}
}

.header__submenu {
	position: absolute;
	top: 100%;
	left: -.1875rem;
	padding-top: 2.75rem;
	-webkit-transition: visibility .3s ease-out,opacity .3s ease-out;
	transition: visibility .3s ease-out,opacity .3s ease-out;
	opacity: 0;
	visibility: hidden
}

.header__submenu-open {
	opacity: 1;
	visibility: visible
}

@media (max-width: 1023px) {
	.header__submenu {
		display:-webkit-box;
		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;
		position: relative;
		padding-top: 0;
		left: 0;
		top: 0;
		visibility: visible;
		opacity: 1
	}
}

.header__sublinks {
	white-space: nowrap;
	display: block;
	margin-top: .875rem;
	font-family: FuturaPT;
	font-size: 1.50625rem;
	line-height: 1.08;
	color: #000;
	-webkit-transition: color .3s ease-out;
	transition: color .3s ease-out
}

.header__sublinks:first-child {
	margin-top: 0
}

@media (max-width: 1023px) {
	.header__sublinks {
		font-family:FuturaPT-Demi;
		font-size: 3.125rem;
		line-height: .96;
		letter-spacing: -.04375rem;
		color: #fff;
		margin-top: 3.125rem
	}
}

@media (max-width: 767px) {
	.header__sublinks {
		font-family:FuturaPT;
		font-size: 1.5rem;
		font-weight: 500;
		line-height: .96;
		color: #fff;
		margin-top: 1.625rem
	}
}

.header__bar {
	position: relative;
	display: none;
	width: 2.5rem;
	height: 2.5rem;
	margin-right: -.375rem
}

@media (max-width: 1023px) {
	.header__bar {
		display:block
	}
}

.header__bar svg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 1.75rem;
	height: 1.75rem
}

@media (max-width: 767px) {
	.header__bar svg {
		width:1.125rem;
		height: 1.125rem
	}
}

.header__social {
	padding-bottom: 2.3125rem
}

@media (max-width: 767px) {
	.header__social {
		padding-bottom:11.25rem
	}
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
	.header__logo:hover svg {
		fill: #f43d30
	}

	.header__link:hover {
		color: #f43d30
	}

	.header__link:hover svg {
		fill: #f43d30
	}

	.header__lk:hover svg path {
		fill: transparent;
		stroke: #f43d30
	}

	.header__sublinks:hover {
		color: #f43d30
	}
}

@media (min--moz-device-pixel-ratio:0) {
	.header__logo:hover svg {
		fill: #f43d30
	}

	.header__link:hover {
		color: #f43d30
	}

	.header__link:hover svg {
		fill: #f43d30
	}

	.header__lk:hover svg path {
		fill: transparent;
		stroke: #f43d30
	}

	.header__sublinks:hover {
		color: #f43d30
	}
}

@media (hover: hover) {
	.header__logo:hover svg {
		fill:#f43d30
	}

	.header__link:hover {
		color: #f43d30
	}

	.header__link:hover svg {
		fill: #f43d30
	}

	.header__lk:hover svg path {
		fill: transparent;
		stroke: #f43d30
	}

	.header__sublinks:hover {
		color: #f43d30
	}
}

@media (hover: none) {
	.header__logo:active svg {
		fill:#f43d30
	}

	.header__link:active {
		color: #f43d30
	}

	.header__link:active svg {
		fill: #f43d30
	}

	.header__lk:active svg path {
		fill: transparent;
		stroke: #f43d30
	}

	.header__sublinks:active {
		color: #f43d30
	}
}

.page404 {
	position: relative;
	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;
	height: 100vh;
	overflow: hidden;
	min-height: 37.5rem;
	opacity: 0
}

@media (max-width: 767px) {
	.page404 {
		min-height:30rem
	}

	.page404 .wrap {
		text-align: center
	}
}

.page404__ellipses {
	position: absolute;
	top: calc(50% + 91.875rem);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	left: calc(50% - 13.3125rem);
	z-index: 0
}

.page404__ellipses svg {
	width: 234.625rem;
	height: 309.125rem
}

.page404__title {
	font-family: FuturaPT;
	font-size: 6rem;
	font-weight: 700;
	line-height: .92;
	letter-spacing: -.0375rem;
	color: #000
}

@media (max-width: 767px) {
	.page404__title {
		font-family:FuturaPT;
		font-size: 2.375rem;
		font-weight: 700;
		line-height: .92;
		letter-spacing: -.0375rem;
		text-align: center;
		color: #000
	}
}

.page404__link {
	font-family: FuturaPT;
	font-size: 1.4875rem;
	font-weight: 500;
	line-height: 1.18;
	color: #f43d30;
	margin-top: 4.25rem;
	padding-bottom: .125rem
}

@media (max-width: 767px) {
	.page404__link {
		margin:2rem auto 0
	}
}

.nuxt-progress {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: .125rem;
	width: 0;
	opacity: 1;
	-webkit-transition: width .1s,opacity .4s;
	transition: width .1s,opacity .4s;
	background-color: #fff;
	z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
	-webkit-transition: none;
	transition: none
}

.nuxt-progress-failed {
	background-color: red
}

.footer {
	padding-top: 5.4375rem;
	background-color: #000
}

@media (max-width: 767px) {
	.footer {
		padding-top:2.5rem
	}
}

@media (max-width: 767px) {
	.footer .more-mobile {
		display:none
	}
}

@media (min-width: 761px) {
	.footer .less-mobile {
		display:none
	}
}

.footer__nav {
	margin-right: 4.625rem
}

@media (max-width: 1279px) {
	.footer__nav {
		margin-right:5.4375rem
	}
}

@media (max-width: 1023px) {
	.footer__nav {
		margin-right:.625rem
	}
}

.footer__contacts {
	margin-right: 6.9375rem
}

@media (max-width: 1279px) {
	.footer__contacts {
		margin-right:7.5rem
	}
}

@media (max-width: 1023px) {
	.footer__contacts {
		margin-right:0
	}
}

@media (max-width: 767px) {
	.footer__contacts {
		margin-top:1.9375rem;
		padding-top: 1.9375rem;
		margin-bottom: 2.25rem;
		padding-bottom: 1.9375rem;
		border-top: .0625rem solid #484848;
		border-bottom: .0625rem solid #484848
	}
}

.footer__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

@media (max-width: 1279px) {
	.footer__content {
		-webkit-box-pack:start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

@media (max-width: 1023px) {
	.footer__content {
		-webkit-box-pack:justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

@media (max-width: 767px) {
	.footer__content {
		-webkit-box-orient:vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

.footer__logo {
	position: absolute;
	left: -1.3125rem;
	top: -.8125rem;
	width: 11.875rem;
	height: 5.25rem
}

@media (max-width: 1440px) {
	.footer__logo {
		left:-1.5rem;
		top: -.75rem
	}
}

.footer__logo svg {
	cursor: pointer
}

.footer__logo svg g {
	-webkit-transition: fill .3s ease-out;
	transition: fill .3s ease-out
}

@media (max-width: 1279px) {
	.footer__logo {
		display:none
	}
}

.footer__h1 {
	font-family: FuturaPT;
	font-size: 1.5625rem;
	font-weight: 500;
	line-height: 1.04;
	color: #fff;
	margin-bottom: 1.3125rem
}

@media (max-width: 1023px) {
	.footer__h1 {
		font-size:1.3125rem;
		margin-bottom: 1.625rem
	}
}

@media (max-width: 767px) {
	.footer__h1 {
		margin-bottom:.9375rem;
		font-family: FuturaPT;
		font-size: 1rem;
		font-weight: 500;
		line-height: 1.06;
		color: #fff
	}
}

.footer__h1-link {
	margin-bottom: 1.3125rem
}

@media (max-width: 1279px) {
	.footer__h1-link {
		margin-bottom:1.1875rem
	}
}

@media (max-width: 1023px) {
	.footer__h1-link {
		margin-bottom:1.5rem
	}
}

@media (max-width: 767px) {
	.footer__h1-link {
		margin-bottom:1.3125rem
	}
}

.footer__h1-link:last-child {
	margin-bottom: 0
}

.footer__h1-link a {
	-webkit-transition: color .3s ease-out;
	transition: color .3s ease-out
}

.footer__desc {
	font-family: FuturaPT;
	font-size: 1.1875rem;
	line-height: 1.21;
	color: #909090
}

@media (max-width: 767px) {
	.footer__desc {
		font-family:FuturaPT;
		font-size: .875rem;
		line-height: 1.21;
		color: #909090
	}
}

.footer__desc a {
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out
}

.footer__social {
	margin-top: 3.5625rem
}

@media (max-width: 767px) {
	.footer__social {
		margin-top:1.0625rem
	}
}

.footer__founderImg {
	display: block;
	margin-top: 2.0625rem;
	width: 11.875rem
}

@media (max-width: 1023px) {
	.footer__founderImg {
		width:11.875rem;
		margin-top: 2rem;
		padding-right: 1.875rem;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
}

@media (max-width: 767px) {
	.footer__founderImg {
		width:9.4375rem;
		margin-top: 1.5rem;
		padding-right: 0
	}
}

.footer__founderImg img {
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out
}

.footer__end {
	margin-top: 5.6875rem;
	border-top: .0625rem solid #484848;
	height: 9.5625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-family: FuturaPT;
	font-size: .9375rem;
	line-height: 1.27;
	color: #909090
}

@media (max-width: 1279px) {
	.footer__end {
		margin-top:5.5625rem
	}
}

@media (max-width: 767px) {
	.footer__end {
		margin-top:1.9375rem;
		height: 8.5625rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

@media (max-width: 767px) {
	.footer__redis {
		margin-top:.9375rem
	}
}

.footer__redis a {
	-webkit-transition: color .3s ease-out;
	transition: color .3s ease-out
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
	.footer__logo:hover svg g {
		fill: #f43d30
	}

	.footer__desc a:hover,.footer__h1-link a:hover,.footer__redis a:hover {
		color: #f43d30
	}
}

@media (min--moz-device-pixel-ratio:0) {
	.footer__logo:hover svg g {
		fill: #f43d30
	}

	.footer__desc a:hover,.footer__h1-link a:hover,.footer__redis a:hover {
		color: #f43d30
	}
}

@media (hover: hover) {
	.footer__logo:hover svg g {
		fill:#f43d30
	}

	.footer__desc a:hover,.footer__h1-link a:hover,.footer__redis a:hover {
		color: #f43d30
	}
}

@media (hover: none) {
	.footer__logo:active svg g {
		fill:#f43d30
	}

	.footer__desc a:active,.footer__h1-link a:active,.footer__redis a:active {
		color: #f43d30
	}
}

.v--modal-overlay {
	background-color: rgba(0,0,0,.65);
	cursor: pointer;
	overflow: auto
}

.popup {
	background: #fff;
	padding: 3.4375rem 4.75rem 3.875rem;
	position: relative;
	cursor: default
}

@media (max-width: 767px) {
	.popup {
		padding:2.5rem 1.25rem;
		display: -webkit-box;
		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;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.popup__cross {
	position: absolute;
	top: 0;
	right: -2.8125rem;
	width: 1.75rem;
	height: 1.75rem;
	cursor: pointer
}

@media (max-width: 767px) {
	.popup__cross {
		right:1.3125rem;
		top: 1.3125rem;
		width: 1.125rem;
		height: 1.125rem
	}
}

.popup__cross svg {
	fill: #fff;
	width: 100%;
	height: 100%;
	-webkit-transition: fill .3s ease-out;
	transition: fill .3s ease-out
}

@media (max-width: 767px) {
	.popup__cross svg {
		fill:#000
	}
}

@media (max-width: 767px) {
	.popup__content {
		width:100%
	}
}

.popup__title {
	font-family: FuturaPT;
	font-size: 2.625rem;
	font-weight: 500;
	line-height: .98;
	color: #000
}

@media (max-width: 767px) {
	.popup__title {
		font-family:FuturaPT;
		font-size: 1.6875rem;
		font-weight: 500;
		line-height: 1;
		color: #000;
		max-width: 12.5rem
	}
}

.popup__submit {
	margin-top: 2rem
}

.popup__submit+.popup__submit {
	margin-top: 1.25rem
}

@media (max-width: 767px) {
	.popup__submit+.popup__submit {
		margin-top:.625rem
	}
}

.popup__link {
	margin-top: 1.5rem
}

@media (max-width: 767px) {
	.popup__link {
		margin-top:1.625rem
	}
}

.popup__link-bold {
	padding-bottom: .25rem;
	font-family: FuturaPT;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: .71;
	color: #000
}

@media (max-width: 767px) {
	.popup__link-bold {
		font-family:FuturaPT;
		font-size: 1.125rem;
		font-weight: 500;
		line-height: .72;
		color: #000
	}
}

.popup__desc {
	font-family: FuturaPT;
	font-size: 1.1875rem;
	line-height: 1.21;
	color: #000;
	margin-top: 1.6875rem
}

@media (max-width: 767px) {
	.popup__desc {
		font-family:FuturaPT;
		font-size: .9375rem;
		line-height: 1.13;
		color: #000;
		margin-top: 1.25rem
	}
}

.popup__desc.-big {
	font-family: FuturaPT;
	font-size: 1.50625rem;
	line-height: 1.08;
	color: #000
}

@media (max-width: 767px) {
	.popup__desc.-big {
		font-family:FuturaPT;
		font-size: .9375rem;
		line-height: 1.13;
		color: #000
	}
}

.popup__checkbox {
	margin-top: 2.5rem;
	margin-bottom: -.3125rem
}

@media (max-width: 767px) {
	.popup__checkbox {
		margin-top:2.25rem;
		margin-bottom: 0
	}
}

.popup.v--modal-box {
	overflow: visible
}

@media (max-width: 767px) {
	.popup.v--modal-box {
		width:100%!important;
		left: 0!important;
		min-height: 100vh
	}
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
	.popup__cross:hover svg {
		fill: #f43d30
	}
}

@media (min--moz-device-pixel-ratio:0) {
	.popup__cross:hover svg {
		fill: #f43d30
	}
}

@media (hover: hover) {
	.popup__cross:hover svg {
		fill:#f43d30
	}
}

@media (hover: none) {
	.popup__cross:active svg {
		fill:#f43d30
	}
}

.width-limit {
	max-width: 90%
}

.checkbox {
	position: relative;
	font-family: FuturaPT;
	font-size: 1.1875rem;
	line-height: 1.21;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

@media (max-width: 767px) {
	.checkbox {
		font-family:FuturaPT;
		font-size: .9375rem;
		line-height: 1.13;
		color: #000
	}
}

.checkbox-checked .checkbox__square svg,
.checkbox input[type=checkbox]:checked + .checkbox__square svg {
	opacity: 1
}

.checkbox-disabled {
	pointer-events: none;
	cursor: default
}

.checkbox input {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	opacity: 0
}

.checkbox__square {
	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;
	position: relative;
	width: 1.375rem;
	height: 1.375rem;
	margin-right: .75rem
}

@media (max-width: 767px) {
	.checkbox__square {
		width:1.375rem;
		height: 1.375rem
	}
}

.checkbox__square svg {
	opacity: 0;
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
	width: 1rem;
	height: 1rem
}

.checkbox__square:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border: .125rem solid #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: border-color .3s ease-out;
	transition: border-color .3s ease-out
}

.navSelect {
	position: relative;
	width: 15rem;
	font-family: FuturaPT;
	font-size: 1.1875rem;
	line-height: 1.53;
	color: #000
}

@media (min-width: 768px) {
	.navSelect {
		background:#fff
	}
}

@media (max-width: 767px) {
	.navSelect {
		width: 100%;
		font-family: FuturaPT;
		font-size: .875rem;
		line-height: 1.57;
		color: #000
	}
}

.navSelect-disabled .navSelect__active {
	cursor: default
}

.navSelect-disabled .navSelect__active svg {
	opacity: 0;
	visibility: hidden
}

.navSelect-invalid .navSelect__active {
	border-color: #f43d30;
	color: #f43d30
}

.navSelect-invalid .navSelect__active svg {
	fill: #f43d30
}

.navSelect-responsive {
	width: auto
}

@media (max-width: 767px) {
	.navSelect-lk {
		width:100%
	}

	.navSelect-lk .navSelect__active {
		border: .0625rem solid #f3f3f3;
		padding: 0 1rem;
		height: 3rem
	}

	.navSelect-lk .navSelect__items {
		width: 100%
	}

	.navSelect-lk .navSelect__item {
		padding: .8125rem .625rem .6875rem .8125rem
	}
}

.navSelect-sign, .field_input {
	width: 100%;
	margin-top: .8125rem
}

.navSelect-sign .navSelect__items {
	border-color: #ccc
}

@media (max-width: 767px) {
	.navSelect-sign .navSelect__items {
		width:100%
	}
}

.navSelect-sign .navSelect__active {
	color: #909090
}

@media (max-width: 767px) {
	.navSelect-sign .navSelect__active {
		border:.0625rem solid;
		height: 3rem;
		padding: 0 1rem
	}
}

.navSelect-sign.-complete .navSelect__active {
	color: #000;
	border-color: #000
}

.navSelect__active {
	height: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 1rem;
	border: .0625rem solid #f3f3f3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: border .3s ease-out;
	transition: border .3s ease-out
}

@media (max-width: 767px) {
	.navSelect__active {
		padding: 0 1rem;
		white-space: nowrap;
		height: 2rem;
	}
}

.navSelect__active-opened svg {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg)
}

.navSelect__active svg {
	-webkit-transition: opacity .3s ease-out,visibility .3s ease-out,-webkit-transform .3s ease-out;
	transition: opacity .3s ease-out,visibility .3s ease-out,-webkit-transform .3s ease-out;
	transition: transform .3s ease-out,opacity .3s ease-out,visibility .3s ease-out;
	transition: transform .3s ease-out,opacity .3s ease-out,visibility .3s ease-out,-webkit-transform .3s ease-out;
	width: 1rem;
	height: 1rem
}

@media (max-width: 767px) {
	.navSelect__active svg {
		width:.75rem;
		height: .75rem
	}
}

.navSelect__active span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: calc(100% - 2.25rem);
	white-space: nowrap
}

@media (max-width: 767px) {
	.navSelect__active span {
		max-width:calc(100% - 1.5rem)
	}
}

.navSelect__items {
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	width: 100%;
	margin-top: 0;
	z-index: 10;
	max-height: 12.5rem;
	overflow: auto;
	border-top: .0625rem solid #f3f3f3;
	border-bottom: .0625rem solid #f3f3f3;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
	.navSelect__items {
		width: 100%;
	}
}

.navSelect__item {
	padding: .9375rem 1rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: color .3s ease-out;
	transition: color .3s ease-out;
	border: .0625rem solid #f3f3f3;
	border-top: none;
	cursor: pointer
}
.navSelect__item.active {
	font-weight: 500;
}

@media (max-width: 767px) {
	.navSelect__item {
		padding:.875rem .625rem .75rem .8125rem
	}
}

.navSelect__item:last-child {
	border-bottom: none
}

.navSelect__item-disabled {
	color: #909090;
	pointer-events: none;
	cursor: default
}

.v-suggestions {
	position: relative
}

.v-suggestions .form__input:first-child {
	margin-top: .8125rem
}

.v-suggestions .form__input+.suggestions {
	border: none
}

.v-suggestions .suggestions {
	position: absolute;
	top: calc(100% + .375rem);
	left: 0;
	right: 0;
	max-height: 8.75rem;
	overflow: auto;
	text-overflow: ellipsis;
	border-bottom: .0625rem solid #909090;
	white-space: nowrap
}

.v-suggestions .item {
	padding: .9375rem .75rem;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: color .3s ease-out;
	transition: color .3s ease-out;
	cursor: pointer;
	border: .0625rem solid #909090;
	border-top: none
}

.v-suggestions .item:last-child {
	border-bottom: none
}

body,html {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

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

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

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

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

body {
	line-height: 1
}

ol,ul {
	list-style: none
}

blockquote,q {
	quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
	content: "";
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a {
	font-size: inherit;
	text-decoration: none;
	color: inherit
}

button {
	border: none;
	padding: 0;
	text-transform: inherit;
	cursor: pointer;
	border-radius: 0;
	line-height: inherit
}

button,input,textarea {
	background: none;
	outline: none;
	-webkit-appearance: none
}

input,textarea {
	border: none;
	font: inherit;
	resize: none
}

img,svg {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: block;
	width: 100%
}

section {
	position: relative;
	z-index: 10
}

.form__title {
	font-family: FuturaPT;
	font-size: 2.625rem;
	font-weight: 500;
	line-height: .98;
	color: #000
}

.form__inputs {
	margin-top: 2.75rem
}

@media (max-width: 767px) {
	.form__inputs {
		margin-top:2.125rem
	}
}

.form__inputs-withDesc {
	margin-top: 1.1875rem
}

.form__desc {
	line-height: 1.21;
	margin-top: 1.6875rem
}

.form__desc,.form__input {
	font-family: FuturaPT;
	font-size: 1.1875rem;
	color: #000;
}

.form__input {
	margin-top: .8125rem;
	border: .0625rem solid #ccc;
	height: 3rem;
	line-height: 1.53;
	padding-left: 1rem;
	padding-right: .3125rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: border-color .3s ease-out,color .3s ease-out;
	transition: border-color .3s ease-out,color .3s ease-out;
	width: 100%
}

.form__input.-error, .navSelect.-error, input[type=checkbox].-error + .checkbox__square:after {
	color: #f43d30;
	border-color: #f43d30
}

@media (max-width: 767px) {
	.form__input {
		font-family:FuturaPT;
		font-size: .875rem;
		line-height: 1.57;
		color: #000;
		margin-top: .625rem
	}
}

.form__input::-webkit-input-placeholder {
	color: #909090
}

.form__input::-moz-placeholder {
	color: #909090
}

.form__input:-ms-input-placeholder {
	color: #909090
}

.form__input::-ms-input-placeholder {
	color: #909090
}

.form__input::placeholder {
	color: #909090
}
/*
.form__input:-moz-placeholder-shown {
	border-color: #ccc
}

.form__input:-ms-input-placeholder {
	border-color: #ccc
}

.form__input:placeholder-shown {
	border-color: #ccc
}
*/
.form__input:first-child {
	margin-top: 0
}

.form__link {
	display: inline-block;
	font-family: FuturaPT;
	font-size: .9375rem;
	line-height: 1.27;
	color: #909090;
	margin-top: .6875rem
}

@media (max-width: 767px) {
	.form__link {
		font-family:FuturaPT;
		font-size: .875rem;
		line-height: 1.29;
		color: #909090
	}
}

.form__submit {
	margin-top: 2.1875rem
}

.form__error {
	font-family: FuturaPT;
	font-size: .9375rem;
	line-height: 1.73;
	color: #f43d30;
	margin-top: .3125rem;
	padding-left: .125rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block
}

html {
	overflow-x: hidden;
	font-size: 16PX
}

html.-overflow {
	overflow: hidden
}

body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-family: FuturaPT;
	font-size: 1.3125rem;
	line-height: 1.38;
	color: #000
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.flex-a_c {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.flex-a_fe {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.flex-a_fs {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.flex-j_c {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.flex-j_sb {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.flex-j_sa {
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.flex-j_fe {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.flex-fullW {
	width: 100%;
	-ms-flex-negative: 1;
	flex-shrink: 1
}

.flex-w {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.flex-col {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.gridCol-1 {
	width: 6.625rem
}

.gridCol-2 {
	width: 13.25rem
}

.gridCol-3 {
	width: 19.875rem
}

.gridCol-4 {
	width: 26.5rem
}

.gridCol-5 {
	width: 33.125rem
}

.gridCol-6 {
	width: 39.75rem
}

.gridCol-7 {
	width: 46.375rem
}

.gridCol-8 {
	width: 53rem
}

.gridCol-9 {
	width: 59.625rem
}

.gridCol-10 {
	width: 66.25rem
}

.gridCol-11 {
	width: 72.875rem
}

.fade-enter-active,.fade-leave-active {
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}

.fade-enter,.fade-leave-to {
	opacity: 0
}

.wrap {
	position: relative;
	width: 76.625rem;
	margin-left: auto;
	margin-right: auto;
	max-width: calc(100% - 13.375rem)
}

@media screen and (max-width: 1430px) {
	.wrap {
		max-width:calc(100% - 3.75rem)
	}
}

@media (max-width: 1279px) {
	.wrap {
		width:60rem;
		max-width: calc(100% - 4rem)
	}
}

@media (max-width: 1023px) {
	.wrap {
		width:43.75rem;
		max-width: calc(100% - 4.25rem)
	}
}

@media (max-width: 767px) {
	.wrap {
		width:17.5rem;
		max-width: calc(100% - 2.5rem)
	}
}

@media (max-width: 767px) {
	.wrap-mobileResponsive {
		width:100%
	}
}

@media (max-width: 767px) {
	.wrap-mobileWide {
		width:100%;
		max-width: 100%
	}
}

.link_underline {
	-webkit-transition: border-bottom-color .3s ease-out;
	transition: border-bottom-color .3s ease-out;
	padding-bottom: .175rem;
	cursor: pointer;
	display: inline-block;
	position: relative
}

.link_underline:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: .0625rem;
	background-color: #f43d30;
	-webkit-transition: .3s ease;
	transition: .3s ease
}

.link_underline.-dark:after {
	background-color: #000
}

.link_underline.-gray:after {
	background-color: #909090
}

.relative {
	position: relative
}

.textAnim span {
	overflow: hidden;
	white-space: nowrap;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0
}

.textAnim>span,.textAnim span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.textAnim-hidden span span {
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}

.h1_red {
	font-family: FuturaPT;
	font-size: 6rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -.0375rem;
	color: #f43d30
}

@media (max-width: 767px) {
	.h1_red {
		font-family:FuturaPT;
		font-size: 2.6875rem;
		font-weight: 700;
		line-height: .86;
		letter-spacing: -.04375rem;
		color: #f43d30
	}
}

.h1_twoFont span:first-child {
	font-family: FuturaPT;
	font-size: 6rem;
	font-weight: 700;
	line-height: .92;
	letter-spacing: -.0375rem;
	color: #000
}

@media (max-width: 1023px) {
	.h1_twoFont span:first-child {
		font-size:5.125rem;
		line-height: .97;
		letter-spacing: -.03875rem
	}
}

@media (max-width: 767px) {
	.h1_twoFont span:first-child {
		font-size:2.1875rem;
		line-height: .86;
		letter-spacing: -.03563rem
	}
}

.h1_twoFont span:last-child {
	font-family: Merriweather;
	font-size: 4.75rem;
	font-weight: 400;
	font-style: italic;
	font-stretch: normal;
	line-height: 1.36;
	letter-spacing: -.0375rem;
	color: #000
}

@media (max-width: 1023px) {
	.h1_twoFont span:last-child {
		font-size:4.0625rem;
		line-height: 1.35
	}
}

@media (max-width: 767px) {
	.h1_twoFont span:last-child {
		line-height:1;
		letter-spacing: -.03563rem;
		font-size: 1.75rem
	}
}

.h2 {
	font-family: FuturaPT-Demi;
	font-size: 3.125rem;
	line-height: .9;
	letter-spacing: -.04375rem;
	color: #000
}

@media (max-width: 767px) {
	.h2 {
		font-family:FuturaPT-Demi;
		font-size: 2rem;
		line-height: .94;
		letter-spacing: -.04375rem;
		color: #000
	}
}

.imgCover {
	width: 100%;
	height: 100%;
	font-family: "object-fit:cover";
	-o-object-fit: cover;
	object-fit: cover
}

.btn {
	width: 100%;
	height: 4.5rem;
	border: .0625rem solid #f43d30;
	font-family: FuturaPT;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: .79;
	text-align: center;
	color: #000;
	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;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background-color .5s ease,border-color .5s ease,color .3s ease .1s;
	transition: background-color .5s ease,border-color .5s ease,color .3s ease .1s
}

@media (max-width: 767px) {
	.btn {
		font-family:FuturaPT;
		font-size: 1.125rem;
		font-weight: 500;
		line-height: .78;
		text-align: center;
		color: #000;
		height: 3.75rem
	}
}

.btn-red {
	background: #f43d30;
	font-family: FuturaPT;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: .71;
	text-align: center;
	color: #fff
}

@media (max-width: 767px) {
	.btn-red {
		font-family:FuturaPT;
		font-size: 1.125rem;
		font-weight: 500;
		line-height: .72;
		text-align: center;
		color: #fff
	}
}

.btn-red-disable {
	background-color: #a5a5a5;
	border-color: #a5a5a5
}

.btn-fix {
	width: 19.9375rem
}

@media (max-width: 1279px) {
	.btn-fix {
		width:17.5rem
	}
}

@media (max-width: 1023px) {
	.btn-fix {
		width:18.75rem
	}
}

@media (max-width: 767px) {
	.btn-fix {
		width:100%
	}
}

.btn-low {
	height: 3rem;
	font-family: FuturaPT;
	font-size: 1.0625rem;
	font-weight: 500;
	line-height: 1.12;
	text-align: center;
	color: #fff
}

.btn-disable {
	background: #f3f3f3;
	border-color: #f3f3f3;
	color: #909090
}

.btn-autoH {
	padding-top: 1.1875rem;
	padding-bottom: 1.1875rem;
	min-height: 4.5rem;
	height: auto
}

@media (max-width: 767px) {
	.btn-autoH {
		min-height:3.75rem;
		padding-top: .75rem;
		padding-bottom: .75rem
	}
}

.bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0
}

.gridCol-1,.gridCol-1-s {
	width: 3.75rem
}

.gridCol-2,.gridCol-2-s {
	width: 10.375rem
}

.gridCol-3,.gridCol-3-s {
	width: 17rem
}

.gridCol-4,.gridCol-4-s {
	width: 23.625rem
}

.gridCol-5,.gridCol-5-s {
	width: 30.25rem
}

.gridCol-6,.gridCol-6-s {
	width: 36.875rem
}

.gridCol-7,.gridCol-7-s {
	width: 43.5rem
}

.gridCol-8,.gridCol-8-s {
	width: 50.125rem
}

.gridCol-9,.gridCol-9-s {
	width: 56.75rem
}

.gridCol-10,.gridCol-10-s {
	width: 63.375rem
}

.gridCol-11,.gridCol-11-s {
	width: 70rem
}

.gridCol-12,.gridCol-12-s {
	width: 76.625rem
}

.page-transition-enter-active,.page-transition-leave-active {
	-webkit-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out
}

.page-transition-leave-active {
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.page-transition-enter,.page-transition-leave-to {
	opacity: 0
}

.empty__title {
	font-family: FuturaPT-Demi;
	font-size: 3.125rem;
	line-height: .9;
	letter-spacing: -.04375rem;
	color: #000;
	margin-top: 5.875rem
}

@media (max-width: 767px) {
	.empty__title {
		font-family:FuturaPT-Demi;
		font-size: 2rem;
		line-height: .94;
		letter-spacing: -.04375rem;
		color: #000;
		margin-top: 2.1875rem
	}
}

.empty__link {
	margin-top: 2.4375rem;
	padding-bottom: .125rem;
	font-family: FuturaPT;
	font-size: 1.4875rem;
	font-weight: 500;
	line-height: 1.18;
	color: #f43d30
}

@media (max-width: 767px) {
	.empty__link {
		font-family:FuturaPT;
		font-size: 1.125rem;
		font-weight: 500;
		line-height: 1.17;
		color: #f43d30;
		margin-top: 1.5625rem;
		padding-bottom: .4375rem
	}
}

.tns>.flex>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%
}

.ellipses-home {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.ellipses-home .ellipses__ellipse {
	width: 194.1875rem;
	height: 157.75rem
}

.ellipses-home .ellipses__ellipse:first-child {
	-webkit-transform: translate(-2%,1%) rotate(-24deg);
	transform: translate(-2%,1%) rotate(-24deg)
}

.ellipses-home .ellipses__ellipse:nth-child(2) {
	-webkit-transform: translate(27%,45%) rotate(-24deg);
	transform: translate(27%,45%) rotate(-24deg)
}

.ellipses__ellipse {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ellipses__ellipse:before {
	content: "";
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	border: .0625rem solid #fbb1ac;
	border-radius: 50%;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-animation: rotateEllipses 40s linear infinite;
	animation: rotateEllipses 40s linear infinite
}

@-webkit-keyframes rotateEllipses {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes rotateEllipses {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
	.form__input:hover {
		border-color: #000
	}

	.link_underline:hover:after {
		right: 100%;
		-webkit-transition: .4s cubic-bezier(0,0,.3,1);
		transition: .4s cubic-bezier(0,0,.3,1)
	}

	.btn:hover {
		color: #fff;
		background-color: #f43d30
	}

	.btn-red:hover {
		background-color: #000;
		border-color: #000
	}

	.btn-red-disable:hover {
		color: #000;
		background-color: #a5a5a5
	}

	.btn-disable:hover {
		cursor: default;
		background: #f3f3f3;
		color: #909090
	}
}

@media (min--moz-device-pixel-ratio:0) {
	.form__input:hover {
		border-color: #000
	}

	.link_underline:hover:after {
		right: 100%;
		-webkit-transition: .4s cubic-bezier(0,0,.3,1);
		transition: .4s cubic-bezier(0,0,.3,1)
	}

	.btn:hover {
		color: #fff;
		background-color: #f43d30
	}

	.btn-red:hover {
		background-color: #000;
		border-color: #000
	}

	.btn-red-disable:hover {
		color: #000;
		background-color: #a5a5a5
	}

	.btn-disable:hover {
		cursor: default;
		background: #f3f3f3;
		color: #909090
	}
}

@media (hover: hover) {
	.form__input:hover {
		border-color:#000
	}

	.link_underline:hover:after {
		right: 100%;
		-webkit-transition: .4s cubic-bezier(0,0,.3,1);
		transition: .4s cubic-bezier(0,0,.3,1)
	}

	.btn:hover {
		color: #fff;
		background-color: #f43d30
	}

	.btn-red:hover {
		background-color: #000;
		border-color: #000
	}

	.btn-red-disable:hover {
		color: #000;
		background-color: #a5a5a5
	}

	.btn-disable:hover {
		cursor: default;
		background: #f3f3f3;
		color: #909090
	}
}

@media (hover: none) {
	.form__input:active {
		border-color:#000
	}

	.link_underline:active:after {
		right: 100%;
		-webkit-transition: .4s cubic-bezier(0,0,.3,1);
		transition: .4s cubic-bezier(0,0,.3,1)
	}

	.btn:active {
		color: #fff;
		background-color: #f43d30
	}

	.btn-red:active {
		background-color: #000;
		border-color: #000
	}

	.btn-red-disable:active {
		color: #000;
		background-color: #a5a5a5
	}

	.btn-disable:active {
		cursor: default;
		background: #f3f3f3;
		color: #909090
	}
}



.videoWrap {
	position: relative;
	cursor: pointer;
	overflow: hidden
}

.videoWrap video {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 100%;
	font-family: "object-fit:cover";
	-o-object-fit: cover;
	object-fit: cover
}

.videoWrap svg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 10;
	width: 63p;
	height: 3.9375rem
}


.articleContent__video {
	margin-top: 2.8125rem;
	width: 100%;
	height: 24.875rem
}

@media (max-width: 1279px) {
	.articleContent__video {
		margin-top:1.875rem;
		width: 100%;
		height: 22.5rem
	}
}

@media (max-width: 1023px) {
	.articleContent__video {
		margin-top:1.25rem;
		height: 25rem
	}
}

@media (max-width: 767px) {
	.articleContent__video {
		margin-top:1.25rem;
		height: 9.8125rem
	}
}



.richtext ol,.richtext ul {
	margin-top: 1em
}

.richtext ol li,.richtext ul li {
	margin-top: .9375rem
}

@media (max-width: 767px) {
	.richtext ol li,.richtext ul li {
		margin-top:.625rem
	}
}

.richtext ol li:first-child,.richtext ul li:first-child {
	margin-top: 0
}

.richtext ul li {
	position: relative;
	padding-left: 1.875rem
}

@media (max-width: 767px) {
	.richtext ul li {
		padding-left:1.25rem
	}
}

.richtext ul li:before {
	content: "—";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	font: inherit
}

.richtext ol {
	list-style: decimal;
	list-style-position: outside;
	padding-left: 1.25rem
}

@media (max-width: 767px) {
	.richtext ol {
		padding-left:.9375rem
	}
}

.richtext ol li {
	padding-left: .625rem
}

.richtext iframe,.richtext img {
	width: 100%!important;
	height: auto!important
}

.richtext iframe {
	min-height: 22.5rem
}

@media (max-width: 767px) {
	.richtext iframe {
		min-height:10rem
	}
}



.richtext p:not(:first-child) {
	margin-top: 1em
}

.richtext li,.richtext p {
	font-family: FuturaPT;
	font-size: 1.3125rem;
	line-height: 1.38;
	color: #000
}

@media (max-width: 767px) {
	.richtext li,.richtext p {
		font-family:FuturaPT;
		font-size: 1rem;
		line-height: 1.31;
		color: #000;
		line-height: 1.34
	}
}

.richtext li strong,.richtext p strong {
	font-weight: 900
}

.richtext li b,.richtext p b {
	font-family: FuturaPT-Demi;
	font-size: 1.3125rem;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #000
}

@media (max-width: 767px) {
	.richtext li b,.richtext p b {
		font-family:FuturaPT;
		font-size: 1rem;
		line-height: 1.31;
		color: #000;
		font-weight: 700
	}
}

.richtext li em,.richtext p em {
	font-style: italic
}

.richtext a {
	padding-bottom: .125rem;
	position: relative;
	-webkit-box-shadow: inset 0 -.0625rem #f43d30;
	box-shadow: inset 0 -.0625rem #f43d30;
	cursor: pointer;
	-webkit-transition: -webkit-box-shadow .3s ease-out;
	transition: -webkit-box-shadow .3s ease-out;
	transition: box-shadow .3s ease-out;
	transition: box-shadow .3s ease-out,-webkit-box-shadow .3s ease-out
}

.richtext h1,.richtext h2 {
	font-family: FuturaPT;
	font-size: 2.625rem;
	font-weight: 500;
	line-height: .98;
	color: #000;
	margin-top: 4.5rem;
	margin-bottom: 2.4375rem
}

@media (max-width: 1440px) {
	.richtext h1,.richtext h2 {
		margin-top:4.25rem;
		margin-bottom: 2.5rem
	}
}

@media (max-width: 767px) {
	.richtext h1,.richtext h2 {
		margin-top:2.5rem;
		margin-bottom: 1.3125rem;
		font-family: FuturaPT;
		font-size: 1.6875rem;
		font-weight: 500;
		line-height: 1;
		color: #000
	}
}

.richtext h1:first-child,.richtext h2:first-child {
	margin-top: 0
}

.attention__text a {
	color: #EB3928;
}