body._lock .header__wrapper {
	background-color: #fff;
}

.header {
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 102;
}
 
.header.n_hidden .header__wrapper {
	transform: translateY(-110%);
}
 
.header.n_scroll .header__wrapper {
	background-color: #fff;
	box-shadow: 0 25px 25px rgba(0, 0, 0, 0.07);
}
 
.header.n_scroll .header-container {
	padding-bottom: 22px !important;
	padding-top: 18px !important;
}
 
.header__left {
	align-items: center;
	display: flex;
	flex: 0 0 180px;
	position: relative;
	z-index: 6;
}
 
.header__left .wrap-logo {
	max-width: 176px;
}
 
.header__close-menu {
	background: none;
	display: block;
	height: 44px;
	position: relative;
	width: 44px;
}
 
.header__wrapper {
	background-color: transparent;
	left: 0;
	position: fixed;
	transition: background-color 0.3s, transform 0.6s;
	top: 0;
	width: 100%;
	z-index: 50;
}
 
.header-container {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px !important;
	padding-top: 42px !important;
	position: relative;
	transition: 0.5s ease 0s;
}
 
.header__right {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	flex: 0 0 220px;
}
 
.header .select {
	margin-right: 16px;
	position: relative;
	text-transform: uppercase;
	width: 63px;
	z-index: 5;
}
 
.header .select__header {
	align-items: center;
	background-color: #fff;
	border-radius: 50px;
	border: 1px solid #21C677;
	display: flex;
	justify-content: center;
	height: 48px;
	position: relative;
	-webkit-user-select: none;
		-moz-user-select: none;
			  user-select: none;
	z-index: 2;
	transition: 0.3s ease 0s;
}
 
.header .select__body {
	border-color: #21C677;
	border-radius: 0 0 50px 50px;
	text-align: center;
	top: 50%;
}
 
.header .select__item:first-child {
	padding-top: 40px;
}
 
.header .select__item:last-child {
	padding-bottom: 20px;
}
 
.header .select__item.current-lang {
	color: #21C677;
}
 
.header .select__item.current-lang a {
	color: #21C677;
}
 
.header .select__item a {
	color: #21C677;
}
 
.header__lets-talk {
	align-items: center;
	background-color: #000;
	border-radius: 60px;
	color: #fff;
	display: flex;
	justify-content: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 1.28px;
	height: 48px;
	padding-left: 6px;
	padding-right: 6px;
	text-align: center;
	text-transform: uppercase;
	width: 141px;
	transition: 0.3s ease 0s;
}
 
/* Top menu */
.header .menu__icon {
	display: none;
	font-size: 0;
}
 
.header .menu__list > li {
	position: relative;
}
 
.header .menu-item {
	position: relative;
}
 
.header .menu__link,
.header .menu__sub-link {
	transition: all 0.3s ease 0s;
}
 
.header .menu__sub-list li {
	list-style: none;
}
 
.header .menu__arrow {
	bottom: 2px;
	display: block;
	height: 10px;
	font-size: 0;
	overflow: hidden;
	margin-left: 10px;
	position: relative;
	transition: transform 0.3s ease 0s;
	width: 10px;
}
 
.header .menu__arrow svg {
	left: 0;
	max-width: 100%;
	position: absolute;
	top: 0;
}

/* ------------------- */

body._touch._lock .header-container {
	background-color: #fff;
}
 
body._touch .header .menu__list > li._active .menu__sub-list {
	top: calc(100% - 0px);
}
 
body._pc .header .menu__list > li:hover .menu__sub-list {
	opacity: 1;
	pointer-events: all;
	transform: perspective(400px) rotateX(0deg);
	visibility: visible;
}
 
body._touch .header .menu__list {
	flex: 1 1 auto;
}
 
body._touch .header .menu__list > li._active .menu__arrow {
	transform: scale(1, -1);
}

@media screen and (min-width: 1100px) {
	.header__close-menu {
	  display: none;
	}
 
	body._touch .header .menu__list > li {
	  align-items: center;
	  display: flex;
	}
 
	body._touch .header .menu__list > li._active .menu__sub-list {
	  opacity: 1;
	  pointer-events: all;
	  transform: translate(0, 0);
	  visibility: visible;
	}
}

