@charset "UTF-8";
.common-header__navigation-container--has-no-pins .common-header__navigation-item--in-more.common-header__navigation-item--has-submenu.common-header__navigation-item--open > .common-header__navigation-item-link:before {
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20height%3D%2212%22%20viewBox%3D%220.5%200.5%2016%2012%22%20width%3D%2216%22%20enable-background%3D%22new%200.5%200.5%2016%2012%22%3E%0A%20%3Cmetadata%20id%3D%22metadata9%22%2F%3E%0A%20%3Cpath%20id%3D%22path3%22%20d%3D%22m0.5%2012.5l8-12%208%2012h-16zm8-7.208l-2.795%204.208h5.592l-2.797-4.208z%22%20fill%3D%22%23fff%22%20fill-opacity%3D%220.94118%22%2F%3E%0A%3C%2Fsvg%3E%0A);
}

.no-svg .common-header__navigation-container--has-no-pins .common-header__navigation-item--in-more.common-header__navigation-item--has-submenu.common-header__navigation-item--open > .common-header__navigation-item-link:before {
  background-image: url(../images/icon-arrow-white-up.png);
}

.common-header__navigation-container--has-no-pins .common-header__navigation-item--in-more.common-header__navigation-item--has-submenu > .common-header__navigation-item-link:before {
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20height%3D%2212%22%20viewBox%3D%220.5%200.5%2016%2012%22%20width%3D%2216%22%20enable-background%3D%22new%200.5%200.5%2016%2012%22%3E%0A%20%3Cmetadata%20id%3D%22metadata9%22%2F%3E%0A%20%3Cpath%20id%3D%22path3%22%20d%3D%22m%200.5%2C0.5%208%2C12%208%2C-12%20H%200.5%20z%20M%208.5%2C7.708%205.705%2C3.5%20h%205.592%20L%208.5%2C7.708%20z%22%20fill%3D%22%23ffffff%22%20fill-opacity%3D%220.94118%22%2F%3E%0A%3C%2Fsvg%3E%0A);
}

.no-svg .common-header__navigation-container--has-no-pins .common-header__navigation-item--in-more.common-header__navigation-item--has-submenu > .common-header__navigation-item-link:before {
  background-image: url(../images/icon-arrow-white-down.png);
}

.page-container.is-header {
  padding-top: 81px;
}

@media only screen and (max-width: 1023px) {
  .page-container.is-header {
    padding-top: 104px;
  }
}
.common-header {
  width: 100%;
  height: 81px;
  border-bottom: 1px solid #bdc0c2;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background: #fff;
  transition: transform var(--siteAnimationTime) ease, box-shadow var(--siteAnimationTime) ease, height var(--siteAnimationTime) ease;
}

@media only screen and (max-width: 1023px) {
  .common-header {
    height: 104px;
  }
}
@media only screen and (max-width: 767px) {
  .common-header {
    height: 98px;
  }
}
@media only screen and (max-width: 479px) {
  .common-header {
    height: 84px;
  }
}
.common-header--fixed {
  height: 49px;
  z-index: 100000;
  box-shadow: 0 -3px 11px 0 #1e1f23;
}

@media only screen and (max-width: 1023px) {
  .common-header--fixed.common-header--upscroll {
    height: 84px;
  }
}
.common-header .body__ad-spons--desktop,
.common-header .body__ad-spons--mobile {
  transition: transform var(--siteAnimationTime) ease;
}

.body__ad-spons--desktop.body__ad-spons--collapsed .common-header {
  transform: translateY(150px);
  top: 0;
}

.body__ad-spons--desktop.body__ad-spons--expanded .common-header {
  transform: translateY(500px);
  top: 0;
}

.body__ad-spons--desktop.body__ad-spons--sticky .common-header {
  transform: translateY(75px);
  top: 0;
}

.body__ad-spons--mobile.body__ad-spons--collapsed .common-header {
  transform: translateY(60px);
  top: 0;
}

.body__ad-spons--mobile.body__ad-spons--expanded .common-header {
  transform: translateY(300px);
  top: 0;
}

.body__ad-spons--mobile.body__ad-spons--sticky .common-header {
  transform: translateY(60px);
  top: 0;
}

