
/* ------ Non-working header ------ */

header.non-working div.cta-menu {
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  border-color: rgb(234, 238, 242);
  border-width: 1px;
  border-style: none;
  border-bottom-style: solid;
  padding: 13px 0 16px 0;
}
@media screen and (max-width: 1599px) {
  header.non-working div.cta-menu {
    padding: 11px 0 13px 0;
  }
}
@media screen and (max-width: 1199px) {
  header.non-working div.cta-menu {
    padding: 11px 0 13px 0;
  }
}
@media screen and (max-width: 767px) {
  header.non-working div.cta-menu {
    padding: 11px 0 13px 0;
  }
}

header.non-working div.cta-menu div.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header div.cta-menu div.logo-wrap {
  height: 47px;
}
@media screen and (max-width: 1599px) {
  header div.cta-menu div.logo-wrap {
    height: 40px;
  }
}
@media screen and (max-width: 1199px) {
  header div.cta-menu div.logo-wrap {

  }
}
@media screen and (max-width: 767px) {
  header div.cta-menu div.logo-wrap {
    height: auto;
  }
}

header div.cta-menu div.logo-wrap img.logoheader {
  display: block;
  margin: 3px 0 0 0;
  width: 134px;
}
@media screen and (max-width: 1599px) {
  header div.cta-menu div.logo-wrap img.logoheader {
    width: 120px;
  }
}
@media screen and (max-width: 1199px) {
  header div.cta-menu div.logo-wrap img.logoheader {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  header div.cta-menu div.logo-wrap img.logoheader {
    width: 110px;
  }
}

header div.cta-menu button.login {
  border-radius: 4px;

  width: 170px;
  height: 47px;
  font-size: 16px;
}
@media screen and (max-width: 1599px) {
  header div.cta-menu button.login {
    width: 140px;
    height: 35px;
    font-size: 13px;
  }
}
@media screen and (max-width: 1199px) {
  header div.cta-menu button.login {
    /* Current styles */
    width: 140px;
    height: 35px;
    padding: 0;
    margin-top: 4px;
    font-size: 13px;
  }
  header div.cta-menu button.login:hover {
    /* Make button light */
    background-color: #edeeef;
  }
}
@media screen and (max-width: 767px) {
  header div.cta-menu button.login {
    width: 115px;
    height: 30px;
    font-size: 12px;
    margin: 4px 0 0 0;
    padding: 0;
  }
}

header div.cta-menu div.right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

header div.cta-menu span.user {
  display: inline-block;
  vertical-align: top;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  background-image: url("/static/strelkaclientssite/res/webtemplate/ui/user.png");

  width: 25px;
  height: 25px;
  margin: 0 9px 0 0;
}
@media screen and (max-width: 1599px) {
  header div.cta-menu span.user {
    width: 22px;
    height: 22px;
    margin: 0 7px 0 0;
  }
}
@media screen and (max-width: 1199px) {
  header div.cta-menu span.user {
    width: 20px;
    height: 20px;
    margin: 0 6px 0 0;
  }
}
@media screen and (max-width: 767px) {
  header div.cta-menu span.user {
    width: 20px;
    height: 20px;
    margin: 0 6px 0 0;
  }
}

header div.cta-menu span.logout {
  display: inline-block;
  vertical-align: top;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  background-image: url("/static/strelkaclientssite/res/webtemplate/ui/logout.png");
  cursor: pointer;

  width: 21px;
  height: 21px;
  margin: 0 0 0 12px;
}
@media screen and (max-width: 1599px) {
  header div.cta-menu span.logout {
    width: 18px;
    height: 18px;
    margin: 0 0 0 11px;
  }
}
@media screen and (max-width: 1199px) {
  header div.cta-menu span.logout {
    width: 17px;
    height: 17px;
    margin: 0 0 0 11px;
  }
}
@media screen and (max-width: 767px) {
  header div.cta-menu span.logout {
    width: 18px;
    height: 18px;
    margin: 0 0 0 9px;
  }
}

header div.cta-menu a.user-name {
  color: #434343;
  font-family: 'Noto Sans Bold', 'Noto Sans', 'Roboto', Arial;
  font-weight: bold;
  /* text-decoration: none; */

  /* Needed to trim text if it's too long */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  font-size: 18px;
  margin: 0 0 4px 0;
  max-width: 300px;
}
@media screen and (max-width: 1599px) {
  header div.cta-menu a.user-name {
    font-size: 17px;
    margin: 0 0 2px 0;
    max-width: 280px;
  }
}
@media screen and (max-width: 1199px) {
  header div.cta-menu a.user-name {
    font-size: 16px;
    margin: 0 0 2px 0;
    max-width: 250px;
  }
}
@media screen and (max-width: 767px) {
  header div.cta-menu a.user-name {
    font-size: 16px;
    margin: 0 0 2px 0;
    max-width: 200px;
  }
}
@media screen and (max-width: 420px) {
  header div.cta-menu a.user-name {
    max-width: 150px;
  }
}
@media screen and (max-width: 350px) {
  header div.cta-menu a.user-name {
    max-width: 120px;
  }
}
/* header div.cta-menu a.user-name:hover {
  color: rgb(49, 137, 205);
} */

/* ------ End: Non-working header ------ */

/* ------ Non-working header: Login ------ */

div.header-login {
  display: none;
  justify-content: center;
  align-items: center;
  overflow: auto;
  padding: 30px 0 30px 0;

  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.65); /* Black w/ opacity */
  z-index: 10;
}

