body {
    color: #232323;
    line-height: 1.4em;
}

.career-page-title {
    font-size: 32px;
}

.about-hot, li span, p {
    font-size: 16px;
    font-weight: bold;
    font-family: 'robotobold';
}

.page-block-text-content .file .file-title-wrapper {
    font-size: 16px;
}

input, textarea, select {
    border: 1px solid #CAD0D3 !important;
    box-shadow: none !important;
}

.career-content-head {
    margin-top: 25px;
    margin-bottom: 0;
}

.warning {
    border-left: 5px solid #e74341;
    padding-left: 16px;
    line-height: 1.5em;
    color: #333333;
    font-size: 16px;
}


ul {
    margin: 5px 10px;
}

ul li {
    display: flex;
    align-items: center;
}

ul li .marker {
    color: #39b477;
    margin-right: 15px;
}

p {
    margin-bottom: 5px;
}

#success-msg {
    display: none;
    position: fixed;
    width: 990px;
    top: 20%;
    text-align: center;
    z-index: 10;
}

#success-msg span {
    background-color: rgba(0, 0, 0, 0.71);
    color: #ffffff;
    border-radius: 8px;
    width: 30%;
    font-size: 14px;
    padding: 12px 17px 12px 17px;
}

.message-form {
    margin: 20px 0;
}