.body__ad-spons--desktop.body__ad-spons--hidden .common-header,
.body__ad-spons--mobile.body__ad-spons--hidden .common-header {
  transform: translateY(0);
}

.body__ad-spons--mobile.body__ad-spons--collapsed .common-header__mobile,
.body__ad-spons--mobile.body__ad-spons--expanded .common-header__mobile,
.body__ad-spons--mobile.body__ad-spons--sticky .common-header__mobile {
  transform: translateY(0) !important;
}

.common-header__container {
  height: 100%;
}

.common-header__container.container {
  position: relative;
}

.common-header__icon {
  color: #24a87e;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  top: 33px;
  position: absolute;
  width: 20px;
  height: 20px;
  transition: all var(--siteAnimationTime) ease;
}

@media only screen and (max-width: 1023px) {
  .common-header__icon {
    top: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .common-header__icon {
    top: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .common-header__icon {
    top: 22px;
  }
}
.common-header--fixed .common-header__icon,
.common-header--fixed.common-header--outer .common-header__icon {
  top: 17px;
}

.common-header--outer .common-header__icon {
  top: 33px;
}

@media only screen and (max-width: 1023px) {
  .common-header--outer .common-header__icon {
    display: none;
  }
}
.common-header__icon--email {
  margin-right: 1px;
}

.common-header__icon--email-logged {
  width: 25px;
  margin-right: -4px;
}

.common-header__icon--email-has-new {
  overflow: visible;
}

.common-header__icon--email-has-new .outer {
  position: fixed;
  margin: -14px 12px;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 17px;
  height: 17px;
  background-color: #fff;
}

.common-header__icon--email-has-new .outer .inner {
  position: fixed;
  vertical-align: middle;
  text-indent: 0;
  text-align: center;
  line-height: 13px;
  margin: 2px;
  font-size: 7px;
  font-weight: 600;
  width: 13px;
  height: 13px;
  background-color: red;
  color: #fff;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.common-header__icon--email-has-new .outer .many {
  padding-left: 2px;
}

.common-header__icon--search {
  width: 16px;
  height: 16px;
  overflow: visible;
}

@media only screen and (max-width: 479px) {
  .common-header__icon--search {
    display: none;
  }
}
.common-header__icon--svg {
  display: block;
}

.common-header__icon--svg-path {
  fill: #24a87e;
  fill-rule: evenodd;
  transition: all 0.2s ease;
}

.common-header__icon.common-header__icon--active .common-header__icon--svg-path,
.common-header__icon:focus .common-header__icon--svg-path,
.common-header__icon:hover .common-header__icon--svg-path {
  fill: #1e1f23;
}

.common-header__icon--svg-email {
  display: block;
}

.common-header__icon--email-logged .common-header__icon--svg-email {
  display: none;
}

.common-header__icon--svg-email-logged {
  display: none;
}

.common-header__icon--email-logged .common-header__icon--svg-email-logged {
  display: block;
}

.common-header__icon--right-1 {
  right: 32px;
}

@media only screen and (max-width: 767px) {
  .common-header__icon--right-1 {
    right: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .common-header__icon--right-1 {
    right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .common-header--fixed .common-header__icon--right-1 {
    right: 16px;
  }
}
.common-header--outer .common-header__icon--right-1 {
  right: 20px;
}

.common-header__icon--right-2 {
  right: 78px;
}

@media only screen and (max-width: 767px) {
  .common-header__icon--right-2 {
    right: 66px;
  }
}
@media only screen and (max-width: 479px) {
  .common-header__icon--right-2 {
    right: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .common-header--fixed .common-header__icon--right-2 {
    right: 52px;
  }
}
.common-header--outer .common-header__icon--right-2 {
  right: 56px;
}

.common-header__icon--right-3 {
  right: 124px;
}

@media only screen and (max-width: 767px) {
  .common-header__icon--right-3 {
    right: 112px;
  }
}
@media only screen and (max-width: 479px) {
  .common-header__icon--right-3 {
    right: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .common-header--fixed .common-header__icon--right-3 {
    right: 88px;
  }
}
.common-header--outer .common-header__icon--right-3 {
  right: 92px;
}

.common-header__icon--right-4 {
  right: 170px;
}

@media only screen and (max-width: 767px) {
  .common-header__icon--right-4 {
    right: 158px;
  }
}
@media only screen and (max-width: 479px) {
  .common-header__icon--right-4 {
    right: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .common-header--fixed .common-header__icon--right-4 {
    right: 124px;
  }
}
.common-header--outer .common-header__icon--right-4 {
  right: 128px;
}

.common-header__logo {
  position: absolute;
  top: 19px;
  left: 28px;
  transition: transform var(--siteAnimationTime) ease;
  transform: translate3d(0, 0, 0);
}

@media only screen and (max-width: 1023px) {
  .common-header__logo {
    top: 19px;
    left: 29px;
  }
}
@media only screen and (max-width: 767px) {
  .common-header__logo {
    top: 23px;
    left: 19px;
  }
}
@media only screen and (max-width: 479px) {
  .common-header__logo {
    left: 20px;
  }
}
.common-header--fixed .common-header__logo {
  transform: translate3d(-8px, -12px, 0);
}

@media only screen and (max-width: 1023px) {
  .common-header--fixed .common-header__logo {
    transform: translate3d(-9px, -12px, 0);
  }
}
@media only screen and (max-width: 767px) {
  .common-header--fixed .common-header__logo {
    transform: translate3d(1px, -16px, 0);
  }
}
@media only screen and (max-width: 479px) {
  .common-header--fixed .common-header__logo {
    transform: translate3d(-4px, -6px, 0);
  }
}
.common-header--outer .common-header__logo {
  left: 0;
}

.common-header__interia-logo-container {
  display: inline-block;
}

.common-header__interia-logo {
  display: inline-table;
  padding: 5px 0;
}

@media only screen and (max-width: 1023px) {
  .common-header__interia-logo {
    margin-right: 1px;
  }
}
.common-header__interia-logo img,
.common-header__interia-logo svg {
  height: 30px;
  width: 122px;
  transition: transform var(--siteAnimationTime) ease;
  transform: translate3d(0, 0, 0);
  transform-origin: top right;
}

@media only screen and (max-width: 767px) {
  .common-header__interia-logo img,
  .common-header__interia-logo svg {
    height: 19px;
    width: 78px;
  }
}
.common-header--fixed .common-header__interia-logo img,
.common-header--fixed .common-header__interia-logo svg {
  transform: scale(0.7) translate(-6px, 2px);
}

@media only screen and (max-width: 767px) {
  .common-header--fixed .common-header__interia-logo img,
  .common-header--fixed .common-header__interia-logo svg {
    transform: translate(24px, 0);
  }
}
.common-header__service-logo {
  display: inline-table;
  padding: 5px 0;
}

.common-header__service-logo img,
.common-header__service-logo svg {
  height: 24px;
  width: 154px;
  transition: transform var(--siteAnimationTime) ease;
  transform: translate3d(0, 0, 0);
  transform-origin: top left;
}

@media only screen and (max-width: 767px) {
  .common-header__service-logo img,
  .common-header__service-logo svg {
    height: 16px;
    width: 106px;
  }
}
.common-header__service-logo svg.common-header__svg--two-line-logo {
  height: 25px;
  width: 58px;
}

@media only screen and (max-width: 767px) {
  .common-header__service-logo svg.common-header__svg--two-line-logo {
    height: 19px;
    width: 39px;
  }
}
.common-header--fixed .common-header__service-logo img,
.common-header--fixed .common-header__service-logo svg {
  transform: scale(0.7) translate(-7px, -1px);
}

@media only screen and (max-width: 767px) {
  .common-header--fixed .common-header__service-logo img,
  .common-header--fixed .common-header__service-logo svg {
    transform: translate(23px, 0);
  }
}
.common-header__interia-back-arrow {
  position: absolute;
  opacity: 0;
  width: 0;
  top: 0;
  left: 0;
  height: 24px;
  padding-top: 9px;
  transition: all var(--siteAnimationTime) ease;
}

.common-header--fixed .common-header__interia-back-arrow {
  opacity: 1;
  width: 23px;
  padding-left: 6px;
  padding-bottom: 9px;
  margin-left: -6px;
}

.common-header--fixed .common-header__interia-logo .common-header__interia-back-arrow svg {
  transform: scale(1) translate(0, 0);
}

.common-header__svg {
  display: inline-block;
}

.common-header__interia-back-arrow .common-header__svg {
  width: 17px;
  height: 18px;
}

.common-header__svg-path {
  fill: #24a87e;
  fill-rule: evenodd;
  transition: all 0.2s ease;
}

.common-header__svg-path--second {
  fill: #24a87e;
}

.common-header__icon.common-header__icon--active .common-header__svg-path,
.common-header__icon:focus .common-header__svg-path,
.common-header__icon:hover .common-header__svg-path,
.common-header__interia-logo-container:hover .common-header__svg-path,
.common-header__service-logo:hover .common-header__svg-path {
  fill: #1e1f23;
}

.common-header__interia-back-button {
  visibility: hidden;
  opacity: 0;
  color: #fff;
  background-color: #000;
  box-shadow: 0 0 12px -2px #1e1f23;
  top: 95px;
  right: calc(50% - 118.5px);
  position: absolute;
  width: 237px;
  height: 36px;
  font-family: OpenSans, Arial, sans-serif;
  font-weight: 400;
  font-size: 11px;
  text-align: center;
  line-height: 36px;
  transition: opacity var(--siteAnimationTime) ease, visibility var(--siteAnimationTime) ease, top var(--siteAnimationTime) ease;
}

@media only screen and (max-width: 1023px) {
  .common-header__interia-back-button {
    top: 111px;
  }
}
.common-header__interia-back-button:hover {
  color: #24a87e;
}

.common-header--no-page-top-elements .common-header__interia-back-button {
  visibility: visible;
  opacity: 1;
  top: 61px;
}

@media only screen and (max-width: 1023px) {
  .common-header--no-page-top-elements .common-header__interia-back-button {
    top: 85px;
  }
}
@media only screen and (max-width: 1023px) {
  .common-header--outer.common-header--no-page-top-elements.common-header--downscroll .common-header__interia-back-button {
    top: 60px;
  }
}
.common-header__interia-back-button span {
  text-transform: uppercase;
}

.common-header__popup {
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 0 12px -2px #1e1f23;
  top: 67px;
  right: 32px;
  position: absolute;
  width: 400px;
  height: 100px;
  transition: all var(--siteAnimationTime) ease;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}

.common-header__popup--visible {
  visibility: visible;
  opacity: 1;
}

.portal-menu a:hover {
  color: #24a87e;
}

.breadcrumbs {
  height: 50px;
  line-height: 1.2;
  padding: 13px 20px 17px;
}

div[data-header-popup-hide=email] {
  color: #9a9da1;
  display: block;
  background: #fff;
  border: none;
  cursor: pointer;
  font-size: 22px;
  font-weight: 700;
  height: 25px;
  overflow: hidden;
  padding: 10px;
  position: absolute;
  width: 15px;
  outline: 0;
  right: 29px;
  top: 25px;
  content: "";
}

div[data-header-popup-hide=email]:hover {
  opacity: 0.7;
}

div[data-header-popup-hide=email]:before {
  content: "×";
}

div[data-header-popup=email] {
  width: 940px;
  height: 500px;
}

div[data-header-popup=email] iframe {
  width: 100%;
  height: 100%;
}

.nxt-loading-indicator {
  content: "";
  width: 128px;
  height: 128px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -64px;
  margin-left: -64px;
  background-image: url(../images/loading_indicator.gif);
}

.notransition {
  transition: none !important;
}

.common-header__navigation {
  height: 51px;
  margin: 0 220px 0 435px;
  padding: 15px 0;
  width: calc(100% - 655px);
  position: relative;
  visibility: visible;
  opacity: 1;
  transition: padding 0.3s ease, margin 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, top 0.3s ease;
}

@media only screen and (min-width: 1680px) {
  .common-header__navigation {
    margin: 0 220px 0 570px;
    width: calc(100% - 790px);
  }
}
@media only screen and (max-width: 1279px) {
  .common-header__navigation {
    margin: 0 210px 0 395px;
    width: calc(100% - 605px);
  }
}
@media only screen and (max-width: 1023px) {
  .common-header__navigation {
    height: 32px;
    margin: 0 32px;
    padding: 9px 0;
    top: 54px;
    width: calc(100% - 64px);
  }
}
@media only screen and (max-width: 767px) {
  .common-header__navigation {
    margin: 0 18px;
    padding: 8px 0;
    top: 49px;
    width: calc(100% - 36px);
  }
}
@media only screen and (max-width: 479px) {
  .common-header__navigation {
    margin: 0 19px;
    padding: 0 0 10px 0;
    top: 43px;
    width: calc(100% - 38px);
  }
}
.common-header--fixed .common-header__navigation {
  height: 49px;
  padding: 0;
}

@media only screen and (max-width: 1023px) {
  .common-header--fixed .common-header__navigation {
    height: 32px;
    margin: 0 32px;
    padding: 8px 0;
    width: calc(100% - 64px);
    visibility: hidden;
    opacity: 0;
    top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .common-header--fixed .common-header__navigation {
    margin: 0 18px;
    width: calc(100% - 36px);
  }
}
@media only screen and (max-width: 479px) {
  .common-header--fixed .common-header__navigation {
    margin: 0 19px;
    width: calc(100% - 38px);
  }
}
@media only screen and (max-width: 1023px) {
  .common-header--outer.common-header--fixed.common-header--downscroll .common-header__navigation {
    visibility: hidden;
  }
}
@media only screen and (max-width: 1023px) {
  .common-header--fixed.common-header--upscroll .common-header__navigation {
    top: 35px;
    visibility: visible;
    opacity: 1;
  }
}
.common-header__navigation-container {
  height: inherit;
  font-size: 16px;
  margin: 0;
  min-width: 300px;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  width: 100%;
}

.common-header__navigation-container--ready {
  overflow: visible;
}

.common-header__navigation-container--has-no-pins .common-header__navigation-item--in-more.common-header__navigation-item--has-submenu > .common-header__navigation-item-link:before {
  background-repeat: no-repeat;
  background-position: center 50%;
  background-color: transparent;
  content: "";
  height: 56px;
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
}

.common-header__navigation-container--expanded .common-header__navigation-item--in-more {
  background: #1e1f23;
  height: auto;
  opacity: 1;
  padding: 0;
  width: 270px;
  visibility: visible;
  transition: opacity 0.3s ease;
}

@media only screen and (max-width: 1279px) {
  .common-header__navigation-container--expanded .common-header__navigation-item--in-more {
    width: 270px;
  }
}
.common-header__navigation-container--expanded .common-header__navigation-item--in-more .common-header__navigation-item-link {
  border-bottom: 1px solid #525358;
  color: #fff;
  height: auto;
  padding: 14px 20px;
  line-height: 20px;
  overflow: hidden;
  transition: none;
}

.common-header__navigation-item-link:hover {
  color: #24a87e !important;
}

.common-header__navigation-container--expanded .common-header__navigation-item--in-more.common-header__navigation-item--last > .common-header__navigation-item-link {
  border-bottom: none;
}

.common-header__navigation-container--expanded .common-header__navigation-item--in-more.selected > .common-header__navigation-item-link {
  color: #24a87e;
}

.common-header__navigation-container--expanded .common-header__navigation-item--in-more .common-header__navigation-item--has-submenu .common-header__navigation-list,
.common-header__navigation-container--expanded .common-header__navigation-item--in-more.common-header__navigation-item--has-submenu .common-header__navigation-list {
  width: 100%;
}

.common-header__navigation-container--expanded .common-header__navigation-item--in-more .common-header__navigation-item--has-submenu > .common-header__navigation-item-link,
.common-header__navigation-container--expanded .common-header__navigation-item--in-more.common-header__navigation-item--has-submenu > .common-header__navigation-item-link {
  padding-right: 60px;
}

.common-header__navigation-container--expanded .common-header__navigation-item--in-more .common-header__navigation-list {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}

@media only screen and (max-width: 1023px) {
  .common-header__navigation-container--expanded .common-header__navigation-item--in-more .common-header__navigation-list {
    border-top: 1px solid #525358;
    overflow: hidden;
  }
}
.common-header__navigation-container--expanded .common-header__navigation-item--in-more .common-header__navigation-list .common-header__navigation-item {
  display: block;
  height: auto;
  position: relative;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 1023px) {
  .common-header__navigation-container--expanded .common-header__navigation-item--in-more .common-header__navigation-list .common-header__navigation-item:nth-child(2n):before {
    background: #525358;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
}
.common-header__navigation-container--expanded .common-header__navigation-item--in-more .common-header__navigation-list .common-header__navigation-item .common-header__navigation-item-link {
  border-bottom: 1px solid #525358;
}

.common-header__navigation-container--expanded .common-header__navigation-item--in-more .common-header__navigation-list .common-header__navigation-item .common-header__navigation-item-link:hover {
  background-color: #4e4e4e;
}

.common-header__navigation-container--expanded .common-header__navigation-item--in-more .common-header__navigation-list .common-header__navigation-item .common-header__navigation-list .common-header__navigation-item-link {
  padding-left: 25px;
}

.common-header__navigation-container--expanded .common-header__navigation-item--in-more .common-header__navigation-list .common-header__navigation-item-link {
  box-sizing: border-box;
  line-height: 16px;
  width: 100%;
}

.common-header__navigation-container--expanded .common-header__navigation-item--in-more .common-header__navigation-item--open > .common-header__navigation-list,
.common-header__navigation-container--expanded .common-header__navigation-item--in-more.common-header__navigation-item--open > .common-header__navigation-list {
  display: block;
  opacity: 1;
  position: static;
  visibility: visible;
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.common-header__navigation-container--expanded .common-header__navigation-item--in-more .common-header__navigation-item--open > .common-header__navigation-list.nano-d2,
.common-header__navigation-container--expanded .common-header__navigation-item--in-more.common-header__navigation-item--open > .common-header__navigation-list.nano-d2 {
  position: relative;
}

.common-header__navigation-container > .common-header__navigation-list {
  height: 100%;
}

.common-header__navigation-list .nano-more {
  position: relative;
  clear: right;
  float: right;
  height: auto;
  padding: 0;
  width: 270px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  overflow: hidden;
}

.common-header__navigation-list .nano-more .nano-content-more {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: auto;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.common-header__navigation-list .nano-more .nano-pane {
  background-color: #2f3036;
  position: absolute;
  width: 14px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0.01;
  transition: 0.2s;
  z-index: 50;
  margin: 5px 0;
  padding: 0 5px;
}

.common-header__navigation-list .nano-more .nano-pane:after,
.common-header__navigation-list .nano-more .nano-pane:before {
  content: "";
  background-color: #2f3036;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
}

.common-header__navigation-list .nano-more .nano-pane:before {
  top: -5px;
}

.common-header__navigation-list .nano-more .nano-pane:after {
  bottom: -5px;
}

.common-header__navigation-list .nano-more .nano-slider {
  background-color: #525358;
  position: relative;
  margin: 0 1px;
}

.common-header__navigation-item {
  float: left;
  height: 100%;
  position: relative;
  width: auto;
}

.common-header__navigation-item.selected > a {
  color: #24a87e;
}

.common-header__navigation-item--more {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 15px;
}

.common-header__navigation-item--has-submenu > .common-header__navigation-list {
  background: #2f3036;
  height: auto;
  margin: 0;
  opacity: 0;
  overflow: visible;
  left: 0;
  position: absolute;
  visibility: hidden;
  width: 220px;
  z-index: 9999;
}

.common-header__navigation-item--has-submenu > .common-header__navigation-list .common-header__navigation-item.selected > .common-header__navigation-item-link {
  color: #24a87e;
}

.common-header__navigation-item--has-submenu > .common-header__navigation-list .common-header__navigation-item-link {
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  display: block;
  padding: 15px 20px;
}

.common-header__navigation-item--has-submenu > .common-header__navigation-list .common-header__navigation-item-link:hover {
  color: #24a87e;
}

.common-header__navigation-item--has-submenu .common-header__navigation-item--open .common-header__navigation-list,
.common-header__navigation-item--has-submenu.common-header__navigation-item--open .common-header__navigation-list,
html.no-touch .common-header__navigation-item--has-submenu.common-header__navigation-item--in-line:hover > .common-header__navigation-list {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.common-header__navigation-item--has-submenu .common-header__navigation-item {
  float: none;
}

.common-header__navigation-item--in-line .common-header__navigation-item--has-submenu.common-header__navigation-item--open .common-header__navigation-list {
  display: block;
  opacity: 1;
  position: static;
  visibility: visible;
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.common-header__navigation-item--has-submenu.common-header__navigation-item--in-more .common-header__navigation-item-pin,
.common-header__navigation-item--in-line .common-header__navigation-item--has-submenu .common-header__navigation-item-pin,
.common-header__navigation-item--in-more .common-header__navigation-item--has-submenu .common-header__navigation-item-pin {
  padding: 10px;
  position: absolute;
  top: -10px;
  right: 7px;
  transform: translate(-20px, 14px) rotate(45deg);
}

.common-header__navigation-item--has-submenu.common-header__navigation-item--in-more .common-header__navigation-item-pin:after,
.common-header__navigation-item--in-line .common-header__navigation-item--has-submenu .common-header__navigation-item-pin:after,
.common-header__navigation-item--in-more .common-header__navigation-item--has-submenu .common-header__navigation-item-pin:after {
  display: block;
  background-repeat: no-repeat;
  background-position: center 50%;
  background-color: transparent;
  content: "";
  height: 12px;
  width: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
}

.common-header__navigation-item--has-submenu.common-header__navigation-item--in-more .common-header__navigation-item-pin:hover,
.common-header__navigation-item--in-line .common-header__navigation-item--has-submenu .common-header__navigation-item-pin:hover,
.common-header__navigation-item--in-more .common-header__navigation-item--has-submenu .common-header__navigation-item-pin:hover {
  border-color: #24a87e;
  cursor: pointer;
}

.common-header__navigation-item--has-submenu.common-header__navigation-item--in-more.common-header__navigation-item--open > .common-header__navigation-item-pin,
.common-header__navigation-item--in-line .common-header__navigation-item--has-submenu.common-header__navigation-item--open > .common-header__navigation-item-pin,
.common-header__navigation-item--in-more .common-header__navigation-item--has-submenu.common-header__navigation-item--open > .common-header__navigation-item-pin {
  transform: translate(-20px, 20px) rotate(-135deg);
}

.common-header__navigation-item--has-submenu.common-header__navigation-item--in-more.common-header__navigation-item--open > .common-header__navigation-item-pin:hover,
.common-header__navigation-item--in-line .common-header__navigation-item--has-submenu.common-header__navigation-item--open > .common-header__navigation-item-pin:hover,
.common-header__navigation-item--in-more .common-header__navigation-item--has-submenu.common-header__navigation-item--open > .common-header__navigation-item-pin:hover {
  border-color: #24a87e;
  cursor: pointer;
}

.common-header__navigation-item--in-line > .common-header__navigation-item-link:hover {
  color: #24a87e;
}

.common-header__navigation-item--in-line.common-header__navigation-item--has-submenu {
  overflow: hidden;
}

.common-header__navigation-item--in-line.common-header__navigation-item--has-submenu:hover {
  overflow: visible;
}

.common-header__navigation-item--in-line.common-header__navigation-item--has-submenu .common-header__navigation-list {
  width: 220px;
}

.common-header__navigation-item--in-line.common-header__navigation-item--has-submenu .common-header__navigation-list .common-header__navigation-item-link {
  border-bottom: 1px solid #525358;
  padding: 15px;
}

.common-header__navigation-item--in-line.common-header__navigation-item--has-submenu .common-header__navigation-list .common-header__navigation-item {
  margin: 0 5px;
}

.common-header__navigation-item--in-line.common-header__navigation-item--has-submenu .nano-d2 {
  overflow: hidden;
}

.common-header__navigation-item--in-line.common-header__navigation-item--has-submenu .nano-content-d2 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.common-header__navigation-item--in-line.common-header__navigation-item--has-submenu .nano-pane {
  background-color: #2f3036;
  position: absolute;
  width: 14px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0.01;
  transition: 0.2s;
  z-index: 50;
  margin: 5px 0;
  padding: 0 5px;
}

.common-header__navigation-item--in-line.common-header__navigation-item--has-submenu .nano-pane:after,
.common-header__navigation-item--in-line.common-header__navigation-item--has-submenu .nano-pane:before {
  content: "";
  background-color: #2f3036;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
}

.common-header__navigation-item--in-line.common-header__navigation-item--has-submenu .nano-pane:before {
  top: -5px;
}

.common-header__navigation-item--in-line.common-header__navigation-item--has-submenu .nano-pane:after {
  bottom: -5px;
}

.common-header__navigation-item--in-line.common-header__navigation-item--has-submenu .nano-slider {
  background-color: #525358;
  position: relative;
  margin: 0 1px;
}

.common-header__navigation-item--in-line .common-header__navigation-item--has-submenu .common-header__navigation-list {
  display: none;
  width: 100%;
}

.common-header__navigation-item--in-line .common-header__navigation-item--has-submenu .common-header__navigation-list .common-header__navigation-item {
  margin: 0;
}

.common-header__navigation-item--in-line .common-header__navigation-item--has-submenu .common-header__navigation-list .common-header__navigation-item-link {
  padding-left: 20px;
}

.common-header__navigation-item--in-line .common-header__navigation-item--has-submenu > .common-header__navigation-item-link {
  padding-right: 60px;
}

.common-header__navigation-item--in-more {
  visibility: hidden;
  opacity: 0;
  z-index: 11;
}

.common-header__navigation-item--in-more.common-header__navigation-item--has-submenu .common-header__navigation-list {
  width: 100%;
  display: none;
}

.common-header__navigation-item-arrow {
  border: solid #000;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  content: "";
  height: auto;
  position: absolute;
  top: -15px;
  transform: translate(4px, 37px) rotate(45deg);
  transition: top 0.3s ease;
}

@media only screen and (max-width: 1023px) {
  .common-header__navigation-item-arrow {
    top: -25px;
  }
}
.common-header__navigation-item-link:hover .common-header__navigation-item-arrow {
  border-color: #24a87e;
}

.common-header--fixed .common-header__navigation-item-arrow {
  top: -17px;
}

@media only screen and (max-width: 1023px) {
  .common-header--fixed .common-header__navigation-item-arrow {
    top: -25px;
  }
}
.common-header__navigation-container--expanded .common-header__navigation-item-arrow {
  transform: translate(4px, 40px) rotate(-135deg);
}

.common-header__navigation-item-link {
  color: #000;
  display: block;
  font-family: OpenSansB, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 51px;
  text-transform: uppercase;
  padding: 0 9px;
  touch-action: manipulation;
}

@media only screen and (max-width: 1023px) {
  .common-header__navigation-item-link {
    line-height: 32px;
  }
}
.common-header__navigation-item-link::-moz-focus-inner {
  border: 0;
}

.common-header__navigation-item-link:focus {
  outline: 0;
}

.common-header--fixed .common-header__navigation-item-link {
  line-height: 49px;
}

@media only screen and (max-width: 1023px) {
  .common-header--fixed .common-header__navigation-item-link {
    line-height: 32px;
  }
}
.common-header__navigation-item:active > .common-header__navigation-item-link {
  color: #20936e;
}

.common-header__navigation-item--first.common-header__navigation-item--in-line > .common-header__navigation-item-link {
  padding-left: 0;
}

.common-header__navigation-item--more .common-header__navigation-item-link:hover {
  color: #24a87e;
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
  .common-header__navigation {
    margin: 0 220px 0 420px;
    width: calc(100% - 640px);
  }
}
.common-header__mobile .serviceSectionLinks .common-header__navigation-item-link.selected a,
.common-header__mobile .serviceSectionLinks li.selected a {
  color: #666;
}/*# sourceMappingURL=header-e0b810840b9ba46c0556e95aaaceea5e.css.map */