@charset "UTF-8";
:root {
	--color-white: #fff;
	--color-white--rgb: 255, 255, 255;
	--color-black: #000000;
	--color-black--rgb: 0, 0, 0;
	--color-theme: #205A41;
	--color-theme--rgb: 32, 90, 65;
	--color-theme-hover: #158850;
	--color-theme-hover--rgb: 21, 136, 80;
	--color-theme-font: #CFE3DA;
	--color-theme-font--rgb: 207, 227, 218;
	--color-theme-title: #fff;
	--color-theme-title--rgb: 255, 255, 255;
	--color-theme-highlight: #ff671d;
	--color-theme-highlight--rgb: 255, 103, 29;
	--color-grey: #F5F5F5;
	--color-grey--rgb: 245, 245, 245;
	--color-highlight: #fec70b;
	--color-highlight--rgb: 254, 199, 11;
}

html {
	background-color: var(--color-white);
	color: var(--color-black);
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@font-face {
	font-family: "Helvetica Neue Medium";
	src: local("Helvetica Neue Medium"), local("Helvetica-Neue-Medium"), url("./fonts/HelveticaNeueCyr-Medium.woff2") format("woff2"), url("./fonts/HelveticaNeueCyr-Medium.woff") format("woff"), url("./fonts/HelveticaNeueCyr-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "Helvetica Neue Regular";
	src: local("Helvetica Neue Roman"), local("Helvetica-Neue-Roman"), url("./fonts/HelveticaNeueCyr-Roman.woff2") format("woff2"), url("./fonts/HelveticaNeueCyr-Roman.woff") format("woff"), url("./fonts/HelveticaNeueCyr-Roman.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Helvetica Neue Bold";
	src: local("Helvetica Neue Bold"), local("Helvetica-Neue-Bold"), url("./fonts/HelveticaNeueCyr-Bold.woff2") format("woff2"), url("./fonts/HelveticaNeueCyr-Bold.woff") format("woff"), url("./fonts/HelveticaNeueCyr-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}
body {
	font-family: "Helvetica Neue Regular";
}
video {
	width: 100%;
}
a {
	text-decoration: none;
}

strong {
	font-weight: bold;
}

.container {
	max-width: 90%;
	margin: 0px auto;
}
@media (min-width: 1200px) {
	.container {
		max-width: 86%;
	}
}
@media (min-width: 900px) {
	.container {
		max-width: 74.21%;
	}
}

.case .container {
	max-width: 90%;
	margin: 0px auto;
}
@media (min-width: 1200px) {
	.case .container {
		max-width: 86%;
	}
}
@media (min-width: 900px) {
	.case .container {
		max-width: 74.21%;
	}
}

.text {
	font-size: 30px;
	line-height: 34px;
	color: var(--color-white);
}
@media screen and (max-width: 1700px) {
	.text {
		font-size: 24px;
		line-height: 36px;
	}
}
@media screen and (max-width: 1500px) {
	.text {
		font-size: 18px;
		line-height: 24px;
	}
}
@media screen and (max-width: 960px) {
	.text {
		font-size: 16px;
		line-height: 20px;
	}
}

.text-bl {
	font-size: 30px;
	line-height: 34px;
	color: #010103;
}
@media screen and (max-width: 1700px) {
	.text-bl {
		font-size: 24px;
		line-height: 36px;
	}
}
@media screen and (max-width: 1500px) {
	.text-bl {
		font-size: 18px;
		line-height: 24px;
	}
}
@media screen and (max-width: 960px) {
	.text-bl {
		font-size: 16px;
		line-height: 20px;
	}
}

.title {
	font-family: "Helvetica Neue Bold";
	font-size: 144px;
	line-height: 150px;
	letter-spacing: -0.03em;
}
.main__content.theme .title {
	color: var(--color-theme-title);
}

@media screen and (max-width: 1700px) {
	.title {
		font-size: 100px;
		line-height: 115px;
	}
}
@media screen and (max-width: 1500px) {
	.title {
		font-size: 80px;
		line-height: 90px;
	}
}
@media screen and (max-width: 1300px) {
	.title {
		font-size: 64px;
		line-height: 76px;
	}
}
@media screen and (max-width: 960px) {
	.title {
		font-size: 48px;
		line-height: 54px;
	}
}
@media screen and (max-width: 540px) {
	.title {
		font-size: 40px;
		line-height: 44px;
	}
}

.mintitle {
	font-family: "Helvetica Neue Medium";
	font-size: 72px;
	line-height: 80px;
	letter-spacing: -0.03em;
}
@media screen and (max-width: 1500px) {
	.mintitle {
		font-size: 60px;
		line-height: 70px;
	}
}
@media screen and (max-width: 1300px) {
	.mintitle {
		font-size: 50px;
		line-height: 60px;
	}
}
@media screen and (max-width: 960px) {
	.mintitle {
		font-size: 42px;
		line-height: 50px;
	}
}
@media screen and (max-width: 540px) {
	.mintitle {
		font-size: 36px;
		line-height: 40px;
	}
}

.head {
	font-family: "Helvetica Neue Bold";
	font-size: 50px;
	line-height: 60px;
	letter-spacing: -0.05em;
	color: #010103;
}
@media screen and (max-width: 1700px) {
	.head {
		font-size: 40px;
		line-height: 46px;
	}
}
@media screen and (max-width: 1300px) {
	.head {
		font-size: 36px;
		line-height: 42px;
	}
}
@media screen and (max-width: 960px) {
	.head {
		font-size: 28px;
		line-height: 32px;
	}
}
@media screen and (max-width: 540px) {
	.head {
		font-size: 24px;
		line-height: 28px;
	}
}

.subtitle {
	font-size: 50px;
	line-height: 62px;
	letter-spacing: -0.05em;
	color: #010103;
}
@media screen and (max-width: 1700px) {
	.subtitle {
		font-size: 40px;
		line-height: 46px;
	}
}
@media screen and (max-width: 1300px) {
	.subtitle {
		font-size: 36px;
		line-height: 42px;
	}
}
@media screen and (max-width: 960px) {
	.subtitle {
		font-size: 28px;
		line-height: 34px;
	}
}
@media screen and (max-width: 540px) {
	.subtitle {
		font-size: 24px;
		line-height: 30px;
	}
}

input {
	border-radius: 0;
}

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

textarea,
input[type=text],
input[type=button],
input[type=submit] {
	-webkit-appearance: none;
	border-radius: 0;
}

.input-custom {
	display: inline-block;
	border: none;
	border-bottom: 2px solid var(--color-black);
	font-family: "Helvetica Neue Bold";
	font-size: 30px;
	line-height: 34px;
	color: #010103;
	padding: 10px 2px;
	background: transparent;
}
.input-custom::-webkit-input-placeholder {
	color: #8f8f90;
}
.input-custom::-moz-placeholder {
	color: #8f8f90;
}
.input-custom:-ms-input-placeholder {
	color: #8f8f90;
}
.input-custom::-ms-input-placeholder {
	color: #8f8f90;
}
.input-custom::placeholder {
	color: #8f8f90;
}
.input-custom::-moz-placeholder {
	color: #8f8f90;
}
@media screen and (max-width: 1700px) {
	.input-custom {
		font-size: 24px;
		line-height: 36px;
	}
}
@media screen and (max-width: 1500px) {
	.input-custom {
		font-size: 18px;
		line-height: 24px;
	}
}
@media screen and (max-width: 960px) {
	.input-custom {
		font-size: 16px;
		line-height: 20px;
	}
}

textarea {
	resize: none;
}

.main {
	position: relative;
}
.main__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.main__content {
	width: 67%;
	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: 1000px;
}
.main__content.theme {
	color: var(--color-theme-font);
	background: var(--color-theme);
}
@media screen and (max-width: 1100px) {
	.main__content {
		width: 72%;
	}
}
@media screen and (max-width: 768px) {
	.main__content {
		width: 100%;
	}
}
.main__content > * + * {
	margin-top: 96px;
}
@media screen and (max-width: 1500px) {
	.main__content > * + * {
		margin-top: 76px;
	}
}
@media screen and (max-width: 960px) {
	.main__content > * + * {
		margin-top: 60px;
	}
}

.main__content > #breadcrumbs + * {
	margin-top: 40px;
}

@media screen and (max-width: 1500px) {
	.banner-case__wrap {
		padding: 60px 0px 0;
	}
}
@media screen and (max-width: 960px) {
	.banner-case__wrap {
		padding: 40px 0px 0;
	}
}
@media screen and (max-width: 540px) {
	.banner-case__wrap {
		padding: 30px 0px 0;
	}
}
.banner-case .menu-mobile {
	display: none;
}
@media screen and (max-width: 768px) {
	.banner-case .menu-mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 40px 0px 0px;
		max-width: 500px;
	}
	.banner-case .menu-mobile a {
		font-size: 16px;
		line-height: 20px;
		display: inline-block;
		color: var(--color-white);
		margin-bottom: 15px;
		margin-right: 30px;
	}
}
@media screen and (max-width: 540px) {
	.banner-case .menu-mobile {
		margin: 30px 0px 0px;
	}
}
.banner-case__title {
	max-width: 950px;
}
@media screen and (max-width: 1700px) {
	.banner-case__title {
		max-width: 800px;
	}
}
.banner-case__photo {
	margin: 130px auto 180px;
	width: 88%;
}
@media screen and (max-width: 1700px) {
	.banner-case__photo {
		margin: 110px auto 140px;
	}
}
@media screen and (max-width: 1500px) {
	.banner-case__photo {
		margin: 30px 0px 70px;
	}
}
@media screen and (max-width: 960px) {
	.banner-case__photo {
		margin: 20px 0px 40px;
	}
}
@media screen and (max-width: 768px) {
	.banner-case__photo {
		margin: 0px 0px 40px;
	}
}
@media screen and (max-width: 540px) {
	.banner-case__photo {
		width: 100%;
		margin: 0px 0px 30px;
	}
}
.banner-case__photo img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.banner-case__items {
	margin-top: 42px;
}
@media screen and (max-width: 960px) {
	.banner-case__items {
		margin-top: 36px;
	}
}
.banner-case__items > * + * {
	margin-top: 42px;
}
@media screen and (max-width: 960px) {
	.banner-case__items > * + * {
		margin-top: 32px;
	}
}
.banner-case__head {
	margin-bottom: 30px;
	font-family: "Helvetica Neue Bold";
	font-size: 30px;
	line-height: 120%;
	text-transform: uppercase;
	color: inherit;
}
@media screen and (max-width: 1700px) {
	.banner-case__head {
		font-size: 24px;
		margin-bottom: 24px;
	}
}
@media screen and (max-width: 960px) {
	.banner-case__head {
		font-size: 18px;
		margin-bottom: 16px;
	}
}
.banner-case__info {
	font-size: 24px;
	line-height: 150%;
	color: inherit;
}
@media screen and (max-width: 1700px) {
	.banner-case__info {
		font-size: 20px;
	}
}
@media screen and (max-width: 1500px) {
	.banner-case__info {
		font-size: 18px;
	}
}
@media screen and (max-width: 960px) {
	.banner-case__info {
		font-size: 16px;
	}
}

.header {
	padding: 55px 0px;
}
@media screen and (max-width: 1700px) {
	.header {
		padding: 40px 0px;
	}
}
@media screen and (max-width: 1500px) {
	.header {
		padding: 30px 0px 0px;
	}
}
@media screen and (max-width: 768px) {
	.header {
		padding: 15px 0px 0px;
	}
}
.header .logo-mobile {
	display: none;
}
@media screen and (max-width: 768px) {
	.header .logo-mobile {
		display: block;
	}
}
.header .logo-mobile img {
	width: 170px;
}
@media screen and (max-width: 540px) {
	.header .logo-mobile img {
		width: 150px;
	}
}
.header__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width: 1500px) {
	.header__menu {
		max-width: 90%;
	}
}
@media screen and (max-width: 1100px) {
	.header__menu {
		max-width: 100%;
	}
}
.header__list {
	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;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.header__list_mob {
		display: none;
	}
}
.header__list a {
	outline: none;
	font-size: 30px;
	line-height: 64px;
	color: var(--color-white);
}
.header__list a:hover {
	color: var(--color-theme-highlight);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
@media screen and (max-width: 1900px) {
	.header__list a {
		font-size: 22px;
		line-height: 28px;
	}
}
@media screen and (max-width: 1500px) {
	.header__list a {
		font-size: 16px;
		line-height: 20px;
	}
}
@media screen and (max-width: 960px) {
	.header__list a {
		font-size: 13px;
		line-height: 16px;
	}
}

.sidebar {
	position: sticky;
	top: 0px;
	width: 34%;
	height: 100vh;
	background: var(--color-grey);
}
@media screen and (max-width: 1100px) {
	.sidebar {
		width: 28%;
	}
}
.sidebar__container {
	overflow: auto;
	height: 100%;
	padding: 20px 24px 80px 8px;
}
@media screen and (max-width: 1700px) {
	.sidebar__container {
		padding: 30px;
	}
}
@media screen and (max-width: 1500px) {
	.sidebar__container {
		padding: 20px 25px;
	}
}
@media screen and (max-width: 960px) {
	.sidebar__container {
		padding: 15px;
	}
}
@media screen and (max-width: 1100px) {
	.sidebar__wrapper {
		padding: 0px 10px;
	}
}
@media screen and (min-width: 900px) {
	.sidebar__wrapper {
		margin-left: 48px;
	}
}
@media screen and (min-width: 1100px) {
	.sidebar__wrapper {
		margin-left: 80px;
	}
}
@media screen and (min-width: 1700px) {
	.sidebar__wrapper {
		margin-left: 126px;
	}
}
.sidebar a {
	outline: none;
}
.sidebar__header {
	border-bottom: 2px solid var(--color-black);
	padding: 0 20px 16px;
	margin-bottom: 38px;
	font-family: "Helvetica Neue Medium";
}
@media (min-width: 1199px) {
	.sidebar__header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
}
.sidebar__header > * + * {
	margin-top: 14px;
}
@media (min-width: 1199px) {
	.sidebar__header > * + * {
		margin-left: 12px;
	}
}
.sidebar__main {
	position: relative;
	width: 100%;
	z-index: 0;
	max-width: 476px;
	margin-left: auto;
	margin-right: 0;
}
@media (min-width: 1920px) {
	.sidebar__main {
		margin-right: auto;
	}
}
.sidebar__logo {
	margin-bottom: 40px;
}
@media screen and (max-width: 1700px) {
	.sidebar__logo {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 960px) {
	.sidebar__logo {
		margin-bottom: 20px;
	}
}
.sidebar__logo img {
	width: 360px;
}
@media screen and (max-width: 1700px) {
	.sidebar__logo img {
		width: 260px;
	}
}
@media screen and (max-width: 1500px) {
	.sidebar__logo img {
		max-width: 240px;
	}
}
@media screen and (max-width: 1100px) {
	.sidebar__logo img {
		max-width: 100%;
	}
}
@media screen and (max-width: 960px) {
	.sidebar__logo img {
		max-width: 90%;
	}
}
@media screen and (max-width: 768px) {
	.sidebar__logo img {
		max-width: 100%;
		width: 150px;
	}
}
.sidebar__menu a {
	display: inline-block;
	font-size: 30px;
	line-height: 28px;
	color: #010103;
	margin-bottom: 25px;
}
.sidebar__menu a:hover {
	color: var(--color-theme-hover);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
@media screen and (max-width: 1700px) {
	.sidebar__menu a {
		font-size: 24px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 1500px) {
	.sidebar__menu a {
		font-size: 20px;
		line-height: 24px;
	}
}
@media screen and (max-width: 960px) {
	.sidebar__menu a {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 10px;
	}
}
.sidebar__start {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 198px;
	height: 198px;
	border-radius: 50%;
	border: 5px solid var(--color-black);
	overflow: hidden;
	-webkit-transition: border 0.3s ease, color 0.3s ease;
	transition: border 0.3s ease, color 0.3s ease;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	font-family: "Helvetica Neue Bold";
	line-height: 124%;
	font-size: 32px;
	text-align: center;
	background-color: var(--color-white);
	color: var(--color-black);
}
.sidebar__start:hover {
	color: var(--color-theme-hover);
	border-color: var(--color-theme-hover);
}
.sidebar__start:focus-visible {
	color: var(--color-theme-hover);
	border-color: var(--color-theme-hover);
}
.sidebar__start._desk {
	position: absolute;
	left: 0;
	bottom: 84px;
	z-index: 0;
	-webkit-transform: translateX(-45.959%) translateZ(0);
	transform: translateX(-45.959%) translateZ(0);
}
@media (max-width: 899px) {
	.sidebar__start._desk {
		display: none;
	}
}
.sidebar__start._mob {
	margin-top: 20px;
}
@media (min-width: 900px) {
	.sidebar__start._mob {
		display: none;
	}
}
@media screen and (max-width: 1700px) {
	.sidebar__start {
		width: 160px;
		height: 160px;
		font-size: 26px;
	}
}
@media screen and (max-width: 1100px) {
	.sidebar__start {
		width: 130px;
		height: 130px;
		font-size: 22px;
	}
}
@media screen and (max-width: 768px) {
	.sidebar__start {
		width: 100px;
		height: 100px;
		font-size: 18px;
	}
}
.sidebar__adress {
	font-size: 30px;
	line-height: 36px;
	color: var(--color-black);
}
@media screen and (max-width: 1700px) {
	.sidebar__adress {
		font-size: 24px;
		list-style: 30px;
	}
}
@media screen and (max-width: 1500px) {
	.sidebar__adress {
		font-size: 18px;
		line-height: 24px;
	}
}
@media screen and (max-width: 960px) {
	.sidebar__adress {
		font-size: 16px;
		line-height: 20px;
	}
}
.sidebar-phone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 28px;
	line-height: 142%;
	color: var(--color-black);
}
@media screen and (max-width: 1700px) {
	.sidebar-phone {
		font-size: 24px;
	}
}
@media screen and (max-width: 1500px) {
	.sidebar-phone {
		font-size: 18px;
	}
}
@media screen and (max-width: 960px) {
	.sidebar-phone {
		font-size: 16px;
	}
}
.sidebar-phone > * + * {
	margin-left: 12px;
}
.sidebar-phone__messanger {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	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;
	width: 30px;
	height: 30px;
	color: inherit;
}
@media screen and (max-width: 1500px) {
	.sidebar-phone__messanger {
		width: 26px;
		height: 26px;
	}
}
@media screen and (max-width: 960px) {
	.sidebar-phone__messanger {
		width: 20px;
		height: 20px;
	}
}
.sidebar-phone__messanger svg {
	width: 100%;
	height: auto;
}
.sidebar-phone__messanger svg path {
	-webkit-transition: fill 0.2s ease;
	transition: fill 0.2s ease;
}
.sidebar-phone__messanger:hover svg path {
	fill: var(--color-theme-hover);
}

.sidebar-phone__messanger:focus-visible svg path {
	fill: var(--color-theme-hover);
}

.sidebar-phone__tel {
	width: 100%;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	color: inherit;
}
.sidebar-phone__tel:hover {
	color: var(--color-theme-hover);
}
.sidebar__social {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 32px;
}
@media screen and (max-width: 1500px) {
	.sidebar__social {
		margin-top: 25px;
	}
}
.sidebar__social > * + * {
	margin-left: 20px;
}
@media screen and (max-width: 1199px) {
	.sidebar__social > * + * {
		margin-left: 12px;
	}
}
.sidebar__social a {
	outline: none;
}
.sidebar__social a:first-child:hover svg path:last-child {
	fill: var(--color-white);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.sidebar__social a:nth-child(2):hover svg path:last-child {
	fill: var(--color-white);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.sidebar__social a:hover path {
	fill: var(--color-theme-hover);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.sidebar__social svg, .sidebar__social img {
	width: 47px;
	height: 47px;
}
@media screen and (max-width: 1700px) {
	.sidebar__social svg, .sidebar__social img {
		width: 40px;
		height: 40px;
	}
}
@media screen and (max-width: 1500px) {
	.sidebar__social svg, .sidebar__social img {
		width: 35px;
		height: 35px;
	}
}
@media screen and (max-width: 1100px) {
	.sidebar__social svg, .sidebar__social img {
		width: 30px;
		height: 30px;
	}
}
@media screen and (max-width: 960px) {
	.sidebar__social svg, .sidebar__social img {
		width: 25px;
		height: 25px;
	}
}
.menu__lang {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	line-height: 142%;
	font-weight: 500;
	font-size: 28px;
	color: var(--color-black);
}
@media screen and (max-width: 1500px) {
	.menu__lang {
		font-size: 20px;
	}
}
@media screen and (max-width: 1100px) {
	.menu__lang {
		font-size: 20px;
	}
}
@media screen and (max-width: 960px) {
	.menu__lang {
		font-size: 18px;
	}
}
.menu__lang > * + * {
	margin-left: 0.5em;
	padding-left: calc(0.5em + 2px);
}
.menu__lang > * + *::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 2px;
	background-color: var(--color-black);
}
.menu__lang li {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 0;
}
.menu__lang a {
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
	color: inherit;
}
.menu__lang a:hover {
	color: var(--color-theme);
}
.menu__lang a:focus-visible {
	color: var(--color-theme);
}

.view {
	width: 100%;
}
.view__photo img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media screen and (max-width: 540px) {
	.view__photo img {
		min-height: 230px;
	}
}

.board {
	background: var(--color-theme);
	padding: 95px 0px 0px;
}
@media screen and (max-width: 1300px) {
	.board {
		padding: 60px 0px 0px;
	}
}
.board__photo {
	width: 90%;
	margin: 0px auto;
}
.board__photo img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.position {
	background: var(--color-theme);
	padding: 160px 0px 0px;
}
@media screen and (max-width: 1500px) {
	.position {
		padding: 120px 0px 0px;
	}
}
@media screen and (max-width: 960px) {
	.position {
		padding: 100px 0px 0px;
	}
}
@media screen and (max-width: 768px) {
	.position {
		padding: 80px 0px 0px;
	}
}
@media screen and (max-width: 768px) {
	.position {
		padding: 60px 0px 0px;
	}
}
.position__subtitle {
	margin-bottom: 81px;
}
@media screen and (max-width: 1500px) {
	.position__subtitle {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 768px) {
	.position__subtitle {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 540px) {
	.position__subtitle {
		margin-bottom: 30px;
	}
}
.position__title {
	color: var(--color-white);
	max-width: 90%;
	margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
	.position__title {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 768px) {
	.position__title {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 540px) {
	.position__title {
		margin-bottom: 20px;
	}
}
.position__about {
	width: 95%;
}
.position__photo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 150px;
}
@media screen and (max-width: 1700px) {
	.position__photo {
		margin-top: 120px;
	}
}
@media screen and (max-width: 1500px) {
	.position__photo {
		margin-top: 100px;
	}
}
@media screen and (max-width: 768px) {
	.position__photo {
		margin-top: 70px;
	}
}
@media screen and (max-width: 540px) {
	.position__photo {
		margin-top: 40px;
	}
}
.position__boards {
	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;
	width: 59%;
}
@media screen and (max-width: 768px) {
	.position__boards {
		width: 70%;
	}
}
@media screen and (max-width: 540px) {
	.position__boards {
		display: none;
	}
}
.position__image img {
	width: 100%;
}
.position__image_first img {
	max-width: 413px;
	max-height: 688px;
	-o-object-fit: contain;
	object-fit: contain;
}
@media screen and (max-width: 1500px) {
	.position__image_first {
		-webkit-transform: translateX(-40px);
		transform: translateX(-40px);
	}
}
.position__image_second {
	-webkit-transform: translate(-70px, 40px);
	transform: translate(-70px, 40px);
}
.position__image_second img {
	max-width: 275px;
	max-height: 391px;
	-o-object-fit: contain;
	object-fit: contain;
}
@media screen and (max-width: 1500px) {
	.position__image_second {
		-webkit-transform: translate(-70px, 20px);
		transform: translate(-70px, 20px);
	}
}
.position__image_third {
	width: 31%;
	margin: 65px auto 0px;
}
.position__image_third img {
	max-width: 311px;
	max-height: 416px;
	-o-object-fit: contain;
	object-fit: contain;
}
@media screen and (max-width: 1500px) {
	.position__image_third {
		width: 28%;
	}
}
@media screen and (max-width: 540px) {
	.position__image_third {
		width: 60%;
		margin: 0px auto;
	}
}

.naming {
	background: var(--color-theme);
	padding: 85px 0px 0px;
}
@media screen and (max-width: 1500px) {
	.naming {
		padding: 70px 0px 0px;
	}
}
@media screen and (max-width: 768px) {
	.naming {
		padding: 30px 0px 0px;
	}
}
@media screen and (max-width: 540px) {
	.naming {
		padding: 60px 0px 0px;
	}
}
.naming__subtitle {
	margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
	.naming__subtitle {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 540px) {
	.naming__subtitle {
		margin-bottom: 30px;
	}
}
.naming__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.naming__item {
	width: 47%;
}
@media screen and (max-width: 540px) {
	.naming__item {
		width: 100%;
		margin-bottom: 30px;
	}
	.naming__item:last-child {
		margin-bottom: 0px;
	}
}
.naming__photo {
	margin: 170px auto 0px;
	width: 85%;
}
@media screen and (max-width: 1500px) {
	.naming__photo {
		margin: 130px auto 0px;
		width: 90%;
	}
}
@media screen and (max-width: 960px) {
	.naming__photo {
		margin: 100px auto 0px;
	}
}
@media screen and (max-width: 768px) {
	.naming__photo {
		margin: 80px auto 0px;
		width: 100%;
	}
}
@media screen and (max-width: 540px) {
	.naming__photo {
		margin: 45px auto 0px;
	}
}
.naming__photo img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.identics {
	background: var(--color-theme);
	padding: 165px 0px 60px;
}
@media screen and (max-width: 1500px) {
	.identics {
		padding: 130px 0px 60px;
	}
}
@media screen and (max-width: 960px) {
	.identics {
		padding: 100px 0px 60px;
	}
}
@media screen and (max-width: 768px) {
	.identics {
		padding: 80px 0px 60px;
	}
}
@media screen and (max-width: 540px) {
	.identics {
		padding: 60px 0px 40px;
	}
}
.identics__subtitle {
	margin-bottom: 55px;
}
@media screen and (max-width: 1500px) {
	.identics__subtitle {
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 768px) {
	.identics__subtitle {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 540px) {
	.identics__subtitle {
		margin-bottom: 30px;
	}
}
.identics__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.identics__item {
	width: 47%;
}
@media screen and (max-width: 540px) {
	.identics__item {
		width: 100%;
		margin-bottom: 30px;
	}
	.identics__item:last-child {
		margin-bottom: 0px;
	}
}
.identics__photo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 100px;
}
@media screen and (max-width: 1500px) {
	.identics__photo {
		margin-top: 80px;
	}
}
@media screen and (max-width: 768px) {
	.identics__photo {
		margin-top: 60px;
	}
}
@media screen and (max-width: 540px) {
	.identics__photo {
		margin-top: 30px;
	}
}
.identics__photo img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.identics__image_first {
	width: 36%;
	-webkit-transform: translateX(40px);
	transform: translateX(40px);
}
.identics__image_first img {
	max-width: 416px;
	max-height: 594px;
	-o-object-fit: contain;
	object-fit: contain;
}
@media screen and (max-width: 1300px) {
	.identics__image_first {
		-webkit-transform: unset;
		transform: unset;
	}
}
@media screen and (max-width: 540px) {
	.identics__image_first {
		width: 75%;
		margin: 0px auto;
	}
}
.identics__image_second {
	width: 53%;
}
.identics__image_second img {
	max-width: 613px;
	max-height: 476px;
	-o-object-fit: contain;
	object-fit: contain;
}
@media screen and (max-width: 540px) {
	.identics__image_second {
		display: none;
	}
}
.identics__image_mob {
	display: none;
}
@media screen and (max-width: 540px) {
	.identics__image_mob {
		display: block;
		margin-bottom: 20px;
	}
	.identics__image_mob img {
		width: 100%;
	}
}

.bg {
	width: 100%;
}
.bg__photo img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media screen and (max-width: 540px) {
	.bg__photo img {
		min-height: 230px;
	}
}

.media {
	background: var(--color-theme);
	padding: 130px 0px 0px;
}
@media screen and (max-width: 1500px) {
	.media {
		padding: 100px 0px 0px;
	}
}
@media screen and (max-width: 960px) {
	.media {
		padding: 80px 0px 0px;
	}
}
@media screen and (max-width: 540px) {
	.media {
		padding: 60px 0px 0px;
	}
}
.media__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
@media screen and (max-width: 540px) {
	.media__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.media__info {
	width: 47%;
}
@media screen and (max-width: 540px) {
	.media__info {
		width: 100%;
		margin-bottom: 30px;
	}
}
.media__subtitle {
	margin-bottom: 55px;
}
@media screen and (max-width: 1500px) {
	.media__subtitle {
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 768px) {
	.media__subtitle {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 540px) {
	.media__subtitle {
		margin-bottom: 30px;
	}
}
.media__cards {
	width: 44%;
	-webkit-transform: translateY(-75px);
	transform: translateY(-75px);
}
@media screen and (max-width: 1300px) {
	.media__cards {
		-webkit-transform: unset;
		transform: unset;
	}
}
@media screen and (max-width: 540px) {
	.media__cards {
		width: 85%;
		margin: 0px auto 20px;
	}
}
.media__cards img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	max-width: 509px;
	max-height: 491px;
}
.media__images {
	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;
}
.media__item {
	width: 48%;
}
.media__item img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.media__poster {
	width: 85%;
	margin: 30px auto 0px;
}
@media screen and (max-width: 540px) {
	.media__poster {
		width: 100%;
		margin: 20px 0px 0px;
	}
}
.media__poster img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.media__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 50px;
}
@media screen and (max-width: 540px) {
	.media__wrapper {
		display: none;
	}
}
.media__map {
	width: 50%;
	-webkit-transform: translateX(70px);
	transform: translateX(70px);
}
@media screen and (max-width: 1500px) {
	.media__map {
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
}
.media__map img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.media__tent {
	width: 50%;
	-webkit-transform: translateX(-85px);
	transform: translateX(-85px);
}
@media screen and (max-width: 768px) {
	.media__tent {
		-webkit-transform: translateX(-55px);
		transform: translateX(-55px);
	}
}
.media__tent img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.media__row {
	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;
	margin-top: 100px;
}
@media screen and (max-width: 1500px) {
	.media__row {
		margin-top: 60px;
	}
}
@media screen and (max-width: 540px) {
	.media__row {
		margin-top: 20px;
	}
}
.media__phones {
	width: 37%;
	margin: 0px auto;
}
.media__phones img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.media__polo {
	width: 51%;
}
.media__polo img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.media__kitchen {
	margin: 112px auto 0px;
	max-width: 760px;
	width: 100%;
}
@media screen and (max-width: 960px) {
	.media__kitchen {
		margin-top: 80px;
		max-width: 90%;
	}
}
@media screen and (max-width: 540px) {
	.media__kitchen {
		margin-top: 35px;
		max-width: 100%;
	}
}
.media__kitchen img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.site {
	background: var(--color-theme);
	padding: 200px 0px 150px;
}
@media screen and (max-width: 1700px) {
	.site {
		padding: 170px 0px 130px;
	}
}
@media screen and (max-width: 1500px) {
	.site {
		padding: 130px 0px 100px;
	}
}
@media screen and (max-width: 960px) {
	.site {
		padding: 80px 0px;
	}
}
@media screen and (max-width: 540px) {
	.site {
		padding: 60px 0px;
	}
}
.site__wrap {
	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;
}
@media screen and (max-width: 540px) {
	.site__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}
.site__photo {
	width: 49%;
}
@media screen and (max-width: 540px) {
	.site__photo {
		width: 100%;
	}
}
.site__photo img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.site__info {
	width: 47%;
}
@media screen and (max-width: 540px) {
	.site__info {
		width: 100%;
		margin-bottom: 30px;
	}
}
.site__subtitle {
	margin-bottom: 42px;
}
@media screen and (max-width: 540px) {
	.site__subtitle {
		margin-bottom: 30px;
	}
}

.web {
	width: 100%;
}
.web__photo img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media screen and (max-width: 540px) {
	.web__photo img {
		min-height: 230px;
	}
}

.templates {
	background: var(--color-theme);
	padding: 87px 0px 60px;
}
@media screen and (max-width: 960px) {
	.templates {
		padding: 60px 0px 30px;
	}
}
@media screen and (max-width: 540px) {
	.templates {
		padding: 50px 0px 30px;
	}
}
.templates__photo img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.equipment {
	width: 100%;
}
.equipment__photo img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media screen and (max-width: 540px) {
	.equipment__photo img {
		min-height: 230px;
	}
}

.thanks {
	color: var(--color-theme-title);
}
.thanks__mintitle {
	color: inherit;
	margin-bottom: 37px;
}
@media screen and (max-width: 540px) {
	.thanks__mintitle {
		margin-bottom: 30px;
	}
}
.thanks__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: inherit;
}
.thanks__item {
	width: 48%;
}
@media screen and (max-width: 540px) {
	.thanks__item {
		width: 100%;
		margin-bottom: 25px;
	}
	.thanks__item:last-child {
		margin-bottom: 0px;
	}
}

.more {
	padding: 0 0 120px 0px;
	color: var(--color-theme-title);
}
@media screen and (max-width: 1500px) {
	.more {
		padding: 0 0 100px 0px;
	}
}
@media screen and (max-width: 960px) {
	.more {
		padding: 0 0 80px 0px;
	}
}
@media screen and (max-width: 540px) {
	.more {
		padding: 0 0 60px 0px;
	}
}
.more a {
	outline: none;
}
.more__title {
	color: inherit;
	margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
	.more__title {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 540px) {
	.more__title {
		margin-bottom: 30px;
	}
}
.more__link {
	color: inherit;
	border-bottom: 1px solid currentColor;
}
.more__link:hover {
	color: var(--color-theme-highlight);
	border-bottom: 1px solid var(--color-theme-highlight);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.more__articles {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 770px;
	margin-top: 80px;
}
@media screen and (max-width: 768px) {
	.more__articles {
		margin-top: 60px;
	}
}
@media screen and (max-width: 540px) {
	.more__articles {
		margin-top: 50px;
	}
}
.more__article {
	width: 48%;
}
@media screen and (max-width: 540px) {
	.more__article {
		width: 100%;
		margin: 0px auto 30px;
	}
	.more__article:last-child {
		margin-bottom: 0px;
	}
}
.more__article img {
	max-width: 370px;
	height: 250px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media screen and (max-width: 1100px) {
	.more__article img {
		height: 200px;
	}
}
@media screen and (max-width: 540px) {
	.more__article img {
		max-width: 100%;
		height: 300px;
	}
}
@media screen and (max-width: 460px) {
	.more__article img {
		height: 230px;
	}
}
@media screen and (max-width: 374px) {
	.more__article img {
		height: 200px;
	}
}
.more__info {
	margin-top: 20px;
}
.more__name {
	font-family: "Helvetica Neue Medium";
	font-size: 24px;
	line-height: 28px;
	color: inherit;
}
@media screen and (max-width: 1500px) {
	.more__name {
		font-size: 20px;
		line-height: 26px;
	}
}
@media screen and (max-width: 768px) {
	.more__name {
		font-size: 18px;
		line-height: 24px;
	}
}
.more__name:hover {
	color: var(--color-theme-highlight);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.more__text {
	font-size: 24px;
	line-height: 28px;
	color: inherit;
}
@media screen and (max-width: 1500px) {
	.more__text {
		font-size: 20px;
		line-height: 26px;
	}
}
@media screen and (max-width: 768px) {
	.more__text {
		font-size: 18px;
		line-height: 24px;
	}
}

.main-white .header {
	padding: 0px;
}
@media screen and (max-width: 768px) {
	.main-white .header {
		padding: 15px 0px 0px;
	}
}

.banner-main {
	overflow: hidden;
	padding: 100px 0px 0px;
}
@media screen and (max-width: 1700px) {
	.banner-main {
		padding: 60px 0px 0px;
	}
}
@media screen and (max-width: 1500px) {
	.banner-main {
		padding: 40px 0px 0px;
	}
}
@media screen and (max-width: 768px) {
	.banner-main {
		padding: 0px;
	}
}
@media screen and (max-width: 768px) {
	.banner-main__wrap {
		padding: 40px 0px 0px;
	}
}
@media screen and (max-width: 540px) {
	.banner-main__wrap {
		padding: 30px 0px 0px;
	}
}
.banner-main__title {
	max-width: 800px;
	line-height: 122px;
	letter-spacing: -0.06em;
}
@media screen and (max-width: 1700px) {
	.banner-main__title {
		line-height: 90px;
	}
}
@media screen and (max-width: 1500px) {
	.banner-main__title {
		line-height: 75px;
	}
}
@media screen and (max-width: 1300px) {
	.banner-main__title {
		max-width: 500px;
		line-height: 60px;
	}
}
@media screen and (max-width: 960px) {
	.banner-main__title {
		line-height: 45px;
		max-width: 400px;
	}
}
@media screen and (max-width: 540px) {
	.banner-main__title {
		line-height: 40px;
	}
}
.banner-main__photo {
	width: 87%;
	margin-left: auto;
	margin-top: 70px;
}
@media screen and (max-width: 1500px) {
	.banner-main__photo {
		margin-top: 50px;
	}
}
@media screen and (max-width: 768px) {
	.banner-main__photo {
		margin-top: 40px;
	}
}
@media screen and (max-width: 540px) {
	.banner-main__photo {
		width: 100%;
		margin-top: 30px;
	}
}
.banner-main__photo img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.banner-main__photo iframe {
	width: 100%;
	max-height: 500px;
}
.banner-main__logo {
	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;
	margin-top: 30px;
}
@media screen and (max-width: 540px) {
	.banner-main__logo {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
@media screen and (max-width: 460px) {
	.banner-main__logo {
		margin-right: -15px;
	}
}
@media screen and (max-width: 1700px) {
	.banner-main__item {
		margin: 0px 20px;
	}
}
@media screen and (max-width: 960px) {
	.banner-main__item {
		margin: 0px 15px;
	}
}
@media screen and (max-width: 540px) {
	.banner-main__item {
		width: 27%;
		margin: 0px 0px 15px;
		text-align: center;
	}
}
@media screen and (max-width: 460px) {
	.banner-main__item {
		width: 30%;
		text-align: left;
	}
}
@media screen and (max-width: 1700px) {
	.banner-main__item:first-child {
		margin-left: 0px;
	}
}
@media screen and (max-width: 960px) {
	.banner-main__item:first-child {
		margin-left: 0px;
	}
}
@media screen and (max-width: 1700px) {
	.banner-main__item:last-child {
		margin-right: 0px;
	}
}
@media screen and (max-width: 960px) {
	.banner-main__item:last-child {
		margin-right: 0px;
	}
}
.banner-main__item img {
	width: 100%;
}
@media screen and (max-width: 540px) {
	.banner-main__item img {
		width: 70%;
	}
}
@media screen and (max-width: 460px) {
	.banner-main__item img {
		width: 85%;
	}
}
.banner-main__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 60px;
}
@media screen and (max-width: 1500px) {
	.banner-main__info {
		margin-top: 40px;
	}
}
@media screen and (max-width: 540px) {
	.banner-main__info {
		margin-top: 20px;
	}
}
.banner-main__side {
	width: 47%;
}
@media screen and (max-width: 540px) {
	.banner-main__side {
		width: 100%;
		margin-bottom: 30px;
	}
	.banner-main__side:last-child {
		margin-bottom: 0px;
	}
}

#menu__toggle {
	display: none;
}

@media screen and (max-width: 768px) {
	.sidebar {
		position: absolute;
	}
	.header__menu {
		position: relative;
	}
	.header #menu__toggle {
		display: block;
		text-align: center;
	}
	#menu__toggle {
		opacity: 0;
		display: block;
	}
	#menu__toggle:checked ~ .menu__btn {
		position: fixed;
		top: 20px;
		right: 20px;
	}
	#menu__toggle:checked ~ .menu__btn > span {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		background-color: #000;
	}
	#menu__toggle:checked ~ .menu__btn > span::before {
		top: 0;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		background-color: #000;
	}
	#menu__toggle:checked ~ .menu__btn > span::after {
		top: 0;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		background-color: #000;
	}
	.menu__btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: absolute;
		top: 0px;
		right: 0px;
		width: 30px;
		height: 30px;
		cursor: pointer;
		z-index: 999;
	}
	.menu__btn > span,
	.menu__btn > span::before,
	.menu__btn > span::after {
		display: block;
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: var(--color-white);
		-webkit-transition-duration: 0.25s;
		transition-duration: 0.25s;
	}
	.main-white .menu__btn > span,
	.main-white .menu__btn > span::before,
	.main-white .menu__btn > span::after {
		display: block;
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: rgb(0, 0, 0);
		-webkit-transition-duration: 0.25s;
		transition-duration: 0.25s;
	}
	.menu__btn > span::before {
		content: "";
		top: -8px;
	}
	.menu__btn > span::after {
		content: "";
		top: 8px;
	}
	.sidebar {
		display: block;
		position: fixed;
		visibility: hidden;
		top: 0;
		right: -100%;
		width: 260px;
		height: 100%;
		margin: 0;
		list-style: none;
		-webkit-box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2);
		box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2);
		-webkit-transition-duration: 0.25s;
		transition-duration: 0.25s;
		z-index: 99;
	}
	.sidebar.visible {
		visibility: visible;
		top: 0;
		right: 0px;
	}
	.sidebar__container {
		padding: 20px 24px 80px 8px;
	}
}
@media screen and (max-width: 540px) {
	.sidebar {
		width: 100%;
	}
	.sidebar__container {
		padding: 15px 15px 50px;
	}
	.sidebar__logo {
		margin-bottom: 30px;
	}
	.sidebar__logo img {
		width: 170px;
	}
}
.marketing {
	padding: 130px 0px 0px;
}
@media screen and (max-width: 1500px) {
	.marketing {
		padding: 100px 0px 0px;
	}
}
@media screen and (max-width: 960px) {
	.marketing {
		padding: 80px 0px 0px;
	}
}
@media screen and (max-width: 540px) {
	.marketing {
		padding: 60px 0px 0px;
	}
}
.marketing .marketing__wrap .tab.active {
	color: #010103;
}
.marketing .marketing__wrap a,
.marketing .marketing__wrap .tab {
	cursor: pointer;
	color: #D5D5D5;
	font-size: 30px;
	line-height: 36px;
}
@media screen and (max-width: 1700px) {
.marketing .marketing__wrap a,
	.marketing .marketing__wrap .tab {
		font-size: 24px;
	}
}
@media screen and (max-width: 1500px) {
.marketing .marketing__wrap a,
	.marketing .marketing__wrap .tab {
		font-size: 18px;
		line-height: 24px;
	}
}
@media screen and (max-width: 960px) {
.marketing .marketing__wrap a,
	.marketing .marketing__wrap .tab {
		font-size: 16px;
		line-height: 20px;
	}
}
@media screen and (max-width: 540px) {
.marketing .marketing__wrap a,
	.marketing .marketing__wrap .tab {
		margin-bottom: 10px;
		margin-right: 25px;
	}
}
.marketing .marketing__wrap a:hover,
.marketing .marketing__wrap .tab:hover {
	color: #010103;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.marketing .marketing__wrap .tab_item {
	display: none;
}
.marketing .marketing__wrap .tab_item:first-child {
	display: block;
}
.marketing .tabs {
	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;
}
@media screen and (max-width: 540px) {
	.marketing .tabs {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}
.marketing .tab_content {
	margin-top: 90px;
}
@media screen and (max-width: 1500px) {
	.marketing .tab_content {
		margin-top: 60px;
	}
}
@media screen and (max-width: 768px) {
	.marketing .tab_content {
		margin-top: 40px;
	}
}
@media screen and (max-width: 540px) {
	.marketing .tab_content {
		margin-top: 20px;
	}
}
.marketing__title {
	letter-spacing: -0.06em;
	margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
	.marketing__title {
		margin-bottom: 30px;
	}
}
.marketing__wrap a {
	outline: none;
}
.marketing__work_full {
	width: 100%;
	margin-bottom: 80px;
}
.marketing__work_full .marketing__photo {
	position: relative;
	overflow: hidden;
	padding-bottom: 33%;
}
@media screen and (max-width: 540px) {
	.marketing__work_full .marketing__photo {
		padding-bottom: 43%;
	}
}
@media screen and (max-width: 1500px) {
	.marketing__work_full {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 768px) {
	.marketing__work_full {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 540px) {
	.marketing__work_full {
		margin-bottom: 25px;
	}
}
.marketing__work_full img {
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.marketing__work_full:last-child {
	margin-bottom: 0px !important;
}
.marketing__work_full:last-child .marketing__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media screen and (max-width: 540px) {
	.marketing__work_full:last-child .marketing__info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.marketing__work_small {
	width: 48%;
	margin-bottom: 80px;
}
.marketing__work_small .marketing__photo {
	position: relative;
	overflow: hidden;
	padding-bottom: 68%;
}
@media screen and (max-width: 540px) {
	.marketing__work_small .marketing__photo {
		padding-bottom: 64%;
	}
}
@media screen and (max-width: 1500px) {
	.marketing__work_small {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 768px) {
	.marketing__work_small {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 540px) {
	.marketing__work_small {
		width: 100%;
		margin-bottom: 25px;
	}
}
.marketing__work_small img {
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.marketing__photo {
	margin-bottom: 20px;
}
.marketing__photo img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.marketing__name {
	font-family: "Helvetica Neue Medium";
	display: block;
}
.marketing__name:hover {
	color: var(--color-theme-hover);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.marketing__borh {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
@media screen and (max-width: 540px) {
	.marketing__borh {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
.marketing__all {
	text-decoration: underline;
}
@media screen and (max-width: 540px) {
	.marketing__all {
		display: inline-block;
		margin-top: 15px;
	}
}
.marketing__all:hover {
	color: var(--color-theme-hover);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.numbers {
	padding: 130px 0px 0px;
}
@media screen and (max-width: 1500px) {
	.numbers {
		padding: 100px 0px 0px;
	}
}
@media screen and (max-width: 960px) {
	.numbers {
		padding: 80px 0px 0px;
	}
}
@media screen and (max-width: 540px) {
	.numbers {
		padding: 60px 0px 0px;
	}
}
.numbers__head {
	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;
}
.numbers__title {
	letter-spacing: -0.06em;
}
@media screen and (max-width: 1500px) {
	.numbers__stiker img {
		width: 170px;
		height: 170px;
	}
}
@media screen and (max-width: 1300px) {
	.numbers__stiker img {
		width: 140px;
		height: 140px;
	}
}
@media screen and (max-width: 768px) {
	.numbers__stiker img {
		width: 110px;
		height: 110px;
	}
}
@media screen and (max-width: 540px) {
	.numbers__stiker img {
		width: 90px;
		height: 90px;
	}
}
@media screen and (max-width: 374px) {
	.numbers__stiker img {
		width: 75px;
		height: 75px;
	}
}
.numbers__wrap {
	margin-top: 110px;
}
@media screen and (max-width: 1700px) {
	.numbers__wrap {
		margin-top: 90px;
	}
}
@media screen and (max-width: 1500px) {
	.numbers__wrap {
		margin-top: 70px;
	}
}
@media screen and (max-width: 1100px) {
	.numbers__wrap {
		margin-top: 50px;
	}
}
@media screen and (max-width: 768px) {
	.numbers__wrap {
		margin-top: 30px;
	}
}
.numbers__item {
	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;
	margin-bottom: 90px;
}
@media screen and (max-width: 1500px) {
	.numbers__item {
		margin-bottom: 70px;
	}
}
@media screen and (max-width: 1100px) {
	.numbers__item {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 540px) {
	.numbers__item {
		-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;
		margin-bottom: 35px;
	}
	.numbers__item:last-child {
		margin-bottom: 0px;
	}
}
.numbers__number {
	width: 62%;
}
@media screen and (max-width: 1100px) {
	.numbers__number {
		width: 55%;
	}
}
@media screen and (max-width: 768px) {
	.numbers__number {
		width: 50%;
	}
}
@media screen and (max-width: 540px) {
	.numbers__number {
		margin-bottom: 15px;
		width: 100%;
	}
}
.numbers__number p {
	font-family: "Helvetica Neue Bold";
	font-size: 18vw;
	line-height: 70%;
	letter-spacing: -0.06em;
	color: #D5D5D5;
}
@media screen and (max-width: 1100px) {
	.numbers__number p {
		font-size: 15vw;
	}
}
@media screen and (max-width: 768px) {
	.numbers__number p {
		font-size: 20vw;
	}
}
@media screen and (max-width: 540px) {
	.numbers__number p {
		font-size: 110px;
	}
}
@media screen and (max-width: 374px) {
	.numbers__number p {
		font-size: 100px;
	}
}
.numbers__info {
	width: 32%;
}
@media screen and (max-width: 1100px) {
	.numbers__info {
		width: 42%;
	}
}
@media screen and (max-width: 768px) {
	.numbers__info {
		width: 47%;
	}
}
@media screen and (max-width: 540px) {
	.numbers__info {
		width: 100%;
	}
}

.services {
	position: relative;
	padding: 180px 0px 0px;
}
@media screen and (max-width: 1500px) {
	.services {
		padding: 130px 0px 0px;
	}
}
@media screen and (max-width: 960px) {
	.services {
		padding: 80px 0px 0px;
	}
}
@media screen and (max-width: 540px) {
	.services {
		padding: 60px 0px 0px;
	}
}
.services a {
	outline: none;
}
.services__bg {
	position: absolute;
	right: 2%;
	top: 190px;
	width: 45%;
}
@media screen and (max-width: 1700px) {
	.services__bg {
		top: 160px;
	}
}
@media screen and (max-width: 1500px) {
	.services__bg {
		top: 120px;
	}
}
@media screen and (max-width: 768px) {
	.services__bg {
		top: 90px;
	}
}
@media screen and (max-width: 540px) {
	.services__bg {
		display: none;
	}
}
.services__bg img {
	width: 100%;
}
.services__title {
	position: relative;
	letter-spacing: -0.06em;
	margin-bottom: 200px;
	z-index: 1;
}
@media screen and (max-width: 1700px) {
	.services__title {
		margin-bottom: 160px;
	}
}
@media screen and (max-width: 1500px) {
	.services__title {
		margin-bottom: 120px;
	}
}
@media screen and (max-width: 1300px) {
	.services__title {
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 768px) {
	.services__title {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 540px) {
	.services__title {
		margin-bottom: 40px;
	}
}
.services__wrapper {
	position: relative;
	max-width: 950px;
	width: 100%;
	z-index: 1;
}
.services__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
.services__item {
	width: 49%;
	margin-bottom: 90px;
}
@media screen and (max-width: 1700px) {
	.services__item {
		margin-bottom: 70px;
	}
}
@media screen and (max-width: 1500px) {
	.services__item {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 768px) {
	.services__item:first-child {
		width: 35%;
		margin-right: 20px;
	}
}
@media screen and (max-width: 540px) {
	.services__item {
		width: 47%;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 540px) and (max-width: 540px) {
	.services__item:first-child {
		width: 40%;
	}
}
.services__name {
	display: block;
	font-family: "Helvetica Neue Bold";
	font-size: 50px;
	line-height: 50px;
	letter-spacing: -0.05em;
	color: #010103;
	margin-bottom: 23px;
}
.services__name:hover {
	color: var(--color-theme-hover);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
@media screen and (max-width: 1700px) {
	.services__name {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 1300px) {
	.services__name {
		font-size: 36px;
		line-height: 36px;
	}
}
@media screen and (max-width: 960px) {
	.services__name {
		font-size: 28px;
		line-height: 28px;
	}
}
@media screen and (max-width: 540px) {
	.services__name {
		font-size: 20px;
		line-height: 20px;
	}
}
.services__info {
	text-decoration: underline;
}
.services__info:hover {
	color: var(--color-theme-hover);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.reviews {
	padding: 100px 0px 0px;
}
@media screen and (max-width: 1500px) {
	.reviews {
		padding: 70px 0px 0px;
	}
}
@media screen and (max-width: 960px) {
	.reviews {
		padding: 50px 0px 0px;
	}
}
@media screen and (max-width: 540px) {
	.reviews {
		padding: 35px 0px 0px;
	}
}
.reviews .reviews__wrapper .tab.active {
	color: #010103;
}
.reviews .reviews__wrapper .tab {
	cursor: pointer;
	color: #D5D5D5;
	font-size: 30px;
	line-height: 36px;
}
@media screen and (max-width: 1700px) {
	.reviews .reviews__wrapper .tab {
		font-size: 24px;
	}
}
@media screen and (max-width: 1500px) {
	.reviews .reviews__wrapper .tab {
		font-size: 18px;
		line-height: 24px;
	}
}
@media screen and (max-width: 960px) {
	.reviews .reviews__wrapper .tab {
		font-size: 16px;
		line-height: 20px;
	}
}
@media screen and (max-width: 540px) {
	.reviews .reviews__wrapper .tab {
		margin-bottom: 10px;
		margin-right: 25px;
	}
}
.reviews .reviews__wrapper .tab:hover {
	color: #010103;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.reviews .reviews__wrapper .tab_item {
	display: none;
}
.reviews .reviews__wrapper .tab_item:first-child {
	display: block;
}
.reviews .tabs {
	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;
}
@media screen and (max-width: 540px) {
	.reviews .tabs {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}
.reviews .tab_content {
	margin-top: 90px;
}
@media screen and (max-width: 1500px) {
	.reviews .tab_content {
		margin-top: 60px;
	}
}
@media screen and (max-width: 768px) {
	.reviews .tab_content {
		margin-top: 40px;
	}
}
@media screen and (max-width: 540px) {
	.reviews .tab_content {
		margin-top: 20px;
	}
}
.reviews__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
@media screen and (max-width: 600px) {
	.reviews__block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}
.reviews__photo {
	width: 49%;
	overflow: hidden;
	position: relative;
	padding-bottom: 40%;
}
@media screen and (max-width: 600px) {
	.reviews__photo {
		width: 100%;
		margin-top: 30px;
		padding-bottom: 80%;
	}
}
.reviews__photo img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.reviews__info {
	width: 46%;
}
@media screen and (max-width: 600px) {
	.reviews__info {
		width: 100%;
	}
}
.reviews__name {
	font-size: 50px;
	line-height: 54px;
	color: #010103;
	margin-bottom: 32px;
}
@media screen and (max-width: 1700px) {
	.reviews__name {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 1300px) {
	.reviews__name {
		font-size: 36px;
		line-height: 36px;
	}
}
@media screen and (max-width: 960px) {
	.reviews__name {
		font-size: 28px;
		line-height: 28px;
	}
}
@media screen and (max-width: 540px) {
	.reviews__name {
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 20px;
		max-width: 250px;
	}
}
.reviews__text {
	margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
	.reviews__text {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 540px) {
	.reviews__text {
		margin-bottom: 20px;
	}
}
.reviews__link {
	display: inline-block;
	color: var(--color-theme);
	text-decoration: underline;
	max-width: 250px;
}
@media screen and (max-width: 1500px) {
	.reviews__link {
		max-width: 150px;
	}
}
.reviews__link:hover {
	color: var(--color-theme-hover);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.reviews a {
	outline: none;
}
.reviews__title {
	letter-spacing: -0.06em;
	margin-bottom: 75px;
}
@media screen and (max-width: 1500px) {
	.reviews__title {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 768px) {
	.reviews__title {
		margin-bottom: 30px;
	}
}
.team {
	padding: 180px 0px 0px;
}
@media screen and (max-width: 1500px) {
	.team {
		padding: 130px 0px 0px;
	}
}
@media screen and (max-width: 960px) {
	.team {
		padding: 80px 0px 0px;
	}
}
@media screen and (max-width: 540px) {
	.team {
		padding: 60px 0px 0px;
	}
}
.team__title {
	letter-spacing: -0.06em;
	margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
	.team__title {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 768px) {
	.team__title {
		margin-bottom: 30px;
	}
}
.team__photo {
	width: 100%;
	position: relative;
}
.team__image {
	position: relative;
	overflow: hidden;
	padding-bottom: 56%;
}
.team__image img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	height: 100%;
	left: 0px;
	top: 0px;
}
@media screen and (max-width: 1500px) {
	.team__stikers img {
		width: 140px;
		height: 140px;
	}
}
@media screen and (max-width: 1100px) {
	.team__stikers img {
		width: 100px;
		height: 100px;
	}
}
@media screen and (max-width: 540px) {
	.team__stikers img {
		width: 80px;
		height: 80px;
	}
}
@media screen and (max-width: 460px) {
	.team__stikers img {
		width: 60px;
		height: 60px;
	}
}
.team__stic1 {
	position: absolute;
	bottom: 60px;
	left: -50px;
}
@media screen and (max-width: 1500px) {
	.team__stic1 {
		left: -40px;
		bottom: 50px;
	}
}
@media screen and (max-width: 1100px) {
	.team__stic1 {
		left: -30px;
	}
}
@media screen and (max-width: 540px) {
	.team__stic1 {
		left: -20px;
		bottom: 40px;
	}
}
@media screen and (max-width: 460px) {
	.team__stic1 {
		bottom: 30px;
	}
}
.team__stic2 {
	position: absolute;
	left: 5px;
	bottom: -120px;
}
@media screen and (max-width: 1500px) {
	.team__stic2 {
		bottom: -85px;
	}
}
@media screen and (max-width: 1100px) {
	.team__stic2 {
		bottom: -50px;
	}
}
@media screen and (max-width: 540px) {
	.team__stic2 {
		bottom: -35px;
	}
}
@media screen and (max-width: 460px) {
	.team__stic2 {
		bottom: -25px;
	}
}
.team__link {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	text-align: right;
}
@media screen and (max-width: 540px) {
	.team__link {
		margin-top: 20px;
	}
}
.team__link a {
	outline: none;
	text-decoration: underline;
}
.team__link a:hover {
	color: var(--color-theme-hover);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.lib {
	padding: 180px 0px 130px;
}
@media screen and (max-width: 1500px) {
	.lib {
		padding: 130px 0px 100px;
	}
}
@media screen and (max-width: 960px) {
	.lib {
		padding: 80px 0px;
	}
}
@media screen and (max-width: 540px) {
	.lib {
		padding: 60px 0px;
	}
}
.lib__title {
	margin-bottom: 110px;
	letter-spacing: -0.06em;
}
@media screen and (max-width: 1700px) {
	.lib__title {
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 1500px) {
	.lib__title {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 960px) {
	.lib__title {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 768px) {
	.lib__title {
		margin-bottom: 30px;
	}
}
.lib__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.lib__item {
	position: relative;
	width: 32%;
	padding: 30px 0px;
	margin-bottom: 58px;
}
@media screen and (max-width: 1500px) {
	.lib__item {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 960px) {
	.lib__item {
		padding: 20px 0px;
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 768px) {
	.lib__item {
		width: 48%;
		padding: 0px;
	}
}
.lib__item a {
	color: #000;
/* 	color: #D5D5D5; */
}
@media screen and (max-width: 768px) {
	.lib__item a {
		color: #010103;
	}
}
.lib__item a:hover {
	color: #010103;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.lib__item a:hover .lib__hover {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.lib__hover {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 50px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
@media screen and (max-width: 768px) {
	.lib__hover {
		position: relative;
		opacity: 1;
		visibility: visible;
		left: 0px;
		top: 0px;
		-webkit-transform: unset;
		transform: unset;
		display: inline-block;
		margin-top: 15px;
		width: 100%;
	}
}
.lib__hover img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	max-height: 200px;
}
@media screen and (max-width: 768px) {
	.lib__hover img {
		height: 200px;
		-o-object-position: center;
		object-position: center;
	}
}
@media screen and (max-width: 540px) {
	.lib__hover img {
		height: 120px;
	}
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	display: none;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 999;
}

.popup {
	position: absolute;
	width: 400px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: var(--color-white);
}

.close-popup {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
@media screen and (max-width: 1500px) {
	.close-popup {
		width: 40px;
		height: 40px;
	}
}
@media screen and (max-width: 1300px) {
	.close-popup {
		width: 35px;
		height: 35px;
	}
}
@media screen and (max-width: 460px) {
	.close-popup {
		width: 25px;
		height: 25px;
	}
}

.close-popup:before {
	content: "";
	background-color: #161F28;
	position: absolute;
	height: 1px;
	width: 50px;
	top: 11px;
	left: -4px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media screen and (max-width: 1500px) {
	.close-popup:before {
		width: 40px;
	}
}
@media screen and (max-width: 1300px) {
	.close-popup:before {
		width: 35px;
	}
}
@media screen and (max-width: 460px) {
	.close-popup:before {
		width: 25px;
	}
}

.close-popup:after {
	content: "";
	background-color: #161F28;
	position: absolute;
	height: 1px;
	width: 50px;
	top: 11px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: -4px;
}
@media screen and (max-width: 1500px) {
	.close-popup:after {
		width: 40px;
	}
}
@media screen and (max-width: 1300px) {
	.close-popup:after {
		width: 35px;
	}
}
@media screen and (max-width: 460px) {
	.close-popup:after {
		width: 25px;
	}
}

.overlay-project {
	background: #EEEEEE;
	min-height: 860px;
}
@media screen and (max-width: 1700px) {
	.overlay-project {
		min-height: 700px;
	}
}
@media screen and (max-width: 1500px) {
	.overlay-project {
		min-height: 600px;
	}
}
@media screen and (max-width: 1300px) {
	.overlay-project {
		min-height: 500px;
	}
}

.popup-project {
	padding: 0px;
	background: #EEEEEE;
	width: 100%;
	height: 100vh;
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media screen and (max-width: 540px) {
	.popup-project {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 30px 0px;
	}
}
.popup-project a {
	outline: none;
}
.popup-project__wrap {
	position: relative;
	width: 90%;
}
.popup-project__bg {
	position: absolute;
	top: -30px;
	right: 0px;
	width: 50%;
}
@media screen and (max-width: 1500px) {
	.popup-project__bg {
		width: 48%;
	}
}
@media screen and (max-width: 1100px) {
	.popup-project__bg {
		width: 54%;
		top: 0px;
	}
}
@media screen and (max-width: 460px) {
	.popup-project__bg {
		width: 80%;
		top: 40px;
	}
}
.popup-project__bg img {
	width: 100%;
}
.popup-project__logo {
	max-width: 470px;
	margin-bottom: 130px;
}
@media screen and (max-width: 1700px) {
	.popup-project__logo {
		max-width: 350px;
		margin-bottom: 100px;
	}
}
@media screen and (max-width: 1500px) {
	.popup-project__logo {
		max-width: 300px;
		margin-bottom: 70px;
	}
}
@media screen and (max-width: 1300px) {
	.popup-project__logo {
		max-width: 250px;
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 767px) {
	.popup-project__logo {
		max-width: 200px;
	}
}
@media screen and (max-width: 460px) {
	.popup-project__logo {
		max-width: 160px;
		margin-bottom: 40px;
	}
}
.popup-project__logo img {
	width: 100%;
}
.popup-project__form {
	width: 100%;
	max-width: 970px;
	position: relative;
	z-index: 1;
}
.popup-project__form textarea {
	width: 100%;
	max-height: 56px;
}
.popup-project__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
}
@media screen and (max-width: 540px) {
	.popup-project__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.popup-project__row span {
	width: 48%;
	margin-bottom: 50px;
}
@media screen and (max-width: 1700px) {
	.popup-project__row span {
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 540px) {
	.popup-project__row span {
		width: 100%;
		margin-bottom: 20px;
	}
}
.popup-project__row .input-custom {
	width: 100%;
}
.popup-project__btn {
	font-family: "Helvetica Neue Bold";
	font-size: 50px;
	line-height: 120px;
	color: var(--color-black);
	border: none;
	background: transparent;
	padding: 10px 0px;
	margin-top: 15px;
}
@media screen and (max-width: 1700px) {
	.popup-project__btn {
		font-size: 40px;
		line-height: 40px;
	}
}
@media screen and (max-width: 1300px) {
	.popup-project__btn {
		font-size: 36px;
		line-height: 36px;
	}
}
@media screen and (max-width: 960px) {
	.popup-project__btn {
		font-size: 28px;
		line-height: 28px;
	}
}
@media screen and (max-width: 540px) {
	.popup-project__btn {
		font-size: 20px;
		line-height: 20px;
	}
}
.popup-project__btn:hover {
	color: var(--color-theme-hover);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.popup-project__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 50px;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.popup-project__bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
@media screen and (max-width: 460px) {
	.popup-project__bottom {
		margin-top: 35px;
	}
}
.popup-project__wrapper {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
@media screen and (max-width: 1500px) {
	.popup-project__wrapper {
		width: 55%;
	}
}
@media screen and (max-width: 1100px) {
	.popup-project__wrapper {
		width: 64%;
	}
}
@media screen and (max-width: 767px) {
	.popup-project__wrapper {
		width: 100%;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 460px) {
	.popup-project__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 0px;
	}
}
.popup-project__item {
	max-width: 320px;
	width: 100%;
}
@media screen and (max-width: 1500px) {
	.popup-project__item {
		max-width: 300px;
	}
}
@media screen and (max-width: 767px) {
	.popup-project__item {
		max-width: 175px;
	}
}
@media screen and (max-width: 460px) {
	.popup-project__item {
		margin-bottom: 20px;
		max-width: 100%;
	}
}
.popup-project__item a {
	display: block;
	color: #010103;
}
.popup-project__item a:first-child {
	text-decoration: underline;
}
.popup-project__item a:hover {
	color: var(--color-theme-hover);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.popup-project__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	max-width: 480px;
}
@media screen and (max-width: 1700px) {
	.popup-project__social {
		max-width: 380px;
	}
}
@media screen and (max-width: 1500px) {
	.popup-project__social {
		max-width: 300px;
	}
}
@media screen and (max-width: 1300px) {
	.popup-project__social {
		max-width: 250px;
	}
}
@media screen and (max-width: 767px) {
	.popup-project__social {
		max-width: 200px;
	}
}
.popup-project__social svg {
	width: 90px;
	height: 90px;
}
@media screen and (max-width: 1700px) {
	.popup-project__social svg {
		width: 70px;
		height: 70px;
	}
}
@media screen and (max-width: 1500px) {
	.popup-project__social svg {
		width: 55px;
		height: 55px;
	}
}
@media screen and (max-width: 1300px) {
	.popup-project__social svg {
		width: 45px;
		height: 45px;
	}
}
@media screen and (max-width: 767px) {
	.popup-project__social svg {
		width: 35px;
		height: 35px;
	}
}
.popup-project__social a:hover svg path:first-child {
	fill: var(--color-theme-hover);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

@media (min-width: 768px) {
	.popup.popup-success {
		width: 600px;
	}
}

@media (max-width: 767px) {
	.popup.popup-success {
		width: 400px;
	}
}

@media (max-width: 460px) {
	.popup.popup-success {
		width: 90%;
	}
}

.popup-success__wrap {
	text-align: center;
}

.popup-success__title {
	font-size: 32px;
    font-weight: bold;
}

.popup-success__subtitle {
	margin-top: 24px;
	font-size: 18px;
}

.popup-success .close-popup {
	top: 10px;
}

@media (max-width: 460px) {
	.popup-success .close-popup {
		right: 5px;
	}
}

.banner-project {
	overflow: hidden;
	padding: 100px 0px 0px;
}
@media screen and (max-width: 1700px) {
	.banner-project {
		padding: 60px 0px 0px;
	}
}
@media screen and (max-width: 1500px) {
	.banner-project {
		padding: 40px 0px 0px;
	}
}
@media screen and (max-width: 768px) {
	.banner-project {
		padding: 0px;
	}
}
@media screen and (max-width: 768px) {
	.banner-project__wrap {
		padding: 40px 0px 0px;
	}
}
@media screen and (max-width: 540px) {
	.banner-project__wrap {
		padding: 30px 0px 0px;
	}
}
.banner-project__title {
	max-width: 560px;
	line-height: 122px;
	letter-spacing: -0.06em;
}
@media screen and (max-width: 1700px) {
	.banner-project__title {
		line-height: 90px;
	}
}
@media screen and (max-width: 1500px) {
	.banner-project__title {
		line-height: 75px;
	}
}
@media screen and (max-width: 1300px) {
	.banner-project__title {
		max-width: 500px;
		line-height: 60px;
	}
}
@media screen and (max-width: 960px) {
	.banner-project__title {
		line-height: 45px;
		max-width: 400px;
	}
}
@media screen and (max-width: 540px) {
	.banner-project__title {
		line-height: 40px;
	}
}
.banner-project .banner-project__block .tab.active {
	color: var(--color-theme-hover);
	border-bottom: 1px solid var(--color-theme-hover);
}
.banner-project .banner-project__block .tab_item {
	display: none;
}
.banner-project .banner-project__block .tab_item:first-child {
	display: block;
}
.banner-project .tabs {
	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;
}
@media screen and (max-width: 540px) {
	.banner-project .tabs {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}
.banner-project .tabs .tab {
	cursor: pointer;
	color: #010103;
	font-size: 30px;
	line-height: 36px;
	border-bottom: 1px solid transparent;
}
@media screen and (max-width: 1700px) {
	.banner-project .tabs .tab {
		font-size: 24px;
	}
}
@media screen and (max-width: 1500px) {
	.banner-project .tabs .tab {
		font-size: 18px;
		line-height: 24px;
	}
}
@media screen and (max-width: 960px) {
	.banner-project .tabs .tab {
		font-size: 16px;
		line-height: 20px;
	}
}
@media screen and (max-width: 540px) {
	.banner-project .tabs .tab {
		margin-bottom: 10px;
		margin-right: 25px;
	}
}
.banner-project .tabs .tab:hover {
	color: var(--color-theme-hover);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.banner-project .tab_content {
	margin-top: 90px;
}
@media screen and (max-width: 1500px) {
	.banner-project .tab_content {
		margin-top: 60px;
	}
}
@media screen and (max-width: 768px) {
	.banner-project .tab_content {
		margin-top: 40px;
	}
}
@media screen and (max-width: 540px) {
	.banner-project .tab_content {
		margin-top: 20px;
	}
}
.banner-project__block {
	margin-top: 90px;
}
@media screen and (max-width: 1500px) {
	.banner-project__block {
		margin-top: 60px;
	}
}
@media screen and (max-width: 768px) {
	.banner-project__block {
		margin-top: 40px;
	}
}
@media screen and (max-width: 540px) {
	.banner-project__block {
		margin-top: 30px;
	}
}
.banner-project__all {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.banner-project__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
@media screen and (max-width: 540px) {
	.banner-project__row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.project a {
	outline: none;
}
.project_full {
	width: 100%;
	margin-bottom: 80px;
}
@media screen and (max-width: 1500px) {
	.project_full {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 768px) {
	.project_full {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 540px) {
	.project_full {
		margin-bottom: 25px;
	}
}
.project-1 {
	width: 100%;
}
.project-2,
.project-3 {
	width: 45%;
}
@media screen and (max-width: 540px) {
	.project-2,
	.project-3 {
		width: 100%
	}
}
.project_full img {
	height: 385px;
	-o-object-fit: cover;
	object-fit: cover;
}
@media screen and (max-width: 1700px) {
	.project_full img {
		height: 340px;
	}
}
@media screen and (max-width: 1500px) {
	.project_full img {
		height: 300px;
	}
}
@media screen and (max-width: 1366px) {
	.project_full img {
		height: 280px;
	}
}
@media screen and (max-width: 1100px) {
	.project_full img {
		height: 240px;
	}
}
@media screen and (max-width: 460px) {
	.project_full img {
		height: 200px;
	}
}
@media screen and (max-width: 374px) {
	.project_full img {
		height: 180px;
	}
}
.project_small {
	width: 48%;
	margin-bottom: 80px;
}
@media screen and (max-width: 1500px) {
	.project_small {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 768px) {
	.project_small {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 540px) {
	.project_small {
		width: 100%;
		margin-bottom: 25px;
	}
}
.project_small img {
	max-width: 555px;
	height: 374px;
}
@media screen and (max-width: 1700px) {
	.project_small img {
		height: 340px;
	}
}
@media screen and (max-width: 1500px) {
	.project_small img {
		height: 280px;
	}
}
@media screen and (max-width: 1366px) {
	.project_small img {
		height: 250px;
	}
}
@media screen and (max-width: 1100px) {
	.project_small img {
		height: 200px;
	}
}
@media screen and (max-width: 540px) {
	.project_small img {
		height: 240px;
	}
}
@media screen and (max-width: 460px) {
	.project_small img {
		height: 200px;
	}
}
@media screen and (max-width: 374px) {
	.project_small img {
		height: 180px;
	}
}
.project_stiker {
	position: relative;
}
.project_stiker .stiker {
	position: absolute;
	top: -80px;
	right: -30px;
}
@media screen and (max-width: 1200px) {
	.project_stiker .stiker {
		top: -40px;
	}
}
@media screen and (max-width: 768px) {
	.project_stiker .stiker {
		right: -20px;
	}
}
@media screen and (max-width: 1200px) {
	.project_stiker .stiker img {
		height: 180px;
	}
}
@media screen and (max-width: 540px) {
	.project_stiker .stiker img {
		height: 140px;
	}
}
.project__photo {
	margin-bottom: 20px;
}
.project__photo img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.project__name {
	font-family: "Helvetica Neue Medium";
	display: block;
}
.project__name:hover {
	color: var(--color-theme-hover);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.banner-expertise {
	padding: 100px 0px 60px;
}
@media screen and (max-width: 1700px) {
	.banner-expertise {
		padding: 60px 0px 0px;
	}
}
@media screen and (max-width: 1500px) {
	.banner-expertise {
		padding: 40px 0px 60px;
	}
}
@media screen and (max-width: 768px) {
	.banner-expertise {
		padding: 0px 0px 40px;
	}
}
.banner-expertise_single {
	padding-bottom: 90px;
}
@media screen and (max-width: 1700px) {
	.banner-expertise_single {
		padding-bottom: 60px;
	}
}
@media screen and (max-width: 768px) {
	.banner-expertise_single {
		padding-bottom: 40px;
	}
}
.banner-expertise_single .banner-expertise__add {
	max-width: 800px;
}
@media screen and (max-width: 768px) {
	.banner-expertise__wrap {
		padding: 40px 0px 0px;
	}
}
@media screen and (max-width: 540px) {
	.banner-expertise__wrap {
		padding: 30px 0px 0px;
	}
}
.banner-expertise__title {
	margin-bottom: 65px;
	letter-spacing: -0.06em;
}
@media screen and (max-width: 1500px) {
	.banner-expertise__title {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 1100px) {
	.banner-expertise__title {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 768px) {
	.banner-expertise__title {
		margin-bottom: 30px;
	}
}
.banner-expertise__add {
	max-width: 970px;
	width: 100%;
}

.buro__title {
	max-width: 400px;
	margin-bottom: 70px;
}
@media screen and (max-width: 1500px) {
	.buro__title {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 1100px) {
	.buro__title {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 768px) {
	.buro__title {
		margin-bottom: 30px;
	}
}

.life {
	padding: 30px 0px 0px;
}
.life a {
	outline: none;
}
.life__title {
	margin-bottom: 85px;
}
@media screen and (max-width: 1500px) {
	.life__title {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 960px) {
	.life__title {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 768px) {
	.life__title {
		margin-bottom: 30px;
	}
}
.life__wrap {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
	grid-column-gap: 40px;
	grid-row-gap: 70px;
}
@media screen and (max-width: 1500px) {
	.life__wrap {
		grid-row-gap: 50px;
	}
}
@media screen and (max-width: 1300px) {
	.life__wrap {
		grid-column-gap: 20px;
		grid-row-gap: 30px;
	}
}
@media screen and (max-width: 540px) {
	.life__wrap {
		grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
		grid-column-gap: 15px;
	}
}
.life__photo {
	position: relative;
	overflow: hidden;
	padding-bottom: 145%;
	margin-bottom: 25px;
}
@media screen and (max-width: 540px) {
	.life__photo {
		margin-bottom: 15px;
	}
}
.life__photo img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0px;
	left: 0px;
}
.life__name {
	font-family: "Helvetica Neue Bold";
	display: block;
}
.life__name:hover {
	color: var(--color-theme-hover);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.social {
	padding: 100px 0px 0px;
}
@media screen and (max-width: 1500px) {
	.social {
		padding: 100px 0px 0px;
	}
}
@media screen and (max-width: 960px) {
	.social {
		padding: 60px 0px 0px;
	}
}
@media screen and (max-width: 540px) {
	.social {
		padding: 60px 0px 0px;
	}
}
.social__title {
	margin-bottom: 55px;
}
@media screen and (max-width: 960px) {
	.social__title {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 768px) {
	.social__title {
		margin-bottom: 30px;
	}
}
.social__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
@media screen and (max-width: 540px) {
	.social__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.social__item {
	width: 48%;
}
@media screen and (max-width: 540px) {
	.social__item {
		width: 100%;
		margin-bottom: 30px;
	}
}
.social__info a {
	font-family: "Helvetica Neue Medium";
	text-decoration: underline;
	display: block;
	margin-bottom: 2px;
	color: #010103;
	outline: none;
}
.social__info a:hover {
	color: var(--color-theme-hover);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.social__photo {
	position: relative;
	overflow: hidden;
	padding-bottom: 99%;
	margin-bottom: 25px;
}
@media screen and (max-width: 540px) {
	.social__photo {
		margin-bottom: 15px;
	}
}
.social__photo img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.wait {
	padding: 90px 0px;
}
@media screen and (max-width: 1500px) {
	.wait {
		padding: 80px 0px;
	}
}
@media screen and (max-width: 960px) {
	.wait {
		padding: 60px 0px;
	}
}
@media screen and (max-width: 540px) {
	.wait {
		padding: 20px 0px 40px;
	}
}
.wait__title {
	max-width: 500px;
}
@media screen and (max-width: 960px) {
	.wait__title {
		max-width: 300px;
	}
}

.article__title {
	margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
	.article__title {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 768px) {
	.article__title {
		margin-bottom: 30px;
	}
}
.article__full {
	position: relative;
}
.article__image {
	position: relative;
	overflow: hidden;
	padding-bottom: 65%;
}
.article__image img {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.article__sticker {
	position: absolute;
	top: -120px;
	right: 20px;
}
@media screen and (max-width: 1500px) {
	.article__sticker {
		top: -90px;
	}
}
@media screen and (max-width: 1300px) {
	.article__sticker {
		top: -60px;
	}
}
@media screen and (max-width: 540px) {
	.article__sticker {
		top: -40px;
		right: 10px;
	}
}
@media screen and (max-width: 374px) {
	.article__sticker {
		top: -30px;
	}
}
@media screen and (max-width: 1500px) {
	.article__sticker img {
		width: 150px;
		height: 150px;
	}
}
@media screen and (max-width: 1300px) {
	.article__sticker img {
		width: 110px;
		height: 110px;
	}
}
@media screen and (max-width: 540px) {
	.article__sticker img {
		width: 80px;
		height: 80px;
	}
}
@media screen and (max-width: 374px) {
	.article__sticker img {
		width: 70px;
		height: 70px;
	}
}
.article__deskription {
	margin: 24px 0px 72px;
	text-align: center;
}
@media screen and (max-width: 1500px) {
	.article__deskription {
		margin: 20px 0px 40px;
	}
}
@media screen and (max-width: 1100px) {
	.article__deskription {
		margin: 20px 0px 30px;
	}
}
@media screen and (max-width: 540px) {
	.article__deskription {
		margin: 15px 0px 25px;
	}
}
.article__text {
	margin-bottom: 42px;
}
@media screen and (max-width: 1500px) {
	.article__text {
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 1100px) {
	.article__text {
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 540px) {
	.article__text {
		margin-bottom: 20px;
	}
}
.article__text a {
	color: var(--color-theme-hover);
	outline: none;
}
.article__both {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-top: 80px;
}
@media screen and (max-width: 1500px) {
	.article__both {
		margin-top: 50px;
	}
}
@media screen and (max-width: 1100px) {
	.article__both {
		margin-top: 40px;
	}
}
@media screen and (max-width: 540px) {
	.article__both {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 25px;
	}
}
.article__photo {
	width: 47%;
	position: relative;
	overflow: hidden;
	padding-bottom: 63%;
}
@media screen and (max-width: 540px) {
	.article__photo {
		width: 100%;
		padding-bottom: 120%;
		margin-bottom: 25px;
	}
}
.article__photo img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0px;
	left: 0px;
}
.article__info {
	position: relative;
	width: 48%;
	padding: 10px 0px 0px;
}
@media screen and (max-width: 1100px) {
	.article__info {
		padding: 0px;
	}
}
@media screen and (max-width: 540px) {
	.article__info {
		width: 100%;
	}
}
.article__info .text-bl {
	margin-bottom: 60px;
}
@media screen and (max-width: 1500px) {
	.article__info .text-bl {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 1100px) {
	.article__info .text-bl {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 540px) {
	.article__info .text-bl {
		margin-bottom: 20px;
	}
}
.article__stickers {
	text-align: center;
}
@media screen and (max-width: 1700px) {
	.article__stickers img {
		width: 250px;
	}
}
@media screen and (max-width: 1300px) {
	.article__stickers img {
		width: 180px;
	}
}
@media screen and (max-width: 540px) {
	.article__stickers img {
		width: 140px;
	}
}
@media screen and (max-width: 374px) {
	.article__stickers img {
		width: 120px;
	}
}
.article__quote {
	position: relative;
	margin-top: 107px;
}
@media screen and (max-width: 1500px) {
	.article__quote {
		margin-top: 70px;
	}
}
@media screen and (max-width: 768px) {
	.article__quote {
		margin-top: 50px;
	}
}
@media screen and (max-width: 540px) {
	.article__quote {
		margin-top: 20px;
	}
}
.article__quote .subtitle {
	max-width: 955px;
}
.article__quote .text-bl {
	margin-left: auto;
	text-align: right;
	margin-top: 15px;
}
.article__publish {
	position: relative;
	margin: 60px 0px 96px;
}
@media screen and (max-width: 1500px) {
	.article__publish {
		margin: 45px 0px 50px;
	}
}
@media screen and (max-width: 1100px) {
	.article__publish {
		margin: 30px 0px 40px;
	}
}
@media screen and (max-width: 540px) {
	.article__publish {
		margin: 30px 0px 25px;
	}
}
.article__publish img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.article__addition {
	position: absolute;
	bottom: 35px;
	left: 30px;
}
video + .article__addition {
	bottom: 65px;
	left: 20px;

}
@media screen and (max-width: 540px) {
	.article__addition {
		bottom: 15px;
		left: 10px;
	}
}
.article__addition .text {
	max-width: 236px;
}
.article__addition .head {
	color: var(--color-white);
	margin-bottom: 15px;
}
@media screen and (max-width: 540px) {
	.article__addition .head {
		margin-bottom: 7px;
	}
}
.article__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 80px;
}
@media screen and (max-width: 1500px) {
	.article__row {
		margin-top: 50px;
	}
}
@media screen and (max-width: 1100px) {
	.article__row {
		margin-top: 40px;
	}
}
@media screen and (max-width: 540px) {
	.article__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 25px;
	}
}
.article__row_reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-top: 30px;
}
@media screen and (max-width: 540px) {
	.article__row_reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 15px;
	}
}
.article__img {
	width: 47%;
	position: relative;
	overflow: hidden;
	padding-bottom: 47%;
}
@media screen and (max-width: 540px) {
	.article__img {
		width: 100%;
		margin-bottom: 25px;
		padding-bottom: 90%;
	}
}
.article__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0px;
	left: 0px;
}
.article__about {
	width: 48%;
}
@media screen and (max-width: 540px) {
	.article__about {
		width: 100%;
	}
}
.article__about .text-bl {
	margin-bottom: 35px;
}
@media screen and (max-width: 1500px) {
	.article__about .text-bl {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 768px) {
	.article__about .text-bl {
		margin-bottom: 25px;
	}
}
.article__about .text-bl b,
.article__about .text-bl strong {
	font-family: "Helvetica Neue Bold";
	display: block;
	margin-bottom: 6px;
}
.article__thanks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 175px 0px;
}
@media screen and (max-width: 1700px) {
	.article__thanks {
		padding: 130px 0px;
	}
}
@media screen and (max-width: 1500px) {
	.article__thanks {
		padding: 100px 0px;
	}
}
@media screen and (max-width: 1100px) {
	.article__thanks {
		padding: 80px 0px;
	}
}
@media screen and (max-width: 540px) {
	.article__thanks {
		padding: 50px 0px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}
.article__item {
	width: 30%;
}
@media screen and (max-width: 1700px) {
	.article__item {
		width: 27%;
	}
}
@media screen and (max-width: 540px) {
	.article__item {
		width: auto;
		margin-right: 50px;
	}
}
@media screen and (max-width: 1700px) {
	.article__item:first-child {
		width: 32%;
	}
}
@media screen and (max-width: 540px) {
	.article__item:first-child {
		width: 100%;
		margin-bottom: 20px;
	}
	.article__item:first-child p {
		max-width: 190px;
	}
}
@media screen and (max-width: 540px) {
	.article__item:last-child {
		margin-right: 0px;
	}
}
.article__item .text-bl {
	margin-bottom: 35px;
}
.article__item p {
	margin-bottom: 5px;
}
.article__item a {
	outline: none;
	color: #010103;
}
.article__item a:hover {
	color: var(--color-theme);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.banner-about__title {
	margin-bottom: 100px;
	letter-spacing: -0.06em;
}
@media screen and (max-width: 1500px) {
	.banner-about__title {
		margin-bottom: 70px;
	}
}
@media screen and (max-width: 1100px) {
	.banner-about__title {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 768px) {
	.banner-about__title {
		margin-bottom: 30px;
	}
}
.banner-about__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 80px;
}
@media screen and (max-width: 1500px) {
	.banner-about__items {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 768px) {
	.banner-about__items {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 540px) {
	.banner-about__items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
}
.banner-about__item {
	width: 48%;
}
@media screen and (max-width: 540px) {
	.banner-about__item {
		width: 100%;
		margin-bottom: 30px;
	}
	.banner-about__item:last-child {
		margin-bottom: 0px;
	}
}
.banner-about__photo {
	width: 93%;
	margin-left: auto;
}
@media screen and (max-width: 540px) {
	.banner-about__photo {
		width: 100%;
	}
}
.banner-about__photo img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.advantages {
	padding: 130px 0px 0px;
}
@media screen and (max-width: 1700px) {
	.advantages {
		padding: 80px 0px 0px;
	}
}
@media screen and (max-width: 1500px) {
	.advantages {
		padding: 60px 0px 0px;
	}
}
@media screen and (max-width: 960px) {
	.advantages {
		padding: 40px 0px 0px;
	}
}
@media screen and (max-width: 540px) {
	.advantages {
		padding: 15px 0px 0px;
	}
}
.advantages__title {
	margin-bottom: 90px;
}
@media screen and (max-width: 1500px) {
	.advantages__title {
		margin-bottom: 70px;
	}
}
@media screen and (max-width: 1100px) {
	.advantages__title {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 768px) {
	.advantages__title {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 540px) {
	.advantages__title {
		margin-bottom: 30px;
	}
}
.advantages__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.advantages__item {
	width: 30%;
	margin-bottom: 100px;
}
@media screen and (max-width: 1700px) {
	.advantages__item {
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 1500px) {
	.advantages__item {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 1100px) {
	.advantages__item {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 700px) {
	.advantages__item {
		width: 48%;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 540px) {
	.advantages__item {
		width: 100%;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 540px) {
	.advantages__item:last-child {
		margin-bottom: 0px;
	}
}
.advantages__item .head {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 32px;
}
@media screen and (max-width: 1700px) {
	.advantages__item .head {
		font-size: 30px;
		line-height: 36px;
	}
}
@media screen and (max-width: 1300px) {
	.advantages__item .head {
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 540px) {
	.advantages__item .head {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 700px) {
	.advantages__stickers {
		text-align: center;
	}
}
@media screen and (max-width: 540px) {
	.advantages__stickers {
		display: none;
	}
}
.advantages__stickers img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
@media screen and (max-width: 700px) {
	.advantages__stickers img {
		width: 55%;
	}
}

.partners {
	padding: 60px 0px 0px;
}
@media screen and (max-width: 1500px) {
	.partners {
		padding: 40px 0px 0px;
	}
}
@media screen and (max-width: 540px) {
	.partners {
		padding: 40px 0px 0px;
	}
}
.partners__title {
	letter-spacing: -0.06em;
	font-size: 7vw;
	line-height: 85%;
	letter-spacing: -0.06em;
}
@media screen and (max-width: 1700px) {
	.partners__title {
		font-size: 100px;
		line-height: 90px;
	}
}
@media screen and (max-width: 1500px) {
	.partners__title {
		line-height: 70px;
		font-size: 80px;
	}
}
@media screen and (max-width: 1300px) {
	.partners__title {
		font-size: 64px;
		line-height: 66px;
	}
}
@media screen and (max-width: 960px) {
	.partners__title {
		line-height: 54px;
		font-size: 48px;
	}
}
@media screen and (max-width: 540px) {
	.partners__title {
		font-size: 40px;
		line-height: 46px;
	}
}
@media screen and (max-width: 374px) {
	.partners__title {
		font-size: 32px;
		line-height: 36px;
	}
}
.partners__title span {
	display: block;
}
.partners__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 130px;
}
@media screen and (max-width: 1700px) {
	.partners__wrap {
		margin-top: 100px;
	}
}
@media screen and (max-width: 1500px) {
	.partners__wrap {
		margin-top: 80px;
	}
}
@media screen and (max-width: 768px) {
	.partners__wrap {
		margin-top: 40px;
	}
}
@media screen and (max-width: 540px) {
	.partners__wrap {
		margin-top: 35px;
	}
}
.partners__item {
	width: 30%;
	margin-bottom: 80px;
}
@media screen and (max-width: 1500px) {
	.partners__item {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 1100px) {
	.partners__item {
		width: 48%;
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 768px) {
	.partners__item {
		width: 30%;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 700px) {
	.partners__item {
		width: 48%;
	}
}
.partners__item .head {
	margin-bottom: 50px;
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 32px;
}
@media screen and (max-width: 1700px) {
	.partners__item .head {
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 1300px) {
	.partners__item .head {
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 540px) {
	.partners__item .head {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 15px;
	}
}
.partners__list p {
	color: rgba(1, 1, 3, 0.5);
	margin-bottom: 3px;
}

.employees {
	padding: 100px 0px 0px;
	overflow: hidden;
}
@media screen and (max-width: 1500px) {
	.employees {
		padding: 60px 0px 0px;
	}
}
@media screen and (max-width: 1100px) {
	.employees {
		padding: 40px 0px 0px;
	}
}
.employees__title {
	margin-bottom: 100px;
}
@media screen and (max-width: 1500px) {
	.employees__title {
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 768px) {
	.employees__title {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 540px) {
	.employees__title {
		margin-bottom: 30px;
	}
}
.employees__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.employees__item {
	position: relative;
	width: 30%;
	margin-bottom: 55px;
}
@media screen and (max-width: 1500px) {
	.employees__item {
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 540px) {
	.employees__item {
		width: 48%;
		margin-bottom: 25px;
	}
}
.employees__photo {
	position: relative;
	overflow: hidden;
	padding: 0px 0px 130% 0px;
	margin-bottom: 18px;
}
@media screen and (max-width: 540px) {
	.employees__photo {
		margin-bottom: 12px;
	}
}
.employees .employees__item_hover .employees__hidden {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.employees .employees__item_hover .employees__hidden img {
	visibility: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.employees .employees__item_hover .employees__hidden img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.employees .employees__item_hover .employees__photo {
	position: relative;
}
.employees .employees__item_hover .employees__photo:hover .employees__hidden img {
	visibility: visible;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.employees .employees__item_hover .employees__photo:hover .employees__visible img {
	visibility: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.employees__visible img {
	width: 100%;
	height: 100%;
	visibility: visible;
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-o-object-fit: cover;
	object-fit: cover;
}
.employees__info p {
	font-family: "Helvetica Neue Bold";
	margin-bottom: 5px;
}
.employees__sticker {
	position: absolute;
	position: absolute;
	top: 0%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	right: 0%;
	z-index: 1;
}
@media screen and (max-width: 540px) {
	.employees__sticker {
		-webkit-transform: translate(35%, -40%);
		transform: translate(35%, -40%);
	}
}
@media screen and (max-width: 460px) {
	.employees__sticker {
		-webkit-transform: translate(29%, -35%);
		transform: translate(29%, -35%);
	}
}
.employees__sticker img {
	width: 190px;
	height: 190px;
}
@media screen and (max-width: 1500px) {
	.employees__sticker img {
		width: 155px;
		height: 155px;
	}
}
@media screen and (max-width: 1300px) {
	.employees__sticker img {
		width: 140px;
		height: 140px;
	}
}
@media screen and (max-width: 768px) {
	.employees__sticker img {
		width: 110px;
		height: 110px;
	}
}
@media screen and (max-width: 540px) {
	.employees__sticker img {
		width: 90px;
		height: 90px;
	}
}
@media screen and (max-width: 374px) {
	.employees__sticker img {
		width: 75px;
		height: 75px;
	}
}
.employees .employees__item:last-child .employees__sticker {
	bottom: 0px;
	right: 0px;
	-webkit-transform: translate(40%, -18%);
	transform: translate(40%, -18%);
	top: unset;
}
@media screen and (max-width: 540px) {
	.employees .employees__item:last-child .employees__sticker {
		-webkit-transform: translate(30%, -15%);
		transform: translate(30%, -15%);
	}
}
@media screen and (max-width: 460px) {
	.employees .employees__item:last-child .employees__sticker {
		-webkit-transform: translate(29%, -35%);
		transform: translate(29%, -35%);
		bottom: unset;
		top: 0px;
	}
}

.together {
	padding: 40px 0px 130px;
}
@media screen and (max-width: 1500px) {
	.together {
		padding: 40px 0px 100px;
	}
}
@media screen and (max-width: 1100px) {
	.together {
		padding: 30px 0px 80px;
	}
}
@media screen and (max-width: 960px) {
	.together {
		padding: 30px 0px 60px;
	}
}
@media screen and (max-width: 540px) {
	.together {
		padding: 30px 0px 40px;
	}
}
.together__title {
	max-width: 770px;
}
@media screen and (max-width: 1500px) {
	.together__title {
		max-width: 75%;
	}
}
@media screen and (max-width: 1100px) {
	.together__title {
		max-width: 80%;
	}
}
@media screen and (max-width: 768px) {
	.together__title {
		max-width: 500px;
	}
}

.banner-services__title {
	margin-bottom: 40px;
}
.banner-services__photo {
	margin-bottom: 30px;
}
@media screen and (max-width: 540px) {
	.banner-services__photo {
		margin-bottom: 25px;
	}
}
.banner-services__photo img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.banner-services__subtitle {
	width: 80%;
}
@media screen and (max-width: 1500px) {
	.banner-services__subtitle {
		width: 90%;
	}
}
@media screen and (max-width: 540px) {
	.banner-services__subtitle {
		width: 100%;
	}
}

.service {
	padding: 30px 0px 50px;
}
@media screen and (max-width: 1500px) {
	.service {
		padding: 20px 0px 0px;
	}
}
@media screen and (max-width: 540px) {
	.service {
		padding: 20px 0px 60px;
	}
}
.service__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.service__item {
	width: 47%;
	margin-bottom: 110px;
}
@media screen and (max-width: 1500px) {
	.service__item {
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 1100px) {
	.service__item {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 540px) {
	.service__item {
		width: 100%;
		margin-bottom: 30px;
	}
	.service__item:last-child {
		margin-bottom: 0px;
	}
}
.service__item .head {
	margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
	.service__item .head {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 1100px) {
	.service__item .head {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 768px) {
	.service__item .head {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 540px) {
	.service__item .head {
		margin-bottom: 15px;
	}
}
.service__item .head a {
	color: #010103;
	text-decoration: underline;
	outline: none;
}
.service__item .head a span {
	display: block;
}
.service__item .head a:hover {
	color: var(--color-theme-hover);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.service__item_stic {
	position: relative;
}
.service__sticker {
	position: absolute;
	top: 0px;
	right: 0px;
	-webkit-transform: translate(-8%, -62%);
	transform: translate(-8%, -62%);
}
@media screen and (max-width: 1500px) {
	.service__sticker {
		-webkit-transform: translate(-8%, -65%);
		transform: translate(-8%, -65%);
	}
}
@media screen and (max-width: 540px) {
	.service__sticker {
		-webkit-transform: translate(-8%, -50%);
		transform: translate(-8%, -50%);
	}
}
@media screen and (max-width: 1700px) {
	.service__sticker img {
		width: 120px;
		height: 120px;
	}
}
@media screen and (max-width: 1300px) {
	.service__sticker img {
		width: 100px;
		height: 100px;
	}
}
@media screen and (max-width: 768px) {
	.service__sticker img {
		width: 80px;
		height: 80px;
	}
}
@media screen and (max-width: 540px) {
	.service__sticker img {
		width: 70px;
		height: 70px;
	}
}
@media screen and (max-width: 374px) {
	.service__sticker img {
		width: 60px;
		height: 60px;
	}
}

.banner-service__title {
	margin-bottom: 94px;
	line-height: 122px;
	letter-spacing: -0.06em;
}
@media screen and (max-width: 1700px) {
	.banner-service__title {
		line-height: 90px;
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 1500px) {
	.banner-service__title {
		line-height: 75px;
		margin-bottom: 70px;
	}
}
@media screen and (max-width: 1300px) {
	.banner-service__title {
		max-width: 500px;
		line-height: 60px;
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 960px) {
	.banner-service__title {
		line-height: 45px;
		max-width: 400px;
	}
}
@media screen and (max-width: 768px) {
	.banner-service__title {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 540px) {
	.banner-service__title {
		line-height: 40px;
		margin-bottom: 30px;
	}
}
.banner-service__subtitle {
	max-width: 926px;
}
@media screen and (max-width: 1500px) {
	.banner-service__subtitle {
		max-width: 700px;
	}
}
@media screen and (max-width: 1300px) {
	.banner-service__subtitle {
		max-width: 600px;
	}
}
.banner-service__box {
	display: flex;
	align-items: center;
	gap: 40px;
	margin-top: 110px;
    margin-bottom: 110px;
}
.banner-service__btn {
	position: relative;
	font-style: normal;
	font-weight: 700;
	font-size: 42px;
	line-height: 110%;
	letter-spacing: -0.05em;
	color: #000000;
	padding: 40px;
	border: 6px solid #000000;
	border-radius: 35px;
	display: block;
    width: fit-content;
	transition: 0.2s ease;
	text-align: center;
}
.banner-service__btn:hover {
	color: #158850;
	border: 6px solid #158850;
}
@media screen and (max-width: 1700px) {
	.banner-service__btn {
		font-size: 32px;
		padding: 32px;
	}
}
@media screen and (max-width: 1279px) {
	.banner-service__box {
		margin-top: 80px;
		margin-bottom: 80px;
	}
	.banner-service__btn {
		border-radius: 26px;
		font-size: 28px;
		padding: 28px;
	}
	.banner-service__box svg {
		width: 150px;
		height: auto;
	}
}
@media screen and (max-width: 999px) {
	.banner-service__box {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.banner-service__btn {
		border-radius: 20px;
		font-size: 24px;
		padding: 24px;
	}
	.banner-service__box svg {
		width: 120px;
		height: auto;
	}
}
@media screen and (max-width: 768px) {
	.banner-service__box {
		margin-top: 30px;
		margin-bottom: 30px;
		gap: 20px;
	}
	.banner-service__btn {
		border-radius: 16px;
		font-size: 22px;
		padding: 22px;
		border-width: 4px;
	}
	.banner-service__box svg {
		width: 110px;
		height: auto;
	}
}

.banner-service__photo {
	width: 92%;
	margin: 50px 0px 60px auto;
}
@media screen and (max-width: 1700px) {
	.banner-service__photo {
		margin: 40px 0px 50px auto;
	}
}
@media screen and (max-width: 1300px) {
	.banner-service__photo {
		margin: 30px 0px 40px auto;
	}
}
@media screen and (max-width: 540px) {
	.banner-service__photo {
		margin: 25px 0px 30px auto;
		width: 100%;
	}
}
.banner-service__photo img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.bottom-service__box {
	display: flex;
	align-items: center;
	gap: 40px;
}
.bottom-service__btn {
	position: relative;
	font-style: normal;
	font-weight: 700;
	font-size: 42px;
	line-height: 110%;
	letter-spacing: -0.05em;
	color: #000000;
	padding: 40px;
	border: 6px solid #000000;
	border-radius: 35px;
	display: block;
    width: fit-content;
	transition: 0.2s ease;
	text-align: center;
}
.bottom-service__btn:hover {
	color: #158850;
	border: 6px solid #158850;
}
@media screen and (max-width: 1700px) {
	.bottom-service__btn {
		font-size: 32px;
		padding: 32px;
	}
}
@media screen and (max-width: 1279px) {
	.bottom-service__box {
	}
	.bottom-service__btn {
		border-radius: 26px;
		font-size: 28px;
		padding: 28px;
	}
	.bottom-service__box svg {
		width: 150px;
		height: auto;
	}
}
@media screen and (max-width: 999px) {
	.bottom-service__box {
	}
	.bottom-service__btn {
		border-radius: 20px;
		font-size: 24px;
		padding: 24px;
	}
	.bottom-service__box svg {
		width: 120px;
		height: auto;
	}
}
@media screen and (max-width: 768px) {
	.bottom-service__box {
		gap: 20px;
	}
	.bottom-service__btn {
		border-radius: 16px;
		font-size: 22px;
		padding: 22px;
		border-width: 4px;
	}
	.bottom-service__box svg {
		width: 110px;
		height: auto;
	}
}

.department {
	padding: 40px 0px 0px;
}
@media screen and (max-width: 1500px) {
	.department {
		padding: 20px 0px 0px;
	}
}
@media screen and (max-width: 960px) {
	.department {
		padding: 10px 0px 0px;
	}
}
@media screen and (max-width: 540px) {
	.department {
		padding: 0px;
	}
}
.department__publish {
	position: relative;
	overflow: hidden;
	padding-bottom: 53%;
}
.department__publish video,
.department__publish img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.department__title {
	margin-bottom: 30px;
}
@media screen and (max-width: 1500px) {
	.department__title {
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 960px) {
	.department__title {
		margin-bottom: 20px;
	}
}
.department__list {
	margin-left: 30px;
	margin-bottom: 60px;
}
@media screen and (max-width: 1700px) {
	.department__list {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 1500px) {
	.department__list {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 960px) {
	.department__list {
		margin-bottom: 30px;
	}
}
.department__list li {
	position: relative;
}
.department__list li::before {
	content: "—";
	position: absolute;
	top: 0px;
	left: -30px;
}
.department__lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 70px;
}
@media screen and (max-width: 1700px) {
	.department__lists {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 1500px) {
	.department__lists {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 960px) {
	.department__lists {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 540px) {
	.department__lists {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
.department__lists ol {
	margin-right: 80px;
}
@media screen and (max-width: 1700px) {
	.department__lists ol {
		margin-right: 60px;
	}
}
@media screen and (max-width: 960px) {
	.department__lists ol {
		margin-right: 40px;
	}
}
.department__lists ol:first-child {
	width: 370px;
}
@media screen and (max-width: 540px) {
	.department__lists ol:first-child {
		width: 100%;
	}
}
.department__lists ol:last-child {
	width: 450px;
	margin-right: 0px;
}
@media screen and (max-width: 540px) {
	.department__lists ol:last-child {
		width: 100%;
	}
}
.department__lists ol a {
	color: var(--color-theme-hover);
	text-decoration: none;
}
.department__lists ol a:hover {
	text-decoration: underline;
}
.department__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media screen and (max-width: 540px) {
	.department__head {
		position: relative;
	}
}
.department__head .head {
	max-width: 800px;
}
@media screen and (max-width: 540px) {
	.department__head .head {
		max-width: 90%;
		margin-bottom: 15px;
	}
}
.department__sticker {
	width: 20%;
}
@media screen and (max-width: 540px) {
	.department__sticker {
		position: absolute;
		right: 0px;
		bottom: -40px;
	}
}
@media screen and (max-width: 1700px) {
	.department__sticker img {
		width: 120px;
		height: 120px;
	}
}
@media screen and (max-width: 1300px) {
	.department__sticker img {
		width: 90px;
		height: 90px;
	}
}
@media screen and (max-width: 768px) {
	.department__sticker img {
		width: 80px;
		height: 80px;
	}
}
@media screen and (max-width: 540px) {
	.department__sticker img {
		width: 70px;
		height: 70px;
	}
}
@media screen and (max-width: 374px) {
	.department__sticker img {
		width: 60px;
		height: 60px;
	}
}
.department__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 35px 0px 40px;
}
@media screen and (max-width: 1300px) {
	.department__row {
		margin: 15px 0px 20px;
	}
}
.department__item {
	width: 47%;
	margin-bottom: 60px;
}
@media screen and (max-width: 1500px) {
	.department__item {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 1100px) {
	.department__item {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 768px) {
	.department__item {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 540px) {
	.department__item {
		width: 100%;
		margin-bottom: 25px;
	}
}
.department__item_stic {
	position: relative;
}
.department__name {
	font-family: "Helvetica Neue Bold";
	font-size: 36px;
	line-height: 42px;
	letter-spacing: -0.05em;
	color: #010103;
	max-width: 230px;
	margin-bottom: 40px;
}
@media screen and (max-width: 1700px) {
	.department__name {
		font-size: 32px;
		line-height: 38px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 1300px) {
	.department__name {
		font-size: 30px;
		line-height: 36px;
	}
}
@media screen and (max-width: 960px) {
	.department__name {
		font-size: 24px;
		line-height: 30px;
	}
}
@media screen and (max-width: 540px) {
	.department__name {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 12px;
		max-width: 100%;
	}
}
.department__stic {
	position: absolute;
	top: 0px;
	right: 0px;
	-webkit-transform: translateY(-70%);
	transform: translateY(-70%);
}
@media screen and (max-width: 768px) {
	.department__stic {
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@media screen and (max-width: 540px) {
	.department__stic {
		display: none;
	}
}
@media screen and (max-width: 1700px) {
	.department__stic img {
		width: 120px;
		height: 120px;
	}
}
@media screen and (max-width: 1300px) {
	.department__stic img {
		width: 90px;
		height: 90px;
	}
}
@media screen and (max-width: 768px) {
	.department__stic img {
		width: 80px;
		height: 80px;
	}
}
@media screen and (max-width: 540px) {
	.department__stic img {
		width: 70px;
		height: 70px;
	}
}
@media screen and (max-width: 374px) {
	.department__stic img {
		width: 60px;
		height: 60px;
	}
}
.department__advantages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 50px;
}
@media screen and (max-width: 1500px) {
	.department__advantages {
		margin-top: 40px;
	}
}
@media screen and (max-width: 768px) {
	.department__advantages {
		margin-top: 30px;
	}
}
@media screen and (max-width: 540px) {
	.department__advantages {
		margin-top: 25px;
	}
}
.department__side {
	width: 47%;
}
.department__side strong,
.department__side b {
	font-family: "Helvetica Neue Bold";
}
@media screen and (max-width: 540px) {
	.department__side {
		width: 100%;
		margin-bottom: 20px;
	}
	.department__side:last-child {
		margin-bottom: 0px;
	}
}
.department__wrapper {
	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;
}
/* .department__bottom {
	padding: 100px 0px 200px;
}
@media screen and (max-width: 1500px) {
	.department__bottom {
		padding: 80px 0px 150px;
	}
}
@media screen and (max-width: 1300px) {
	.department__bottom {
		padding: 60px 0px 100px;
	}
}
@media screen and (max-width: 768px) {
	.department__bottom {
		padding: 60px 0px 70px;
	}
} */

.department__bottom {
	padding: 100px 0px 0;
}
@media screen and (max-width: 1500px) {
	.department__bottom {
		padding: 80px 0px 0;
	}
}
@media screen and (max-width: 1300px) {
	.department__bottom {
		padding: 60px 0px 0;
	}
}
@media screen and (max-width: 768px) {
	.department__bottom {
		padding: 60px 0px 0;
	}
}

.seo-text {
	padding: 0 0px 200px;
}
@media screen and (max-width: 1500px) {
	.seo-text {
		padding: 0 0px 150px;
	}
}
@media screen and (max-width: 1300px) {
	.seo-text {
		padding: 0 0px 100px;
	}
}
@media screen and (max-width: 768px) {
	.seo-text {
		padding: 0 0px 70px;
	}
}
.seo-text .article__text > * + * {
	margin-top: 20px;
}

@media screen and (max-width: 1700px){
	.seo-text .article__text > * + * {
		margin-top: 16px;
	}
}

.seo-text .ar
.department__look {
	max-width: 800px;
	line-height: 122px;
	letter-spacing: -0.06em;
}
@media screen and (max-width: 1700px) {
	.department__look {
		line-height: 90px;
		max-width: 650px;
	}
}
@media screen and (max-width: 1500px) {
	.department__look {
		line-height: 75px;
		max-width: 500px;
	}
}
@media screen and (max-width: 1300px) {
	.department__look {
		max-width: 400px;
		line-height: 60px;
	}
}
@media screen and (max-width: 960px) {
	.department__look {
		line-height: 45px;
		max-width: 310px;
	}
}
@media screen and (max-width: 540px) {
	.department__look {
		line-height: 40px;
	}
}
@media screen and (max-width: 768px) {
	.department__stickers {
		text-align: right;
	}
}
@media screen and (max-width: 374px) {
	.department__stickers {
		display: none;
	}
}
.department__stickers img {
	width: 100%;
}
@media screen and (max-width: 1500px) {
	.department__stickers img {
		width: 90%;
	}
}
@media screen and (max-width: 1300px) {
	.department__stickers img {
		width: 80%;
	}
}
@media screen and (max-width: 768px) {
	.department__stickers img {
		width: 65%;
	}
}
@media screen and (max-width: 540px) {
	.department__stickers img {
		width: 85%;
	}
}
.department__articles {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 98px;
}
@media screen and (max-width: 1700px) {
	.department__articles {
		margin-top: 80px;
	}
}
@media screen and (max-width: 1500px) {
	.department__articles {
		margin-top: 60px;
	}
}
@media screen and (max-width: 1300px) {
	.department__articles {
		margin-top: 40px;
	}
}
@media screen and (max-width: 960px) {
	.department__articles {
		margin-top: 30px;
	}
}
@media screen and (max-width: 768px) {
	.department__articles {
		margin-top: 20px;
	}
}
.department__article {
	width: 48%;
}
@media screen and (max-width: 540px) {
	.department__article {
		width: 100%;
		margin-bottom: 25px;
	}
	.department__article:last-child {
		margin-bottom: 0px;
	}
}
.department__image {
	position: relative;
	overflow: hidden;
	padding: 0px 0px 70% 0px;
	margin-bottom: 35px;
}
@media screen and (max-width: 1500px) {
	.department__image {
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 768px) {
	.department__image {
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 540px) {
	.department__image {
		padding-bottom: 65%;
	}
}
.department__image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	-o-object-fit: cover;
	object-fit: cover;
}
.department__inf a {
	display: block;
	outline: none;
	color: #010103;
	font-family: "Helvetica Neue Bold";
}
.department__inf a:hover {
	color: var(--color-theme-hover);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.banner-future__photo {
	position: relative;
	padding: 0px 0px 60% 0px;
	margin: 50px 0px 40px;
	overflow: hidden;
}
@media screen and (max-width: 1500px) {
	.banner-future__photo {
		margin: 40px 0px 30px;
	}
}
@media screen and (max-width: 768px) {
	.banner-future__photo {
		margin: 30px 0px 20px;
	}
}
.banner-future__photo img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.banner-future__subtitle {
	max-width: 900px;
}

.future {
	padding-bottom: 110px;
}
@media screen and (max-width: 1500px) {
	.future {
		padding-bottom: 90px;
	}
}
@media screen and (max-width: 768px) {
	.future {
		padding-bottom: 70px;
	}
}
.future .future-form {
	width: 100%;
}
.future .future-form .input-custom {
	font-family: "Helvetica Neue Regular";
	margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
	.future .future-form .input-custom {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 600px) {
	.future .future-form .input-custom {
		margin-bottom: 25px;
	}
}
.future .future-form textarea.input-custom {
	width: 100%;
	height: 56px;
	margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
	.future .future-form textarea.input-custom {
		margin-bottom: 25px;
	}
}
.future__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.future__row span:first-child {
	width: 32%;
}
@media screen and (max-width: 600px) {
	.future__row span:first-child {
		width: 100%;
	}
}
.future__row span:last-child {
	width: 64%;
}
@media screen and (max-width: 600px) {
	.future__row span:last-child {
		width: 100%;
	}
}
.future__row .input-custom {
	width: 100%;
}
.future__btn {
	font-family: "Helvetica Neue Bold";
	font-size: 50px;
	line-height: 120px;
	color: var(--color-black);
	border: none;
	background: transparent;
	padding: 0px;
}
@media screen and (max-width: 1700px) {
	.future__btn {
		font-size: 40px;
		line-height: 40px;
	}
}
@media screen and (max-width: 1300px) {
	.future__btn {
		font-size: 36px;
		line-height: 36px;
	}
}
@media screen and (max-width: 960px) {
	.future__btn {
		font-size: 28px;
		line-height: 28px;
	}
}
@media screen and (max-width: 540px) {
	.future__btn {
		font-size: 20px;
		line-height: 20px;
	}
}
.future__btn:hover {
	color: var(--color-theme-hover);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.future__vacancy {
	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;
	margin-top: 50px;
}
@media screen and (max-width: 540px) {
	.future__vacancy {
		margin-top: 40px;
	}
}
.future__head {
	max-width: 330px;
}
@media screen and (max-width: 768px) {
	.future__head {
		max-width: 185px;
	}
}
.future__sticker {
	width: 28%;
	margin-right: 60px;
}
@media screen and (max-width: 600px) {
	.future__sticker {
		margin-right: 0px;
	}
}
@media screen and (max-width: 540px) {
	.future__sticker {
		width: 40%;
	}
}
.future__sticker img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.future__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-top: 15px;
}
@media screen and (max-width: 600px) {
	.future__bottom {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}
.future__bottom .text-bl {
	max-width: 357px;
}
@media screen and (max-width: 1700px) {
	.future__bottom .text-bl {
		max-width: 290px;
	}
}
@media screen and (max-width: 1500px) {
	.future__bottom .text-bl {
		max-width: 250px;
	}
}
@media screen and (max-width: 960px) {
	.future__bottom .text-bl {
		max-width: 200px;
	}
}
@media screen and (max-width: 600px) {
	.future__bottom .text-bl {
		max-width: 100%;
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	.future__bottom .text-bl p {
		max-width: 250px;
		margin-bottom: 25px;
	}
}
.future__item {
	width: 25%;
}
@media screen and (max-width: 600px) {
	.future__item {
		width: auto;
		margin-right: 35px;
	}
	.future__item:last-child {
		margin-right: 0px;
	}
}
@media screen and (max-width: 374px) {
	.future__item {
		margin-right: 20px;
	}
	.future__item:last-child {
		margin-right: 0px;
	}
}
.future__item a {
	color: rgba(1, 1, 3, 0.5);
	outline: none;
	display: block;
}
.future__item a:hover {
	color: #010103;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.banner-vacancy__title {
	margin-bottom: 55px;
}
@media screen and (max-width: 1100px) {
	.banner-vacancy__title {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 768px) {
	.banner-vacancy__title {
		margin-bottom: 30px;
	}
}
.banner-vacancy__subtitle {
	margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
	.banner-vacancy__subtitle {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 540px) {
	.banner-vacancy__subtitle {
		margin-bottom: 20px;
	}
}
.banner-vacancy__subtitle span {
	display: block;
}
.banner-vacancy__photo {
	position: relative;
	padding: 0px 0px 50% 0px;
	overflow: hidden;
}
.banner-vacancy__photo img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.fit {
	padding: 30px 0px 0px;
}
@media screen and (max-width: 1500px) {
	.fit {
		padding: 0px;
	}
}
.fit__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fit__item {
	width: 46%;
}
@media screen and (max-width: 540px) {
	.fit__item {
		width: 100%;
		margin-bottom: 25px;
	}
	.fit__item:last-child {
		margin-bottom: 0px;
	}
}
.fit__head {
	max-width: 328px;
	margin-bottom: 60px;
}
@media screen and (max-width: 1700px) {
	.fit__head {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 1500px) {
	.fit__head {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 1100px) {
	.fit__head {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 768px) {
	.fit__head {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 540px) {
	.fit__head {
		margin-bottom: 15px;
	}
}
.fit__row {
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 140px;
}
@media screen and (max-width: 1700px) {
	.fit__row {
		margin-top: 120px;
	}
}
@media screen and (max-width: 1500px) {
	.fit__row {
		margin-top: 90px;
	}
}
@media screen and (max-width: 1100px) {
	.fit__row {
		margin-top: 80px;
	}
}
@media screen and (max-width: 768px) {
	.fit__row {
		margin-top: 60px;
	}
}
@media screen and (max-width: 540px) {
	.fit__row {
		margin-top: 30px;
	}
}
.fit__info {
	width: 47%;
}
@media screen and (max-width: 540px) {
	.fit__info {
		width: 100%;
		margin-bottom: 25px;
	}
}
.fit__info a {
	outline: none;
	color: #010103;
	border-bottom: 1px solid #010103;
}
.fit__info a:hover {
	color: var(--color-theme-hover);
	border-bottom: 1px solid var(--color-theme-hover);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.fit__photo {
	position: relative;
	width: 46%;
	padding: 0px 0px 46% 0px;
	overflow: hidden;
}
@media screen and (max-width: 540px) {
	.fit__photo {
		width: 100%;
		padding: 0px 0px 65% 0px;
	}
}
.fit__photo img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.proposal {
	padding: 170px 0px 0px;
}
@media screen and (max-width: 1700px) {
	.proposal {
		padding: 140px 0px 0px;
	}
}
@media screen and (max-width: 1500px) {
	.proposal {
		padding: 110px 0px 0px;
	}
}
@media screen and (max-width: 1100px) {
	.proposal {
		padding: 80px 0px 0px;
	}
}
@media screen and (max-width: 768px) {
	.proposal {
		padding: 60px 0px 0px;
	}
}
.proposal__title {
	max-width: 526px;
	margin-bottom: 45px;
}
@media screen and (max-width: 1700px) {
	.proposal__title {
		max-width: 450px;
	}
}
@media screen and (max-width: 960px) {
	.proposal__title {
		max-width: 350px;
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 540px) {
	.proposal__title {
		margin-bottom: 30px;
	}
}
.proposal__form {
	width: 100%;
}
.proposal__form .input-custom {
	width: 100%;
	font-family: "Helvetica Neue Regular";
	margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
	.proposal__form .input-custom {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 600px) {
	.proposal__form .input-custom {
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 540px) {
	.proposal__form .input-custom {
		margin-bottom: 20px;
	}
}
.proposal__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.proposal__row span:first-child {
	width: 32%;
}
@media screen and (max-width: 600px) {
	.proposal__row span:first-child {
		width: 100%;
	}
}
.proposal__row span:last-child {
	width: 64%;
}
@media screen and (max-width: 600px) {
	.proposal__row span:last-child {
		width: 100%;
	}
}
.proposal__row .input-custom {
	width: 100%;
}
.proposal__btn {
	font-family: "Helvetica Neue Bold";
	font-size: 50px;
	line-height: 120px;
	color: var(--color-black);
	border: none;
	background: transparent;
	padding: 0px;
}
@media screen and (max-width: 1700px) {
	.proposal__btn {
		font-size: 40px;
		line-height: 40px;
	}
}
@media screen and (max-width: 1300px) {
	.proposal__btn {
		font-size: 36px;
		line-height: 36px;
	}
}
@media screen and (max-width: 960px) {
	.proposal__btn {
		font-size: 28px;
		line-height: 28px;
	}
}
@media screen and (max-width: 540px) {
	.proposal__btn {
		font-size: 20px;
		line-height: 20px;
		margin-top: 15px;
	}
}
.proposal__btn:hover {
	color: var(--color-theme);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.proposal__positions {
	padding: 150px 0px;
}
@media screen and (max-width: 1700px) {
	.proposal__positions {
		padding: 130px 0px;
	}
}
@media screen and (max-width: 1500px) {
	.proposal__positions {
		padding: 100px 0px;
	}
}
@media screen and (max-width: 1100px) {
	.proposal__positions {
		padding: 80px 0px;
	}
}
@media screen and (max-width: 768px) {
	.proposal__positions {
		padding: 60px 0px 70px;
	}
}
.proposal__positions .future__vacancy {
	margin-top: 0px;
}

.contacts {
	background: var(--color-grey);
	overflow: hidden;
	min-height: 100vh;
}
.contacts .container {
	max-width: 94%;
}
.contacts__wrap {
	position: relative;
	padding: 60px 0px;
}
@media screen and (max-width: 1700px) {
	.contacts__wrap {
		padding: 40px 0px;
	}
}
@media screen and (max-width: 1500px) {
	.contacts__wrap {
		padding: 30px 0px;
	}
}
@media screen and (max-width: 1366px) {
	.contacts__wrap {
		padding: 20px 0px;
	}
}
.contacts__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	margin-top: 90px;
	max-width: 1200px;
}
@media screen and (max-width: 1700px) {
	.contacts__block {
		margin-top: 70px;
		max-width: 1000px;
	}
}
@media screen and (max-width: 1500px) {
	.contacts__block {
		max-width: 800px;
		margin-top: 50px;
	}
}
@media screen and (max-width: 600px) {
	.contacts__block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 35px;
	}
}
.contacts__back {
	position: absolute;
}
.contacts__back img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.contacts__back_big {
	right: -30px;
	bottom: 0px;
	width: 50%;
}
@media screen and (max-width: 1500px) {
	.contacts__back_big {
		width: 42%;
	}
}
@media screen and (max-width: 960px) {
	.contacts__back_big {
		width: 50%;
	}
}
@media screen and (max-width: 600px) {
	.contacts__back_big {
		width: 60%;
		right: 0px;
	}
}
@media screen and (max-width: 540px) {
	.contacts__back_big {
		width: 82%;
		bottom: unset;
		top: 150px;
	}
}
.contacts__back_small {
	top: 50%;
	right: 4%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 23%;
}
@media screen and (max-width: 1500px) {
	.contacts__back_small {
		width: 18%;
	}
}
@media screen and (max-width: 960px) {
	.contacts__back_small {
		top: 65%;
		width: 23%;
	}
}
@media screen and (max-width: 600px) {
	.contacts__back_small {
		top: 75%;
		width: 28%;
	}
}
@media screen and (max-width: 540px) {
	.contacts__back_small {
		width: 42%;
		top: 86%;
	}
}
.contacts__head {
	position: relative;
	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;
	z-index: 1;
}
@media screen and (max-width: 540px) {
	.contacts__head {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}
@media screen and (max-width: 1700px) {
	.contacts__logo {
		width: 25%;
	}
}
@media screen and (max-width: 1500px) {
	.contacts__logo {
		width: 22%;
	}
}
@media screen and (max-width: 960px) {
	.contacts__logo {
		max-width: 200px;
		width: 100%;
	}
}
@media screen and (max-width: 540px) {
	.contacts__logo {
		max-width: 170px;
		margin-bottom: 25px;
	}
}
.contacts__logo img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.contacts__info {
	position: relative;
	z-index: 1;
}
.contacts__item {
	max-width: 320px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 70px;
}
@media screen and (max-width: 1500px) {
	.contacts__item {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 600px) {
	.contacts__item {
		margin-bottom: 25px;
	}
}
.contacts__item:last-child {
	margin-bottom: 0px !important;
}
@media screen and (max-width: 600px) {
	.contacts__item:last-child {
		margin-bottom: 25px !important;
	}
}
.contacts__item a {
	color: #010103;
	outline: none;
	display: inline-block;
}
.contacts__item a:first-child {
	text-decoration: underline;
}
.contacts__item a:hover {
	color: var(--color-theme);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.contacts__map {
	overflow: hidden;
	padding-bottom: 25.25%;
	position: relative;
	height: 0;
	width: 64%;
}
@media screen and (max-width: 600px) {
	.contacts__map {
		width: 100%;
		padding-bottom: 50%;
	}
}
.contacts__map iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.contacts__bottom {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-top: 120px;
	z-index: 1;
}
@media screen and (max-width: 1700px) {
	.contacts__bottom {
		margin-top: 90px;
	}
}
@media screen and (max-width: 1500px) {
	.contacts__bottom {
		margin-top: 70px;
	}
}
@media screen and (max-width: 960px) {
	.contacts__bottom {
		-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;
	}
}
@media screen and (max-width: 600px) {
	.contacts__bottom {
		margin-top: 50px;
	}
}
.contacts__project {
	max-width: 62%;
}
@media screen and (max-width: 1500px) {
	.contacts__project {
		max-width: 50%;
	}
}
@media screen and (max-width: 960px) {
	.contacts__project {
		max-width: 100%;
		margin-bottom: 30px;
	}
}
.contacts__project .title {
	letter-spacing: 0px;
	font-size: 7.5vw;
	line-height: 100%;
}
@media screen and (max-width: 1500px) {
	.contacts__project .title {
		font-size: 80px;
		line-height: 80px;
	}
}
@media screen and (max-width: 1300px) {
	.contacts__project .title {
		font-size: 64px;
		line-height: 64px;
	}
}
@media screen and (max-width: 960px) {
	.contacts__project .title {
		font-size: 48px;
		line-height: 48px;
		max-width: 360px;
	}
}
@media screen and (max-width: 540px) {
	.contacts__project .title {
		font-size: 40px;
		line-height: 40px;
		max-width: 320px;
	}
}
.contacts__project span {
	cursor: pointer;
	border-bottom: 5px solid #010103;
}
@media screen and (max-width: 960px) {
	.contacts__project span {
		border-bottom: 3px solid #010103;
	}
}
.contacts__project span:hover {
	color: var(--color-theme);
	border-bottom: 5px solid var(--color-theme);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.contacts__social {
	width: 32%;
}
@media screen and (max-width: 1500px) {
	.contacts__social {
		width: 25%;
	}
}
@media screen and (max-width: 1100px) {
	.contacts__social {
		width: 35%;
	}
}
.contacts__social a {
	display: inline-block;
	outline: none;
	margin-left: 50px;
}
@media screen and (max-width: 1500px) {
	.contacts__social a {
		margin-left: 30px;
	}
}
@media screen and (max-width: 960px) {
	.contacts__social a {
		margin-left: 0px;
		margin-right: 20px;
	}
}
.contacts__social a svg {
	width: 78px;
	height: 78px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
@media screen and (max-width: 1700px) {
	.contacts__social a svg {
		width: 65px;
		height: 65px;
	}
}
@media screen and (max-width: 1500px) {
	.contacts__social a svg {
		width: 50px;
		height: 50px;
	}
}
@media screen and (max-width: 960px) {
	.contacts__social a svg {
		width: 40px;
		height: 40px;
	}
}
.contacts__social a:hover svg path:first-child {
	fill: var(--color-theme);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.contacts__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}
@media screen and (max-width: 1700px) {
	.contacts__row {
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 1500px) {
	.contacts__row {
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 540px) {
	.contacts__row {
		margin-bottom: 10px;
	}
}

.banner-history__title {
	letter-spacing: -0.06em;
	margin-bottom: 100px;
}
@media screen and (max-width: 1700px) {
	.banner-history__title {
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 1500px) {
	.banner-history__title {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 1300px) {
	.banner-history__title {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 768px) {
	.banner-history__title {
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 540px) {
	.banner-history__title {
		margin-bottom: 30px;
	}
}
.banner-history__photo img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.part {
	padding: 92px 0px 0px;
}
@media screen and (max-width: 1700px) {
	.part {
		padding: 65px 0px 0px;
	}
}
@media screen and (max-width: 1500px) {
	.part {
		padding: 40px 0px 0px;
	}
}
@media screen and (max-width: 1100px) {
	.part {
		padding: 20px 0px 0px;
	}
}
.part__title {
	color: var(--color-theme-hover);
	margin-bottom: 85px;
}
@media screen and (max-width: 1700px) {
	.part__title {
		margin-bottom: 70px;
	}
}
@media screen and (max-width: 1500px) {
	.part__title {
		margin-bottom: 55px;
	}
}
@media screen and (max-width: 1100px) {
	.part__title {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 540px) {
	.part__title {
		margin-bottom: 30px;
	}
}
.part__subtitle {
	max-width: 638px;
	margin-bottom: 60px;
}
@media screen and (max-width: 1700px) {
	.part__subtitle {
		margin-bottom: 50px;
		max-width: 450px;
	}
}
@media screen and (max-width: 1500px) {
	.part__subtitle {
		margin-bottom: 40px;
		max-width: 300px;
	}
}
@media screen and (max-width: 1100px) {
	.part__subtitle {
		margin-bottom: 30px;
	}
}
.part__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.part__item {
	width: 47%;
}
@media screen and (max-width: 540px) {
	.part__item {
		width: 100%;
		margin-bottom: 30px;
	}
	.part__item:last-child {
		margin-bottom: 0px;
	}
}
.part__photo {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	padding: 0px 0px 72% 0px;
}
@media screen and (max-width: 1500px) {
	.part__photo {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 540px) {
	.part__photo {
		margin-bottom: 15px;
	}
}
.part__photo img {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.lonch {
	padding: 245px 0px 0px;
}
@media screen and (max-width: 1700px) {
	.lonch {
		padding: 200px 0px 0px;
	}
}
@media screen and (max-width: 1500px) {
	.lonch {
		padding: 170px 0px 0px;
	}
}
@media screen and (max-width: 1300px) {
	.lonch {
		padding: 140px 0px 0px;
	}
}
@media screen and (max-width: 960px) {
	.lonch {
		padding: 110px 0px 0px;
	}
}
@media screen and (max-width: 768px) {
	.lonch {
		padding: 80px 0px 0px;
	}
}
@media screen and (max-width: 540px) {
	.lonch {
		padding: 60px 0px 0px;
	}
}
.lonch__title {
	margin-bottom: 90px;
}
@media screen and (max-width: 1700px) {
	.lonch__title {
		margin-bottom: 70px;
	}
}
@media screen and (max-width: 1500px) {
	.lonch__title {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 1100px) {
	.lonch__title {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 768px) {
	.lonch__title {
		margin-bottom: 30px;
	}
}
.lonch__publish {
	margin-bottom: 90px;
}
@media screen and (max-width: 1700px) {
	.lonch__publish {
		margin-bottom: 70px;
	}
}
@media screen and (max-width: 1500px) {
	.lonch__publish {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 1100px) {
	.lonch__publish {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 540px) {
	.lonch__publish {
		margin-bottom: 30px;
	}
}
.lonch__photo {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	padding: 0px 0px 66% 0px;
}
@media screen and (max-width: 1500px) {
	.lonch__photo {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 540px) {
	.lonch__photo {
		margin-bottom: 15px;
	}
}
.lonch__photo img {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.lonch__deskr {
	text-align: center;
}
.lonch__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.lonch__info {
	width: 50%;
}
@media screen and (max-width: 540px) {
	.lonch__info {
		width: 100%;
		margin-bottom: 25px;
	}
}
.lonch__info .text-bl {
	margin-bottom: 40px;
}
@media screen and (max-width: 1500px) {
	.lonch__info .text-bl {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 540px) {
	.lonch__info .text-bl {
		margin-bottom: 25px;
	}
	.lonch__info .text-bl:last-child {
		margin-bottom: 0px;
	}
}
.lonch__info .text-bl a {
	color: var(--color-theme-hover);
	outline: none;
}
.lonch__info .text-bl a:hover {
	color: var(--color-theme);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.lonch__image {
	width: 45%;
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	padding: 0px 0px 30% 0px;
}
@media screen and (max-width: 1500px) {
	.lonch__image {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 540px) {
	.lonch__image {
		width: 100%;
		padding: 0px 0px 50% 0px;
		margin-bottom: 0px;
	}
}
.lonch__image img {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.twenties {
	padding: 170px 0px 0px;
}
@media screen and (max-width: 1700px) {
	.twenties {
		padding: 150px 0px 0px;
	}
}
@media screen and (max-width: 1500px) {
	.twenties {
		padding: 130px 0px 0px;
	}
}
@media screen and (max-width: 1300px) {
	.twenties {
		padding: 100px 0px 0px;
	}
}
@media screen and (max-width: 960px) {
	.twenties {
		padding: 90px 0px 0px;
	}
}
@media screen and (max-width: 768px) {
	.twenties {
		padding: 70px 0px 0px;
	}
}
@media screen and (max-width: 540px) {
	.twenties {
		padding: 60px 0px 0px;
	}
}
.twenties__title {
	color: #3D7EE6;
	margin-bottom: 45px;
}
@media screen and (max-width: 1500px) {
	.twenties__title {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 768px) {
	.twenties__title {
		margin-bottom: 30px;
	}
}
.twenties__subtitle {
	margin-bottom: 70px;
}
@media screen and (max-width: 1500px) {
	.twenties__subtitle {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 768px) {
	.twenties__subtitle {
		margin-bottom: 30px;
	}
}
.twenties__photo {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	padding: 0px 0px 58% 0px;
}
@media screen and (max-width: 1500px) {
	.twenties__photo {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 540px) {
	.twenties__photo {
		margin-bottom: 15px;
	}
}
.twenties__photo img {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.twenties__deskription {
	text-align: center;
}
.twenties__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 90px;
}
@media screen and (max-width: 1500px) {
	.twenties__row {
		margin-top: 70px;
	}
}
@media screen and (max-width: 1300px) {
	.twenties__row {
		margin-top: 60px;
	}
}
@media screen and (max-width: 768px) {
	.twenties__row {
		margin-top: 40px;
	}
}
@media screen and (max-width: 540px) {
	.twenties__row {
		margin-top: 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.twenties__image {
	width: 49%;
	position: relative;
	overflow: hidden;
	padding: 0px 0px 23% 0px;
}
@media screen and (max-width: 540px) {
	.twenties__image {
		width: 100%;
		padding: 0px 0px 50% 0px;
	}
}
.twenties__image img {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.twenties__info {
	width: 47%;
	padding-top: 15px;
}
@media screen and (max-width: 960px) {
	.twenties__info {
		padding-top: 0px;
	}
}
@media screen and (max-width: 540px) {
	.twenties__info {
		width: 100%;
		margin-top: 25px;
	}
}
.twenties__both {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 60px;
}
@media screen and (max-width: 1500px) {
	.twenties__both {
		margin-top: 50px;
	}
}
@media screen and (max-width: 768px) {
	.twenties__both {
		margin-top: 40px;
	}
}
@media screen and (max-width: 540px) {
	.twenties__both {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}
.twenties__about {
	width: 47%;
	padding: 30px 0px 0px;
}
@media screen and (max-width: 960px) {
	.twenties__about {
		padding: 0px;
	}
}
@media screen and (max-width: 540px) {
	.twenties__about {
		width: 100%;
		margin-top: 25px;
	}
}
.twenties__about .head {
	margin-bottom: 30px;
}
.twenties__img {
	width: 47%;
	position: relative;
	overflow: hidden;
	padding: 0px 0px 35% 0px;
}
@media screen and (max-width: 540px) {
	.twenties__img {
		width: 100%;
		padding: 0px 0px 50% 0px;
	}
}
.twenties__img img {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.twenties__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 130px;
}
@media screen and (max-width: 1700px) {
	.twenties__wrapper {
		margin-top: 110px;
	}
}
@media screen and (max-width: 1500px) {
	.twenties__wrapper {
		margin-top: 90px;
	}
}
@media screen and (max-width: 960px) {
	.twenties__wrapper {
		margin-top: 50px;
	}
}
@media screen and (max-width: 768px) {
	.twenties__wrapper {
		margin-top: 40px;
	}
}
@media screen and (max-width: 540px) {
	.twenties__wrapper {
		margin-top: 30px;
	}
}
.twenties__item {
	width: 47%;
}
@media screen and (max-width: 540px) {
	.twenties__item {
		width: 100%;
		margin-bottom: 30px;
	}
	.twenties__item:last-child {
		margin-bottom: 0px;
	}
}
.twenties__icon {
	position: relative;
	overflow: hidden;
	padding: 0px 0px 50% 0px;
	margin-bottom: 30px;
}
@media screen and (max-width: 1500px) {
	.twenties__icon {
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 540px) {
	.twenties__icon {
		margin-bottom: 15px;
	}
}
.twenties__icon img {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.twenties__inf {
	text-align: center;
}

.members {
	padding: 170px 0px;
}
@media screen and (max-width: 1700px) {
	.members {
		padding: 150px 0px;
	}
}
@media screen and (max-width: 1500px) {
	.members {
		padding: 130px 0px;
	}
}
@media screen and (max-width: 1300px) {
	.members {
		padding: 100px 0px;
	}
}
@media screen and (max-width: 960px) {
	.members {
		padding: 90px 0px;
	}
}
@media screen and (max-width: 768px) {
	.members {
		padding: 70px 0px;
	}
}
@media screen and (max-width: 540px) {
	.members {
		padding: 60px 0px;
	}
}
.members__title {
	margin-bottom: 85px;
}
@media screen and (max-width: 1500px) {
	.members__title {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 1100px) {
	.members__title {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 540px) {
	.members__title {
		margin-bottom: 30px;
	}
}
.members__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.members__item {
	width: 30%;
}
.members__item p {
	margin-bottom: 3px;
}
@media screen and (max-width: 540px) {
	.members__item p {
		font-size: 12px;
		line-height: 15px;
	}
}
@media screen and (max-width: 460px) {
	.members__item p {
		font-size: 10px;
		line-height: 13px;
	}
}

.all {
	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;
	height: 100vh;
}
.all .container {
	max-width: 90%;
}
@media screen and (max-width: 540px) {
	.all {
		display: block;
		padding: 60px 0px;
	}
}
.all__row {
	max-width: 500px;
	margin: 0px auto;
}
@media screen and (max-width: 540px) {
	.all__row {
		max-width: 100%;
		margin: 0px;
	}
}
.all .head {
	margin-bottom: 30px;
}
.all__wrap a {
	display: block;
	color: #010103;
	margin-bottom: 10px;
	outline: none;
}
@media screen and (max-width: 540px) {
	.all__wrap a {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 7px;
	}
}
.all__wrap a:hover {
	color: var(--color-theme-hover);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.theme-typography__content {
	font-size: 24px;
	line-height: 150%;
	color: inherit;
}
@media (max-width: 1700px) {
	.theme-typography__content {
		font-size: 20px;
	}
}
@media (max-width: 1500px) {
	.theme-typography__content {
		font-size: 18px;
	}
}
@media (max-width: 960px) {
	.theme-typography__content {
		font-size: 16px;
	}
}
.theme-typography__content > * + * {
	margin-top: 34px;
}
@media (max-width: 1500px) {
	.theme-typography__content > * + * {
		margin-top: 24px;
	}
}
@media (max-width: 960px) {
	.theme-typography__content > * + * {
		margin-top: 16px;
	}
}
.theme-typography__content > h2 + * {
	margin-top: 32px;
}
@media (max-width: 1700px) {
	.theme-typography__content > h2 + * {
		margin-top: 24px;
	}
}
@media (max-width: 1500px) {
	.theme-typography__content > h2 + * {
		margin-top: 16px;
	}
}
.theme-typography__content > h3 + * {
	margin-top: 30px;
}
@media (max-width: 1500px) {
	.theme-typography__content > h3 + * {
		margin-top: 24px;
	}
}
@media (max-width: 960px) {
	.theme-typography__content > h3 + * {
		margin-top: 18px;
	}
}
.theme-typography__content h2 {
	position: relative;
	z-index: 0;
	display: block;
	padding-bottom: 10px;
	font-family: "Helvetica Neue Bold";
	font-size: 128px;
	line-height: 120%;
	text-transform: uppercase;
	color: var(--color-theme-title);
}
@media (max-width: 1700px) {
	.theme-typography__content h2 {
		font-size: 86px;
	}
}
@media (max-width: 1500px) {
	.theme-typography__content h2 {
		font-size: 60px;
	}
}
@media (max-width: 960px) {
	.theme-typography__content h2 {
		font-size: 42px;
	}
}
@media (max-width: 660px) {
	.theme-typography__content h2 {
		font-size: 34px;
	}
}
.theme-typography__content h2::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: currentColor;
}
.theme-typography__content h3 {
	font-family: "Helvetica Neue Bold";
	font-size: 30px;
	line-height: 120%;
	text-transform: uppercase;
	color: inherit;
}
@media screen and (max-width: 1700px) {
	.theme-typography__content h3 {
		font-size: 24px;
	}
}
@media screen and (max-width: 960px) {
	.theme-typography__content h3 {
		font-size: 18px;
	}
}
.theme-typography__content h4 {
	font-family: "Helvetica Neue Bold";
	font-size: 22px;
	line-height: 120%;
	text-transform: uppercase;
	color: inherit;
}
@media screen and (max-width: 1700px) {
	.theme-typography__content h4 {
		font-size: 20px;
	}
}
@media screen and (max-width: 1500px) {
	.theme-typography__content h4 {
		font-size: 16px;
	}
}
.theme-typography__content a {
	display: inline-block;
	color: var(--color-theme-highlight);
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-thickness: 0.5px;
}
.theme-typography__content a:hover {
	text-decoration: none;
}
.theme-typography__content a:focus-visible {
	text-decoration: none;
}
.theme-typography__content strong {
	font-weight: 600;
}
.theme-typography__content i {
	font-style: italic;
}
.theme-typography__content ins {
	font-style: italic;
	text-underline-offset: 4px;
	text-decoration-thickness: 0.5px;
}
.theme-typography__content figure {
	display: -ms-grid;
	display: grid;
}
@media (min-width: 900px) {
	.theme-typography__content figure {
		grid-template-columns: repeat(auto-fit, minmax(384px, 1fr));
		gap: 24px;
	}
}
@media (max-width: 899px) {
	.theme-typography__content figure {
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
		gap: 16px;
	}
}
@media (max-width: 899px) and (max-width: 550px) {
	.theme-typography__content figure {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}
.theme-typography__content img {
	width: 100%;
	height: auto;
}
.theme-typography__content ul {
	list-style: none;
}
@media (min-width: 899px) {
	.theme-typography__content ul {
		margin-left: 12px;
	}
}
@media (max-width: 899px) {
	.theme-typography__content ul {
		margin-left: 8px;
	}
}
.theme-typography__content ul > * + * {
	margin-top: 18px;
}
.theme-typography__content ul li {
	position: relative;
	padding-left: 18px;
}
.theme-typography__content ul li::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.74em;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: inherit;
	background-color: var(--color-theme-highlight);
}
.theme-typography__content ol {
	list-style-type: decimal;
	list-style-position: outside;
}
@media (min-width: 900px) {
	.theme-typography__content ol {
		margin-left: 30px;
	}
}
@media (max-width: 899px) {
	.theme-typography__content ol {
		margin-left: 22px;
	}
}
.theme-typography__content ol > * + * {
	margin-top: 18px;
}
.theme-typography__content ol li {
	position: relative;
}
@media (min-width: 900px) {
	.theme-typography__content ol li {
		padding-left: 2px;
	}
}
@media (max-width: 899px) {
	.theme-typography__content ol li {
		padding-left: 4px;
	}
}
.theme-typography__content ol li::marker {
	color: currentColor;
}
.theme-typography__content blockquote {
	position: relative;
	font-style: italic;
	color: inherit;
}
@media (min-width: 900px) {
	.theme-typography__content blockquote {
		margin: 40px 0;
		padding-left: 102px;
	}
}
@media (max-width: 900px) {
	.theme-typography__content blockquote {
		margin: 32px 0;
		padding-left: 60px;
	}
}
.theme-typography__content blockquote::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("../img/main/quote.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
@media (min-width: 900px) {
	.theme-typography__content blockquote::before {
		width: 70px;
		height: 60px;
	}
}
@media (max-width: 900px) {
	.theme-typography__content blockquote::before {
		width: 40px;
		height: 30px;
	}
}

.theme-typography__content .iframe {
	position: relative;
	padding-top: 55%;
}
.theme-typography__content .iframe iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.fullsize-image._no-space {
	margin-top: 0;
}
.fullsize-image__photo img {
	width: 100%;
	height: auto;
}

#breadcrumbs {
	padding: 0 0 40px;
}
.single-projects #breadcrumbs {
	padding: 40px 0 40px;
}

.contacts #breadcrumbs {
	z-index: 10;
	position: relative;
	padding: 20px 0 40px;
}
@media screen and (max-width: 1500px) {
	.single-projects #breadcrumbs {
		padding: 40px 0 0;
	}
}
@media screen and (max-width: 768px) {
	#breadcrumbs {
		padding: 0px;
	}
}
@media screen and (max-width: 768px) {
	#breadcrumbs {
		padding: 40px 0px 20px;
	}
}
@media screen and (max-width: 540px) {
	#breadcrumbs {
		padding: 30px 0px 15px;
	}
}


#breadcrumbs span,
#breadcrumbs span a {
	color: black;
	transition: 0.3s ease;
}
#breadcrumbs span a:hover {
	color: var(--color-theme-hover);
}
#breadcrumbs span.breadcrumb_last {
	color: var(--color-theme-hover);
}

.single-projects #breadcrumbs span,
.single-projects #breadcrumbs span a {
	color: white;
}

.single-projects #breadcrumbs span a:hover {
	color: white;
}
.single-projects #breadcrumbs span.breadcrumb_last {
	color: white;
	text-decoration: underline;
}

.page-404 {
    display: flex;
    align-items: center;
	justify-content: center;
	padding: 200px 0;
/* 	max-width: 1347px; */
}

.page-404__wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	gap: 50px;
}
.page-404-image {
	width: 100%;
	max-width: 633px;
}
.page-404-image__wrapper {
	width: 100%;
	position: relative;
	padding-top: 110%;
}
.page-404-image__wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.page-404__info {}
.page-404__info >*+*{
	margin-top: 35px;
}
.page-404__title {
	font-size: 240px;
	line-height: 85%;
	font-weight: 700;
	letter-spacing: -0.05em;
	font-family: "Helvetica Neue Medium";
}
.page-404__subtitle {
	font-size: 80px;
	line-height: 100%;
	font-weight: 700;
	letter-spacing: -0.05em;
	font-family: "Helvetica Neue Medium";
}
.page-404__text {
	font-size: 40px;
	line-height: 100%;
	color: #158850;
}
.page-404__buttons {
	display: flex;
	align-items: center;
}
.page-404__buttons > * + * {
	margin-left: 35px;
	padding-left: 35px;
	border-left: 1px solid #000;
}
.page-404__buttons a {
	font-size: 40px;
	line-height: 100%;
	color: #000;
	transition: 0.3s ease;
}
.page-404__buttons a:hover {
	color: #158850;
}

@media (max-width: 1024px) {
	.page-404 {
/* 		max-width: 895px; */
	}
	.page-404__wrapper {
		grid-template-columns: repeat(2, 1fr);
		gap: 50px;
	}
	.page-404-image {
		max-width: 433px;
	}
	.page-404__info >*+*{
		margin-top: 16px;
	}
	.page-404__title {
		font-size: 156px;
	}
	.page-404__subtitle {
		font-size: 52px;
	}
	.page-404__text {
		font-size: 26px;
	}
	.page-404__buttons a {
		font-size: 26px;
	}
	.page-404__buttons > * + * {
		margin-left: 25px;
		padding-left: 25px;
	}
}

@media (max-width: 767px) {
	.page-404 {
		max-height: unset;
		height: unset;
		padding: 24px 0;
/* 		max-width: 312px; */
	}
	.page-404__wrapper {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.page-404-image {
		order: 2;
		max-width: 250px;
	}
	.page-404__info >*+*{
		margin-top: 16px;
	}
	.page-404__title {
		font-size: 108px;
	}
	.page-404__subtitle {
		font-size: 36px;
	}
	.page-404__text {
		font-size: 18px;
	}
	.page-404__buttons a {
		font-size: 18px;
	}
	.page-404__buttons > * + * {
		margin-left: 22px;
		padding-left: 22px;
	}
}

@media (max-width: 359px) {
	.page-404 {
/* 		max-width: 270px; */
	}
	.page-404__wrapper {
		gap: 14px;
	}
	.page-404-image {
		order: 2;
		max-width: 212px
	}
	.page-404__info >*+*{
		margin-top: 14px;
	}
	.page-404__title {
		font-size: 96px;
	}
	.page-404__subtitle {
		font-size: 32px;
	}
	.page-404__text {
		font-size: 16px;
	}
	.page-404__buttons a {
		font-size: 16px;
	}
	.page-404__buttons > * + * {
		margin-left: 26px;
		padding-left: 26px;
	}
}

/* Contact Form 7 */
/*
* Contact Form 7
* */

.d_none,
.wpcf7-not-valid-tip,
.wpcf7-response-output,
.wpcf7-spinner {
	display: none!important;
}

.form_file_wrap .wpcf7-not-valid-tip {
	display: block!important;
}

input.wpcf7-not-valid,
input.wpcf7-not-valid::placeholder {
	color: red;
	border-color: red;
}