header{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
header.sticky,
.header-black{
  background: #0B0A0A;
}
header.sticky{
  position: fixed;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.07);
}
.header-top{
  padding: 2.4rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
header.sticky .header-top{
  display: none;
}
.header-top:last-child{
  border-bottom: 0;
}
.header-social li{
  margin: 0 1.2rem 0 0;
}
.header-social li:last-child{
  margin: 0;
}
.header-social a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
}
.header-social a img{
  max-width: 100%;
  max-height: 100%;
}
.header-social a:hover img{
  -webkit-filter: brightness(0) invert(100%) sepia(32%) saturate(3285%) hue-rotate(62deg) brightness(93%) contrast(83%);
  filter: brightness(0) invert(100%) sepia(32%) saturate(3285%) hue-rotate(62deg) brightness(93%) contrast(83%);
}
.header-contact-item{
  margin-right: 3.2rem;
}
.header-contact-item:last-child{
  margin-right: 0;
}
.header-contact-icon{
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 1.2rem;
}
.header-contact-text{
  display: flex;
  align-items: center;
}
.header-contact-text *{
  font-weight: 700;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.3rem;
  display: block;
}
.header-contact-text *:last-child{
  margin-left: 1.2rem;
}
.header-contact-text *:first-child{
  margin-left: 0;
}
.header-contact-text a:hover{
  color: #5EDC86;
}
.header-bottom{
  padding: 3.2rem 0 2.4rem;
}
header.sticky .header-bottom{
  padding: 1.6rem 0;
}
.logo a{
  display: block;
}
.logo img{
  width: 14.9rem;
  height: auto;
}
.menu-head{
  display: none;
}
.menu ul{
  margin: 0;
}
.menu li{
  padding: 0;
  margin: 0;
}
.menu li::after{
  content: none
}
.menu > ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.menu > ul > li{
  margin-left: 4rem;
}
.menu > ul > li:first-child{
  margin-left: 0;
}
.menu > ul > li > a{
  font-size: 1.8rem;
  line-height: 2.8rem;
  padding: 1.3rem 0;
  color: #fff;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
}
.menu > ul > li:hover > a,
.menu > ul > li.active > a{
  color: #5EDC86;
}
.menu > ul > li.haschild > a::after,
#btnTranslate::after{
  content: "";
  margin-left: 0.8rem;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/icon-menu-down.png);
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.menu > ul > li.haschild.active > a::after,
.menu > ul > li.haschild:hover > a::after{
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-filter:brightness(0) invert(100%) sepia(19%) saturate(7084%) hue-rotate(62deg) brightness(99%) contrast(73%);
  filter:brightness(0) invert(100%) sepia(19%) saturate(7084%) hue-rotate(62deg) brightness(99%) contrast(73%);
}
.open-submenu{
  display: none;
}
.submenu{
  position: absolute;
  top: 100%;
  left: -2.4rem;
  min-width: 27rem;
  background: #fff;
  border-radius: 0.6rem;
  display: none;
}
li.haschild:hover > .submenu{
  display: block;
}
.submenu-head{
  display: none;
}
.submenu-list{
  background: #fff;
  padding: 0.65rem 0;
  border-radius: 0.6rem;
} 
.submenu li{
  position: initial;
}
.submenu li a{
  padding: 1rem 2.4rem;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  line-height: 2.8rem;
  position: relative;
}
.submenu li.active > a,
.submenu li:hover > a{
  background: #EAEAEA;
}
.submenu li.haschild > a{
  padding-right: 4rem;
}
.submenu li.haschild > a::after{
  position: absolute;
  content: "";
  right: 2.4rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 1.6rem;
  height: 1.7rem;
  background: url(../images/icon-menu-right.png);
  background-size: cover;
  background-position: center;
}
.submenu .submenu{
  left: calc(100% + 2px);
  top: 0;
  background: transparent;
  height: 100%;
}
.submenu .submenu::before{
  position: absolute;
  content: "";
  left: -2px;
  top: 0;
  width: 2px;
  height: 100%;
}
.lang-outer{
  position: relative;
  margin-left: 4.8rem;
}
#btnTranslate{
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  line-height: 2.8rem;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
.lang-outer.open #btnTranslate::after{
  -webkit-transform: rotate(-180deg);
  -mz-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#btnTranslate img{
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 0.8rem;
}
.lang-dropdown{
  position: absolute;
  left: -1.3rem;
  padding: 0.8rem 0.5rem;
  min-width: 10rem;
  top: calc(100% + 1.3rem);
  border-radius: 1.2rem;
  background: #F7F3EF;
  border: 1px solid #E7E7E7;
  box-shadow: 0px 4px 40px 0px #2424241A;
  overflow: hidden;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.lang-outer.open .lang-dropdown{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.lang-dropdown li {
  margin: 0 0 0.4rem;
  padding: 0;
}
.lang-dropdown a {
  display: flex;
  align-items: center;
  padding: 0.8rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  border-radius: 0.4rem;
}
.lang-dropdown li.selected a, 
.lang-dropdown li:hover a {
  background: #dddddd;
}
.lang-dropdown a img {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 0.8rem;
}
.header-btn{
  margin-left: 2.4rem;
}
.toggleMenu{
  width: 2.8rem;
  height: 2.8rem;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.toggleMenu span{
  display: block;
  height: 2px;
  width: 2.6rem;
  background: #fff;
  margin: 3px 0;
}
@media(min-width:1404px) and (max-width:1503.98px){
  .menu > ul > li {
    margin-left: 3.2rem;
  }
  .lang-outer {
    margin-left: 4rem;
  }
}
@media(min-width:1300px) and (max-width:1359.98px){
  .menu > ul > li {
    margin-left: 2.8rem;
  }
}
@media(min-width:1200px) and (max-width:1299.98px){
  .menu > ul > li {
    margin-left: 2.2rem;
  }
}
@media(min-width:1100px) and (max-width:1199.98px){
  .menu > ul > li {
    margin-left: 2.5rem;
  }
}
@media(min-width:992px) and (max-width:1099.98px){
  .menu > ul > li {
    margin-left: 1.5rem;
  }
}
@media(min-width:1360px) and (max-width:1403.98px){
  .header-top {
    padding: 2rem 0;
  }
  .header-bottom {
    padding: 2.8rem 0 2rem;
  }
  .logo img {
    width: 13.9rem;
  }
  .menu > ul > li {
    margin-left: 3.2rem;
  }
  .menu > ul > li > a {
    font-size: 1.7rem;
    line-height: 2.7rem;
  }
  .submenu {
    left: -2rem;
    min-width: 25.5rem;
  }
  .submenu li a {
    padding: 0.8rem 2rem;
    font-size: 1.7rem;
    line-height: 2.7rem;
  }
  .submenu li.haschild > a::after {
    right: 2rem;
  }
  .header-contact-text * {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
  .lang-outer {
    margin-left: 4rem;
  }
  #btnTranslate {
    font-size: 1.7rem;
    line-height: 2.7rem;
  }
  .header-btn {
    margin-left: 2rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .header-top {
    padding: 2rem 0;
  }
  .header-contact-text * {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
  .header-bottom {
    padding: 2.8rem 0 2rem;
  }
  .logo img {
    width: 12.9rem;
  }
  .menu > ul > li > a {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .menu > ul > li.haschild > a::after, 
  #btnTranslate::after {
    margin-left: 0.6rem;
  }
  .submenu {
    left: -2rem;
    min-width: 24rem;
  }
  .submenu li a {
    padding: 0.7rem 2rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .submenu li.haschild > a::after {
    right: 2rem;
  }
  .lang-outer {
    margin-left: 2.8rem;
  }
  #btnTranslate {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  #btnTranslate img {
    width: 1.9rem;
    height: 1.9rem;
  }
  .lang-dropdown a img {
    width: 1.9rem;
    height: 1.9rem;
  }
  .header-btn {
    margin-left: 2rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .header-top {
    padding: 1.6rem 0;
  }
  .header-social a {
    width: 1.8rem;
    height: 1.8rem;
  }
  .header-contact-item {
    margin-right: 2.4rem;
  }
  .header-contact-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 1rem;
  }
  .header-contact-text * {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
  .header-bottom {
    padding: 2.4rem 0 1.6rem;
  }
  .logo img {
    width: 11rem;
  }
  .menu > ul > li > a {
    font-size: 1.4rem;
    line-height: 2.4rem;
    padding: 1.2rem 0;
  }
  .menu > ul > li.haschild > a::after, 
  #btnTranslate::after {
    margin-left: 0.4rem;
    width: 1.4rem;
    height: 1.4rem;
  }
  .submenu {
    left: -2rem;
    min-width: 22rem;
  }
  .submenu li a {
    padding: 0.7rem 2rem;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .submenu li.haschild > a::after {
    right: 2rem;
  }
  .lang-outer {
    margin-left: 2.4rem;
  }
  #btnTranslate {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  #btnTranslate img {
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 0.6rem;
  }
  .lang-dropdown {
    min-width: 9rem;
  }
  .lang-dropdown a {
    padding: 0.6rem 0.8rem;
  }
  .lang-dropdown a img {
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 0.6rem;
  }
  .header-btn {
    margin-left: 1.6rem;
  }
}
@media(max-width:991.98px){
  body.showmenu{
    overflow: hidden;
  }
  .header-top {
    padding: 1.6rem 0;
  }
  .header-social li {
    margin: 0 1rem 0 0;
  }
  .header-social a {
    width: 1.8rem;
    height: 1.8rem;
  }
  .header-contact-item {
    margin-right: 2.4rem;
  }
  .header-contact-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.8rem;
  }
  .header-contact-text * {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
  .header-bottom {
    padding: 2rem 0 !important;
  }
  .logo img {
    width: 9.9rem;
  }
  .toggleMenu{
    display: flex;
    margin-left: 1.2rem;
  }
  #btnTranslate {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  #btnTranslate img {
    width: 1.8rem;
    height: 1.8rem;
  }
  #btnTranslate::after {
    margin-left: 0.4rem;
  }
  .lang-dropdown {
    top: calc(100% + 0.6rem);
    left: -1.1rem;
    min-width: 9rem;
  }
  .lang-dropdown a {
    padding: 0.6rem;
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  .lang-dropdown a img {
    width: 1.8rem;
    height: 1.8rem;
  }
  .menu-outer,
  .submenu{
    position: fixed;
    top: 0;
    right: -100%;
    left: auto;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: #000;
    border-radius: 0;
    z-index: 1;
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .submenu{
    z-index: 2;
  }
  body.showmenu .menu-outer{
    right: 0;
  }
  .submenu.open{
    right: 0;
  }
  .submenu .submenu::before{
    content: none;
  }
  .menu-head, .submenu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    height: 5rem;
    padding: 0 1.5rem;
    font-size: 1.8rem;
    color: #fff;
  }
  .submenu-head {
    justify-content: flex-start;
  }
  .submenu-head img {
    height: 1.5rem;
    margin-right: 0.8rem;
    -webkit-filter: invert(1);
    filter: invert(1);
  }
  #closeMenu {
    height: 3rem;
    width: 3rem;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -5px;
    -webkit-filter: brightness(0) invert(100%);
    filter: brightness(0) invert(100%);
  }
  .menu,.submenu-list{
    height: calc(100vh - 5rem);
    height: calc(100dvh - 5rem);
    overflow: hidden;
    overflow-y: auto;
  }
  .menu.open,
  .submenu-list.open{
    overflow: initial;
  }
  .submenu-list {
    background: transparent;
    padding: 0;
    border-radius: 0;
  }
  .submenu .submenu {
    left: auto;
    top: 0;
    background: #000;
    height: 100%;
  }
  .menu > ul {
    display: block;
  }
  .menu > ul > li {
    margin-left: 0;
  }
  .menu li a {
    padding: 1.2rem 1.5rem !important;
    font-size: 1.5rem !important;
    line-height: 2.2rem !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: block !important;
    color: #ffd;
  }
  .menu > ul > li.haschild > a::after{
    content: none;
  }
  .open-submenu{
    position: absolute;
    top: 0;
    right: 0;
    height: 4.7rem;
    width: 4.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    -webkit-filter: invert(1);
    filter: invert(1);
  }
  .submenu li {
    position: relative;
  }
  .submenu li.active > a, 
  .submenu li:hover > a {
    background: transparent;
    color: #5EDC86;
  }
  .header-btn {
    margin: 0;
    padding: 1.5rem;
  }
  .header-btn .btn{
    width: 100%;
  }
}
@media(max-width:767.98px){
  .header-top{
    display: none;
  }
}