@font-face {
	font-family: "Nokio";
	src: url("../fonts/NokioMedium.eot");
	src: local("☺"), url("../fonts/NokioMedium.woff") format("woff"), url("../fonts/NokioMedium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: "Nokio";
	src: url("../fonts/NokioBold.eot");
	src: local("☺"), url("../fonts/NokioBold.woff") format("woff"), url("../fonts/NokioBold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal
}

* {
	padding: 0;
	margin: 0;
	border: 0
}

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

:focus,
:active {
	outline: none
}

a:focus,
a:active {
	outline: none
}

nav,
footer,
header,
aside {
	display: block
}

html,
body {
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

input,
button,
textarea {
	font-family: inherit
}

input::-ms-clear {
	display: none
}

button {
	cursor: pointer
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

a,
a:visited {
	text-decoration: none
}

a:hover {
	text-decoration: none
}

ul li {
	list-style: none
}

img {
	vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: 400
}

button {
	background: unset
}

html,
body {
	height: 100%;
	background: #fff;
	font-family: "Raleway", sans-serif;
	scroll-behavior: smooth
}

.wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%
}

.main {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.container {
	max-width: 1310px;
	margin: 0 auto;
	padding: 0 15px
}

.logo {
	display: block;
	width: 150px;
	height: 30px
}

@media(max-width: 1170px) {
	.logo {
		width: calc(100px + 50 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.logo {
		height: calc(20px + 10 * ((100vw - 375px) / 795))
	}
}

.logo__img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.btn {
	color: #393737;
	font-size: 32px;
	line-height: 44px;
	letter-spacing: 0.64px;
	font-weight: 600;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-radius: 16px;
	background: #f9e23a;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid rgba(0, 0, 0, 0);
	-webkit-transition: background .3s, color .3s, border .3s;
	-o-transition: background .3s, color .3s, border .3s;
	transition: background .3s, color .3s, border .3s;
	cursor:pointer;
}

@media(max-width: 1170px) {
	.btn {
		font-size: calc(18px + 14 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.btn {
		line-height: calc(26px + 18 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.btn {
		letter-spacing: calc(0.2px + 0.44 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.btn {
		padding-top: calc(12px + 8 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.btn {
		padding-right: calc(12px + 8 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.btn {
		padding-bottom: calc(12px + 8 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.btn {
		padding-left: calc(12px + 8 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.btn {
		border-radius: calc(8px + 8 * ((100vw - 375px) / 795))
	}
}

.btn:hover {
	background: rgba(0, 0, 0, 0);
	border: 1px solid #f9e23a
}

.big-wrapper {
	overflow: hidden
}

.burger {
	display: none
}

@-webkit-keyframes spotsAnimation {
	0% {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes spotsAnimation {
	0% {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@-webkit-keyframes drawPath {
	0% {
		stroke-dashoffset: 400%
	}

	50% {
		stroke-dashoffset: 0
	}

	100% {
		stroke-dashoffset: 400%
	}
}

@keyframes drawPath {
	0% {
		stroke-dashoffset: 400%
	}

	50% {
		stroke-dashoffset: 0
	}

	100% {
		stroke-dashoffset: 400%
	}
}

@-webkit-keyframes drawHeadingCirclesPath {
	0% {
		fill: rgba(0, 0, 0, 0);
		stroke: #393737;
		stroke-dashoffset: 2000
	}

	50% {
		fill: rgba(0, 0, 0, 0);
		stroke-dashoffset: 1000
	}

	100% {
		fill: #393737;
		stroke: #393737;
		stroke-dashoffset: 0
	}
}

@keyframes drawHeadingCirclesPath {
	0% {
		fill: rgba(0, 0, 0, 0);
		stroke: #393737;
		stroke-dashoffset: 2000
	}

	50% {
		fill: rgba(0, 0, 0, 0);
		stroke-dashoffset: 1000
	}

	100% {
		fill: #393737;
		stroke: #393737;
		stroke-dashoffset: 0
	}
}

@-webkit-keyframes drawHeadingCirclesWidth {
	0% {
		width: 0px;
		height: 0;
		opacity: 0;
		background: rgba(0, 0, 0, 0)
	}

	100% {
		opacity: 1;
		width: 406px;
		height: 406px;
		background: #f9e23a
	}
}

@keyframes drawHeadingCirclesWidth {
	0% {
		width: 0px;
		height: 0;
		opacity: 0;
		background: rgba(0, 0, 0, 0)
	}

	100% {
		opacity: 1;
		width: 406px;
		height: 406px;
		background: #f9e23a
	}
}

@-webkit-keyframes drawHeadingCirclesLetter {
	0% {
		opacity: 0
	}

	50% {
		opacity: 0
	}

	100% {
		opacity: 100%
	}
}

@keyframes drawHeadingCirclesLetter {
	0% {
		opacity: 0
	}

	50% {
		opacity: 0
	}

	100% {
		opacity: 100%
	}
}

.header {
	padding-top: 40px;
	margin-bottom: 180px;
}

@media(max-width: 1170px) {
	.header {
		padding-top: calc(20px + 20 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.header {
		margin-bottom: calc(110px + 110 * ((100vw - 375px) / 795))
	}
}

.header__inner {
	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
}

.menu__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px
}

@media(max-width: 1170px) {
	.menu__list {
		gap: calc(20px + 20 * ((100vw - 375px) / 795))
	}
}

.menu__list-link {
	color: #393737;
	font-weight: 500;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
	font-size: 26px;
	line-height: 34px
}

@media(max-width: 1170px) {
	.menu__list-link {
		font-size: calc(16px + 10 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.menu__list-link {
		line-height: calc(20px + 14 * ((100vw - 375px) / 795))
	}
}

.menu__list-link:hover {
	color: #f9e23a
}

.heading {
	margin-bottom: 290px
}

@media(max-width: 1170px) {
	.heading {
		margin-bottom: calc(145px + 145 * ((100vw - 375px) / 795))
	}
}

.heading__inner {
	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;
	gap: 30px
}

.heading-circle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 530px;
	height: 530px;
	min-width: 530px;
	min-height: 530px
}

@media(max-width: 1170px) {
	.heading-circle {
		width: calc(280px + 250 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.heading-circle {
		height: calc(280px + 250 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.heading-circle {
		min-width: calc(280px + 250 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.heading-circle {
		min-height: calc(280px + 250 * ((100vw - 375px) / 795))
	}
}

.heading-circle__circles {
	position: absolute;
	left: -50%;
	top: -50%;
	-webkit-transform: translateX(50%) translateY(50%) !important;
	-ms-transform: translateX(50%) translateY(50%) !important;
	transform: translateX(50%) translateY(50%) !important;
	width: 530px;
	height: 530px
}

@media(max-width: 1170px) {
	.heading-circle__circles {
		width: calc(280px + 250 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.heading-circle__circles {
		height: calc(280px + 250 * ((100vw - 375px) / 795))
	}
}

.heading-circle__circles path {
	fill: rgba(0, 0, 0, 0);
	stroke: rgba(0, 0, 0, 0);
	stroke-dasharray: 2000;
	stroke-dashoffset: 2000;
	-webkit-animation: drawHeadingCirclesPath 3s ease-out forwards;
	animation: drawHeadingCirclesPath 3s ease-out forwards
}

.heading-circle__view {
	border-radius: 100%;
	position: relative;
	-webkit-animation: drawHeadingCirclesWidth 1.5s ease-in-out forwards;
	animation: drawHeadingCirclesWidth 1.5s ease-in-out forwards;
	width: 406px;
	height: 406px
}

@media(max-width: 1170px) {
	.heading-circle__view {
		width: calc(200px + 206 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.heading-circle__view {
		height: calc(200px + 206 * ((100vw - 375px) / 795))
	}
}

.heading-circle__view svg {
	width: 159px;
	height: 237px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) !important;
	-ms-transform: translateY(-50%) !important;
	transform: translateY(-50%) !important;
	-webkit-animation: drawHeadingCirclesLetter 3s ease-in-out forwards;
	animation: drawHeadingCirclesLetter 3s ease-in-out forwards
}

@media(max-width: 1170px) {
	.heading-circle__view svg {
		width: calc(75px + 84 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.heading-circle__view svg {
		height: calc(125px + 112 * ((100vw - 375px) / 795))
	}
}

.heading-body {
	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: start;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 630px
}

.heading-body__title {
	color: #393737;
	font-weight: 500;
	font-size: 38px;
	line-height: 54px;
	letter-spacing: 0.76px;
	margin-bottom: 20px
}

@media(max-width: 1170px) {
	.heading-body__title {
		font-size: calc(28px + 10 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.heading-body__title {
		line-height: calc(34px + 20 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.heading-body__title {
		letter-spacing: calc(0.2px + 0.56 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.heading-body__title {
		margin-bottom: calc(15px + 5 * ((100vw - 375px) / 795))
	}
}

.heading-body__title span {
	font-family: "Nokio";
	letter-spacing: unset;
	font-size: 48px;
	line-height: 60px
}

@media(max-width: 1170px) {
	.heading-body__title span {
		font-size: calc(34px + 14 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.heading-body__title span {
		line-height: calc(44px + 16 * ((100vw - 375px) / 795))
	}
}

.heading-body__text {
	color: #393737;
	font-size: 28px;
	line-height: 40px;
	margin-bottom: 40px
}

@media(max-width: 1170px) {
	.heading-body__text {
		font-size: calc(16px + 12 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.heading-body__text {
		line-height: calc(24px + 16 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.heading-body__text {
		margin-bottom: calc(25px + 15 * ((100vw - 375px) / 795))
	}
}

.heading-body__link {
	text-transform: capitalize;
	padding-top: 16px;
	padding-right: 100px;
	padding-bottom: 16px;
	padding-left: 100px
}

@media(max-width: 1170px) {
	.heading-body__link {
		padding-top: calc(12px + 4 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.heading-body__link {
		padding-right: calc(40px + 60 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.heading-body__link {
		padding-bottom: calc(12px + 4 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.heading-body__link {
		padding-left: calc(40px + 60 * ((100vw - 375px) / 795))
	}
}

.advantages {
	margin-bottom: 120px
}

@media(max-width: 1170px) {
	.advantages {
		margin-bottom: calc(60px + 60 * ((100vw - 375px) / 795))
	}
}

.advantages__title {
	color: #393737;
	font-weight: 500;
	font-size: 38px;
	line-height: 52px;
	letter-spacing: 0.38px;
	margin-bottom: 40px
}

@media(max-width: 1170px) {
	.advantages__title {
		font-size: calc(24px + 14 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.advantages__title {
		line-height: calc(34px + 18 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.advantages__title {
		letter-spacing: calc(0px + 0.38 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.advantages__title {
		margin-bottom: calc(30px + 10 * ((100vw - 375px) / 795))
	}
}

.advantages__title span {
	font-family: "Nokio";
	font-size: 48px;
	line-height: 60px;
	letter-spacing: unset
}

@media(max-width: 1170px) {
	.advantages__title span {
		font-size: calc(34px + 14 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.advantages__title span {
		line-height: calc(44px + 16 * ((100vw - 375px) / 795))
	}
}

.advantages__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	gap: 40px
}

@media(max-width: 1170px) {
	.advantages__inner {
		gap: calc(30px + 10 * ((100vw - 375px) / 795))
	}
}

.advantages__lines {
	position: absolute;
	width: 1931px;
	height: 2156px;
	top: -325px;
	left: 62.5%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.advantages__lines path {
	stroke-dasharray: 400%;
	stroke-dashoffset: 400%;
	-webkit-animation: drawPath 12s ease-out infinite;
	animation: drawPath 12s ease-out infinite
}

.advantages-item {
	border-radius: 16px;
	border: 6px solid #393737;
	border-width: 6px;
	background: #f9e23a;
	padding: 40px 49px 82px 49px;
	max-width: 738px;
	position: relative;
	z-index: 1;
	border-radius: 16px;
	padding-top: 40px;
	padding-right: 49px;
	padding-bottom: 82px;
	padding-left: 49px
}

@media(max-width: 1170px) {
	.advantages-item {
		border-width: calc(3px + 3 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.advantages-item {
		border-radius: calc(8px + 8 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.advantages-item {
		padding-top: calc(25px + 15 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.advantages-item {
		padding-right: calc(15px + 34 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.advantages-item {
		padding-bottom: calc(25px + 57 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.advantages-item {
		padding-left: calc(15px + 34 * ((100vw - 375px) / 795))
	}
}

.advantages-item:nth-child(2n) {
	margin-left: auto
}

.advantages-item__title {
	color: #393737;
	font-weight: 500;
	font-size: 34px;
	line-height: 46px;
	margin-bottom: 40px
}

@media(max-width: 1170px) {
	.advantages-item__title {
		font-size: calc(24px + 10 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.advantages-item__title {
		line-height: calc(28px + 18 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.advantages-item__title {
		margin-bottom: calc(30px + 10 * ((100vw - 375px) / 795))
	}
}

.advantages-item__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px
}

@media(max-width: 1170px) {
	.advantages-item__list {
		gap: calc(15px + 5 * ((100vw - 375px) / 795))
	}
}

.advantages-item__list-item {
	color: #393737;
	font-weight: 500;
	position: relative;
	padding-left: 35px;
	font-size: 24px;
	line-height: 40px
}

@media(max-width: 1170px) {
	.advantages-item__list-item {
		padding-left: calc(25px + 10 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.advantages-item__list-item {
		font-size: calc(14px + 10 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.advantages-item__list-item {
		line-height: calc(20px + 20 * ((100vw - 375px) / 795))
	}
}

.advantages-item__list-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background: #f6f6f6;
	border-radius: 100%
}

@media(max-width: 1170px) {
	.advantages-item__list-item::before {
		width: calc(12px + 6 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.advantages-item__list-item::before {
		height: calc(12px + 6 * ((100vw - 375px) / 795))
	}
}

.contact {
	background: #393737;
	margin-bottom: 80px;
	padding-top: 80px;
	padding-bottom: 120px
}

@media(max-width: 1170px) {
	.contact {
		margin-bottom: calc(40px + 40 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.contact {
		padding-top: calc(40px + 40 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.contact {
		padding-bottom: calc(60px + 60 * ((100vw - 375px) / 795))
	}
}

.contact__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative
}

.contact__title {
	color: #f6f6f6;
	font-weight: 500;
	padding-top: 85px;
	font-size: 34px;
	line-height: 46px;
	position: relative;
	z-index: 1
}

@media(max-width: 1170px) {
	.contact__title {
		font-size: calc(24px + 10 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.contact__title {
		line-height: calc(34px + 12 * ((100vw - 375px) / 795))
	}
}

.contact__title span {
	color: #f9e23a
}

.contact__subtitle-company {
	font-family: "Nokio";
	color: #f6f6f6 !important;
	font-size: 38px;
	line-height: 46px
}

@media(max-width: 1170px) {
	.contact__subtitle-company {
		font-size: calc(26px + 12 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.contact__subtitle-company {
		line-height: calc(34px + 12 * ((100vw - 375px) / 795))
	}
}

.contact__spots {
	position: absolute;
	right: -200px;
	top: 150px
}

.contact__spots path {
	opacity: 0
}

.contact__spots path:nth-child(1) {
	-webkit-animation: spotsAnimation 6s 1s infinite;
	animation: spotsAnimation 6s 1s infinite
}

.contact__spots path:nth-child(2) {
	-webkit-animation: spotsAnimation 6s 1.5s infinite;
	animation: spotsAnimation 6s 1.5s infinite
}

.contact__spots path:nth-child(3) {
	-webkit-animation: spotsAnimation 6s 2s infinite;
	animation: spotsAnimation 6s 2s infinite
}

.contact__spots path:nth-child(4) {
	-webkit-animation: spotsAnimation 6s 1s infinite;
	animation: spotsAnimation 6s 1s infinite
}

.contact__spots path:nth-child(5) {
	-webkit-animation: spotsAnimation 6s .75s infinite;
	animation: spotsAnimation 6s .75s infinite
}

.contact__spots path:nth-child(6) {
	-webkit-animation: spotsAnimation 6s 1s infinite;
	animation: spotsAnimation 6s 1s infinite
}

.contact__spots path:nth-child(7) {
	-webkit-animation: spotsAnimation 6s 1.25s infinite;
	animation: spotsAnimation 6s 1.25s infinite
}

.contact__spots path:nth-child(8) {
	-webkit-animation: spotsAnimation 6s 2s infinite;
	animation: spotsAnimation 6s 2s infinite
}

.contact__spots path:nth-child(9) {
	-webkit-animation: spotsAnimation 6s 1s infinite;
	animation: spotsAnimation 6s 1s infinite
}

.contact__spots path:nth-child(10) {
	-webkit-animation: spotsAnimation 6s 1.5s infinite;
	animation: spotsAnimation 6s 1.5s infinite
}

.contact__spots path:nth-child(11) {
	-webkit-animation: spotsAnimation 6s 1.25s infinite;
	animation: spotsAnimation 6s 1.25s infinite
}

.contact__spots path:nth-child(12) {
	-webkit-animation: spotsAnimation 6s .5s infinite;
	animation: spotsAnimation 6s .5s infinite
}

.contact__spots path:nth-child(13) {
	-webkit-animation: spotsAnimation 6s 1.25s infinite;
	animation: spotsAnimation 6s 1.25s infinite
}

.contact__spots path:nth-child(14) {
	-webkit-animation: spotsAnimation 6s 1.5s infinite;
	animation: spotsAnimation 6s 1.5s infinite
}

.contact__spots path:nth-child(15) {
	-webkit-animation: spotsAnimation 6s 1s infinite;
	animation: spotsAnimation 6s 1s infinite
}

.contact__spots path:nth-child(16) {
	-webkit-animation: spotsAnimation 6s 1.25s infinite;
	animation: spotsAnimation 6s 1.25s infinite
}

.contact__spots path:nth-child(17) {
	-webkit-animation: spotsAnimation 6s 2s infinite;
	animation: spotsAnimation 6s 2s infinite
}

.contact__spots path:nth-child(18) {
	-webkit-animation: spotsAnimation 6s 1.5s infinite;
	animation: spotsAnimation 6s 1.5s infinite
}

.contact__spots path:nth-child(19) {
	-webkit-animation: spotsAnimation 6s .75s infinite;
	animation: spotsAnimation 6s .75s infinite
}

.contact__spots path:nth-child(20) {
	-webkit-animation: spotsAnimation 6s 1.25s infinite;
	animation: spotsAnimation 6s 1.25s infinite
}

.contact__spots path:nth-child(21) {
	-webkit-animation: spotsAnimation 6s 1s infinite;
	animation: spotsAnimation 6s 1s infinite
}

.contact__spots path:nth-child(22) {
	-webkit-animation: spotsAnimation 6s 1.25s infinite;
	animation: spotsAnimation 6s 1.25s infinite
}

.contact__spots path:nth-child(23) {
	-webkit-animation: spotsAnimation 6s .75s infinite;
	animation: spotsAnimation 6s .75s infinite
}

.contact__spots path:nth-child(24) {
	-webkit-animation: spotsAnimation 6s 1.5s infinite;
	animation: spotsAnimation 6s 1.5s infinite
}

.contact__spots path:nth-child(25) {
	-webkit-animation: spotsAnimation 6s 1.75s infinite;
	animation: spotsAnimation 6s 1.75s infinite
}

.contact__spots path:nth-child(26) {
	-webkit-animation: spotsAnimation 6s 2s infinite;
	animation: spotsAnimation 6s 2s infinite
}

.contact-form__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
	max-width: 525px;
	min-width: 525px;
	position: relative;
	z-index: 1
}

@media(max-width: 1170px) {
	.contact-form__inner {
		gap: calc(20px + 10 * ((100vw - 375px) / 795))
	}
}

.contact-form__wrap {
	width: 100%
}

.contact-form__title {
	color: #f6f6f6;
	font-weight: 500;
	font-size: 38px;
	line-height: 52px;
	letter-spacing: 0.38px;
	margin-bottom: 42px
}

@media(max-width: 1170px) {
	.contact-form__title {
		font-size: calc(26px + 12 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.contact-form__title {
		line-height: calc(34px + 18 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.contact-form__title {
		letter-spacing: calc(0px + 0.38 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.contact-form__title {
		margin-bottom: calc(20px + 22 * ((100vw - 375px) / 795))
	}
}

.contact-form__title span {
	color: #f9e23a
}

.contact-form__input {
	width: 100%;
	color: #393737;
	background: #f6f6f6;
	border-radius: 16px;
	padding-top: 26px;
	padding-right: 30px;
	padding-bottom: 26px;
	padding-left: 30px;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.72px
}

@media(max-width: 1170px) {
	.contact-form__input {
		border-radius: calc(8px + 8 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.contact-form__input {
		padding-top: calc(16px + 10 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.contact-form__input {
		padding-right: calc(12px + 18 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.contact-form__input {
		padding-bottom: calc(16px + 10 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.contact-form__input {
		padding-left: calc(12px + 18 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.contact-form__input {
		font-size: calc(16px + 8 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.contact-form__input {
		line-height: calc(22px + 10 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.contact-form__input {
		letter-spacing: calc(2px + -1.28 * ((100vw - 375px) / 795))
	}
}

.contact-form__input::-webkit-input-placeholder {
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.72px;
	color: #393737
}

.contact-form__input::-moz-placeholder {
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.72px;
	color: #393737
}

.contact-form__input:-ms-input-placeholder {
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.72px;
	color: #393737
}

.contact-form__input::-ms-input-placeholder {
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.72px;
	color: #393737
}

.contact-form__input::placeholder {
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.72px;
	color: #393737
}

@media(max-width: 1170px) {
	.contact-form__input::-webkit-input-placeholder {
		font-size: calc(16px + 8 * ((100vw - 375px) / 795))
	}

	.contact-form__input::-moz-placeholder {
		font-size: calc(16px + 8 * ((100vw - 375px) / 795))
	}

	.contact-form__input:-ms-input-placeholder {
		font-size: calc(16px + 8 * ((100vw - 375px) / 795))
	}

	.contact-form__input::-ms-input-placeholder {
		font-size: calc(16px + 8 * ((100vw - 375px) / 795))
	}

	.contact-form__input::placeholder {
		font-size: calc(16px + 8 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.contact-form__input::-webkit-input-placeholder {
		line-height: calc(22px + 10 * ((100vw - 375px) / 795))
	}

	.contact-form__input::-moz-placeholder {
		line-height: calc(22px + 10 * ((100vw - 375px) / 795))
	}

	.contact-form__input:-ms-input-placeholder {
		line-height: calc(22px + 10 * ((100vw - 375px) / 795))
	}

	.contact-form__input::-ms-input-placeholder {
		line-height: calc(22px + 10 * ((100vw - 375px) / 795))
	}

	.contact-form__input::placeholder {
		line-height: calc(22px + 10 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.contact-form__input::-webkit-input-placeholder {
		letter-spacing: calc(2px + -1.28 * ((100vw - 375px) / 795))
	}

	.contact-form__input::-moz-placeholder {
		letter-spacing: calc(2px + -1.28 * ((100vw - 375px) / 795))
	}

	.contact-form__input:-ms-input-placeholder {
		letter-spacing: calc(2px + -1.28 * ((100vw - 375px) / 795))
	}

	.contact-form__input::-ms-input-placeholder {
		letter-spacing: calc(2px + -1.28 * ((100vw - 375px) / 795))
	}

	.contact-form__input::placeholder {
		letter-spacing: calc(2px + -1.28 * ((100vw - 375px) / 795))
	}
}

.contact-form__button {
	margin-top: 10px;
	width: 100%;
	cursor: pointer;
}

@media(max-width: 1170px) {
	.contact-form__button {
		margin-top: calc(0px + 10 * ((100vw - 375px) / 795))
	}
}

.contact-form__button:hover {
	color: #f9e23a
}

.contact--first .contact__inner {
	gap: 125px
}

@media(max-width: 1170px) {
	.contact--first .contact__inner {
		gap: calc(30px + 95 * ((100vw - 375px) / 795))
	}
}

.contact--second .contact__inner {
	gap: 60px
}

@media(max-width: 1170px) {
	.contact--second .contact__inner {
		gap: calc(30px + 30 * ((100vw - 375px) / 795))
	}
}

.contact--second .contact__title {
	max-width: 600px
}

.contact--second .contact__spots {
	width: 814px;
	height: 733px;
	right: -560px;
	top: -540px
}

.contact--third .contact__inner {
	gap: 35px
}

@media(max-width: 1170px) {
	.contact--third .contact__inner {
		gap: calc(30px + 5 * ((100vw - 375px) / 795))
	}
}

.contact--third .contact__title {
	max-width: 615px
}

.contact--third .contact-form {
	max-width: 615px
}

.contact--third .contact__spots {
	right: -350px;
	top: 225px
}

.approach {
	margin-bottom: 120px
}

@media(max-width: 1170px) {
	.approach {
		margin-bottom: calc(60px + 60 * ((100vw - 375px) / 795))
	}
}

.approach__title {
	color: #393737;
	font-weight: 500;
	max-width: 650px;
	font-size: 38px;
	line-height: 52px;
	letter-spacing: 0.38px;
	margin-bottom: 45px
}

@media(max-width: 1170px) {
	.approach__title {
		font-size: calc(24px + 14 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.approach__title {
		line-height: calc(34px + 18 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.approach__title {
		letter-spacing: calc(0px + 0.38 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.approach__title {
		margin-bottom: calc(30px + 15 * ((100vw - 375px) / 795))
	}
}

.approach__title span {
	font-family: "Nokio";
	font-size: 48px;
	line-height: 60px;
	letter-spacing: unset
}

@media(max-width: 1170px) {
	.approach__title span {
		font-size: calc(34px + 14 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.approach__title span {
		line-height: calc(44px + 16 * ((100vw - 375px) / 795))
	}
}

.approach__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px
}

@media(max-width: 1170px) {
	.approach__inner {
		gap: calc(30px + -10 * ((100vw - 375px) / 795))
	}
}

.approach__wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	position: relative;
	z-index: 1
}

@media(max-width: 1170px) {
	.approach__wrapper {
		gap: calc(30px + -10 * ((100vw - 375px) / 795))
	}
}

.approach__wrapper:nth-child(2) .approach-item:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-area: 1/2/2/3
}

.approach__wrapper:nth-child(2) .approach-item:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 3;
	-ms-grid-column-span: 1;
	grid-area: 1/3/2/4
}

.approach__wrapper:nth-child(3) .approach-item {
	min-height: 364px
}

@media(max-width: 1170px) {
	.approach__wrapper:nth-child(3) .approach-item {
		min-height: calc(200px + 164 * ((100vw - 375px) / 795))
	}
}

.approach-item {
	border: 6px solid #393737;
	border-radius: 16px;
	border-width: 6px;
	background: #f9e23a;
	min-height: 404px;
	padding-top: 40px;
	padding-right: 52px;
	padding-bottom: 40px;
	padding-left: 52px
}

@media(max-width: 1170px) {
	.approach-item {
		border-radius: calc(8px + 8 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.approach-item {
		border-width: calc(3px + 3 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.approach-item {
		min-height: calc(200px + 204 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.approach-item {
		padding-top: calc(25px + 15 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.approach-item {
		padding-right: calc(15px + 37 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.approach-item {
		padding-bottom: calc(25px + 15 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.approach-item {
		padding-left: calc(15px + 37 * ((100vw - 375px) / 795))
	}
}

.approach-item__letter {
	color: #393737;
	font-weight: 600;
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 15px
}

@media(max-width: 1170px) {
	.approach-item__letter {
		font-size: calc(30px + 20 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.approach-item__letter {
		line-height: calc(30px + 20 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.approach-item__letter {
		margin-bottom: calc(10px + 5 * ((100vw - 375px) / 795))
	}
}

.approach-item__text {
	color: #393737;
	font-weight: 500;
	font-size: 24px;
	line-height: 40px
}

@media(max-width: 1170px) {
	.approach-item__text {
		font-size: calc(14px + 10 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.approach-item__text {
		line-height: calc(20px + 20 * ((100vw - 375px) / 795))
	}
}

.approach-item--white {
	border: 6px solid #f9e23a;
	border-width: 6px;
	background: #fff
}

@media(max-width: 1170px) {
	.approach-item--white {
		border-width: calc(3px + 3 * ((100vw - 375px) / 795))
	}
}

.recalls {
	margin-bottom: 160px;
	position: relative;
	z-index: 1
}

@media(max-width: 1170px) {
	.recalls {
		margin-bottom: calc(80px + 80 * ((100vw - 375px) / 795))
	}
}

.recalls-top {
	margin-bottom: 40px;
	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;
	gap: 30px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media(max-width: 1170px) {
	.recalls-top {
		margin-bottom: calc(30px + 10 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.recalls-top {
		gap: calc(15px + 15 * ((100vw - 375px) / 795))
	}
}

.recalls-top__title {
	color: #393737;
	font-weight: 500;
	font-size: 38px;
	line-height: 52px;
	letter-spacing: 0.38px
}

@media(max-width: 1170px) {
	.recalls-top__title {
		font-size: calc(24px + 14 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.recalls-top__title {
		line-height: calc(34px + 18 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.recalls-top__title {
		letter-spacing: calc(0px + 0.38 * ((100vw - 375px) / 795))
	}
}

.recalls-top__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px
}

@media(max-width: 1170px) {
	.recalls-top__buttons {
		gap: calc(15px + 5 * ((100vw - 375px) / 795))
	}
}

.recalls-top__buttons-button {
	width: 90px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 10px;
	border: 4px solid #f9e23a;
	cursor: pointer;
	-webkit-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s
}

@media(max-width: 1170px) {
	.recalls-top__buttons-button {
		width: calc(65px + 25 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.recalls-top__buttons-button {
		height: calc(30px + 10 * ((100vw - 375px) / 795))
	}
}

.recalls-top__buttons-button svg {
	width: 47px;
	height: 16px
}

@media(max-width: 1170px) {
	.recalls-top__buttons-button svg {
		width: calc(30px + 17 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.recalls-top__buttons-button svg {
		height: calc(10px + 6 * ((100vw - 375px) / 795))
	}
}

.recalls-top__buttons-button:hover {
	background: #f9e23a
}

.recalls-slide {
	background: #f9e23a;
	border-radius: 24px;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px
}

@media(max-width: 1170px) {
	.recalls-slide {
		border-radius: calc(16px + 8 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.recalls-slide {
		padding-top: calc(25px + 15 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.recalls-slide {
		padding-right: calc(15px + 15 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.recalls-slide {
		padding-bottom: calc(25px + 15 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.recalls-slide {
		padding-left: calc(15px + 15 * ((100vw - 375px) / 795))
	}
}

.recalls-slide__text {
	color: #393737;
	font-weight: 500;
	font-size: 24px;
	line-height: 40px
}

@media(max-width: 1170px) {
	.recalls-slide__text {
		font-size: calc(16px + 8 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.recalls-slide__text {
		line-height: calc(24px + 16 * ((100vw - 375px) / 795))
	}
}

.person {
	margin-bottom: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px
}

@media(max-width: 1170px) {
	.person {
		margin-bottom: calc(10px + 14 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.person {
		gap: calc(15px + 15 * ((100vw - 375px) / 795))
	}
}

.person__img {
	border-radius: 100%;
	width: 100px;
	height: 100px;
	min-width: 100px;
	min-height: 100px
}

@media(max-width: 1170px) {
	.person__img {
		width: calc(60px + 40 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.person__img {
		height: calc(60px + 40 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.person__img {
		min-width: calc(60px + 40 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.person__img {
		min-height: calc(60px + 40 * ((100vw - 375px) / 795))
	}
}

.person__img-image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 100%
}

.person__column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.person__column-name {
	color: #393737;
	font-weight: 500;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0.9px
}

@media(max-width: 1170px) {
	.person__column-name {
		font-size: calc(20px + 10 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.person__column-name {
		line-height: calc(30px + 10 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.person__column-name {
		letter-spacing: calc(0.2px + 0.7 * ((100vw - 375px) / 795))
	}
}

.person__column-age {
	color: #8b8b8b;
	font-weight: 500;
	font-size: 28px;
	line-height: 40px;
	letter-spacing: 0.84px
}

@media(max-width: 1170px) {
	.person__column-age {
		font-size: calc(18px + 10 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.person__column-age {
		line-height: calc(30px + 10 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.person__column-age {
		letter-spacing: calc(0.2px + 0.64 * ((100vw - 375px) / 795))
	}
}

.contacts {
	margin-bottom: 120px
}

@media(max-width: 1170px) {
	.contacts {
		margin-bottom: calc(60px + 60 * ((100vw - 375px) / 795))
	}
}

.contacts__title {
	color: #393737;
	font-weight: 500;
	font-size: 38px;
	line-height: 54px;
	letter-spacing: 0.76px;
	margin-bottom: 40px
}

@media(max-width: 1170px) {
	.contacts__title {
		font-size: calc(24px + 14 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.contacts__title {
		line-height: calc(34px + 20 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.contacts__title {
		letter-spacing: calc(0.2px + 0.56 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.contacts__title {
		margin-bottom: calc(30px + 10 * ((100vw - 375px) / 795))
	}
}

.contacts__wrapper {
	position: relative
}

.contacts__inner {
	border: 6px solid #f9e23a;
	background: #f9e23a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 630px;
	position: relative;
	z-index: 1;
	gap: 20px;
	border-radius: 24px;
	padding-top: 54px;
	padding-right: 54px;
	padding-bottom: 54px;
	padding-left: 54px;
	border-width: 6px
}

@media(max-width: 1170px) {
	.contacts__inner {
		gap: calc(15px + 5 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.contacts__inner {
		border-radius: calc(16px + 8 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.contacts__inner {
		padding-top: calc(25px + 29 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.contacts__inner {
		padding-right: calc(15px + 39 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.contacts__inner {
		padding-bottom: calc(25px + 29 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.contacts__inner {
		padding-left: calc(15px + 39 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.contacts__inner {
		border-width: calc(3px + 3 * ((100vw - 375px) / 795))
	}
}

.contacts__lines {
	position: absolute;
	top: -25px;
	left: -260px
}

.contacts__lines path {
	stroke-dasharray: 400%;
	stroke-dashoffset: 400%;
	-webkit-animation: drawPath 12s ease-out infinite;
	animation: drawPath 12s ease-out infinite
}

.contacts-item {
	border-radius: 16px;
	background: #f6f6f6;
	padding-top: 26px;
	padding-right: 30px;
	padding-bottom: 26px;
	padding-left: 30px
}

@media(max-width: 1170px) {
	.contacts-item {
		border-radius: calc(8px + 8 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.contacts-item {
		padding-top: calc(15px + 11 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.contacts-item {
		padding-right: calc(15px + 15 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.contacts-item {
		padding-bottom: calc(15px + 11 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.contacts-item {
		padding-left: calc(15px + 15 * ((100vw - 375px) / 795))
	}
}

.contacts-item__text {
	color: #393737;
	font-weight: 500;
	font-size: 25px;
	line-height: 32px;
	letter-spacing: 0.72px
}

@media(max-width: 1170px) {
	.contacts-item__text {
		font-size: calc(16px + 9 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.contacts-item__text {
		line-height: calc(22px + 10 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.contacts-item__text {
		letter-spacing: calc(0.2px + 0.52 * ((100vw - 375px) / 795))
	}
}

.contacts-item__text a {
	color: #393737;
	position: relative
}

.contacts-item__text a::before {
	content: "";
	width: 0;
	height: 1px;
	position: absolute;
	background: #393737;
	bottom: 0;
	left: 0;
	-webkit-transition: width .3s;
	-o-transition: width .3s;
	transition: width .3s
}

.contacts-item__text a:hover::before {
	width: 100%
}

.footer {
	position: relative;
	z-index: 1;
	padding-top: 40px;
	padding-bottom: 35px;
	background: #393737
}

@media(max-width: 1170px) {
	.footer {
		padding-top: calc(20px + 20 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.footer {
		padding-bottom: calc(20px + 15 * ((100vw - 375px) / 795))
	}
}

.footer__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 60px
}

@media(max-width: 1170px) {
	.footer__inner {
		gap: calc(30px + 30 * ((100vw - 375px) / 795))
	}
}

.footer-box__logo {
	margin-bottom: 40px;
	width: 300px;
	height: 58px
}

@media(max-width: 1170px) {
	.footer-box__logo {
		margin-bottom: calc(25px + 15 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.footer-box__logo {
		width: calc(150px + 150 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.footer-box__logo {
		height: calc(30px + 28 * ((100vw - 375px) / 795))
	}
}

.navigation__list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	row-gap: 20px;
	-webkit-column-gap: 80px;
	-moz-column-gap: 80px;
	column-gap: 80px
}

@media(max-width: 1170px) {
	.navigation__list {
		row-gap: calc(15px + 5 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.navigation__list {
		-webkit-column-gap: calc(30px + 50 * ((100vw - 375px) / 795));
		-moz-column-gap: calc(30px + 50 * ((100vw - 375px) / 795));
		column-gap: calc(30px + 50 * ((100vw - 375px) / 795))
	}
}

.navigation__list-link {
	color: #f6f6f6;
	font-weight: 500;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
	font-size: 26px;
	line-height: 34px
}

@media(max-width: 1170px) {
	.navigation__list-link {
		font-size: calc(16px + 10 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.navigation__list-link {
		line-height: calc(22px + 12 * ((100vw - 375px) / 795))
	}
}

.navigation__list-link:hover {
	color: #f9e23a
}

.footer-column {
	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: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 20px
}

@media(max-width: 1170px) {
	.footer-column {
		gap: calc(15px + 5 * ((100vw - 375px) / 795))
	}
}

.footer-column__link {
	color: #f6f6f6;
	text-align: right;
	font-weight: 500;
	font-size: 26px;
	line-height: 34px;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

@media(max-width: 1170px) {
	.footer-column__link {
		font-size: calc(16px + 10 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.footer-column__link {
		line-height: calc(22px + 12 * ((100vw - 375px) / 795))
	}
}

.footer-column__link svg {
	width: 35px;
	height: 35px
}

.footer-column__link svg path {
	-webkit-transition: stroke .3s;
	-o-transition: stroke .3s;
	transition: stroke .3s
}

@media(max-width: 1170px) {
	.footer-column__link svg {
		width: calc(25px + 10 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.footer-column__link svg {
		height: calc(25px + 10 * ((100vw - 375px) / 795))
	}
}

.footer-column__link:hover {
	color: #f9e23a
}

.footer-column__link:hover svg path {
	stroke: #f9e23a
}

.footer-column__link:nth-child(1) {
	margin-bottom: 20px
}

@media(max-width: 1170px) {
	.footer-column__link:nth-child(1) {
		margin-bottom: calc(0px + 20 * ((100vw - 375px) / 795))
	}
}

.about {
	margin-bottom: 160px
}

@media(max-width: 1170px) {
	.about {
		margin-bottom: calc(80px + 80 * ((100vw - 375px) / 795))
	}
}

.about__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	gap: 60px
}

@media(max-width: 1170px) {
	.about__inner {
		gap: calc(30px + 30 * ((100vw - 375px) / 795))
	}
}

.about__title {
	max-width: 594px;
	color: #393737;
	font-weight: 500;
	position: relative;
	z-index: 1;
	font-size: 34px;
	line-height: 46px;
	margin-bottom: 40px
}

@media(max-width: 1170px) {
	.about__title {
		font-size: calc(20px + 14 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.about__title {
		line-height: calc(30px + 16 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.about__title {
		margin-bottom: calc(30px + 10 * ((100vw - 375px) / 795))
	}
}

.about__lines {
	position: absolute;
	left: -725px;
	bottom: -400px
}

.about__lines path {
	stroke-dasharray: 400%;
	stroke-dashoffset: 400%;
	-webkit-animation: drawPath 12s ease-out infinite;
	animation: drawPath 12s ease-out infinite
}

.about-circle {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1;
	width: 530px;
	height: 530px;
	min-width: 530px;
	min-height: 530px
}

@media(max-width: 1170px) {
	.about-circle {
		width: calc(280px + 250 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.about-circle {
		height: calc(280px + 250 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.about-circle {
		min-width: calc(280px + 250 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.about-circle {
		min-height: calc(280px + 250 * ((100vw - 375px) / 795))
	}
}

.about-circle__circles {
	width: 530px;
	height: 530px;
	position: absolute;
	left: -50%;
	top: -50%;
	-webkit-transform: translateX(50%) translateY(50%);
	-ms-transform: translateX(50%) translateY(50%);
	transform: translateX(50%) translateY(50%)
}

@media(max-width: 1170px) {
	.about-circle__circles {
		width: calc(280px + 250 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.about-circle__circles {
		height: calc(280px + 250 * ((100vw - 375px) / 795))
	}
}

.about-circle__view {
	width: 389px;
	height: 389px;
	border-radius: 100%
}

@media(max-width: 1170px) {
	.about-circle__view {
		width: calc(200px + 189 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1170px) {
	.about-circle__view {
		height: calc(200px + 189 * ((100vw - 375px) / 795))
	}
}

.about-circle__view-img {
	border-radius: 100%;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

@media(max-width: 1150px) {
	.header {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 100;
		background: rgba(255, 255, 255, .75);
		-webkit-backdrop-filter: blur(50px);
		backdrop-filter: blur(50px);
		padding-bottom: 40px
	}
}

@media(max-width: 1150px)and (max-width: 1170px) {
	.header {
		padding-bottom: calc(20px + 20 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1150px) {
	.heading {
		padding-top: 280px
	}
}

@media(max-width: 1150px)and (max-width: 1170px) {
	.heading {
		padding-top: calc(155px + 125 * ((100vw - 375px) / 795))
	}
}

@media(max-width: 1150px) {
	.menu {
		display: none
	}
}

@media(max-width: 1150px) {
	.burger {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 30px;
		height: 25px;
		-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: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 5px;
		z-index: 101;
		cursor: pointer
	}

	.burger span {
		display: block;
		width: 100%;
		height: 2px;
		border-radius: 5px;
		background: #393737
	}
}

@media(max-width: 1150px) {
	.body--active .header {
		z-index: 100
	}

	.body--active .header .logo {
		z-index: 101
	}

	.body--active .menu {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: #fff;
		z-index: 100;
		min-height: 100vh
	}

	.body--active .menu__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media(max-width: 1150px) {
	@-webkit-keyframes drawHeadingCirclesWidth {
		0% {
			width: 0px;
			height: 0;
			opacity: 0;
			background: rgba(0, 0, 0, 0)
		}

		100% {
			opacity: 1;
			width: 350px;
			height: 350px;
			background: #f9e23a
		}
	}

	@keyframes drawHeadingCirclesWidth {
		0% {
			width: 0px;
			height: 0;
			opacity: 0;
			background: rgba(0, 0, 0, 0)
		}

		100% {
			opacity: 1;
			width: 350px;
			height: 350px;
			background: #f9e23a
		}
	}
}

@media(max-width: 1050px) {
	.heading__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.heading-body {
		max-width: unset
	}

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

	.contact__title {
		padding-top: 0
	}

	.contact-form {
		width: 100%
	}

	.contact-form__inner {
		max-width: unset;
		min-width: unset
	}

	.approach__wrapper {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr
	}

	.approach__wrapper:nth-child(2) .approach-item:nth-child(1) {
		grid-area: unset
	}

	.approach__wrapper:nth-child(2) .approach-item:nth-child(2) {
		grid-area: unset
	}

	.contact-form {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	.about__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.about-circle {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	.about__title {
		max-width: unset
	}

	.footer__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.footer-column {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		text-align: left
	}

	.contact__spots {
		display: none
	}
}

@media(max-width: 950px) {
	.recalls-swiper {
		margin-right: -15px
	}

	@-webkit-keyframes drawHeadingCirclesWidth {
		0% {
			width: 0px;
			height: 0;
			opacity: 0;
			background: rgba(0, 0, 0, 0)
		}

		100% {
			opacity: 1;
			width: 300px;
			height: 300px;
			background: #f9e23a
		}
	}

	@keyframes drawHeadingCirclesWidth {
		0% {
			width: 0px;
			height: 0;
			opacity: 0;
			background: rgba(0, 0, 0, 0)
		}

		100% {
			opacity: 1;
			width: 300px;
			height: 300px;
			background: #f9e23a
		}
	}
}

@media(max-width: 750px) {
	@-webkit-keyframes drawHeadingCirclesWidth {
		0% {
			width: 0px;
			height: 0;
			opacity: 0;
			background: rgba(0, 0, 0, 0)
		}

		100% {
			opacity: 1;
			width: 250px;
			height: 250px;
			background: #f9e23a
		}
	}

	@keyframes drawHeadingCirclesWidth {
		0% {
			width: 0px;
			height: 0;
			opacity: 0;
			background: rgba(0, 0, 0, 0)
		}

		100% {
			opacity: 1;
			width: 250px;
			height: 250px;
			background: #f9e23a
		}
	}
}

@media(max-width: 550px) {
	.approach__wrapper {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr
	}

	@-webkit-keyframes drawHeadingCirclesWidth {
		0% {
			width: 0px;
			height: 0;
			opacity: 0;
			background: rgba(0, 0, 0, 0)
		}

		100% {
			opacity: 1;
			width: 200px;
			height: 200px;
			background: #f9e23a
		}
	}

	@keyframes drawHeadingCirclesWidth {
		0% {
			width: 0px;
			height: 0;
			opacity: 0;
			background: rgba(0, 0, 0, 0)
		}

		100% {
			opacity: 1;
			width: 200px;
			height: 200px;
			background: #f9e23a
		}
	}
}


/*  pop up */

.heading {
    position: relative;
    z-index: 1;
}
.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: -1;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-backdrop-filter 0.3s;
    transition: opacity 0.3s, -webkit-backdrop-filter 0.3s;
    -o-transition: opacity 0.3s, backdrop-filter 0.3s;
    transition: opacity 0.3s, backdrop-filter 0.3s;
    transition: opacity 0.3s, backdrop-filter 0.3s, -webkit-backdrop-filter 0.3s;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
}
.popup__inner {
    width: 100%;
    max-width: 645px;
    position: relative;
    background: #393737;
    padding-top: 75px;
    padding-right: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
    -webkit-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    transform: translateY(-150px);
    -webkit-transition: -webkit-transform 0.75s;
    transition: -webkit-transform 0.75s;
    -o-transition: transform 0.75s;
    transition: transform 0.75s;
    transition: transform 0.75s, -webkit-transform 0.75s;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 16px;
}
@media (max-width: 1170px) {
    .popup__inner {
        padding-top: calc(45px + 30 * ((100vw - 375px) / 795));
    }
}
@media (max-width: 1170px) {
    .popup__inner {
        padding-right: calc(20px + 40 * ((100vw - 375px) / 795));
    }
}
@media (max-width: 1170px) {
    .popup__inner {
        padding-bottom: calc(30px + 30 * ((100vw - 375px) / 795));
    }
}
@media (max-width: 1170px) {
    .popup__inner {
        padding-left: calc(20px + 40 * ((100vw - 375px) / 795));
    }
}
.popup__close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}
@media (max-width: 1170px) {
    .popup__close {
        top: calc(20px + 10 * ((100vw - 375px) / 795));
    }
}
@media (max-width: 1170px) {
    .popup__close {
        right: calc(20px + 10 * ((100vw - 375px) / 795));
    }
}
.popup__close svg {
    width: 24px;
    height: 24px;
}
@media (max-width: 1170px) {
    .popup__close svg {
        width: calc(16px + 8 * ((100vw - 375px) / 795));
    }
}
@media (max-width: 1170px) {
    .popup__close svg {
        height: calc(16px + 8 * ((100vw - 375px) / 795));
    }
}
.popup--active {
    z-index: 400;
    opacity: 1;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.popup--active .popup__inner {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
}
@media (max-width: 750px) {
    .popup__inner {
        -webkit-transform: translateY(-75px);
        -ms-transform: translateY(-75px);
        transform: translateY(-75px);
    }
}


.wpcf7-form-control-wrap:first-child {
	margin-top: 0 !important;
}

.wpcf7-form-control-wrap {
	display: block;
	margin-top: 20px !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    color:#fff;
    text-align: center!important; 
    margin:5px 0px 0px 0px;
    font-size:16px;
    border-radius:12px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
       color:#fff;
    text-align: center!important; 
    margin:5px 0px 0px 0px;
    font-size:16px;
    border-radius:12px;
}
.wpcf7-not-valid-tip {
    color: #9d8e8e;
    padding-top: 15px;
}

.body--popup {
    overflow: hidden;
}

.title__404 {
	font-size:35px;
	display: flex;
    justify-content: center;
	text-align:center;
	margin-bottom:4%;
}
.btn__404 {
    max-width: 400px;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
	    margin-bottom: 5%;
}
.btn__404:hover {
	border:1px solid #000;
}
.entry-title {
	font-weight: 700;
    padding-top: 40px;
    text-align: center;
    margin-bottom: 30px;
	font-size:35px;
}
.politic {
	line-height: 135%;
}
@media (max-width:900px) {
	.title__404 {
		margin-top:30%;
	}
}



#post-94 {
    margin-top: -150px;
}
@media (max-width:1150px) {
	#post-94 {
		  margin-top: 8%;

	}
	.entry-title {
		font-size: 30px;
	}
}
