/* Шапка сайта*/

.body:not(.index) .page-header__link {
  color: #000;
}

.body:not(.index) .page-header__link:hover {
  color: #4d7c99;
}

.body:not(.index) .page-header {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  margin: 0 !important;
  padding: 0 !important;
  transition: all 0.3s ease-in-out;
  background: transparent;
  border-bottom: 1px solid #e5e5e5;
}

body.inner-detail-page .body:not(.index) .page-header {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid transparent;
}

body.inner-detail-page .body:not(.index) .page-header__link {
  color: #fff;
}

body.inner-detail-page .body:not(.index) .page-header__link:hover {
  opacity: 0.8;
}

.page-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100px;
  margin: 0 !important;
  padding: 0 !important;
  transition: all 0.3s ease-in-out;
  background: transparent;
  border-bottom: 1px solid transparent;
}

.body:not(.index) .page-header.page-header--themed {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  border-bottom: 1px solid transparent;
}

.body:not(.index) .page-header.page-header--themed .page-header__link {
  color: #fff;
}

.body:not(.index) .page-header.page-header--themed .page-header__link:hover {
  opacity: 0.8;
}

.page-header.page-header--scrolled {
  background: #f8f8f8;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}

.page-header.page-header--scrolled {
  height: 70px;
}

.page-header.page-header--scrolled .page-header__inner {
  height: 70px;
}

.page-header.page-header--scrolled .page-header__menu {
  height: 70px;
}

.page-header.page-header--scrolled .page-header__right-info-text {
  margin: -8px 0 0;
}

.page-header.page-header--scrolled .page-header__logo {
  width: 200px;
}

.page-header.page-header--scrolled .page-header__link {
  color: #000;
}

.page-header.page-header--scrolled .page-header__link:hover {
  color: #4d7c99;
}

.page-header.page-header--scrolled {}

.page-header__container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 117px;
  padding-right: 117px;
}

.page-header__inner {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 70px;
}

.page-header__menu {
  display: flex;
  gap: 40px;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 70px;
}

.page-header__menu-item {
  list-style-type: none;
  height: 70px;
}

.page-header__link {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 100%;
  font-family: "Literata", Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.page-header__link:hover {
  color: #fff;
  opacity: 0.8;
}

.page-header__menu-item.page-header__menu-item-first:hover .page-header__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.page-header__dropdown:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.page-header__link:hover {
  opacity: 0.8;
}

.page-header__right {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.page-header__right-link {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 20px 13px;
  width: 174px;
  height: 49px;
  background: rgb(77, 124, 153);
  font-family: "Literata", Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.page-header__right-link:hover {
  background: rgb(77, 124, 153, 0.9);
  color: #fff;
}

.page-header__right-info {
  display: flex;
  flex-direction: column;
}

.page-header__right-info-text {
  margin: -5px 0 0;
  font-family: "Literata", Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-align: right;
  color: #4d7c99;
}

.page-header__logo {
  flex-shrink: 0;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 200px;
  margin-left: 40px;
  font-size: 0;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.page-header__logo>img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.page-header__right-langs {
  display: flex;
  align-items: center;
  gap: 23px;
}

.page-header__dropdown {
  min-width: 240px;
  padding: 17px 0;
  left: 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
  background: #fff;
  border-radius: 4px;
  position: absolute;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
  transition-delay: .2s;
  overflow: hidden;
  pointer-events: none;
}

.page-header__dropdown-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-header__dropdown-item {
  padding: 7px 28px;
  white-space: nowrap;
  margin: 0;
  list-style: none;
}

.page-header__dropdown-item>a {
  display: block;
  word-break: break-word;
  max-width: 100%;
  color: #333;
  white-space: normal;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.page-header__dropdown-item>a:hover {
  color: #4d7c99 !important;
}

@media (max-width: 1919px) {
  .page-header__menu {
    gap: 25px;
  }

  .page-header__right {
    gap: 25px;
  }

  .page-header__logo {
    margin-left: 0;
  }
}

@media (max-width: 1599px) {
  .page-header__logo {
    width: 200px;
  }

  .page-header__container {
    padding: 0 80px;
  }

  .page-header__right-info-text {
    margin: -8px 0 0;
  }
}

@media (max-width: 1519px) {
  .page-header__container {
    padding: 0 32px;
  }

  .page-header__dropdown {
    left: 32px;
  }
}

@media (max-width: 1439px) {
  .page-header__menu {
    gap: 20px;
  }

  .page-header__right {
    gap: 20px;
  }

  .page-header__right-langs {
    gap: 18px;
  }

  .page-header__logo {
    width: 180px;
  }
}

@media (max-width: 1299px) {
  .page-header__link {
    font-size: 16px;
  }

  .page-header__right-link {
    font-size: 16px;
    width: 155px;
    padding: 9px 15px 13px;
  }
}

@media (max-width: 1169px) {
  .page-header__logo {
    width: 165px;
  }

  .page-header__menu {
    gap: 18px;
  }

  .page-header__right {
    gap: 18px;
  }

  .page-header__right-langs {
    gap: 15px;
  }

}

@media (max-width: 1124px) {
  .page-header__logo {
    width: 140px;
  }

  .page-header__link {
    font-size: 15px;
  }

  .page-header__right-link {
    width: 140px;
    font-size: 15px;
  }

  .page-header__right-info-text {
    font-size: 11px;
  }

  .page-header__menu {
    gap: 15px;
  }

  .page-header__right {
    gap: 15px;
  }

  .page-header__right-langs {
    gap: 12px;
  }
}

@media (max-width: 1024px) {
  .page-header__logo {
    width: 120px;
  }
}

@media (max-width: 992px) {
  .page-header {
    display: none;
  }

  body>.body:not(.index)>.main {
    padding-top: 0;
  }
}


.header-link-active {
  color: #4d7c99 !important;
  font-weight: 500;
}