.page-header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  padding: 0 100px;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}

.page-header.uk-active {
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.page-header__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-header__logo {
  margin-right: auto;
  padding-top: 22px;
  padding-bottom: 22px;
  font-size: 0;
}
.logo {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.logo img {
  display: block;
  position: relative;
  max-height: 80px;
}
.logo span {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  display: inline-block;
  position: relative;
  margin-left: 15px;
  transform: translateY(2px);
  color: #555;
  font-family: Barlow;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.page-header__mainmenu {
  margin-left: 20px;
}

.page-header__mainmenu .uk-navbar-nav {
  flex-wrap: wrap;
}

.page-header__mainmenu .uk-navbar-nav > li > a {
  -webkit-transition: all 0.3 linear;
  -o-transition: all 0.3 linear;
  min-height: 40px;
  color: #222;
  font-family: Barlow;
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
  transition: all 0.3 linear;
}

.page-header__mainmenu .uk-navbar-nav > li > a:hover {
  color: var(--link-color-hover);
}

.page-header__mainmenu .uk-navbar-nav > li > a::before {
  display: none;
  position: relative;
  content: '[';
}

.page-header__mainmenu .uk-navbar-nav > li > a::after {
  display: none;
  position: relative;
  content: ']';
}

.page-header__mainmenu .uk-navbar-nav > li > a span {
  display: block;
  position: relative;
}

.page-header__mainmenu .uk-navbar-nav > li > a span::before {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: block;
  position: absolute;
  bottom: calc(100% - 5px);
  left: 50%;
  width: 20px;
  height: 20px;
  transform: translateX(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='10.5,16.08 5.63,10.66 6.37,10 10.5,14.58 14.63,10 15.37,10.66'%3E%3C/polygon%3E%3Cline fill='none' stroke='%23000' x1='10.5' y1='4' x2='10.5' y2='15'%3E%3C/line%3E%3C/svg%3E");
  content: '';
  opacity: 0;
}

.page-header__mainmenu .uk-navbar-nav > li.uk-active > a {
  color: var(--link-color-selected);
}

.page-header__mainmenu .uk-navbar-nav > li.uk-active > a:before,
.page-header__mainmenu .uk-navbar-nav > li.uk-active > a:after {
  display: inline-block;
}

.page-header__mainmenu .uk-navbar-nav > li.uk-active > a span::before {
  opacity: 1;
}

.page-header__mainmenu .uk-navbar-nav .uk-navbar-dropdown {
  width: 250px;
}

.page-header__mainmenu .uk-navbar-dropdown .uk-navbar-dropdown {
  left: 60% !important;
}

.page-header__contacts {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 30px;
  border-left: 1px solid #eee;
      padding-right: 30px;

}

.page-header__mobile-menu-btn {
  display: none;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}

.page-header__mobile-menu-btn button {
  border: none;
  background: none;
}

.page-header__mobile-menu-btn button svg {
  width: 30px;
  height: 30px;
}


.page-header__search {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
}

.page-header__search .search-full a {
  text-decoration: none;
}

.page-header__search .search-full i {
  font-size: 28px;
  color: #555;
}

.page-header__search .search-full i:hover {
  color: inherit;
}

.contacts-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 70px;
}

.contacts-block:hover {
  text-decoration: none;
}

.contacts-block::before {
  content: "";
  position: absolute;
  left: 0;
  width: 50px;
  height: 50px;
  background: url('https://okki-shop.oss-cn-hangzhou.aliyuncs.com/481/upload/sort/6592a4a5447ef3a1b20bad0f0692d0a6115634c3c6de0dc0c9b4344a72107c6e.png') no-repeat center;
  background-size: contain;
}

.contacts-block span {
  margin-bottom: 5px;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.contacts-block strong {
  color: #222;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.uk-offcanvas-bar {
  background-color: #111;
}

.uk-offcanvas-bar .uk-offcanvas-close svg {
  right: 20px;
  color: var(--text-color-active);
  opacity: 1;
}

.uk-offcanvas-bar .uk-nav-default > li > a {
  color: #fff;
  font-size: 18px;
}

.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a {
  color: #fff;
  font-size: 16px;
}

#offcanvas .uk-offcanvas-bar .uk-nav-parent-icon > .uk-parent > a:after {
  content: "\e727";
  font-family: "qico";
  font-size: 20px;
  color: #fff;
}

#offcanvas .uk-offcanvas-bar .uk-nav-parent-icon > .uk-parent.uk-open > a:after {
  content: "\e729";
  font-family: "qico";
  font-size: 20px;
  color: #fff;
}

.uk-offcanvas-bar .contacts-block::before {
  width: 40px;
  height: 40px;
}

.uk-offcanvas-bar .contacts-block span, .uk-offcanvas-bar .contacts-block strong {
  display: block !important;
  color: #fff;
}

.uk-offcanvas-bar .contacts-block {
  padding-left: 50px;
}

.zhiqing-header-lang {
  position: relative;
}
.zhiqing-header-lang .box {
  height: 34px;
  width: 90px;
  border: 1px solid #00348a;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 7px;
}
.zhiqing-header-lang .box em {
  margin: 0 7px;
  line-height: 18px;
  font-size: 15px;
  color:#00348a;
  text-transform: uppercase;
}
.zhiqing-header-lang .box i {
  width: 15px;
  line-height: 18px;
  font-size: 15px;
  text-align: center;
  color: #00348a;
}
.zhiqing-header-lang .lang-box {
  width: 200px;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 42px;
  z-index: 200;
  background: #fff;
  transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
  box-shadow: 0 0 10px rgba(63, 62, 62, 0.2);
}
.zhiqing-header-lang .lang-box::before {
  content: "";
  position: absolute;
  right: 37px;
  top: -8px;
  overflow: hidden;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  display: block;
}
.zhiqing-header-lang ul {
  max-height: 160px;
  overflow-y: scroll;
  padding: 5px 10px;
  border: 1px solid #e5e5e5;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.zhiqing-header-lang ul li {
  line-height: 20px;
  padding: 5px 0;
  border-bottom: 1px solid #f5f5f5;
  width: 50%;
}
.zhiqing-header-lang ul li:last-child {
  border: none;
}
.zhiqing-header-lang ul li a {
  color: #333;
  font-size: 15px;
  display: block;
}
.zhiqing-header-lang ul li a:hover {
  color: var(--color-primary);
}
.zhiqing-header-lang ul li img {
  vertical-align: middle;
  margin-right: 7px;
}
.zhiqing-header-lang:hover .lang-box {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 1799px) {
  .page-header {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 1365px) {
  .page-header__contacts-list ul li a .uk-icon {
    width: 30px;
    height: 30px;
  }

  .page-header__logo {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .page-header__mainmenu .uk-navbar-nav > li > a {
    padding: 0 10px;
    font-size: 16px;
  }

  .page-header__contacts {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
  }

  .logo img {
    max-height: 30px;
  }

  .page-header__search {
    width: 60px;
    height: 60px;
  }

  .contacts-block {
    padding-left: 40px;
  }

  .contacts-block::before {
    width: 30px;
    height: 30px;
  }

  .contacts-block span {
    font-size: 12px;
  }

  .contacts-block strong {
    font-size: 16px;
  }
}

@media only screen and (max-width: 959px) {
  .page-header {
    padding: 0 0 0 30px;
  }

  .page-header__mainmenu {
    display: none;
  }

  .page-header__contacts {
    padding-right: 25px;
  }

  .page-header__mobile-menu-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
  }

  .page-header__search {
    border-left: 1px solid #eee;
  }
}

@media (max-width: 767px) {
  .page-header__mainmenu .uk-navbar-nav > li > a {
    font-size: calc(12px + 13.6 * ((100vw - 320px) / 1920));
  }
}

@media only screen and (max-width: 639px) {
  .page-header {
    padding: 0 0 0 15px;
  }

  .page-header__contacts {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    padding: 0;
  }

  .contacts-block {
    padding-left: 30px;
  }

  .contacts-block span {
    display: none;
  }

  .contacts-block strong {
    display: none;
  }
}

@media only screen and (max-width: 1920px) and (min-width: 767px) {
  .page-header__mainmenu .uk-navbar-nav > li > a {
    font-size: calc(12px + 8 * (100vw / 1920));
  }
}