header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  box-shadow: 0px -4px 40px 0px #002C290D;
}
.header-top-block{
  min-height: 6.4rem;
  display: flex;
  flex-wrap: wrap;
}
.logo {
  width: 13.1rem;
  align-self: center;
}
.logo a{
  display: block;
}
.logo img{
  width: 100%;
  height: auto;
}
.header-top-right{
  margin-left: auto;
  display: flex;
  align-items: center;
}
.header-item{
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  padding-right: 2.4rem;
  border-right: 1px solid #CCE2E1;
}
.header-item:nth-last-child(2){
  padding-right: 0;
  border-right: 0;
}
.header-contact a{
  display: flex;
  align-items: center;
  color: #505D62;
  font-size: 1.4rem;
  line-height: initial;
}
.header-contact a:nth-child(n + 2){
  margin-left: 1.6rem;
}
.header-contact a:hover{
  color: #66A7A4;
  text-decoration: underline !important;
}
.header-contact-icon{
  -ms-flex-nagative: 0;
  flex-shrink: 0;
  margin-right: 0.6rem;
}
.header-contact-icon img{
  width: 2.1rem;
}
#headerSearch,
#headerTranslate{
  margin: 0 -1.5rem;
  padding: 1.5rem;
}
.btn-search img{
  width: 2rem;
}
.header-font-block {
  display: flex;
  align-items: flex-end;
  margin-right: 1.2rem;
}
.header-font-block:last-child{
  margin-right: 0;
}
.btn-font:nth-child(n + 2){
  margin-left: 0.4rem;
}
.btn-font img{
  height: auto;
}
.btn-font-small img{
  width: 1rem;
}
.btn-font-noraml img{
  width: 1.4rem;
}
.btn-font-big img{
  width: 1.5rem;
}
.btn-font.active img{
  filter: brightness(0)
}
.btn-contrast img{
  width: 2rem;
}
#headerTranslate img{
  width: 3.3rem;
  height: auto;
}
.header-bottom{
  border-top: 1px solid #CCE2E1;
}
.menu-block{
  display: flex;
  flex-wrap: wrap;
}
.menu-block .menu-left > ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.menu-block li{
  margin: 0;
  padding: 0;
}
.menu-block li::after{
  content: none;
}
.menu-block li a{
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: initial;
  color: #001615;
  padding: 2.1rem 0;
  font-weight: 600;
  position: relative;
}
.menu-block li:hover > a,
.menu-block li.active:hover > a {
  color: #006d67;
}
.menu-left li{
  margin: 0 0.8rem;
}
.menu-left li:first-child{
  margin-left: 0;
}
.menu-left li.active a{
  color: #001615;
}
/* .menu-left li.active a::after{
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.4rem;
  background: #CCE266;
} */
.menu {
  margin-left: auto;
}
.menu > ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.menu > ul > li{
  margin: 0 1.2rem;
}
.menu > li:first-child{
  margin-left: 0;
}
.menu > li:last-child{
  margin-right: 0;
}
.open-submenu{
  display: none;
}
.menu-block li.haschild{
  position: relative;
}
.menu-block li.haschild > a{
  padding-right: 1.6rem;
}
.menu-block li.haschild > a::after{
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  width: 1rem;
  height: 0.7rem;
  background: url(../images/icon-down.png);
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-block li.haschild:hover > a::after{
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.submenu{
  position: absolute;
  min-width: 22rem;
  left: -2.9rem;
  top: 100%;
  background: #FFFFFF;
  /* box-shadow: 0px 4px 40px 0px #002C2959; */
  box-shadow: 0px 20px 40px -16px #002C2959;
  padding: 1.6rem 3.2rem 3.2rem;
  border-radius: 0 0 0.4rem 0.4rem;
  display: none;
}
.menu-block li.haschild:last-child .submenu{
  left: auto;
  right: -2.9rem;
}
.menu-block li.haschild:hover .submenu{
  display: block;
}
.submenu-head{
  display: none;
}
.submenu-title{
  margin-bottom: 1.6rem;
}
.menu-block .submenu-title * {
  color: #505d62;
  font-weight: 400;
  padding: 0;
  white-space: nowrap;
}
.menu-block .submenu-title a:hover {
  color: #001615;
}
.menu-block .submenu-link li{
  margin-bottom: 1.6rem;
}
.submenu-link li:last-child{
  margin-bottom: 0;
}
.menu-block .submenu-link a{
  padding: 0;
  color: #505D62;
  white-space: nowrap;
  font-weight: normal;
}
.menu-block .submenu-link a:hover {
  color: #001615;
}
.header-search-block {
  position: fixed;
  top: 6.5rem;
  height: 6.4rem;
  display: none;
  align-items: center;
  left: 0;
  width: 100%;
  background: #fff;
}
body.search-open .header-search-block{
  display: flex;
}
.header-search-input{
  position: relative;
}
.header-search-input .form-control {
  outline: none;
  border: 1px solid #CCE2E1;
  background: url(../images/icon-search.svg) #F7F7FA;
  background-repeat: no-repeat;
  background-position: left 1.5rem center;
  width: 100%;
  height: 4.8rem;
  padding: 0 5.6rem 0 4.5rem;
  font-size: 1.6rem;
  line-height: initial;
  color: #001615;
  font-family: inherit;
}
.header-search-close {
  position: absolute;
  z-index: 2;
  height: 4.8rem;
  width: 4.8rem;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-search-close img{
  width: 1.6rem;
  height: 1.7rem;
  filter: brightness(0.4);
}
.header-search-close:hover img{
  filter: brightness(0);
}
.menu-mobile{
  display: none;
}
.toggleMenu{
  width: 2.8rem;
  height: 2.8rem;
  margin-left: 2rem;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.toggleMenu span{
  position: absolute;
  height: 0.15rem;
  width: 2.2rem;
  background: #1B151C;
  border-radius: 1rem;
}
.toggleMenu span.bar1 {
  top: 0.6rem;
  transform: rotate(0);
  transition: top .15s ease .15s,transform .15s ease-out .05s;
}
body.showmenu .toggleMenu span.bar1 {
  top: 1.3rem;
  transform: rotate(45deg);
  transition: top .15s ease .05s,transform .15s ease-out .25s;
}
.toggleMenu span.bar2 {
  top: 1.3rem;
  opacity: 1;
  transition: .15s ease .15s;
}
body.showmenu .toggleMenu span.bar2 {
  opacity: 0;
}
.toggleMenu span.bar3 {
  top: 2rem;
  transform: rotate(0);
  transition: top .15s ease .15s,transform .15s ease-out .05s;
}
body.showmenu .toggleMenu span.bar3 {
  top: 1.3rem;
  transform: rotate(-45deg);
  transition: top .15s ease .05s,transform .15s ease-out .25s;
}
@media(min-width:1200px) and (max-width:1339.98px){
  .logo {
    width: 11.1rem;
  }
  .header-item {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  #headerSearch, 
  #headerTranslate {
    margin: 0 -1.2rem;
    padding: 1.2rem;
  }
  .header-contact a {
    font-size: 1.3rem;
  }
  .menu > ul > li {
    margin: 0 1rem;
  }
  .menu-block li a {
    font-size: 1.5rem;
  }
  .submenu {
    left: -2.4rem;
    padding: 1.6rem 2.4rem 2.4rem;
  }
  .menu-block li.haschild:last-child .submenu {
    right: -2.4rem;
  }
  .submenu-title {
    margin-bottom: 1.3rem;
  }
  .menu-block .submenu-link li {
    margin-bottom: 1.3rem;
  }
  .header-search-block {
    height: 6.2rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .header-top-block {
    min-height: 6rem;
  }
  .logo {
    width: 11rem;
  }
  .header-item {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  #headerSearch, 
  #headerTranslate {
    margin: 0 -1rem;
    padding: 1rem;
  }
  #headerTranslate img {
    width: 2.8rem;
  }
  .header-contact a {
    font-size: 1.3rem;
  }
  .header-contact a:first-child{
    font-size: 1.2rem;
  }
  .header-contact span span{
    display: block;
    font-size: 0;
  }
  .header-contact-icon img {
    width: 1.9rem;
  }
  .header-font-block {
    margin-right: 0.4rem;
  }
  .menu > ul > li {
    margin: 0 0.8rem;
  }
  .menu-block li a {
    font-size: 1.3rem;
    padding: 1.8rem 0;
  }
  .submenu {
    left: -2rem;
    padding: 1.2rem 2rem 2rem;
  }
  .menu-block li.haschild:last-child .submenu {
    right: -2rem;
  }
  .submenu-title {
    margin-bottom: 1.2rem;
  }
  .menu-block .submenu-link li {
    margin-bottom: 1.2rem;
  }
  .header-search-block {
    height: 5.4rem;
    top: 6.1rem;
  }
  .header-search-input .form-control {
    height: 4.2rem;
    padding: 0 5.6rem 0 4.2rem;
    font-size: 1.5rem;
  }
  .header-search-close {
    height: 4.2rem;
    width: 4.2rem;
  }
  .header-search-close img {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media(max-width:991.98px){
  .body.showmenu{
    overflow: hidden;
  }
  header {
    box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.05);
  }
  .logo {
    width: 10rem;
    margin-top: -0.3rem;
  }
  .header-top-block {
    min-height: 6rem;
  }
  .header-contact a{
    font-size: 0;
  }
  .header-contact-icon{
    margin-right: 0;
  }
  .header-btn{
    display: none;
  }
  .header-item {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  #headerSearch, 
  #headerTranslate {
    margin: 0 -1.2rem;
    padding: 1.2rem;
  }
  .toggleMenu{
    display: flex;
  }
  .header-search-block {
    top: 6rem;
    height: 5rem;
    border-top: 1px solid #CCE2E1;
  }
  .header-search-input .form-control {
    background-position: left 1.2rem center;
    height: 3.8rem;
    padding: 0 4rem 0 3.6rem;
    font-size: 1.5rem;
    background-size: 1.5rem;
  }
  .header-search-close {
    height: 3.8rem;
    width: 3.8rem;
  }
  .header-search-close img {
    width: 1.3rem;
    height: 1.4rem;
  }
  .header-bottom {
    border-top: 0;
    overflow: hidden;
  }
  .menu-block {
    display: block;
    position: fixed;
    border-top: 1px solid #CCE2E1;
    background: #fff;
    right: -100%;
    width: 100%;
    top: 6rem;
    height: calc(100vh - 6rem);
    overflow: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  body.showmenu .menu-block{
    right: 0;
  }
  .menu-block.open{
    overflow: initial;
  }
  .menu-block .menu-left > ul,
  .menu > ul{
    display: block;
  }
  .menu-block li{
    position: relative;
    margin: 0 auto !important;
    max-width: 72rem;
  }
  .menu > ul > li {
    margin: 0;
  }
  .menu-block li::after{
    position: absolute;
    content: "";
    left: -25rem;
    top: auto;
    bottom: 0;
    height: 1px;
    width: calc(100% + 50rem);
    background: #CCE2E1;
  }
  .menu-block li a {
    font-size: 1.5rem;
    padding: 1.3rem 2rem;
    margin: 0;
  }
  .menu-left li.active a::after {
    height: 0.2rem;
  }
  .menu-block li.haschild > a::after{
    content: none;
  }
  .open-submenu {
    display: flex;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 4.6rem;
    width: 12rem;
    align-items: center;
    justify-content: end;
    padding-right:1rem;
  }
  .open-submenu img{
    width: 0.8rem;
  }
  .submenu {
    display: block;
    position: fixed;
    top: 0;
    left: auto;
    right: -100% !important;
    min-width: 100%;
    width: 100%;
    box-shadow: none;
    height: 100%;
    padding: 0;
    z-index: 2;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .submenu.show{
    right: 0 !important;
  }
  .submenu-head {
    display: flex;
    height: 6rem;
    border-bottom: 1px solid #CCE2E1;
    align-items: center;
  }
  .submenu-head span {
    display: flex;
    padding: 0 2rem 0 4.6rem;
    max-width: 72rem;
    font-size: 1.8rem;
    font-weight: 600;
    width: 100%;
    color: #001615;
    margin: 0 auto;
    position: relative;
  }
  .submenu-head span::before{
    position: absolute;
    content: "";
    height: 2.4rem;
    width: 2rem;
    left: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/icon-close.svg);
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0);
  }
  .submenu-block {
    height: calc(100% - 6rem);
    overflow: hidden;
    overflow-y: auto;
  }
  .menu-block .submenu-link li {
    margin-bottom: 0;
  }
  .menu-block .submenu-link a {
    padding: 1.3rem 2rem;
    color: #001615;
    white-space: normal;
  }
  .submenu-title {
    margin-bottom: 0;
    border-bottom: 1px solid #CCE2E1;
  }
  .menu-block .submenu-title *{
    padding: 1.3rem 2rem;
    max-width: 72rem;
    margin: 0 auto;
  }
  .menu-mobile {
    display: block;
    max-width: 72rem;
    margin: 0 auto;
  }
  .menu-mobile .header-font{
    display: none;
  }
  .menu-mobile .header-btn{
    display: flex;
  }
  .menu-mobile .header-item{
    padding: 0 2rem;
    margin: 0;
    border-right: 0;
  }
  .menu-mobile .header-btn{
    margin-top: 1.5rem;
  }
  .header-btn .btn{
    width: 100%;
  }
  li.haschild>a{
    width:fit-content;
  }
  li.haschild .open-submenu{
    width:-webkit-fill-available;
  }
}
@media(max-width:767.98px){
  .header-top-block {
    min-height: 5rem;
  }
  .header-font{
    display: none;
  }
  .header-item {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }
  .header-item:first-child{
    padding-left: 0;
  }
  #headerSearch, 
  #headerTranslate {
    margin: 0 -1rem;
    padding: 1rem;
  }
  #headerTranslate img {
    width: 2.6rem;
  }
  .btn-search img {
    width: 1.6rem;
  }
  .header-contact-icon img {
    width: 1.8rem;
  }
  .toggleMenu{
    margin-left: 1.3rem;
  }
  .header-search-block {
    top: 5rem;
  }
  .menu-block {
    top: 5rem;
    height: calc(100vh - 5rem);
  }
  .menu-block li,
  .submenu-head span,
  .menu-mobile,
  .menu-block .submenu-title *{
    max-width: 54rem;
  }
  .submenu-head {
    height: 5rem;
  }
  .submenu-block {
    height: calc(100% - 5rem);
  }
  .menu-mobile .header-font {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media(min-width:992px){
.submenu-column {
  display: table-cell;
}
.submenu-column ul {
  padding: 5px 20px;
}
}