/* ---------- COLORS  ---------- */
/* ---------- FONTS  ---------- */
.main-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px 20px 18px;
  margin-bottom: 12px;
  position: relative;
}
@media only screen and (max-width: 920px) {
  .main-header {
    padding: 10px 0px 10px 20px;
    margin-bottom: 0px;
  }
}
.main-header .icon-link {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
}
.main-header .icon-link img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  top: 0;
  left: 0;
}
.main-header .icon-link .notifications-number {
  position: absolute;
  top: -6px;
  left: calc(100% - 10px);
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.16em;
  font-weight: 600;
  color: #FFFFFF;
  background: #E2224D;
  height: 16px;
  min-width: 16px;
  padding: 0 2px 0 3px;
}
.main-header__left {
  display: flex;
  align-items: center;
  flex: 1;
}
@media only screen and (max-width: 580px) {
  .main-header__left {
    flex-direction: column;
    align-items: flex-start;
  }
}
.main-header__left > a {
  display: inline-block;
  min-width: 88px;
  margin-right: 22px;
}
@media only screen and (max-width: 920px) {
  .main-header__left > a {
    min-width: 80px;
    margin-right: 15px;
  }
}
.main-header__left > a img {
  display: block;
  width: 100%;
}
.main-header__left input {
  width: 100%;
  max-width: 400px;
  height: 40px;
  background: #FFFFFF;
}
.main-header__right {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 580px) {
  .main-header__right {
    position: absolute;
    right: 0;
    top: 22px;
  }
}
.main-header__right .button--primary {
  margin-right: 10px;
}
.main-header__right .button--secondary {
  margin-right: 16px;
}
.main-header__right .icon-link {
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (max-width: 920px) {
  .main-header__right .icon-link {
    margin-left: 4px;
    margin-right: 4px;
  }
}
.main-header__right .user-link {
  display: flex;
  align-items: center;
  padding-left: 24px;
  margin-left: 16px;
  border-left: 1px solid #DADEE5;
  font-size: 14px;
  line-height: 1.28em;
  color: #1B1B1E;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 920px) {
  .main-header__right .user-link {
    margin-left: 10px;
    padding-left: 14px;
  }
}
.main-header__right .user-link > span {
  display: inline-block;
  margin-right: 8px;
}
@media only screen and (max-width: 920px) {
  .main-header__right .user-link > span {
    margin-right: 5px;
    max-width: 100px;
    overflow: clip;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.main-header__right .user-link > img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  object-position: center;
  display: inline-block;
  transition: all 400ms;
}
@media only screen and (max-width: 920px) {
  .main-header__right .user-link > img {
    width: 20px;
    height: 20px;
  }
}
.main-header__right .user-link .additional-settings {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 1000;
  width: 100%;
  min-width: 280px;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms;
  transform: translateY(-20px);
}
@media only screen and (max-width: 580px) {
  .main-header__right .user-link .additional-settings {
    right: -44px;
  }
}
.main-header__right .user-link.active-additional-settings .additional-settings {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.main-header__right .user-link.active-additional-settings > img {
  transform: rotate(180deg);
}
.main-header__notifications-holder {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
}
.main-header__notifications-holder .notification {
  width: 100%;
  max-width: 700px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms;
  position: absolute;
  top: 0;
  right: 0;
}
.main-header__notifications-holder .notification.active {
  opacity: 1;
  visibility: visible;
}
.main-header__mobile-menu {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 920px) {
  .main-header__mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 240px;
    height: 100%;
    background: #FFFFFF;
    z-index: 899;
    box-shadow: 2px 2px 8px 2px rgba(27, 36, 44, 0.1);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    padding-top: 60px;
    opacity: 0;
    visibility: hidden;
    transition: all 400ms;
    transform: translateX(240px);
  }
}
@media only screen and (max-width: 920px) {
  .main-header__mobile-menu a,
  .main-header__mobile-menu .button--primary,
  .main-header__mobile-menu .button--secondary {
    margin: 0;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 920px) {
  .main-header__mobile-menu .button--primary,
  .main-header__mobile-menu .button--secondary {
    width: 100%;
    display: inline-flex;
    flex-direction: row-reverse;
    text-align: center;
  }
}
.main-header__mobile-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}
.main-header #nav-icon {
  display: none;
  width: 28px;
  height: 18px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
  right: 0px;
  top: 2px;
  z-index: 900;
  transition: all 250ms;
  margin-left: 15px;
}
@media only screen and (max-width: 920px) {
  .main-header #nav-icon {
    display: block;
  }
}
.main-header #nav-icon span {
  display: block;
  position: absolute;
  height: 1px;
  width: 50%;
  background: #1B1B1E;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 250ms;
}
.main-header #nav-icon span:nth-child(even) {
  left: 50%;
}
.main-header #nav-icon span:nth-child(odd) {
  left: 0px;
}
.main-header #nav-icon span:nth-child(1), .main-header #nav-icon span:nth-child(2) {
  top: 0px;
}
.main-header #nav-icon span:nth-child(3), .main-header #nav-icon span:nth-child(4) {
  top: 7px;
}
.main-header #nav-icon span:nth-child(5), .main-header #nav-icon span:nth-child(6) {
  top: 14px;
}
.main-header #nav-icon.open span:nth-child(5) {
  opacity: 1;
}
.main-header #nav-icon.open span:nth-child(1), .main-header #nav-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-header #nav-icon.open span:nth-child(2), .main-header #nav-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.main-header #nav-icon.open span:nth-child(1) {
  left: 2px;
  top: 0px;
}
.main-header #nav-icon.open span:nth-child(2) {
  left: calc(50% - 2px);
  top: 0px;
}
.main-header #nav-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.main-header #nav-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.main-header #nav-icon.open span:nth-child(5) {
  left: 2px;
  top: 10px;
}
.main-header #nav-icon.open span:nth-child(6) {
  left: calc(50% - 2px);
  top: 10px;
}
@media only screen and (max-width: 580px) {
  .main-header .input-search {
    padding-right: 0;
  }
}
@media only screen and (max-width: 580px) {
  .main-header .input-search .input-wrap {
    max-width: 100%;
  }
}
@media only screen and (max-width: 580px) {
  .main-header .input-search .input-wrap input {
    max-width: 100%;
  }
}

/*# sourceMappingURL=main-header.css.map */