div.header-login.show.top {
  align-items: flex-start;
}

div.header-login.show {
  display: flex;
}

div.header-login div.content {
  padding: 20px 20px 20px 20px;
  width: 400px;
  background-color: rgb(255, 255, 255);
  border-radius: 6px;
}
@media screen and (max-width: 1599px) {
  div.header-login div.content {
    padding: 15px 15px 15px 15px;
    width: 350px;
  }
}
@media screen and (max-width: 1199px) {
  div.header-login div.content {
    padding: 13px 13px 13px 13px;
    width: 320px;
  }
}
@media screen and (max-width: 400px) {
  div.header-login div.content {
    padding: 13px 13px 13px 13px;
    width: calc(100% - 30px - 15px);
  }
}

div.header-login div.content div.caption {
  display: inline-block;
  /* font-family: "Raleway"; */
  margin: 0 0 25px 0;
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
  color: rgb(10, 11, 12);
}
@media screen and (max-width: 1599px) {
  div.header-login div.content div.caption {
    margin: 0 0 18px 0;
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  div.header-login div.content div.caption {
    margin: 0 0 15px 0;
    font-size: 21px;
  }
}
@media screen and (max-width: 400px) {
  div.header-login div.content div.caption {
    width: calc(100% - 20px);
    margin: 0 0 15px 0;
    font-size: 20px;
  }
}

div.header-login div.content span.close {
  overflow: hidden;
  float: right;
  position: relative;
  color: rgb(213, 213, 213);
  height: 27px;
  line-height: 23px;
  font-size: 40px;
  cursor: pointer;

  left: 53px;
  top: -25px;
}
@media screen and (max-width: 1599px) {
  div.header-login div.content span.close {
    left: 49px;
    top: -21px;
  }
}
@media screen and (max-width: 1199px) {
  div.header-login div.content span.close {
    height: 23px;
    line-height: 20px;
    font-size: 28px;

    left: 37px;
    top: -19px;
  }
}
@media screen and (max-width: 400px) {
  div.header-login div.content span.close {
    height: 23px;
    line-height: 20px;
    font-size: 28px;
    color: rgb(187, 191, 196);

    left: 8px;
    top: -11px;
  }
}
div.header-login div.content span.close:hover {
  color: rgb(245, 245, 245);
}

div.header-login div.content input {
  font-size: 15px;
  margin: 0 0 15px 0;
  padding: 15px 0 15px 14px;
  width: calc(100% - 16px);
}
@media screen and (max-width: 1599px) {
  div.header-login div.content input {
    margin: 0 0 11px 0;
    padding: 13px 0 13px 13px;
    width: calc(100% - 15px);
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  div.header-login div.content input {
    margin: 0 0 10px 0;
    padding: 10px 0 11px 10px;
    width: calc(100% - 12px);
    font-size: 13px;
    line-height: 16px;
  }
}
@media screen and (max-width: 400px) {
  div.header-login div.content input {

  }
}

/* Don't show password characters */
div.header-login div.content input.password {
  text-security: disc; /* IE/Safari */
  -moz-text-security: disc; /* FireFox */
  -webkit-text-security: disc; /* Chrome/Safari  */
}

div.header-login div.settings {
  display: flex;
  justify-content: space-between;
  align-items: center;

  margin: 5px 0 5px 0;
}
@media screen and (max-width: 1599px) {
  div.header-login div.settings {
    margin: 4px 0 4px 0;
  }
}
@media screen and (max-width: 1199px) {
  div.header-login div.settings {
    margin: 3px 0 3px 0;
  }
}
@media screen and (max-width: 400px) {
  div.header-login div.settings {
    display: block;
  }
}

div.header-login div.settings div.forgot-password {
  display: block;

  cursor: pointer;
  text-decoration: none;
  color: rgb(49, 137, 205);
  text-align: center;

  margin: 1px 0 0 0;
  font-size: 15px;
  height: 24px;
  line-height: 24px;
}
div.header-login div.settings div.forgot-password:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1599px) {
  div.header-login div.settings div.forgot-password {
    margin: 2px 0 0 0;
    font-size: 13px;
    height: 21px;
    line-height: 21px;
  }
}
@media screen and (max-width: 1199px) {
  div.header-login div.settings div.forgot-password {
    margin: 3px 0 0 0;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
  }
}
@media screen and (max-width: 400px) {
  div.header-login div.settings div.forgot-password {
    text-align: left;
    margin: 8px 0 0 0;
    height: 24px;
    line-height: 24px;
  }
}

div.header-login div.content button.widget-button {
  display: block;
  margin: 18px auto 0 auto;
  height: 44px;
  font-size: 16px;
  width: 100%;
}
@media screen and (max-width: 1599px) {
  div.header-login div.content button.widget-button {
    margin: 16px auto 0 auto;
    height: 42px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1199px) {
  div.header-login div.content button.widget-button {
    margin: 15px auto 0 auto;
    height: 36px;
    font-size: 13px;
  }
}
@media screen and (max-width: 400px) {
  div.header-login div.content button.widget-button {
    margin: 9px auto 0 auto;
  }
}

div.header-login div.content div.create-login-note {
  margin: 18px 0 0 0;
  color: #363636;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
}
@media screen and (max-width: 1599px) {
  div.header-login div.content div.create-login-note {
    margin: 16px 0 0 0;
    font-size: 13px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1199px) {
  div.header-login div.content div.create-login-note {
    margin: 12px 0 0 0;
    font-size: 12px;
    line-height: 14px;
  }
}
@media screen and (max-width: 400px) {
  div.header-login div.content div.create-login-note {
    line-height: 16px;
  }
}

div.header-login div.content div.create-login-note span.create-login {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: rgb(49, 137, 205);
}
div.header-login div.content div.create-login-note span.create-login:hover {
  text-decoration: underline;
}

/* ------ End: Non-working header: Login ------ */


/* ------ Non-working header: Register ------ */

div.header-register {
  display: none;
  justify-content: center;
  align-items: center;
  overflow: auto;
  padding: 30px 0 30px 0;

  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.65); /* Black w/ opacity */
  z-index: 10;
}

div.header-register.show.top {
  align-items: flex-start;
}

div.header-register.show {
  display: flex;
}

div.header-register div.content {
  padding: 25px 30px 30px 30px;
  width: 400px;
  background-color: rgb(255, 255, 255);
  border-radius: 6px;
}
@media screen and (max-width: 1599px) {
  div.header-register div.content {
    width: 350px;
  }
}
@media screen and (max-width: 1199px) {
  div.header-register div.content {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  div.header-register div.content {
    padding: 15px 15px 15px 15px;
    width: calc(100% - 30px - 15px);
  }
}

div.header-register div.content div.caption {
  display: inline-block;
  /* font-family: "Raleway"; */
  margin: 0 0 20px 0;
  font-size: 23px;
  line-height: 1.2;
  font-weight: bold;
  color: rgb(10, 11, 12);
}
@media screen and (max-width: 1199px) {
  div.header-register div.content div.caption {
    width: calc(100% - 20px);
  }
}

div.header-register div.content span.close {
  overflow: hidden;
  float: right;
  position: relative;
  color: rgb(213, 213, 213);
  height: 27px;
  line-height: 23px;
  font-size: 40px;
  cursor: pointer;

  left: 65px;
  top: -30px;
}
@media screen and (max-width: 1199px) {
  div.header-register div.content span.close {
    height: 23px;
    line-height: 20px;
    font-size: 28px;

    left: 55px;
    top: -31px;
  }
}
@media screen and (max-width: 767px) {
  div.header-register div.content span.close {
    height: 23px;
    line-height: 20px;
    font-size: 28px;
    color: rgb(187, 191, 196);

    left: 8px;
    top: -11px;
  }
}
div.header-register div.content span.close:hover {
  color: rgb(245, 245, 245);
}

div.header-register div.content div.error-message {
  display: none;
  color: rgb(10, 11, 12);
  background-color: #ebbaba;
  margin-bottom: 20px;
  padding: 5px 8px 5px 8px;
  font-size: 15px;
  line-height: 22px;
}
div.header-register.error-message div.content div.error-message {
  display: block;
}
@media screen and (max-width: 1599px) {
  div.header-register div.content div.error-message {
    margin: 0 0 18px 0;
    padding: 4px 7px 4px 7px;
    font-size: 14px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1199px) {
  div.header-register div.content div.error-message {
    margin: 0 0 15px 0;
    padding: 3px 6px 3px 6px;
    font-size: 13px;
    line-height: 16px;
  }
}
@media screen and (max-width: 400px) {
  div.header-register div.content div.error-message {
    line-height: 16px;
  }
}

div.header-register div.content input {
  font-size: 15px;
  margin: 0 0 15px 0;
  padding: 15px 0 15px 14px;
  width: calc(100% - 16px);
}
@media screen and (max-width: 1599px) {
  div.header-register div.content input {
    margin: 0 0 11px 0;
    padding: 13px 0 13px 13px;
    width: calc(100% - 15px);
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  div.header-register div.content input {
    margin: 0 0 10px 0;
    padding: 10px 0 11px 10px;
    width: calc(100% - 12px);
    font-size: 13px;
    line-height: 16px;
  }
}

div.header-register div.content div.widget-checkbox {
  margin: 0 0 8px 0;
}

div.header-register div.content button.widget-button {
  display: block;
  margin: 5px auto 0 auto;
  height: 44px;
  font-size: 16px;
  width: 168px;
}
@media screen and (max-width: 1599px) {
  div.header-register div.content button.widget-button {
    margin: 4px auto 0 auto;
    height: 42px;
    font-size: 15px;
    width: 128px;
  }
}
@media screen and (max-width: 1199px) {
  div.header-register div.content button.widget-button {
    margin: 3px auto 0 auto;
    height: 36px;
    font-size: 13px;
    width: 117px;
  }
}

div.header-register div.content div.terms {
  margin: 0 0 15px 0;
}
@media screen and (max-width: 767px) {
  div.header-register div.content div.terms {
    margin: 0 0 35px 0;
  }
}

div.header-register div.content div.terms a {
  display: inline-block;
  text-decoration: none;
  color: rgb(49, 137, 205);
}
div.header-register div.content div.terms a:hover {
  text-decoration: underline;
}

/* Using '>' bcs inside captcha could be eelements with same class */
div.header-register div.inputs-container > div.captcha-container {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  min-height: 100px;
}

div.header-register div.content button.widget-button {
  display: block;
  margin: 20px auto 0 auto;
  height: 44px;
  font-size: 16px;
  width: 168px;
}
@media screen and (max-width: 1599px) {
  div.header-register div.content button.widget-button {
    margin: 18px auto 0 auto;
    height: 42px;
    font-size: 15px;
    width: 128px;
  }
}
@media screen and (max-width: 1199px) {
  div.header-register div.content button.widget-button {
    margin: 17px auto 0 auto;
    height: 36px;
    font-size: 13px;
    width: 117px;
  }
}

/* ------ End: Non-working header: Register ------ */

/* ------ Non-working header: Forgot password ------ */

div.header-forgot-password {
  display: none;
  justify-content: center;
  align-items: center;
  overflow: auto;
  padding: 30px 0 30px 0;

  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.65); /* Black w/ opacity */
  z-index: 10;
}

div.header-forgot-password.show.top {
  align-items: flex-start;
}

div.header-forgot-password.show {
  display: flex;
}

div.header-forgot-password div.content {
  padding: 25px 30px 30px 30px;
  width: 400px;
  background-color: rgb(255, 255, 255);
  border-radius: 6px;
}
@media screen and (max-width: 1599px) {
  div.header-forgot-password div.content {
    width: 350px;
  }
}
@media screen and (max-width: 1199px) {
  div.header-forgot-password div.content {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  div.header-forgot-password div.content {
    padding: 15px 15px 15px 15px;
    width: calc(100% - 30px - 15px);
  }
}

div.header-forgot-password div.content div.caption {
  display: inline-block;
  /* font-family: "Raleway"; */
  margin: 0 0 20px 0;
  font-size: 23px;
  line-height: 1.2;
  font-weight: bold;
  color: rgb(10, 11, 12);
}
@media screen and (max-width: 1199px) {
  div.header-forgot-password div.content div.caption {
    width: calc(100% - 20px);
  }
}

div.header-forgot-password div.content span.close {
  overflow: hidden;
  float: right;
  position: relative;
  color: rgb(213, 213, 213);
  height: 27px;
  line-height: 23px;
  font-size: 40px;
  cursor: pointer;

  left: 65px;
  top: -30px;
}
@media screen and (max-width: 1199px) {
  div.header-forgot-password div.content span.close {
    height: 23px;
    line-height: 20px;
    font-size: 28px;

    left: 55px;
    top: -31px;
  }
}
@media screen and (max-width: 767px) {
  div.header-forgot-password div.content span.close {
    height: 23px;
    line-height: 20px;
    font-size: 28px;
    color: rgb(187, 191, 196);

    left: 8px;
    top: -11px;
  }
}
div.header-forgot-password div.content span.close:hover {
  color: rgb(245, 245, 245);
}

div.header-forgot-password div.content input {
  font-size: 15px;
  margin: 0 0 15px 0;
  padding: 15px 0 15px 14px;
  width: calc(100% - 16px);
}
@media screen and (max-width: 1599px) {
  div.header-forgot-password div.content input {
    margin: 0 0 11px 0;
    padding: 13px 0 13px 13px;
    width: calc(100% - 15px);
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  div.header-forgot-password div.content input {
    margin: 0 0 10px 0;
    padding: 10px 0 11px 10px;
    width: calc(100% - 12px);
    font-size: 13px;
    line-height: 16px;
  }
}

/* Using '>' bcs inside captcha could be eelements with same class */
div.header-forgot-password div.inputs-container > div.captcha-container {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  min-height: 100px;
}

div.header-forgot-password div.content button.widget-button {
  display: block;
  margin: 20px auto 0 auto;
  height: 44px;
  font-size: 16px;
  width: 168px;
}
@media screen and (max-width: 1599px) {
  div.header-forgot-password div.content button.widget-button {
    margin: 18px auto 0 auto;
    height: 42px;
    font-size: 15px;
    width: 128px;
  }
}
@media screen and (max-width: 1199px) {
  div.header-forgot-password div.content button.widget-button {
    margin: 17px auto 0 auto;
    height: 36px;
    font-size: 13px;
    width: 117px;
  }
}

/* ------ End: Non-working header: Forgot password ------ */