@media (min-width: 1100px) {
	.header .menu {
	  width: 100%;
	}
 
	.header .menu__item:nth-child(2) {
	  display: none;
	}
 
	.header .menu__list {
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: center;
	}
 
	.header .menu__list > li {
	  position: relative;
	}
 
	.header .menu__list > li::after {
	  background-color: transparent;
	  bottom: 2px;
	  content: "";
	  display: block;
	  height: 1px;
	  left: 0;
	  position: absolute;
	  transition: 0.3s ease 0s;
	  width: 100%;
	}
 
	.header .menu__list > li.current-menu-item::after,
	.header .menu__list > li.current_page_item::after {
	  background-color: #21C677;
	}
 
	.header .menu__list > li.menu-item-has-children::after {
	  width: calc(100% - 20px);
	}
 
	.header .menu__list li {
	  color: #4B4B4B;
	}
 
	.header .menu__list li.current-menu-item,
	.header .menu__list li.current_page_item {
	  color: #000;
	}
 
	.header .menu__list li a {
	  color: inherit !important;
	}
 
	.header .menu__list > li {
	  align-items: center;
	  display: flex;
	  font-size: 16px;
	  line-height: 24px;
	  letter-spacing: 1.28px;
	  margin-left: 16px;
	  margin-right: 16px;
	  padding-bottom: 8px;
	  padding-top: 8px;
	  text-transform: uppercase;
	  transition: margin 0.3s ease 0s;
	}
 
	.header .menu__list > li:first-child {
	  margin-left: 0;
	}
 
	.header .menu__list > li:last-child {
	  margin-right: 0;
	}
 
	.header .menu__sub-list {
	  background-color: #fff;
	  left: calc(50% - 100px);
	  min-width: 13.5rem;
	  position: absolute;
	  left: -20px;
	  top: calc(100% - 3px);
	  z-index: 10;
	  margin: 0;
	  padding-top: 1rem;
	  padding-bottom: 1rem;
	  min-width: 13.5rem;
	  opacity: 0;
	  visibility: hidden;
	  transform-origin: 50% -50px;
	  transform: perspective(400px) rotateX(-10deg);
	  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
	  border-radius: 0 0 0.35rem 0.35rem;
	  box-shadow: 0 20px 32px -8px rgba(17, 16, 19, 0.15), 0 0 1px rgba(17, 16, 19, 0.05);
	  transition-property: transform, opacity, visibility;
	}
 
	.header .menu__sub-list li:hover {
	  background-color: rgba(150, 144, 162, 0.06);
	}
 
	.header .menu__sub-list li:hover a {
	  color: #4B4B4B !important;
	}
 
	.header .menu__sub-list li:hover.current-menu-item a,
	.header .menu__sub-list li:hover.current_page_item a {
	  color: #000 !important;
	}
 
	.header .menu__sub-list li a {
	  display: block;
	  padding: 8px 20px;
	}
}

@media (min-width: 1100px) and (any-hover: hover) {
	.header .menu__list li:hover {
	  color: #000;
	}
 
	.header .menu__list li:hover a {
	  color: inherit;
	}
 
	.header .menu__list li:hover .menu__arrow {
	  color: inherit;
	  transform: scale(1, -1);
	}
 
	.header .menu__list li:hover::after {
	  background-color: #21C677;
	}
}

@media screen and (min-width: 1580px) {
	.select-language__header,
	.select-language__item {
	  height: 56px;
	  width: 56px;
	}
 
	.select-language__item {
	  margin-bottom: 8px;
	  margin-top: 8px;
	}
}

@media screen and (max-width: 1579.98px) {
	.select-language__header,
	.select-language__item {
	  height: 40px;
	  width: 40px;
	}
 
	.select-language__item {
	  margin-bottom: 5px;
	  margin-top: 5px;
	}
}

@media screen and (max-width: 1280.98px) {

	.header.n_scroll .header-container {
	  padding-bottom: 16px !important;
	  padding-top: 15px !important;
	}
 
	.header-container {
	  padding-bottom: 32px !important;
	  padding-top: 32px !important;
	}
}

