/* TOP-BAR */
.top-bar {
  height: inherit;
  max-width: 1460px;
  width: 100%;
  margin: auto;
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-bar_fixed {
  position: fixed;
  -webkit-animation: slideDown 0.7s ease;
          animation: slideDown 0.7s ease;
}
.top-bar-wrap {
  height: 45px;
  position: relative;
}
.top-bar-inner {
  height: inherit;
  width: 100%;
  position: absolute;
  z-index: 1500;
  top: 0;
  left: 0;
}
.top-bar__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-bar__contacts a {
  display: block;
  text-align: center;
  font-size: 0.96em;
  padding: 0 10px;
  font-size: 16px;
  color: #007d8c;
}
.top-bar__action a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  text-transform: uppercase;
  color: #000;
  font-size: 13px;
  padding: 0 20px;
}
.top-bar__action i {
  font-size: 17px;
  margin-right: 3px;
}
.top-bar__nav a {
  color: #444;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
}
.top-bar__search {
  margin: 0 5px;
}
.hamburger {
  border: none;
  outline: none;
  background-color: transparent;
  border: 1px solid transparent;
  position: relative;
  line-height: 1;
  width: 45px;
  height: 45px;
  box-sizing: border-box;
  -webkit-transition: all .4s;
  transition: all .4s;
  padding: 0;
  background-color: #006d7a;
  display: block;
}
.hamburger span {
  top: 13px;
  left: 11px;
  right: 11px;
  -webkit-transition: background-color 0s linear 0.13s;
  transition: background-color 0s linear 0.13s;
  display: block;
}
.hamburger span,
.hamburger span:before,
.hamburger span:after {
  position: absolute;
  height: 3px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  background-color: #fff;
}
.hamburger span:before,
.hamburger span:after {
  display: block;
  content: "";
  width: 100%;
}
.hamburger span:before {
  top: 7px;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger span:after {
  top: 14px;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger.is-active {
  border-bottom: none;
  z-index: 110;
}
.hamburger.is-active span {
  -webkit-transition-delay: .22s;
          transition-delay: .22s;
  background-color: transparent;
}
.hamburger.is-active span:before {
  top: 0;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
          transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger.is-active span:after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -webkit-transform: translate3d(0, 7px, 0) rotate(-45deg);
          transform: translate3d(0, 7px, 0) rotate(-45deg);
}
.lang-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lang-list a {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  font-size: 13px;
  color: #000;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.lang-list a.active {
  font-weight: bold;
}
.lang-list a:hover,
.top-bar__contacts a:hover,
.top-bar__action a:hover,
.top-bar__nav a:hover {
  background-color: #e6e6e6;
  text-decoration: none;
}
.lang-list a:focus,
.top-bar__contacts a:focus,
.top-bar__action a:focus,
.top-bar__nav a:focus {
  text-decoration: none;
}
.search-box {
  height: 35px;
  width: 204px;
  background-color: #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-box input,
.search-box button {
  height: 100%;
  border: none !important;
  background-color: transparent !important;
}
.search-box__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  width: 100%;
  color: #777;
  font-size: .9em;
}
.search-box__button {
  width: 35px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.search-box__button:hover {
  background-color: #dadada !important;
}
.search-box__button i {
  font-size: 15px;
}
.search-btn-mobile {
  display: none;
  border: none !important;
  padding: 0;
  background-color: transparent;
  width: 35px;
  height: 45px;
}
.search-btn-mobile i {
  font-size: 15px;
}
@-webkit-keyframes slideDown {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
@keyframes slideDown {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
@media screen and (min-width: 1391px) {
  .icon-hidden {
    display: none;
  }
}
@media screen and (max-width: 1390px) {
  .top-bar__action-txt {
    display: none;
  }
  .top-bar__action a {
    width: 45px;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1390px) and (min-width: 1070px) {
  .top-bar__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-bar__contacts a {
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1069px) {
  .top-bar__contacts a {
    font-size: 0.96em;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top-bar__contacts {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .top-bar .search-box {
    width: 100%;
  }
  .top-bar .search-box-wrap {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 5px;
    box-sizing: border-box;
    display: none;
  }
  .search-btn-mobile {
    display: block;
  }
  .top-bar__action a,
  .lang-list a {
    width: 35px;
  }
}
/* HEADER-MAIN */
.header-main {
  background-color: #007d8c;
}
.header-main__content {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  position: relative;
  z-index: 0;
}
.header-main__block {
  display: none;
}
.header-main__item {
  padding: 0 20px;
}
.header-main__item:last-child {
  margin-left: auto;
}
.header-main__logo {
  margin-bottom: 30px;
  max-width: 252px;
}
.header-main__logo:last-child {
  margin-bottom: 0;
}
.header-main__menu {
  background-color: #fff;
  padding: 1px 0;
}
.header-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.header-nav li {
  margin-bottom: 5px;
}
.header-nav a {
  color: #fff;
  line-height: 1.2;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.header-nav a:hover {
  text-decoration: underline;
}
.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  list-style: none;
  padding: 0;
}
.nav-list li {
  text-align: center;
  border: 1px solid #007d8c;
  border-right: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.nav-list li:last-child {
  border-right: 1px solid #007d8c;
}
.nav-list a {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.nav-list a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #007d8c;
}
@media screen and (min-width: 975px) {
  .header-main__block {
    position: absolute;
    z-index: -1;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
}
@media screen and (min-width: 576px) {
  .header-main {
    background: #007d8c url(../img/page-2/flag.png) no-repeat 100% 0% / contain;
  }
}
@media screen and (max-width: 991px) {
  .header-main__content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-main__item {
    padding: 0 10px;
  }
  .nav-list {
    font-size: 13px;
  }
  .nav-list a {
    padding: 5px;
  }
}
@media screen and (max-width: 768px) {
  .header-main__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding-top: 20px;
  }
  .header-main_hidden,
  .header-main__menu {
    display: none;
  }
}
/* BREADCRUMBS */
.breadcrumbs {
  list-style: none;
  padding: 10px 30px 20px;
  margin: 0;
}
.breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.breadcrumbs li:last-child {
  margin-right: 0;
}
.breadcrumbs a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.social-list {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.social-list li {
  display: inline-block;
  padding: 0 4px;
}
.social-list a {
  display: block;
  width: 24px;
  height: 24px;
  text-align: center;
  text-decoration: none;
  color: #bfbfbf;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.social-list a:hover {
  color: #007d8c;
}
.social-list i {
  color: inherit;
}
.social-list_white a {
  color: #fff;
}
.social-list_white a:hover {
  color: inherit;
  opacity: .7;
}
/* NAV-PAGE */
.nav-page {
  background: #fff;
  padding: 45px 20px;
  display: none;
}
.nav-page.visible {
  display: block;
}
.nav-page__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.nav-page__item {
  padding-top: 25px;
  border-right: 1px solid #e6e6e6;
}
.nav-page__item:last-child {
  border-right: none;
}
.nav-page__title {
  font-size: 20px;
  margin-bottom: 20px;
  font-family: 'Lora-Regular', serif;
  color: #007d8c;
  line-height: 1em;
  margin: 0 0 20px;
}
.nav-page__menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-page__menu > li {
  padding: 0 8px 10px 0;
}
.nav-page__menu > li > a.active {
  background: #cce5e8;
  border: 1px solid #007d8c;
  color: #007d8c;
  padding: 6px;
  margin-bottom: 10px;
  display: block;
}
.nav-page__menu a {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.3;
  font-size: 13px;
  border-bottom: 1px dashed;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.nav-page__menu a:hover {
  border-bottom-color: transparent;
}
.nav-page__submenu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-page__nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-page__nav li {
  padding: 8px 0;
}
.nav-page__logo {
  margin-bottom: 30px;
}
.nav-page__logo img {
  max-width: 100%;
  vertical-align: middle;
}
.nav-page__block {
  margin-bottom: 40px;
}
.nav-page__block:last-child {
  margin-bottom: 0;
}
.nav-page h5 {
  text-transform: uppercase;
  margin: 0 0 10px;
}
.nav-page__links {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: bold;
}
.nav-page__links a {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 0;
}
.mb-lg {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .nav-hidden-xs {
    display: none;
  }
  .nav-page {
    padding: 0;
  }
  .nav-page__inner {
    margin: 0;
  }
  .nav-page__item {
    width: 100%;
    border: none;
    padding: 0;
  }
  .nav-page__title {
    background-color: #007d8c;
    margin: 0;
    padding: 15px 20px;
    color: #fff;
  }
  .nav-page__menu > li {
    padding: 0;
  }
  .nav-page__menu > li.has-submenu > a,
  .nav-page__menu > li > a.active {
    color: #fff;
    background-color: #3397a3;
    border: none;
    border-bottom: 1px solid #007d8c;
    padding: 15px 30px 15px 20px;
    margin: 0;
    position: relative;
  }
  .nav-page__menu > li.has-submenu > a:after,
  .nav-page__menu > li > a.active:after {
    content: '\f107';
    font-family: 'fontello';
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .nav-page__menu > li.has-submenu > a:hover {
    background-color: #007d8c;
  }
  .nav-page__menu > li > a.active:after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
            transform: translateY(-50%) rotate(-180deg);
  }
  .nav-page__menu a {
    display: block;
    padding: 15px 20px;
    border-bottom: 1px solid #d8d8d8;
  }
  .nav-page__menu a:hover {
    background-color: #d8d8d8;
  }
  .nav-page__submenu {
    display: block;
  }
}
.page-container.hidden {
  display: none;
}
/* styles for ie11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .nav-list li {
    min-width: 1px;
  }
}
