.portlet {
  margin-bottom: 0;
}

.navigation {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  background: white;
}
@media screen and (min-width: 600px) {
  .navigation {
    position: relative;
  }
}

.navigation__stripe {
  position: absolute;
  z-index: 99;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 600px) {
  .navigation__stripe {
    bottom: -4px;
  }
}
@media screen and (min-width: 1200px) {
  .navigation__stripe {
    bottom: -3px;
  }
}

.navigation__inner {
  position: relative;
  display: block;
  height: 60px;
  max-height: 60px;
  margin: 0 auto;
  transition: 0.1s transform linear;
}

@media screen and (min-width: 1200px) {
  .navigation__inner {
    display: flex;
    flex-direction: row;
    align-content: stretch;
    align-items: center;
    max-width: 1130px;
    min-height: 80px;
  }
}
.navigation__logo {
  margin-top: 22px;
  margin-left: 16px;
  margin-bottom: 21px;
  float: left;
  background-image: url("../img/logo_balikovna.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 106px;
  height: 16px;
  text-indent: -9999px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .navigation__logo {
    background-image: url("../img/logo_balikovna.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 600px) {
  .navigation__logo {
    margin-left: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .navigation__logo {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    background-image: url("../img/logo_balikovna.png");
    background-repeat: no-repeat;
    min-width: 146px;
    height: 22px;
    background-size: contain;
  }
}
@media screen and (min-width: 1200px) {
  .navigation__logo {
    flex-basis: 288px;
    min-width: 160px;
  }
}
.navigation__logo__img {
  width: 115px;
}

@media screen and (min-width: 1200px) {
  .navigation__logo__img {
    width: 144px;
  }
}
.navigation__list {
  display: none;
  position: relative;
  height: 0;
  min-height: 0;
  padding: 0 0;
  clear: both;
  transition: 0.2s all linear;
  list-style: none;
  z-index: 100;
}

@media screen and (min-width: 1200px) {
  .navigation__list {
    display: flex;
    flex-basis: 100%;
    flex-direction: row;
    height: auto;
    margin: 0;
    padding: 0;
    list-style: none;
  }
}
.navigation__list__item {
  position: relative;
  padding: 10px 16px;
  border-top: 1px solid rgba(140, 171, 171, 0.2);
}

@media screen and (min-width: 600px) {
  .navigation__list__item {
    padding: 10px 37px;
  }
}
@media screen and (min-width: 1200px) {
  .navigation__list__item {
    display: inline;
    margin-right: 32px;
    padding: 10px 0;
    border-top: none;
  }
  .navigation__list__item:nth-child(2) {
    margin-right: 34px;
  }
  .navigation__list__item:nth-child(3) {
    margin-right: 27px;
  }
}
.navigation__list__item--active a {
  font-weight: 600;
  white-space: nowrap;
}

.navigation__list__item--active {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .navigation__list__item:hover::before {
    content: "";
    display: block;
    font-weight: normal;
    position: absolute;
    bottom: -13px;
    left: -10px;
    width: calc(100% + 20px);
    height: 3px;
    background: url("../img/active.png");
    background-size: 100%;
    z-index: 2;
  }
}
.navigation__list__item--active::before {
  content: "";
  display: none;
  font-weight: bold;
  position: absolute;
  bottom: -13px;
  left: -10px;
  width: calc(100% + 20px);
  height: 3px;
  background: url("../img/active.png");
  background-size: 100%;
  z-index: 2;
}

@media screen and (min-width: 1200px) {
  .navigation__list__item--active::before {
    display: block;
  }
}
.navigation__list__item--profile {
  display: none;
  align-self: center;
  position: relative;
  margin-left: auto;
  margin-right: 8px;
}

.navigation__list__item--profile:hover::before {
  display: none;
}

@media screen and (min-width: 1200px) {
  .navigation__list__item--profile {
    display: block;
  }
}
.navigation__list__item__button-anonymous {
  margin-top: -4px;
  padding: 0;
  border: 0;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .navigation__list__item__button-anonymous {
    width: 242px;
    height: 31px;
  }
}
.navigation__list__item__button-anonymous__text {
  padding: 10px 14px;
  background-color: #002776;
  color: #ffffff;
  font-family: "Open Sans", Arial, Helvetica;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  white-space: nowrap;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.navigation__list__item__button-anonymous__text:hover,
.navigation__list__item__button-anonymous__text:focus {
  background-color: #00acdc;
  color: #ffffff;
  text-decoration: none;
  outline: none;
}

.navigation__list__item__button-anonymous__text:active {
  background-color: #002776;
  text-decoration: none;
  outline: none;
}

.navigation__list__item__button-anonymous__text::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  width: 14px;
  height: 14px;
  margin-right: 7px;
  margin-left: 2px;
  background-image: url("../img/user.svg");
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
}

.navigation__list__item__button-logged {
  position: relative;
  display: flex;
  align-items: center;
  padding: 6px 36px 5px 17px;
  margin-top: -1px;
  border: 1px solid #f4f6f6;
  background-color: #F4F6F6;
  text-align: center;
  color: #002776;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.navigation__list__item__button-logged:hover,
.navigation__list__item__button-logged:focus {
  border: 1px solid #C8C8C8;
  text-decoration: none;
  outline: none;
}

.navigation__list__item__button-logged:hover::after,
.navigation__list__item__button-logged:focus::after {
  top: 12px;
}

.navigation__list__item__button-logged:active {
  background-color: #002776;
  text-decoration: none;
  outline: none;
  color: #fff;
  border: 1px solid #002776;
}

.navigation__list__item__button-logged:active::after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  opacity: 1;
  top: 12px;
}

.navigation__list__item__button-logged::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 19px;
  padding: 2.5px;
  border: solid #002776;
  transform: rotate(45deg);
  border-width: 0 2px 2px 0;
  opacity: 0.5;
}

.navigation__list__item__button-logged--active,
.navigation__list__item__button-logged--active:hover,
.navigation__list__item__button-logged--active:focus {
  background-color: #002776;
  text-decoration: none;
  outline: none;
  color: #fff;
  border: 1px solid #002776;
}

.navigation__list__item__button-logged--active::after,
.navigation__list__item__button-logged--active:hover::after,
.navigation__list__item__button-logged--active:focus::after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  opacity: 1;
  top: 12px;
}

.navigation__list__item__button-logged__profile-image {
  display: inline-block;
  position: relative;
  margin-right: 9px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #b50006;
}

.navigation__list__item__button-logged__profile-image__name {
  position: absolute;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 9px;
  line-height: 9px;
  color: #fff;
}

.navigation__list__item__link {
  display: block;
  color: #002776;
  font-family: Open Sans, Arial, Helvetica;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  line-height: 2.5em;
  text-decoration: none;
  white-space: nowrap;
}
.navigation__list__item__link:hover {
  font-weight: 600;
  color: #002776;
  white-space: nowrap;
}
.navigation__list__item__link::before {
  content: attr(title);
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  font-weight: bold;
}

.navigation__list__item__link:hover,
.navigation__list__item__link:focus {
  text-decoration: none;
  color: #002776;
  font-weight: 600;
}

@media screen and (min-width: 1200px) {
  .navigation__list__item__link {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.navigation__list__item--partners {
  margin-left: auto;
}

.navigation__list__item--lang {
  display: none;
  height: 40px;
  margin-top: 11px;
  margin-right: 0;
  padding: 0;
  background-color: #f4f6f6;
}

@media screen and (min-width: 1200px) {
  .navigation__list__item--lang {
    display: block;
  }
}
.navigation__list__item--lang .navigation__list__item__link {
  position: relative;
  padding-right: 30px;
  padding-left: 15px;
  font-size: 0.875em;
  font-weight: bold;
}

.navigation__list__item--lang .navigation__list__item__link:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 35px;
  left: 43px;
  padding: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: solid #002776;
  border-width: 0 1px 1px 0;
}

@media screen and (min-width: 1200px) {
  .navigation__list__item--lang .navigation__list__item__link:after {
    top: 14px;
  }
}
.navigation__list__item__langs {
  display: none;
  font-size: 1em;
  line-height: 1.375em;
}

.navigation__user-menu {
  position: relative;
  right: 0;
  top: 0;
  display: none;
  clear: both;
  width: auto;
  border: 1px solid #F4F6F6;
  background: #FFFFFF;
  z-index: 100;
}

@media screen and (min-width: 1200px) {
  .navigation__user-menu {
    position: absolute;
    right: 72px;
    top: 71px;
    width: 320px;
    clear: none;
  }
}
.navigation__user-menu::after {
  content: "";
  display: block;
  position: relative;
  margin-right: -2px;
  width: auto;
  left: -1px;
  bottom: -4px;
  border-bottom: 3px solid rgba(140, 171, 171, 0.15);
}

@media screen and (min-width: 1200px) {
  .navigation__user-menu::after {
    margin-right: 0;
    width: 320px;
  }
}
.navigation__user-menu__item {
  border-bottom: 1px solid #F4F6F6;
}

.navigation__user-menu__item:last-child {
  border-bottom: none;
}

.navigation__user-menu__item__headline {
  display: flex;
  align-items: center;
  padding: 17px;
  margin-bottom: -4px;
}

.navigation__user-menu__item__headline__profile-image {
  position: relative;
  width: 26px;
  min-width: 26px;
  height: 26px;
  margin-right: 17px;
  background: #b50006;
  border-radius: 50%;
}

.navigation__user-menu__item__headline__profile-image__name {
  position: absolute;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
  color: #fff;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 9px;
  line-height: 9px;
}

.navigation__user-menu__item__headline__name {
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.625em;
  color: #002776;
}

.navigation__user-menu__item__link {
  display: block;
  padding: 16px 37px;
  font-size: 14px;
  color: #002776;
  cursor: pointer;
  text-decoration: none;
}

.navigation__user-menu__item__link:hover {
  font-weight: bold;
  color: #002776;
  text-decoration: none;
}

.navigation__user-menu--active {
  display: block;
  z-index: 999;
}

.navigation__toggle {
  display: block;
  position: relative;
  z-index: 1;
  width: 18px;
  height: 14px;
  margin-top: 25px;
  margin-right: 16px;
  margin-left: auto;
  padding: 0;
  float: right;
  transition: 0.1s transform linear;
  border: 0;
  outline: none !important;
  background: none;
}

@media screen and (min-width: 600px) {
  .navigation__toggle {
    margin-right: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .navigation__toggle {
    display: none;
  }
}
.navigation__toggle__bar, .navigation__toggle__bar::before, .navigation__toggle__bar::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  margin: auto;
  transition: 0.1s background linear 0.1s, 0.1s top linear 0.1s, 0.1s transform linear;
  background-color: #002776;
}

.navigation__toggle__bar {
  margin-top: -3px;
}

.navigation__toggle__bar:hover,
.navigation__toggle__bar:hover::before,
.navigation__toggle__bar:hover::after {
  background-color: #00acdc;
}

.navigation__toggle__bar::before {
  top: -6px;
}

.navigation__toggle__bar::after {
  top: 6px;
}

.navigation__toggle__bar::before, .navigation__toggle__bar::after {
  transform: rotate(0deg);
}

.navigation__toggle--active .navigation__toggle__bar {
  background: none;
}

.navigation__toggle--active .navigation__toggle__bar::before {
  transform: rotate(45deg);
}

.navigation__toggle--active .navigation__toggle__bar::after {
  transform: rotate(-45deg);
}

.navigation__toggle--active .navigation__toggle__bar::before, .navigation__toggle--active .navigation__toggle__bar::after {
  top: 0;
}

.navigation__toggle--active .navigation__toggle__bar, .navigation__toggle--active .navigation__toggle__bar::before, .navigation__toggle--active .navigation__toggle__bar::after {
  transition: 0.1s background linear 0.1s, 0.1s top linear, 0.1s transform linear 0.1s;
}

.navigation__toggle--hidden {
  display: none;
}

.navigation__mobile-button__anonymous {
  display: block;
  margin-top: 21px;
  margin-right: 22px;
  padding: 10px;
  float: right;
  background-image: url("../img/user-mobile.svg");
  background-repeat: no-repeat;
  border-radius: 100px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

@media screen and (min-width: 1200px) {
  .navigation__mobile-button__anonymous {
    display: none;
  }
}
.navigation__mobile-button__logged {
  position: relative;
  float: right;
  margin-top: 18px;
  margin-right: 22px;
  padding: 12px;
  border: 1px solid #b50006;
  border-radius: 100px;
  background-color: #b50006;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.navigation__mobile-button__logged:focus {
  outline: none;
}

@media screen and (min-width: 1200px) {
  .navigation__mobile-button__logged {
    display: none;
  }
}
.navigation__mobile-button__logged__text {
  position: absolute;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 9px;
  color: #fff;
  line-height: 9px;
}

.navigation--open .navigation__inner {
  height: auto;
  max-height: 1000px;
}

.navigation--open .navigation__list {
  display: block;
  height: auto;
  max-height: 1000px;
  margin: 0;
}

@media screen and (min-width: 1200px) {
  .navigation--open .navigation__list {
    display: flex;
  }
}
.navigation--open .navigation__mobile-button__logged {
  display: none;
}

.navigation--profile-open .navigation__inner {
  height: auto;
  max-height: 1000px;
}

.navigation--profile-open .navigation__toggle {
  display: none;
}

.navigation--profile-open .navigation__mobile-button__logged {
  margin-right: 16px;
  border: none;
  background-color: transparent;
}

.navigation--profile-open .navigation__mobile-button__logged {
  padding: 9px;
}

@media screen and (min-width: 600px) {
  .navigation--profile-open .navigation__mobile-button__logged {
    margin-right: 35px;
  }
}
.navigation--profile-open .navigation__mobile-button__logged::before,
.navigation--profile-open .navigation__mobile-button__logged::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  margin: auto;
  background-color: #002776;
}

.navigation--profile-open .navigation__mobile-button__logged::before {
  transform: rotate(45deg);
}

.navigation--profile-open .navigation__mobile-button__logged::after {
  transform: rotate(-45deg);
}

.navigation--profile-open .navigation__mobile-button__logged__text {
  display: none;
}

.navigation__list .form-group {
  margin-bottom: 0;
}
.navigation__list__item--lang-switch {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  z-index: 100;
}
@media screen and (min-width: 600px) {
  .navigation__list__item--lang-switch {
    padding-left: 37px;
  }
}
@media screen and (min-width: 1200px) {
  .navigation__list__item--lang-switch {
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .navigation__list__item--lang-switch:hover::before {
    display: none;
  }
}

.control-label {
  text-indent: -9999px;
  height: 0;
  width: 0;
  display: block;
}

.select-box {
  display: block;
  font-family: Open Sans, Arial, Helvetica;
  font-size: 14px;
  line-height: 19px;
  color: #002776;
  background-color: #f4f6f6;
  border: 1px solid #f4f6f6;
  border-radius: 0;
  font-weight: 700;
  z-index: 1;
  width: 70px;
  height: 35px;
  position: relative;
}
.select-box__current {
  position: relative;
  cursor: pointer;
  outline: none;
  height: 103%;
  width: 100%;
  border: none;
  background-color: #f4f6f6;
  color: #002776;
  font-weight: 700;
  padding-left: 14px;
}
.select-box__current:active, .select-box__current:focus {
  background-color: #002776;
  color: #ffffff;
}
.select-box__current:active ~ .select-box__current__arrow, .select-box__current:focus ~ .select-box__current__arrow {
  color: #ffffff;
  opacity: 1;
}
.select-box__current:focus ~ .select-box__list {
  display: block;
  animation-name: none;
}
.select-box__current:focus ~ .select-box__list .select-box__option {
  cursor: pointer;
}
.select-box__current__arrow {
  position: absolute;
  pointer-events: none;
  top: 12px;
  right: 17px;
  border-color: #002776;
  border: solid;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2.5px;
  margin-bottom: 3px;
  margin-left: 6px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  opacity: 0.5;
}
.select-box__input-text {
  position: absolute;
  top: 7px;
}
.select-box__list {
  position: absolute;
  left: 0;
  top: 128%;
  width: 248px;
  padding: 0;
  list-style: none;
  display: none;
  border: 1px solid #E7EEEE;
  border-bottom: 3px solid #EEF2F2;
}
@media screen and (min-width: 600px) {
  .select-box__list {
    width: 184px;
    top: 132%;
  }
}
@media screen and (min-width: 1200px) {
  .select-box__list {
    right: 0;
    left: auto;
    top: 117%;
  }
}
.select-box__list > li:first-child {
  border-bottom: 1px solid #E7EEEE;
  opacity: 1;
}
.select-box__option {
  display: block;
  padding: 10px 50px 10px 40px;
  background-color: #fff;
  color: #002776;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.select-box__option:hover, .select-box__option:focus {
  font-weight: 700;
}
.select-box__option--active {
  font-weight: 700;
}
.select-box__option--active::before {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  height: 13px;
  width: 6px;
  border-bottom: 2px solid #8093BA;
  border-right: 2px solid #8093BA;
  margin-right: 11px;
  margin-left: -20px;
}
.select-box__option--active::before .portlet {
  margin-bottom: 0;
}

.select-box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}

select::-ms-expand {
  display: none;
}