@media screen and (max-width: 1099.98px) {

	.header__right {
	  flex: 0 0 63px;
	}
 
	.header .select {
	  margin-right: 0;
	}
 
	.header__lets-talk {
	  margin: 66px auto 0;
	}
 
	.header .menu-item.home-page svg {
	  display: none;
	}
 
	body._touch .header .menu__list {
	  flex: 0 0 auto;
	}
 
	body._touch .header .menu__list > li._active .menu__sub-list {
	  display: block;
	}
}

@media (max-width: 1099.98px) {
	.header .menu__icon {
	  align-items: center;
	  background-color: #000;
	  border-radius: 50%;
	  display: flex;
	  justify-content: center;
	  height: 48px;
	  margin-right: 16px;
	  position: relative;
	  flex: 0 0 48px;
	  width: 48px;
	  z-index: 5;
	}
 
	.header .menu__icon._active {
	  background-color: #21C677;
	}
 
	.header .menu__icon span,
	.header .menu__icon::before,
	.header .menu__icon::after {
	  background-color: #fff;
	  border-radius: 6px;
	  left: 0;
	  height: 2px;
	  position: absolute;
	  width: 20px;
	}
 
	.header .menu__icon::before,
	.header .menu__icon::after {
	  content: "";
	  left: 50%;
	  transform: translateX(-50%);
	}
 
	.header .menu__icon::before {
	  top: 16px;
	}
 
	.header .menu__icon::after {
	  bottom: 16px;
	}
 
	.header .menu__icon span {
	  font-size: 0;
	  left: 50%;
	  transform: scale(1) translate(-50%, -50%);
	  top: 50%;
	}
 
	.header .menu__icon._active span {
	  transform: scale(0) translate(0, -50%);
	}
 
	.header .menu__icon._active::before {
	  transform: rotate(-45deg) translate(-7px, -8px);
	  top: 50%;
	  width: 23px;
	}
 
	.header .menu__icon._active::after {
	  bottom: 50%;
	  transform: rotate(45deg) translate(-7px, 9px);
	  width: 23px;
	}
 
	.header .menu-topmenu-container {
	  margin-bottom: auto;
	  margin-top: auto;
	}
 
	.header .menu__body {
	  background-color: #fff;
	  left: 0;
	  height: 100vh;
	  flex-wrap: nowrap;
	  flex-direction: column;
	  opacity: 0;
	  pointer-events: none;
	  position: fixed;
	  right: 0;
	  transition: 0.3s;
	  top: 76px;
	  width: 100%;
	  z-index: 5;

	  box-sizing: border-box;
	  display: flex;
	  flex-direction: column;
	  height: calc(100vh - 76px);
	  padding-bottom: 70px;
	  padding-left: 63px;
	  padding-right: 63px;
	  padding-top: 20px;
	  overflow: auto;
	}
 
	.header .menu__body._active {
	  opacity: 1;
	  pointer-events: all;
	}
 
	.header .menu__list {
	  margin: auto;
	  max-width: 140px;
	  transform: translateX(15px);
	}
 
	.header .menu__list .menu-item {
	  color: #4b4b4b;
	}
 
	.header .menu__list .menu-item a {
	  position: relative;
	}
 
	.header .menu__list > li {
	  display: flex;
	  flex-wrap: wrap;
	}
 
	.header .menu__list > li.current-menu-item,
	.header .menu__list > li.current_page_item {
	  color: #000;
	}
 
	.header .menu__list > li.current-menu-item > a::before,
	.header .menu__list > li.current_page_item > a::before {
	  background-color: #21C677;
	}
 
	.header .menu__list > li:not(:last-child) {
	  margin-bottom: 50px;
	}
 
	.header .menu__list > li a {
	  color: inherit;
	}
 
	.header .menu__list > li a::before {
	  background-color: transparent;
	  bottom: -7px;
	  content: "";
	  left: 0;
	  height: 1px;
	  position: absolute;
	  width: 100%;
	}
 
	.header .menu__list li {
	  color: #4B4B4B;
	  font-size: 24px;
	  line-height: 28px;
	}
 
	.header .menu__sub-list {
	  align-items: center;
	  display: none;
	  flex: 1 1 100%;
	  margin-top: 35px;
	  position: relative;
	}
 
	.header .menu__sub-list li {
	  font-size: 24px;
	  line-height: 28px;
	}
 
	.header .menu__sub-list li.current-menu-item,
	.header .menu__sub-list li.current_page_item {
	  color: #000;
	}
 
	.header .menu__sub-list li:not(:last-child) {
	  margin-bottom: 35px;
	}
 
	.header .menu__arrow {
	  height: 13px;
	  margin-left: 12px;
	  top: 8px;
	  width: 18px;
	}
 
	.header .menu__arrow svg {
	  height: 13px;
	  width: 18px;
	}
}