.message-form .head {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.message-form .head img {
    margin-right: 10px;
    width: 40px;
}

.message-form .head h2 {
    margin-bottom: -5px;
    font-size: 24px;
}

.single-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.single-row.long {
    margin: 40px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #CAD0D3;
}

.single-row .checkbox-container {
    margin-bottom: 0;
}

.field {
    width: 100%;
    position: relative;
}

.field.mr {
    margin-right: 10px;
}

.field.ml {
    margin-left: 10px;
}

.field .lbl {
    margin-bottom: 10px;
    font-size: 16px;
}

.field input.numb {
    padding-left: 30px;
}

.field .number {
    position: absolute;
    left: 10px;
    top: 42px;
}

.file-info {
    font-size: 12px;
    color: #979797;
    margin-bottom: 5px;
}

input[type=file] {
    padding: 0;
    border: none !important;
}

input[type=submit] {
    width: auto;
    font-weight: bold;
}

.fl_msg {
    display: none;
}

.button {
    padding: 15px 30px !important;
    border: none !important;
    margin-top: 20px !important;
}

.checkmark {
    margin-top: 2px;
    border-radius: 0 !important;
}

.right-side {
    border-right: 1px solid #F2F2F2;
    padding-right: 25px;
}

.left-block {
    padding-left: 0;
}

.block {
    padding: 30px 0 0 40px;
    border-bottom: 1px solid #F2F2F2;
}

.block.last {
    border-bottom: none;
}


.block .sub-block {
    margin-top: 20px;
    border-bottom: 1px solid #F2F2F2;
}

.block .sub-block > p:first-child {
    color: #a2a2a2;
}

.block .sub-block.last {
    border-bottom: none;
}

.block .head {
    display: flex;
    align-items: center;
}

.block .head img {
    margin-right: 10px;
    width: 30px;
}

.block .head h2 {
    margin-bottom: 0;
    font-size: 24px;
}

.block .file {
    margin-bottom: 20px;
}

.more {
    margin-bottom: 20px;
    cursor: pointer;
    transition: all .5s ease;
    font-size: 16px;
}

.more:after {
    color: #18B273 !important;
    position: relative;
    right: -6px;
    transform: rotate(90deg);
}

.more.opened:after {
    transform: rotate(-90deg);
}

.wrote {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  background: linear-gradient(to top, #fff, #ffffffcc);
  z-index: 99999;
}

.wrote .button {
  width: 91%;
  margin: 10px 15px 15px 15px !important;
}

.more-content {
    font-weight: bold;
    font-family: 'robotobold';
}

.select2-container  {
    width: 100% !important;
}

.select2-results .select2-result-label {
    padding: 10px 8px 9px !important;
}

.select2-container .select2-choice span {
    position: relative;
    top: -17px;
}

.select2-container .select2-choice {
    background-image: none !important;
    border-radius: 0 !important;
    padding: 20px 10px !important;
    width: 100% !important;
}

.select2-container .select2-choice div {
    background: #fff !important;
    border: none !important;
}

.select2-dropdown-open .select2-choice {
    background: #fff !important;
}


@media screen and (max-width: 600px) {

    .single-row {
        margin-bottom: 20px;
    }

    .field .lbl {
        margin-bottom: 5px;
    }

    .field .number {
        top: 38px;
    }

    .message-form .head {
        margin: 30px 0 20px 0;
    }

    .message-form .head h2 {
        font-size: 22px;
    }

    .block {
        padding-left: 0;
        margin: 0 -15px;
    }

    .left-block {
        margin-top: 30px;
    }

    .block.first {
        border-top: 1px solid #F2F2F2;
    }

    .block .head {
        margin: 0 15px;
    }

    .block .file {
        margin-bottom: 15px;
    }

    .sub-block {
        margin: 20px 15px 0 15px;
    }

    .left-block {
        padding-left: 15px;
    }

    .page-block-text-content {
        margin: 30px 15px;
    }

    .page-block-text-content .file {
        display: flex;
        align-items: center;
    }

    .file-title-wrapper {
        margin-bottom: 0;
    }

    .right-side {
      padding-right: 15px;
    }

  .files .item {
      text-decoration: none;
      color: #000;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      border-bottom: 1px dotted #999999;
  }

  .files img {
      width: 30px;
  }

  .modal-backdrop {
      z-index: 20000;
  }

  .modal-area {
      display: none;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
  }

  .modal.modal-window {
      display: none;
      width: 500px;
      margin-left: -250px;
      z-index: -1000;
      max-height: 100%;
      overflow-y: auto;
  }

  .modal.modal-window.fade.in {
      z-index: 20001;
      top: 1%;
  }

  .modal-window .modal-header {
      padding: 0;
  }

  .modal-window .modal-header .close {
      opacity: 1;
      position: absolute;
      right: 10px;
      top: 10px;
  }

  .modal-window .modal-header .close img{
      width: 20px;
  }

  .modal-window .head {
      margin-top: 25px;
      margin-left: 30px;
      margin-right: 30px;
      padding-bottom: 20px;
      border-bottom: 1px solid #3ab477;
      font-weight: bold;
      font-size: 21px;
  }

  .modal-window .head span {
      margin-top: 20px;
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 0;
  }

  .modal-window .head img {
      position: absolute;
      right: 10px;
      top: 10px;
      width: 10px;
  }

  .modal-window .modal-body {
      margin: 10px 30px 10px 30px;
      padding: 0;
      max-height: 800px;
      overflow: visible;
  }

  .modal-window .field {
      margin-top: 15px;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-direction: column;
  }

  .modal-window .field .number {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      position: relative;
      left: 0;
      bottom: 0;
  }

  .modal-window .field .number > span {
      position: absolute;
      left: 5px;
  }

  .modal-window .field .number > input {
      padding-left: 22px;
  }

  .modal-window .field.field-error input {
      border-color: #b94a48;
  }

  .modal-window .field.field-error select {
      border-color: #b94a48;
  }

  .modal-window .field.field-error textarea {
      border-color: #b94a48;
  }

  .modal-window .field.field-error div {
      color: #b94a48;
  }

  .modal-window .field.field-error .error-message {
      color: #b94a48;
  }

  .modal-window .buttons .error-message {
      color: #b94a48;
  }

  .modal-window .field div {
      color: #979797;
      margin-bottom: 5px;
  }


  .modal-window .field input {
      width: 220px;
      height: 32px;
      padding: 0 0 0 2px;
      border: 1px solid #dcdcdc !important;
      margin-bottom: 0;
  }

  .modal-window .field textarea {
      width: 99%;
      height: 100px;
      border: 1px solid #dcdcdc !important;
      resize: none;
      padding: 0;
  }

  .modal-window .field .long {
      width: 99%;
  }

  .modal-window .field sup {
      color: rgb(237, 4, 4);
  }
  .modal-window .single-row {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: baseline;
  }

  .modal-window .single-row input {
      width: 190px;
  }

  .modal-window .buttons label {
      font-size: 14px;
      color: #979797;
  }
  .modal-window .buttons label.oferta {
      display: inline;
  }

  .modal-window .buttons input {
      margin-bottom: 0;
      background-color: #fff;
      cursor: pointer;
  }

  .modal-window .buttons a {
      color: #1ab374;
  }

  .modal-window .buttons .button {
      width: 130px;
      height: 40px;
      background-color: #3ab173;
      color: #fff;
      border: 1px solid #3ab173;
      border-radius: 3px;
      font-size: 16px;
      margin-top: 20px;
      -webkit-appearance: none;
      -moz-appearance:none;
      -webkit-border-radius:3px;
      -moz-border-radius:3px;
  }

  .modal-window .buttons {
      padding-top: 20px;
  }

  .modal-window .buttons .ajax-container {
      position: relative;
  }

  .modal-window .buttons .ajax-container .ajax-loader {
      display: none;
      position: absolute;
      top: -29px;
      right: 1px;
  }

  .select__gap {
      border: solid 1px #cccccc;
      border-radius: 2px;
      background: transparent;
      padding: 10px 15px;
      position: relative;
      cursor: pointer;
      color: #979797;
  }
  .select__gap.field-error{
      color: #b94a48;
      border-color: #b94a48;
  }
  .select .error-message{
      color: #b94a48;
  }

  .on.select__gap,
  .select__gap:hover {
      color: #01b477;
  }

  .select__list {
      background: #fff;
      border: 1px solid #cccccc;
      border-radius: 2px;
      margin: 0px 0;
      position: absolute;
      width: 438px;
      padding: 0;
      z-index: 1;
      display: none;
  }

  .select__list.on {
      display: block;
  }

  .select__item {
      list-style-type: none;
  }

  .select__item span {
      display: block;
      padding: 10px 15px;
      cursor: pointer;
      color: #333;
  }

  .select__item.selected,
  .select__item span:hover {
      color: #01b477;
  }

  .select__gap:after {
      content: '';
      display: block;
      width: 15px;
      height: 9px;
      position: absolute;
      right: 15px;
      top: 50%;
      background: url(../arrow.png);
      background-repeat: no-repeat;
      background-size: 15px;
      margin-top: -4px;
  }

  .fl_upld {
      width:200px;
      margin-top: 10px;
  }

  .hl_inp, #qa_inp{
      display:none;
  }

  .fl_upld label {
      cursor:pointer;
      background:#3ab173;
      border-radius:3px;
      padding:10px 25px;
      color:#fff;
      text-align: center;
  }
  .fl_upld label:hover {
      background:#e2492e;
  }
  .fl_upld .fl_msg {
      margin-top:20px;
      color:#3ab173;
      width: 450px;
  }

  .fl_upld .fl_msg.field-error {
      color: #b94a48;
  }

  #modal-write {
      height: 720px;
  }

  .file-info {
      font-size: 12px;
      width: 100%;
      margin-top: 10px;
      color: #979797;
  }

  .textarea-autosize {
      max-height: 200px;
  }

  .modal.modal-window {
      position: relative;
  }
  #success-msg  span {
      font-size: 12px;
  }
  .modal.modal-window.fade.in {
      width: 100%;
      height: 100%;
      overflow-y: auto;
      top: 0;
      left: 0;
      position: fixed;
      margin: auto;
      -webkit-overflow-scrolling: touch
  }

  .modal.modal-window .single-row {
      display: block;
  }

  .modal.modal-window .field div {
      font-size: 20px;
  }

  .modal.modal-window .field input {
      height: 60px;
      font-size: 24px;
  }

  .modal-window .field .number > input {
      padding-left: 0;
  }

  .modal-window .field .number > span {
      display: none;
  }

  .modal.modal-window .select__gap {
      padding: 30px 15px;
      font-size: 20px;
  }

  .modal.modal-window .select__list {
      width: 100%;
  }

  .modal.modal-window .select__item {
      font-size: 20px;
      word-wrap: break-word;
  }

  .modal.modal-window.single-row {
      display: block;
  }

  .modal.modal-window .single-row input {
      width: 98%;
  }

  .modal.modal-window .fl_upld {
      display: none;
  }

  .modal.modal-window .field .long {
      width: 98%;
  }

  .modal.modal-window .field textarea {
      width: 98%;
      height: 200px;
      font-size: 24px;
  }

  .modal.modal-window .modal-header .close {
      top: 20px;
  }

  .modal.modal-window .modal-header .close img {
      width: 30px;
  }

  .modal-window .buttons .button {
      width: 100%;
      height: 55px;
  }

  .modal.modal-window .ajax-container {
      display: none;
  }

  .textarea-autosize {
      max-height: none;
  }

    .fl_upld {
        width:100%;
        margin-top: 40px;
    }

    .fl_upld .fl_msg {
        width: 100%;
    }
}
