body {
  font-family: "RobotoCondensed", sans-serif;
  font-weight: normal;
  font-size: 14px;
  min-width: 300px;
  position: relative;
  line-height: 1.42857;
  -webkit-font-smoothing: antialised; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: red; }

body input:required:valid,
body textarea:required:valid {
  color: green; }

html, body {
  overflow-x: hidden;
  height: 100%;
  -webkit-overflow-scrolling: touch; }

* {
  margin: 0;
  padding: 0; }

.hidden {
  display: none; }

a:hover,
a:visited,
a:link,
a:active {
  text-decoration: none; }

a,
input,
input[type='submit']:focus {
  outline: none !important; }

body {
  background-color: #fff;
  font-family: "HelveticaRegular", sans-serif; }

::-webkit-input-placeholder {
  color: #000; }

::-moz-placeholder {
  color: #000; }

::-ms-input-placeholder {
  color: #000; }

::-moz-placeholder {
  color: #000; }

.wrapper {
  position: relative;
  min-height: 100%; }

.wrapper__main--padding {
  padding-bottom: 200px; }

.wrapper__news--padding {
  padding-bottom: 80px; }

.fixed-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

.width-100p {
  width: 100% !important; }

.width-200 {
  width: 200px !important; }

.width-300 {
  width: 300px !important; }

.padding-0 {
  padding: 0; }

.text-center {
  text-align: center; }
  .text-center label {
    margin: auto; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.margin-bottom-30 {
  margin-bottom: 30px !important; }

.margin-bottom-20 {
  margin-bottom: 20px !important; }

.margin-bottom-10 {
  margin-bottom: 20px !important; }

i[class*='ic-lang-'] {
  display: inline-block;
  content: "";
  background-size: cover;
  background-repeat: no-repeat; }

.ic-lang--small {
  width: 32px;
  height: 18px; }

.ic-lang--lg {
  width: 60px;
  height: 30px; }

.ic-lang-ru {
  background: url("../skins/crm/lang_icon_rf_crm.png") center;
  border: 1px solid #dedede; }

.ic-lang-enint {
  background: url("../skins/crm/lang_icon_enint_crm.png") center; }

.ic-lang-us {
  background: url("../skins/crm/lang_icon_us_crm.png") center; }

.ic-lang-de {
  background: url("../skins/crm/lang_icon_de_crm.png") center; }

.ic-select-down {
  display: inline-block;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 18px;
  background-image: url("../skins/crm/select-down_crm.png"); }

.border-bottom {
  border-bottom: 1px solid #7b7b7b; }

.header-language {
  position: relative;
  z-index: 100; }
  .header-language--width {
    width: 190px; }
  .header-language--padding {
    padding: 5px 0px; }
  .header-language__current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #dedede;
    border-radius: 3px;
    cursor: pointer;
    background-color: #FFF; }
    .header-language__current i {
      margin: 2px 4px; }
    .header-language__current span {
      overflow: hidden;
      white-space: nowrap; }
  .header-language__list {
    display: none;
    width: 100%;
    border: 1px solid #dedede;
    border-radius: 3px;
    background-color: #FFF; }
    .header-language__list ul {
      list-style-type: none; }
    .header-language__list a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 15px 10px;
      width: 100%;
      height: 100%;
      color: #333; }
      .header-language__list a:hover {
        background-color: #f8b62d; }
    .header-language__list i {
      margin-right: 5px; }
    .header-language__list--position {
      position: absolute;
      top: 30px;
      right: 0; }

.position-fixed {
  position: fixed; }

.padding-0-8 {
  padding: 0 8px; }

.flex-content-top {
  -webkit-box-align: start !important;
  -webkit-align-items: start !important;
      -ms-flex-align: start !important;
          align-items: start !important; }

.autorisation--margin {
  margin-top: 10vh; }

.autorisation-content img {
  width: 100%;
  max-width: 130px; }
.autorisation-content__logo {
  text-align: center; }

.autorisation-form {
  text-align: center;
  position: relative; }
  .autorisation-form input[type='text'] {
    height: 40px;
    font-size: 24px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #000;
    padding: 0 10px;
    width: 45%;
    color: #000; }
  .autorisation-form input[type='submit'] {
    content: "";
    display: inline-block;
    width: 136px;
    height: 136px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -68px;
    margin-top: -48px;
    font-size: 0px;
    background-image: url("../skins/crm/login_enter_buttond1_crm.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    border: none; }
    .autorisation-form input[type='submit']:hover {
      background-image: url("../skins/crm/login_enter_buttond1_selected_crm.png"); }
  .autorisation-form--margin {
    margin-top: 50px; }
  .autorisation-form__company-logo {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -30px;
    margin-top: 80px; }
    .autorisation-form__company-logo img {
      max-width: 60px; }
  .autorisation-form input.autorisation-form__name {
    padding-right: 54px; }
  .autorisation-form input.autorisation-form__password {
    padding-left: 54px; }
  .autorisation-form__forgot-passwort {
    display: inline-block;
    color: #a61500; }
    .autorisation-form__forgot-passwort--margin {
      margin-top: 100px;
      margin-bottom: 20px; }

.social-links-wrapper {
  background-color: #FFF;
  overflow: hidden; }

.social-links {
  text-align: center;
  -webkit-transition: all 0.3s linear;
          transition: all 0.3s linear; }
  .social-links img {
    width: 100%; }
  .social-links ul {
    padding: 0 10%; }
  .social-links li {
    display: inline-block;
    margin-top: 20px;
    width: 20%; }
  .social-links__img--hover {
    display: none; }
  .social-links a:hover .social-links__img--default {
    display: none; }
  .social-links a:hover .social-links__img--hover {
    display: inline-block; }
  .social-links--border {
    border: 1px solid #7b7b7b;
    border-radius: 30px 30px 0 0;
    border-bottom: 0; }
  .social-links--padding {
    padding-bottom: 10px; }
  .social-links__show-all {
    content: "";
    width: 100px;
    height: 50px;
    background-image: url("../skins/crm/login_socnetenter_points_crm.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin: auto;
    margin-top: 10px; }
    .social-links__show-all:hover {
      opacity: 0.8; }
  .social-links__title {
    text-transform: uppercase;
    font-size: 18px;
    font-family: "HelveticaBold"; }
    .social-links__title--margin {
      margin-top: 10px; }

.account-info {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .account-info--border-bottom {
    border-bottom: 1px solid #cfcfcf; }

.account-info-data-wrap {
  width: 100%; }

.account-info-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }
  .account-info-data__number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    font-family: HelveticaBold;
    text-align: center; }
    .account-info-data__number--bold {
      font-size: 25px;
      line-height: 25px; }
    .account-info-data__number--thin {
      font-size: 14px;
      color: #6c757f; }
    .account-info-data__number--width {
      width: 120px; }
  .account-info-data__text {
    width: 100%;
    font-size: 18px; }
  .account-info-data--padding {
    padding: 5px 0; }
  .account-info-data--bg-blue {
    background-color: #699bfc; }

.account-info-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .account-info-logos--width {
    max-width: 180px; }
  .account-info-logos img {
    max-width: 100%; }
  .account-info-logos > div {
    width: 50%; }

.main-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.main-menu-item {
  position: relative;
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px; }
  .main-menu-item a {
    color: #000;
    width: 60%; }
    .main-menu-item a:hover .main-menu-item__img--default {
      display: none; }
    .main-menu-item a:hover .main-menu-item__img--hover {
      display: block; }
  .main-menu-item img {
    max-width: 100%; }
  .main-menu-item__img--hover {
    display: none; }
  .main-menu-item__img-company {
    max-width: 40% !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
  .main-menu-item--padding {
    padding: 20px 0; }

.main-menu-settings-btn {
  text-align: center; }
  .main-menu-settings-btn a {
    color: #000;
    font-size: 21px; }

.main-menu-logo {
  text-align: center; }
  .main-menu-logo img {
    max-width: 60px; }

.flex-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.back-to-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .back-to-menu a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
  .back-to-menu--width {
    width: 150px; }
  .back-to-menu img {
    max-height: 90px; }

.bg-gradient-gray {
  background: #fdfdfd;
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #e1e1e1 100%);
  background: linear-gradient(to bottom, #fdfdfd 0%, #e1e1e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e1e1e1',GradientType=0 ); }
  .bg-gradient-gray img {
    height: 28px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }

.bg-gradient-yellow {
  background: #fffd59;
  background: -webkit-linear-gradient(top, #fffd59 0%, #f39b24 100%);
  background: linear-gradient(to bottom, #fffd59 0%, #f39b24 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffd59', endColorstr='#f39b24',GradientType=0 ); }

.news-page-head {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .news-page-head--padding {
    padding: 15px 0; }
  .news-page-head__user-list {
    text-align: center; }

.font-size-18 {
  font-size: 18px; }

.font-size-21 {
  font-size: 21px; }

.color-grey {
  color: #7c7d82; }

.content-language,
.publics-list {
  position: relative;
  cursor: pointer;
  font-size: 18px;
  z-index: 10; }
  .content-language img,
  .publics-list img {
    max-width: 40px; }
  .content-language__list,
  .publics-list__list {
    display: none;
    max-width: 300px;
    width: calc(100% + 30px);
    position: absolute;
    top: 22px;
    border: 1px solid #dedede;
    border-radius: 3px;
    background-color: #FFF;
    z-index: 10; }
    .content-language__list ul,
    .publics-list__list ul {
      list-style: none; }
    .content-language__list a,
    .publics-list__list a {
      display: inline-block;
      padding: 10px 0;
      height: 100%;
      width: 100%;
      padding-left: 40px; }
      .content-language__list a:hover,
      .publics-list__list a:hover {
        background-color: #f8b62d; }

.content-language__list {
  right: -15px; }

.publics-list__list {
  left: -15px;
  z-index: 11; }

.content-language-header,
.publics-list-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .content-language-header img,
  .publics-list-header img {
    max-width: 40px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .content-language-header--padding,
  .publics-list-header--padding {
    padding: 10px 15px; }

.article-small-content a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000; }
.article-small-content img {
  min-width: 120px;
  width: 20%; }
.article-small-content__margin-left-10p {
  margin-left: 10%; }
.article-small-content__title {
  font-size: 18px; }
.article-small-content--margin-10-0 {
  margin: 10px 0; }

.article-add-news {
  width: 100%;
  height: 50px; }
  .article-add-news a {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #000;
    text-transform: uppercase;
    font-family: "HelveticaBold"; }

.article-news-slider-wrap .slick-dots {
  bottom: -40px; }

.edit-article-form,
.about-company-form {
  font-size: 16px;
  width: 100%; }
  .edit-article-form textarea,
  .about-company-form textarea {
    width: 100%; }
  .edit-article-form input,
  .edit-article-form textarea,
  .about-company-form input,
  .about-company-form textarea {
    background: #fff;
    border: 1px solid;
    border-color: #959ea9;
    border-radius: 3px;
    color: #3f4b54;
    padding: 5px;
    width: 100%; }
  .edit-article-form__label-top,
  .about-company-form__label-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .edit-article-form__input-image span, .edit-article-form__office-image span,
  .about-company-form__input-image span,
  .about-company-form__office-image span {
    display: block;
    margin-bottom: 5px; }
  .edit-article-form__input-image img, .edit-article-form__office-image img,
  .about-company-form__input-image img,
  .about-company-form__office-image img {
    max-width: 320px;
    padding: 10px 0;
    margin: auto; }
  .edit-article-form__office-image span,
  .about-company-form__office-image span {
    max-width: 60px; }
  .edit-article-form__office-image img,
  .about-company-form__office-image img {
    max-width: 200px; }
  .edit-article-form select,
  .about-company-form select {
    height: 40px;
    width: 200px;
    border: 1px solid;
    border-color: #959ea9; }
  .edit-article-form--width-300,
  .about-company-form--width-300 {
    width: 300px;
    max-width: 300px;
    margin: auto; }
    .edit-article-form--width-300 input,
    .about-company-form--width-300 input {
      height: 40px;
      width: 200px;
      border: 1px solid;
      border-color: #959ea9; }
  .edit-article-form__line-block,
  .about-company-form__line-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .edit-article-form__single-button-block,
  .about-company-form__single-button-block {
    display: inline-block;
    width: 100%; }
  .edit-article-form__system-name,
  .about-company-form__system-name {
    width: 200px;
    text-align: left; }
    .edit-article-form__system-name--padding-right-36,
    .about-company-form__system-name--padding-right-36 {
      padding-right: 35px; }
  .edit-article-form__phone-wrap input,
  .about-company-form__phone-wrap input {
    max-width: 150px; }
  .edit-article-form__phone-wrap span,
  .about-company-form__phone-wrap span {
    max-width: 100px; }
  .edit-article-form__add-product span,
  .about-company-form__add-product span {
    max-width: 100px;
    text-align: left; }
  .edit-article-form__add-product-input,
  .about-company-form__add-product-input {
    position: relative; }
    .edit-article-form__add-product-input input,
    .about-company-form__add-product-input input {
      border: none; }

.about-company-form__line-block {
  position: relative; }
  .about-company-form__line-block input {
    width: 200px; }

.input-file-container {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
  background-image: -webkit-linear-gradient(bottom, #909090, #fafafa);
  background-image: linear-gradient(bottom, #909090, #fafafa);
  text-transform: uppercase; }
  .input-file-container input[type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0; }
  .input-file-container--size {
    min-height: 40px;
    width: 200px; }

.add-paragraph-btn {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -webkit-linear-gradient(bottom, #909090, #fafafa);
  background-image: linear-gradient(bottom, #909090, #fafafa);
  text-transform: uppercase; }
  .add-paragraph-btn--size {
    min-height: 100px;
    width: 200px; }
  .add-paragraph-btn--margin {
    margin: auto; }
  .add-paragraph-btn span {
    display: inline-block;
    width: 50%; }

.multilanguage-tabs {
  width: 100%;
  display: inline-block; }

.multilanguage-tabs-buttons .ui-tabs-nav li {
  margin: 0;
  width: 25%; }
  .multilanguage-tabs-buttons .ui-tabs-nav li a {
    width: 100%; }

.create-paragraph {
  display: none; }

.form-button {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -webkit-linear-gradient(bottom, #909090, #fafafa);
  background-image: linear-gradient(bottom, #909090, #fafafa);
  border: none;
  text-transform: uppercase;
  min-height: 40px; }

.cross-img {
  cursor: pointer;
  width: 30px;
  height: 30px; }
  .cross-img--possition {
    position: absolute;
    right: 0;
    top: 4px; }

.slick-list,
.slick-slide:focus {
  outline: none !important; }

.title-end-plus-ic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 300px;
  margin: auto;
  cursor: pointer; }
  .title-end-plus-ic img {
    margin-top: -2px;
    max-width: 30px;
    height: 30px; }

.company-info-page-four {
  padding-bottom: 40px; }

.company-info-page-five {
  padding-bottom: 65px; }

.company-graphic-resource {
  background-color: #FFF;
  margin-bottom: 40px !important; }
  .company-graphic-resource span {
    max-width: 100%; }
  .company-graphic-resource img {
    max-width: 100%;
    padding: 0;
    max-height: 90px;
    width: auto; }
  .company-graphic-resource--image {
    position: relative;
    border: 1px solid #cfcfcf;
    border-radius: 6px;
    background-color: #F5F5F5;
    cursor: pointer; }
  .company-graphic-resource .input-file-container {
    background-image: none; }

.load-image-dropped-list {
  display: none;
  width: 100%;
  position: absolute;
  background-color: #FFF;
  border: 1px solid #cfcfcf;
  border-radius: 6px;
  top: 92px;
  left: 0; }
  .load-image-dropped-list > div {
    padding: 5px 10px; }
  .load-image-dropped-list--load:hover, .load-image-dropped-list--delete:hover {
    background-color: #f8b62d; }
  .load-image-dropped-list--load input {
    display: none; }
  .load-image-dropped-list--load label {
    cursor: pointer;
    display: inline-block;
    width: 100%; }
  .load-image-dropped-list__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    border-bottom: 1px solid #cfcfcf;
    padding: 0 30px; }

.z-index {
  position: relative;
  z-index: 2; }

.login-logo {
  width: 150px;
  background-color: #FFF;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto; }

img.login-logo__arrow {
  max-width: 30px; }

img.login-logo__logo {
  border: 1px solid #cfcfcf;
  border-radius: 6px;
  background-color: #F5F5F5;
  margin-right: 10px; }

img.login-logo__logo-16x1 {
  max-width: 16px; }

.login-logo__16x1 .load-image-dropped-list {
  top: 18px; }

.login-logo-dropped-list-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  overflow: auto; }

.login-logo-dropped-list {
  display: block;
  position: relative;
  background-color: #FFF;
  border: 1px solid #cfcfcf;
  border-radius: 6px;
  padding: 5px 10px;
  width: 300px;
  height: 380px; }
  .login-logo-dropped-list img {
    max-width: 90px; }
  .login-logo-dropped-list .cross-img {
    top: 0px;
    right: 4px; }

.login-logo--white,
.login-logo--black,
.login-logo--transparent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0;
  cursor: pointer; }
  .login-logo--white span,
  .login-logo--black span,
  .login-logo--transparent span {
    max-width: 154px; }

.bg-color-dark {
  background-color: #000; }

.reset-password-top-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .reset-password-top-wrap a {
    display: inline-block;
    position: relative;
    z-index: 2; }

.reset-password-logo {
  max-width: 180px; }

.sign-in-btn {
  color: #000;
  font-size: 18px; }
  .sign-in-btn img {
    width: 21px;
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg); }

.reset-password-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
  .reset-password-navigation--margin-bottom {
    margin-bottom: 40px; }
  .reset-password-navigation__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80px;
    color: #000;
    background-color: #FFF;
    border-radius: 5px; }
    .reset-password-navigation__item span {
      margin-bottom: 10px; }
    .reset-password-navigation__item img {
      width: 100%;
      height: auto; }
    .reset-password-navigation__item--margin {
      margin: 0 14px; }
  .reset-password-navigation--margin {
    margin-top: -80px; }
  .reset-password-navigation__after:after {
    content: "";
    position: absolute;
    height: 46px;
    width: 100%;
    background-color: #000;
    left: 0;
    bottom: -20px;
    z-index: -1; }

.reset-password-form {
  width: 90%;
  max-width: 320px;
  text-align: center; }
  .reset-password-form--margin {
    margin: auto; }
  .reset-password-form input {
    height: 50px;
    border: 2px solid #000;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    padding: 0 10px; }
  .reset-password-form input[type="submit"] {
    min-width: 200px;
    height: 61px;
    background-image: -webkit-linear-gradient(bottom, #005300 0%, #048404 100%);
    background-image: linear-gradient(to top, #005300 0%, #048404 100%);
    border: 1px solid #646464;
    color: #fff;
    font-size: 24px;
    border-radius: 10px;
    margin-top: 40px; }
  .reset-password-form label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-weight: 600;
    font-size: 16px; }

.reset-password-title {
  text-align: center;
  line-height: 60px;
  padding-top: 20px; }

.border-dotted {
  width: 90%;
  max-width: 530px;
  border-bottom: 3px dotted #000;
  margin: auto;
  margin-top: 30px; }

.reset-password-footer-text {
  max-width: 90%;
  margin: auto;
  text-align: center;
  padding: 20px 0; }

.reset-password-footer-logos {
  width: 90%;
  max-width: 420px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .reset-password-footer-logos > div {
    width: 50%; }
  .reset-password-footer-logos img {
    padding: 0 10px;
    width: 100%;
    height: auto;
    float: left; }

.reset-password-footer-descr {
  width: 90%;
  max-width: 400px;
  text-align: center;
  margin: auto;
  padding-bottom: 30px; }

.reset-password-instruction {
  font-size: 18px;
  font-weight: 600;
  margin: 60px auto 20px auto;
  text-align: center;
  width: 90%; }

.reset-password-no-mail {
  text-align: center;
  width: 90%;
  margin: auto;
  padding-bottom: 40px; }
  .reset-password-no-mail a {
    color: #007118; }

.reset-password-user {
  height: 1px;
  float: right;
  width: 180px;
  text-align: right;
  margin-right: 10%; }
  .reset-password-user img {
    max-width: 90px; }
  .reset-password-user__name {
    font-size: 16px;
    font-weight: 600;
    padding: 6px 0; }

.reset-password-success {
  text-align: center;
  font-size: 30px;
  color: #007118;
  padding: 10vh 0; }

.add-block-template-hidden {
  display: none; }