@media screen and (max-width: 1099.98px) and (max-width: 1024.98px) {

	.header .menu__body {
	  padding-left: 30px;
	  padding-right: 30px;
	}
}

@media screen and (max-width: 1099.98px) and (max-width: 767.98px) {

	.header .menu__body {
		height: calc(100vh - 60px);
		top: 60px;
	}
}

@media screen and (max-width: 1099.98px) and (max-width: 720.98px) {

	.header .menu__body {
	  padding-left: 18px;
	  padding-right: 18px;
	}
}

@media screen and (max-width: 1099.98px) and (max-width: 640.98px) {

	.header .menu__list {
	  max-width: 100px;
	  transform: translateX(3px);
	}
 
	.header .menu__list > li:not(:last-child) {
	  margin-bottom: 38px;
	}
 
	.header .menu__list > li a::before {
	  bottom: -6px;
	}
 
	.header .menu__list li {
	  font-size: 16px;
	  font-weight: 500;
	  line-height: 24px;
	  letter-spacing: 1.28px;
	}
 
	.header .menu__sub-list li {
	  font-size: 14px !important;
	  line-height: 18px !important;
	}
 
	.header .menu__arrow {
	  margin-left: 8px;
	  top: 7px;
	}
 
	.header .menu__arrow svg {
	  height: 11px;
	  width: 16px;
	}
}

@media screen and (max-width: 1099.98px) and (max-width: 800.98px) {

	.header .menu__list > li:not(:last-child) {
	  margin-bottom: 44px;
	}
 
	.header .menu__sub-list {
	  margin-top: 30px;
	}
 
	.header .menu__sub-list li {
	  font-size: 20px;
	  line-height: 24px;
	}
}

@media screen and (max-width: 1099.98px) and (max-width: 660.98px) {

	.header .menu__sub-list li:not(:last-child) {
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 991.98px) {

	.select-language__item {
		top: 30px;
	}
}

@media screen and (max-width: 767.98px) {

	.header.n_scroll .header-container {
	  padding-bottom: 7px !important;
	  padding-top: 7px !important;
	}
 
	.header__left .wrap-logo {
	  max-width: 130px;
	}
 
	.header-container {
	  padding-bottom: 16px !important;
	  padding-top: 16px !important;
	}
}

@media screen and (max-width: 720.98px) {

	.select-language__header,
	.select-language__item {
	  background: rgb(144, 145, 156);
	  color: #000 !important;
	}
}

@media screen and (max-width: 660.98px) {
	
	.header .menu .menu-topmenu-container {
	  position: relative;
	}
}

@media screen and (max-width: 640.98px) {

	body._touch .header .menu__list > li._active .menu__arrow {
	  top: 5px;
	}
}

@media (any-hover: hover) {
 
	.header .select__header:hover {
	  background-color: #21C677;
	}
 
	.header__lets-talk:hover {
	  background-color: #21C677;
	}
}

/* Container (.n_container) ========================= */

.n_container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1920px;
	padding-left: 60px;
	padding-right: 60px;
}

@media (max-width: 1440.98px) {

	.n_container {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width: 1024.98px) {

	.n_container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 720.98px) {

	.n_container {
		padding-left: 18px;
		padding-right: 18px;
	}
}

@media (max-width: 360.98px) {

	.n_container {
		padding-left: 15px;
		padding-right: 15px;
	}
}