a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
body {
	line-height: 1
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
	content: "";
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
@font-face {
	font-family: Montserrat;
	src: url(../fonts/Montserrat-Regular.eot);
	src: url(../fonts/Montserrat-Regular.woff2) format("woff2"), url(../fonts/Montserrat-Regular.woff) format("woff"), url(../fonts/Montserrat-Regular.ttf) format("truetype");
	font-weight: 400;
	font-display: swap
}
@font-face {
	font-family: Montserrat;
	src: url(../fonts/Montserrat-Medium.eot);
	src: url(../fonts/Montserrat-Medium.woff2) format("woff2"), url(../fonts/Montserrat-Medium.woff) format("woff"), url(../fonts/Montserrat-Medium.ttf) format("truetype");
	font-weight: 500;
	font-display: swap
}
@font-face {
	font-family: Montserrat;
	src: url(../fonts/Montserrat-Bold.eot);
	src: url(../fonts/Montserrat-Bold.woff2) format("woff2"), url(../fonts/Montserrat-Bold.woff) format("woff"), url(../fonts/Montserrat-Bold.ttf) format("truetype");
	font-weight: 700;
	font-display: swap
}
@font-face {
	font-family: Montserrat;
	src: url(../fonts/Montserrat-ExtraBold.eot);
	src: url(../fonts/Montserrat-ExtraBold.woff2) format("woff2"), url(../fonts/Montserrat-ExtraBold.woff) format("woff"), url(../fonts/Montserrat-ExtraBold.ttf) format("truetype");
	font-weight: 800;
	font-display: swap
}
* {
	box-sizing: border-box
}
html {
	height: 100%;
	scroll-behavior: smooth
}
body {
	padding-top: 40px;
	height: 100%;
	min-height: 0;
	font-family: var(--main-font);
	font-weight: 400;
	font-size: 18px;
	line-height: normal;
	color: #222;
	background: #fff
}
body, body .main {
	min-width: 0;
	max-width: 100%;
	width: 100%
}
#wpadminbar {
	position: fixed!important
}
img {
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	pointer-events: none
}
a {
	color: inherit;
	transition: .3s
}
a:hover {
	-webkit-text-decoration-color: transparent;
	text-decoration-color: transparent
}
button {
	padding: 0;
	font-family: inherit;
	text-decoration: none;
	cursor: pointer
}
b, strong {
	font-weight: 700
}
mark {
	background: var(--main-color)
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 800;
	word-wrap: break-word
}
.h1, h1 {
	font-size: 68px
}
@media (max-width:1024px) {
	.h1, h1 {
		font-size: 40px
	}
}
.h2, h2 {
	font-size: 32px
}
@media (max-width:1024px) {
	.h2, h2 {
		font-size: 24px
	}
}
.h3, h3 {
	font-size: 28px
}
@media (max-width:1024px) {
	.h3, h3 {
		font-size: 20px
	}
}
.h4, h4 {
	font-size: 24px
}
@media (max-width:1024px) {
	.h4, h4 {
		font-size: 20px
	}
}
.h5, h5 {
	font-size: 18px
}
.h6, h6 {
	font-size: 16px
}
.container {
	max-width: 1168px;
	margin: 0 auto;
	padding: 0 15px
}
.scroll-lock {
	overflow: hidden
}
.mfp-counter {
	display: none
}
.swiper-pagination {
	position: static;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 20px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-column-gap: 4px;
	-moz-column-gap: 4px;
	column-gap: 4px
}
.swiper-pagination-bullet {
	min-width: 10px;
	width: 10px;
	height: 10px;
	margin: 0!important;
	border-radius: 50%;
	background: transparent;
	transition: .3s;
	border: 2px solid var(--main-color);
	opacity: 1
}
.swiper-button, .swiper-pagination-bullet-active {
	background: var(--main-color)
}
.swiper-button {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-image: url(../images/carousel-arrow.svg);
	background-repeat: no-repeat;
	background-size: 16px 26px;
	background-position: 50%;
	transition: .3s
}
.swiper-button:after {
	display: none
}
.swiper-button:active {
	-webkit-filter: brightness(.9);
	filter: brightness(.9)
}
.swiper-button-prev {
	-webkit-transform: scale(-1);
	transform: scale(-1);
	left: -30px
}
.swiper-button-next {
	right: -30px
}
@media (max-width:1178px) {
	.swiper-button {
		width: 40px;
		height: 40px;
		background-size: 9px 15px
	}
	.swiper-button-prev {
		left: -10px
	}
	.swiper-button-next {
		right: -10px
	}
}
.button {
	min-width: 230px;
	padding: 20px 35px;
	display: inline-block;
	text-align: center;
	font-family: var(--main-font);
	font-weight: 700;
	font-size: 16px;
	border-radius: 50px;
	text-decoration: none;
	transition: .3s;
	cursor: pointer
}
.button--primary {
	color: #fff;
	background: var(--main-color);
	border: 0
}
.button--border {
	background: transparent;
	color: var(--main-color);
	border: 2px solid var(--main-color)
}
.button--arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-column-gap: 8px;
	-moz-column-gap: 8px;
	column-gap: 8px;
	color: #fff;
	background: var(--main-color);
	border: 0
}
.button--arrow:after {
	content: "";
	margin-top: 2px;
	min-width: 14px;
	width: 14px;
	height: 9px;
	display: block;
	background-image: url(../images/small-arrow.svg);
	background-repeat: no-repeat;
	background-size: 100% auto
}
@media (max-width:425px) {
	.button--arrow {
		width: 100%;
		padding-left: 0;
		padding-right: 0
	}
}
@media (max-width:340px) {
	.button--arrow:after {
		display: none
	}
}
.button:hover {
	-webkit-filter: brightness(.9);
	filter: brightness(.9)
}
.legend {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 6px 13px;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 6px;
	background: transparent
}
@media (max-width:1024px) {
	.legend {
		font-size: 16px
	}
}
.socials {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px
}
.socials__link {
	height: 60px;
	width: 60px;
	min-width: 60px;
	border-radius: 50%;
	overflow: hidden
}
.socials__link img {
	width: 100%;
	object-fit: contain
}
.checklist {
	display: flex;
	flex-direction: column;
	row-gap: 10px
}
.checklist__item {
	display: flex;
	align-items: flex-start;
	text-align: left;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	font-size: 18px
}
.checklist__item:before {
	content: "";
	margin-top: -2px;
	min-width: 26px;
	width: 26px;
	height: 26px;
	display: block;
	background-image: url(../images/checklist-mark.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 50%
}
.topbar {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: var(--main-color);
	transition: .3s
}
.topbar.sticky {
	position: fixed;
	-webkit-animation: slideUp .5s forwards;
	animation: slideUp .5s forwards
}
@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
		opacity: 0
	}
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}
@keyframes slideUp {
	0% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
		opacity: 0
	}
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}
.topbar .wrapper {
	padding: 9px 0;
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center
}
.topbar__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 10px;
	text-align: center;
	font-weight: 700;
	color: #222
}
@media (max-width:1024px) {
	.topbar {
		font-size: 14px
	}
}
@media (max-width:360px) {
	.topbar {
		font-size: 13px
	}
}
body.admin-bar .topbar {
	top: 32px
}
@media (max-width:768px) {
	body.admin-bar .topbar {
		top: 46px
	}
}
.header {
	width: 100%;
	padding: 10px 0;
	position: relative;
	z-index: 1;
	color: #fff
}
.header .wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between
}
.header .logo {
	height: 52px
}
.header .logo img {
	height: 100%;
	width: auto
}
.header__nav {
	margin-left: auto
}
.header .menu {
	width: 100%;
	display: flex;
	align-items: center;
	row-gap: 30px;
	position: relative
}
.header .menu__list--languages {
	display: flex;
	align-items: center;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px
}
.header .menu__list--languages .menu__item:first-child {
	pointer-events: none
}
.header .menu__list--languages .menu__item .menu__link {
	text-transform: uppercase;
	color: #c8c8c8
}
.header .menu__list--languages .menu__item.active .menu__link {
	font-weight: 800;
	color: #fff
}
.header .menu__item.active, .header .menu__item:hover {
	color: var(--main-color)
}
.header .menu__link {
	text-decoration: none
}
@media (max-width:1024px) {
	.header .logo {
		height: 40px
	}
}
@media (max-width:640px) {
	.header {
		padding-top: 15px
	}
}
@media (max-width:360px) {
	.header .menu__list--languages {
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px
	}
	.header .menu__list--languages .menu__item:first-child {
		display: none
	}
}
.hero-media {
	margin-top: -72px;
	position: relative;
	overflow: hidden
}
.hero-media .wrapper {
	min-height: calc(100dvh - 40px);
	padding: 90px 0 120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	row-gap: 10px
}
.hero-media__media {
	position: absolute;
	inset: 0
}
.hero-media__media:before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .4)
}
.hero-media__media img, .hero-media__media video {
	width: 100%;
	height: 100%;
	object-fit: cover
}
.hero-media__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 10px;
	text-align: center;
	font-weight: 400;
	font-size: 28px;
	color: #fff;
	position: relative
}
.hero-media__content .h1, .hero-media__content h1 {
	line-height: 120%
}
.hero-media__content .checklist {
	margin-top: 14px;
	align-items: center
}
.hero-media__content .checklist__item {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	align-items: center;
	font-size: inherit
}
.hero-media__content .checklist__item:before {
	margin-top: 0;
	min-width: 32px;
	width: 32px;
	height: 32px
}
.hero-media__content .legend {
	color: #fff
}
.hero-media__content .button {
	margin-top: 30px
}
@media (max-width:1024px) {
	.hero-media__content {
		font-size: 18px
	}
	.hero-media__content .checklist {
		margin-top: 10px
	}
	.hero-media__content .button {
		margin-top: 20px
	}
}
@media (max-width:640px) {
	.hero-media__content .checklist {
		max-width: 330px
	}
}
@media (max-width:1024px) {
	.hero-media {
		margin-top: -60px
	}
	.hero-media .wrapper {
		padding-bottom: 90px
	}
}
@media (max-width:640px) {
	.hero-media {
		margin-top: -65px
	}
}
body.admin-bar .hero-media .wrapper {
	min-height: calc(100dvh - 72px)
}
@media (max-width:768px) {
	body.admin-bar .hero-media .wrapper {
		min-height: calc(100dvh - 86px)
	}
}
.vacancy-description {
	padding-top: 20px;
	overflow: hidden
}
.vacancy-description .wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start
}
.vacancy-description__content {
	max-width: 946px;
	padding: 40px 0;
	display: flex;
	flex-direction: column;
	row-gap: 10px
}
.vacancy-description__content .h1:not(.legend), .vacancy-description__content .h2:not(.legend), .vacancy-description__content .h3:not(.legend), .vacancy-description__content .h4:not(.legend), .vacancy-description__content .h5:not(.legend), .vacancy-description__content .h6:not(.legend), .vacancy-description__content h1:not(.legend), .vacancy-description__content h2:not(.legend), .vacancy-description__content h3:not(.legend), .vacancy-description__content h4:not(.legend), .vacancy-description__content h5:not(.legend), .vacancy-description__content h6:not(.legend) {
	margin-top: 10px
}
@media (min-width:1025px) {
	.vacancy-description__content .h3, .vacancy-description__content h3 {
		font-size: 26px
	}
}
.vacancy-description__content ol {
	list-style: numeric;
	padding-left: 24px
}
.vacancy-description__content ul {
	display: flex;
	flex-direction: column;
	row-gap: 10px
}
.vacancy-description__content ul:not(.checklist):not(.currency-list) li {
	display: flex;
	align-items: flex-start;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px
}
.vacancy-description__content ul:not(.checklist):not(.currency-list) li:before {
	content: "";
	margin-top: 4px;
	min-width: 14px;
	width: 14px;
	height: 14px;
	display: block;
	border-radius: 50%;
	background: var(--main-color)
}
.vacancy-description__content--grey-bg {
	position: relative
}
.vacancy-description__content--grey-bg:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 200dvw;
	left: 50%;
	top: 50%;
	z-index: -1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #f7f7f7
}
@media (max-width:1024px) {
	.vacancy-description {
		padding-top: 0
	}
}
.gallery {
	padding: 60px 0;
	background: #f7f7f7
}
.gallery .wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 40px
}
.gallery__head {
	text-align: center
}
.gallery__body, .gallery__head {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 20px
}
.gallery__body {
	max-width: 100%;
	width: 100%;
	min-width: 0
}
.gallery__carousel {
	max-width: 754px;
	width: 100%;
	min-width: 0;
	position: relative
}
.gallery__carousel .swiper-button {
	top: calc(50% - 60px)
}
.gallery__main-carousel {
	position: static
}
.gallery__main-carousel .swiper-slide {
	min-height: 220px;
	width: 100%;
	height: auto;
	position: relative
}
.gallery__main-carousel .swiper-slide:before {
	content: "";
	padding-top: 56.25%;
	display: block
}
.gallery__main-carousel .swiper-slide img, .gallery__main-carousel .swiper-slide video {
	position: absolute;
	inset: 0
}
.gallery__thumbs-carousel {
	margin-top: 10px
}
.gallery__thumbs-carousel .swiper-slide {
	width: 143px;
	height: 96px;
	border: 2px solid transparent;
	transition: .3s;
	border-radius: 5px;
	cursor: pointer
}
.gallery__thumbs-carousel .swiper-slide-thumb-active {
	border-color: var(--main-color)
}
.gallery__media {
	overflow: hidden;
	border-radius: 6px
}
.gallery__media img, .gallery__media video {
	width: 100%;
	height: 100%;
	object-fit: cover
}
.gallery__media--video {
	position: relative
}
.gallery__media--video:after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	background-image: url(../images/play.png);
	background-repeat: no-repeat;
	background-size: 60px 60px;
	background-position: 50%;
	background-color: rgba(0, 0, 0, .4)
}
@media (max-width:1178px) {
	.gallery__media--video:after {
		background-size: 40px 40px
	}
}
@media (max-width:1178px) {
	.gallery__carousel .swiper-button {
		top: calc(50% - 40px)
	}
	.gallery__carousel .swiper-button-prev {
		left: -20px
	}
	.gallery__carousel .swiper-button-next {
		right: -20px
	}
}
@media (max-width:1024px) {
	.gallery {
		padding: 40px 0
	}
	.gallery .wrapper {
		row-gap: 20px
	}
}
@media (max-width:834px) {
	.gallery__carousel {
		max-width: 100%
	}
	.gallery__carousel .swiper-button-prev {
		left: -10px
	}
	.gallery__carousel .swiper-button-next {
		right: -10px
	}
	.gallery__thumbs-carousel .swiper-slide {
		width: 120px;
		height: 75px
	}
}
@media (max-width:360px) {
	.gallery__thumbs-carousel {
		margin-top: 4px
	}
	.gallery__thumbs-carousel .swiper-slide {
		width: 62px;
		height: 44px
	}
}
.testimonials {
	padding: 60px 0;
	overflow: hidden
}
.testimonials .wrapper {
	row-gap: 40px
}
.testimonials .wrapper, .testimonials__head {
	display: flex;
	flex-direction: column;
	align-items: center
}
.testimonials__head {
	row-gap: 10px;
	text-align: center
}
.testimonials__body {
	max-width: 100%;
	width: 100%;
	min-width: 0;
	position: relative
}
.testimonials__carousel {
	position: static
}
.testimonials__slide {
	border: 1px solid #dadada;
	border-radius: 5px;
	overflow: hidden
}
.testimonials__slide img {
	width: 100%;
	height: 100%;
	object-fit: contain
}
@media (max-width:1178px) {
	.testimonials__body {
		padding: 0 35px
	}
}
@media (max-width:1024px) {
	.testimonials {
		padding: 40px 0
	}
	.testimonials .wrapper {
		row-gap: 20px
	}
}
.banner {
	padding: 26px 0;
	color: #fff;
	background: #222
}
.banner .wrapper, .banner__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 10px
}
.banner__content {
	max-width: 946px;
	text-align: center
}
.contacts {
	padding: 30px 0;
	background: #f7f7f7
}
.contacts .wrapper, .contacts__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 20px
}
.contacts__content {
	max-width: 910px;
	text-align: center
}
.contacts__content .h3, .contacts__content h3 {
	font-size: 28px
}
@media (max-width:1024px) {
	.contacts__content .h3+p, .contacts__content h3+p {
		margin-top: -5px
	}
}
.contacts__link {
	font-weight: 800;
	font-size: 28px;
	-webkit-text-decoration-color: transparent;
	text-decoration-color: transparent
}
.contacts__link:hover {
	-webkit-text-decoration-color: initial;
	text-decoration-color: initial
}