@import url("https://fonts.googleapis.com/css?family=Fira+Sans:400,400i,500,500i,700&subset=cyrillic");
.new label {
  margin-bottom: 0; }

.new.card {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 54px;
  padding-bottom: 50px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 0px 0px #e0e0e4;
  box-shadow: 0px 4px 0px 0px #e0e0e4; }

.new__title {
  color: #212426;
  font-size: 36px;
  font-weight: 700;
  line-height: 34px; }

.new__top {
  margin-bottom: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.new__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 10px; }
  .new__control .new-checkbox:not(:last-child) {
    margin-right: 25px; }
  .new__control .new__bold {
    margin-right: 25px;
    font-size: 16px; }

.new__bold {
  font-weight: 700;
  color: #212426; }

.new-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }
  .new-checkbox input {
    display: none; }
  .new-checkbox__fake {
    border-radius: 4px;
    width: 24px;
    height: 24px;
    min-width: 24px;
    background-color: #f8f8f8;
    margin-right: 12px;
    position: relative; }
    .new-checkbox__fake:after {
      width: 12px;
      height: 12px;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      content: '';
      top: 50%;
      left: 50%;
      background-color: #e44934;
      border-radius: 2px;
      opacity: 0; }
  input:checked + .new-checkbox__fake:after {
    opacity: 1; }
  .new-checkbox__text {
    color: #212426;
    font-size: 15px;
    font-weight: 400; }

.new__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .new__radios .new-radio:not(:last-child) {
    margin-right: 33px; }

.new .toltix {
  margin-left: 12px;
  width: 17px;
  height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .new .toltix img {
    width: 24px;
    height: 24px;
    max-width: 1000px; }

.new__fox:not(:last-child) {
  margin-bottom: 26px; }

.new__box {
  border-radius: 4px;
  border: 1px solid #d9dbdc;
  padding: 20px; }
  .new__box .new__label {
    font-size: 16px;
    padding-bottom: 7px; }

.new__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #986b4d;
  height: 120px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 65px;
  padding-left: 30px;
  border-radius: 3px; }

.new__menuitem {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2); }
  .new__menuitem:hover {
    border-color: transparent;
    color: #fff; }

.new__bzx {
  height: 120px;
  border-radius: 3px;
  background-color: #986b4d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.new__btn {
  border-radius: 5px;
  width: 342px;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  -webkit-box-shadow: 0 12px 40px 10px rgba(151, 29, 12, 0.64);
  box-shadow: 0 12px 40px 10px rgba(151, 29, 12, 0.64);
  background-color: #ff0000;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff0000), to(#00cc00));
  background-image: -webkit-linear-gradient(left, #ff0000 0%, #00cc00 100%);
  background-image: -o-linear-gradient(left, #ff0000 0%, #00cc00 100%);
  background-image: linear-gradient(to right, #ff0000 0%, #00cc00 100%); }

.new__ic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 20px;
  border-right: 1px solid rgba(243, 243, 243, 0.38);
  margin-right: 60px; }

.new__example {
  background-color: #f4f4f4;
  border-radius: 3px;
  height: 120px;
  padding-left: 30px;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 28px;
  font-weight: 700;
  color: red; }

.new__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 290px; }
  .new__logo img {
    width: 100%;
    height: auto; }

.new .colorez {
  width: 100%;
  cursor: pointer; }
  .new .colorez input {
    display: none; }
  .new .colorez__header {
    color: #989898;
    height: 50px;
    border-radius: 4px;
    background-color: #f4f4f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    width: 100%;
    color: #989898;
    font-size: 16px;
    font-weight: 400; }
  .new .colorez__content {
    border: 1px solid #d9dbdc;
    height: 269px;
    border-radius: 4px; }
  .new .colorez input:checked + .colorez__header + .colorez__content {
    border: 2px solid #e44934; }
  .new .colorez input:checked + .colorez__header {
    background-color: #e44934;
    color: #ffffff; }

.new .colorpicker {
  width: 100%;
  height: 60px; }
  .new .colorpicker .sp-replacer {
    width: 100%;
    height: 100%;
    color: #212426;
    border-radius: 4px;
    background-color: #f4f4f4;
    border: none;
    padding: 10px;
    padding-right: 60px;
    position: relative; }
    .new .colorpicker .sp-replacer .sp-preview {
      height: 100%;
      width: 100%;
      margin-right: 0;
      border: none; }
    .new .colorpicker .sp-replacer .sp-dd {
      position: absolute;
      top: 50%;
      right: 25px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.new__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .new__label .toltix {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
    .new__label .toltix:hover {
      -webkit-filter: none;
      filter: none; }

.new .tooltip-inner {
  color: #989898;
  font-size: 15px;
  line-height: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 17px;
  padding-top: 17px;
  -webkit-box-shadow: 0 0 18px 2px #989898;
  box-shadow: 0 0 18px 2px #989898;
  border: 1px solid #d9dbdc;
  background-color: #fff;
  font-weight: 400;
  max-width: 685px; }

.new .tooltip-inner:after {
  margin-left: -51.7%;
  border-top-color: #fff !important; }

.new .tooltip.top {
  margin-top: -17px; }

.new-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }
  .new-radio input {
    display: none; }
  .new-radio__fake {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    min-width: 24px;
    background-color: #f8f8f8;
    margin-right: 12px;
    position: relative; }
    .new-radio__fake:after {
      width: 10px;
      height: 10px;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      content: '';
      top: 50%;
      left: 50%;
      background-color: #e44934;
      border-radius: 50%;
      opacity: 0; }
  input:checked + .new-radio__fake:after {
    opacity: 1; }
  .new-radio__text {
    color: #212426;
    font-size: 15px;
    font-weight: 400; }

.new__upper {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  color: #212426;
  line-height: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #dbdcdf;
  margin-bottom: 35px; }

.new__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px; }

.new .new-btx {
  width: 260px;
  height: 60px;
  border-radius: 4px;
  margin-bottom: 0; }
  .new .new-btx:not(:last-child) {
    margin-right: 30px; }
  .new .new-btx.new-btn-border {
    border: 1px solid #e44934;
    font-size: 16px;
    font-weight: 700;
    color: #e44934;
    background-color: transparent; }
    .new .new-btx.new-btn-border:hover {
      background-color: #e44934;
      color: #fff; }
  .new .new-btx.new-btn-bg {
    background-color: #009688;
    color: #ffffff;
    font-weight: 700; }
    .new .new-btx.new-btn-bg:hover {
      background-color: #03635a; }

.new__label {
  font-weight: 700;
  font-size: 18px;
  color: #212426;
  line-height: 17px;
  padding-bottom: 8px; }

.new__row:not(:last-child) {
  margin-bottom: 35px; }

.new .select2-container--default .select2-selection--single {
  width: 100%;
  height: 60px;
  border: none;
  background-color: #f4f4f4;
  border-radius: 4px;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  color: #989898;
  float: none; }

.new .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  padding-right: 30px;
  padding-left: 0;
  color: #989898; }

.new .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none; }

.new .select2-results__option {
  padding: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px; }

.new .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.new .select2-container--default .select2-selection--single .select2-selection__arrow {
  border: none;
  width: 10px;
  height: 5px;
  background-image: url(../img/arr.png);
  background-position: center center;
  background-size: cover;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  right: 25px;
  margin-top: -2px;
  top: 50%; }

.new .nice-select.open:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  margin-top: -4px; }

.new .nice-select .list {
  width: 100%;
  max-width: 240px;
  overflow-y: auto;
  max-width: 100%; }

.new__datetime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.new__line {
  width: 12px;
  height: 1px;
  background-color: #989898;
  margin-left: 7px;
  margin-right: 7px; }

.new__input {
  width: 100%; }
  .new__input input,
  .new__input textarea {
    border: none;
    padding: 0;
    outline: none;
    border: none;
    width: 100%;
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    color: #212426;
    border-radius: 4px;
    background-color: #f4f4f4; }

.new__input input::-webkit-input-placeholder,
.new__input textarea::-webkit-input-placeholder {
    color: #989898;
}

.new__input input:-ms-input-placeholder,
.new__input textarea:-ms-input-placeholder {
    color: #989898;
}

.new__input input::-ms-input-placeholder,
.new__input textarea::-ms-input-placeholder {
    color: #989898;
}
    .new__input input::placeholder,
    .new__input textarea::placeholder {
      color: #989898; }
  .new__input textarea {
    resize: none;
    height: 140px;
    padding-top: 10px; }

.new__exa {
  border: 1px solid #d9dbdc;
  border-radius: 4px;
  min-height: 140px;
  background-color: #ffffff;
  padding-top: 23px;
  padding-bottom: 23px;
  padding-left: 20px;
  padding-right: 20px;
  color: #212426;
  font-size: 16px;
  line-height: 21px; }

.new .input__date {
  width: 165px;
  position: relative; }
  .new .input__date input {
    border: 1px solid #e8e9ea;
    border-radius: 4px;
    background-color: #fff;
    padding-right: 60px;
    font-size: 16px;
    color: #212426; }
  .new .input__date:after {
    width: 24px;
    height: 24px;
    content: '';
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/calendar.png);
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.new__gray {
  color: #989898;
  font-size: 15px;
  line-height: 18px; }

.new__desc {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.new__pane:not(:last-child) {
  margin-bottom: 73px; }

.new-radios {
  border: 1px solid #d9dbdc;
  border-radius: 4px;
  padding-left: 20px;
  padding-right: 20px; }

.new__txt {
  color: #212426;
  font-size: 16px;
  font-weight: 400; }

.new__radio {
  min-height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .new__radio:not(:last-child) {
    border-bottom: 1px solid #f4f4f4; }

.new .usetwentyfour,
.new .usetwentyfour li.collapse,
.new .usetwentyfour li.picker-switch,
.new .usetwentyfour li.collapse:last-child {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  background-color: #fff !important;
  color: #212426 !important; }
  .new .usetwentyfour:hover,
  .new .usetwentyfour li.collapse:hover,
  .new .usetwentyfour li.picker-switch:hover,
  .new .usetwentyfour li.collapse:last-child:hover {
    background-color: #fff !important; }

.new .new__input-small input {
  width: 198px; }

@media only screen and (max-width: 1760px) {
  .new__dite {
    width: 100%; }
    .new__dite:not(:last-child) {
      margin-bottom: 20px; }
    .new__dite .new__datetime {
      width: 370px;
      max-width: 100%; }
  .new__logo {
    width: 200px; }
  .new__menuitem {
    font-size: 15px; }
  .new__example {
    font-size: 22px; } }

@media only screen and (max-width: 1500px) {
  .new .col-md-6 {
    width: 100%; }
    .new .col-md-6:not(:last-child) {
      margin-bottom: 30px; }
  .new .col-md-6.new__datetime {
    width: 370px; } }

@media only screen and (max-width: 1300px) {
  .new__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .new__top .new__control {
      width: 100%;
      margin-top: 20px;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }

@media only screen and (max-width: 1024px) {
  .new .col-md-6.new__datetime {
    margin-bottom: 15px; }
  .new__desc {
    width: 100%;
    height: auto; }
  .new .new-btx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media only screen and (max-width: 991px) {
  .new .colorez {
    margin-bottom: 20px; } }

@media only screen and (max-width: 660px) {
  .new__logo {
    display: none; } }

@media only screen and (max-width: 500px) {
  .new__example,
  .new__logos,
  .new__bzx {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px; }
  .new__datetime {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .new .new__input-small input {
    width: 100%; }
  .new__radio {
    padding-top: 15px;
    padding-bottom: 15px; }
  .new__txt {
    width: 100%;
    margin-bottom: 10px; }
  .new__radio {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .new__radios {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .new .input__date {
    width: 100%; }
    .new .input__date:not(:last-child) {
      margin-bottom: 15px; }
  .new__line {
    display: none; } }

.new .input__date:after {
  pointer-events: none; }

.bar-chart--indicator {
  display: block;
  height: calc(100% + 4px);
  position: absolute;
  top: -2px;
  width: 76%;
  border-right: 2px solid red; }

.bar-chart--target {
  position: absolute;
  top: -20px;
  color: red;
  font-size: 14px;
  right: -15px; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icons/icomoon.eot?6457yq");
  src: url("../fonts/icons/icomoon.eot?6457yq#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?6457yq") format("truetype"), url("../fonts/icons/icomoon.woff?6457yq") format("woff"), url("../fonts/icons/icomoon.svg?6457yq#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-drop:before {
  content: "\e900"; }

.icon-article:before {
  content: "\e901"; }

.icon-download:before {
  content: "\e902"; }

.icon-eye:before {
  content: "\e903"; }

.icon-file-add:before {
  content: "\e904"; }

.icon-file-transfer:before {
  content: "\e905"; }

.icon-file-user:before {
  content: "\e906"; }

.icon-file-warning:before {
  content: "\e907"; }

@media only screen and (max-width: 1600px) {
  .resume .crt__header .crt__txt {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important; }
  .resume .crt__header .crt__desc {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0; }
  }

@media only screen and (max-width: 820px) {
  .crt__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 13px;
    padding-bottom: 18px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .crt__tzx {
    width: calc(100% - 90px); }
  .crt__feedback {
    margin-top: 5px;
    margin-left: 0 !important;
    margin-right: auto; } }

@media only screen and (max-width: 700px) {
  .resume .crt__header .crt__status {
    margin-right: 0; }
  }

@media only screen and (max-width: 600px) {
  .resume .crt__header .crt__txt {
    width: 100% !important;
    margin-left: 0; }
  .resume__update {
    margin-left: 0;
    margin-top: 5px; }
  .resume .crt__sub .crt__tzx {
    width: 100%;
    min-width: 100%; }
  .resume__more {
    margin-top: 10px; }
  }

.drops {
  list-style-type: none;
  padding: 0; }
  .drops .drops {
    padding-left: 44px; }
  .drops__header {
    background-color: #f9f8f7;
    padding-left: 45px;
    border-radius: 4px;
    padding-top: 13px;
    padding-right: 60px;
    padding-bottom: 13px;
    width: 100%;
    border-bottom: 2px solid #e0e0e4;
    height: auto;
    position: relative; }
    .drops__header a {
      color: #986b4d;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 500; }
    .drops__header:not(:last-child) {
      margin-bottom: 20px; }
    .drops__header:after {
      left: 18px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      content: '';
      position: absolute;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 10px;
      height: 21px;
      background-image: url(../img/drag.png); }
  .drops__item > .drops__content > .drops .drops__header a {
    color: #212426;
    text-transform: none; }
  .drops__item > .drops__content > .drops > .drops__item > .drops__content > .drops .drops__header a {
    color: #212426;
    text-transform: none;
    font-weight: 400; }
  .drops .sortable-ghost {
    opacity: .3; }
  .drops__delete {
    position: absolute;
    right: 25px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg); }
    .drops__delete:after {
      width: 2px;
      height: 16px;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      top: 50%;
      background-color: #CD9E7C;
      content: '';
      position: absolute; }
    .drops__delete::before {
      height: 2px;
      width: 16px;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      top: 50%;
      background-color: #CD9E7C;
      content: '';
      position: absolute; }
  .drops__show {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .drops__show:after {
      content: '';
      width: 18px;
      height: 9px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url(../img/arr-drag.png); }
  .drops__item {
    overflow: hidden; }
    .drops__item:not(:last-child) {
      margin-bottom: 18px; }
    .drops__item.hd .drops__content {
      display: none; }
    .drops__item.hd .drops__show:after {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .drops a:hover {
    opacity: .8; }
  .drops.template__drops--white .drops__header a {
    color: #212426;
    font-weight: 400;
    text-transform: none; }
  .drops.template__drops--white .drops__header {
    background-color: #fff; }

.quest {
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 4px;
  background-color: #f9f9fb;
  position: relative;
  margin-bottom: 35px; }
  .quest:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background-color: #f9f9fb;
    height: 20px;
    z-index: 2;
    position: absolute; }
  .quest:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background-color: #f9f9fb;
    height: 20px;
    z-index: 2; }
  .quest__content {
    height: 352px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px; }
  .quest__item {
    border-radius: 4px;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 20px;
    padding-right: 80px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    .quest__item:not(:last-child) {
      margin-bottom: 10px; }
  .quest__checkbox {
    width: 24px;
    height: 24px;
    min-width: 24px;
    border: 1px solid #d9dbdc;
    background-color: #f8f8f8;
    border-radius: 4px;
    margin-right: 20px;
    position: relative;
    cursor: pointer; }
    .quest__checkbox input {
      display: none; }
  .quest__fake {
    width: 10px;
    height: 14px;
    border-right: 2px solid #212426;
    border-bottom: 2px solid #212426;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0; }
  .quest__checkbox input:checked + .quest__fake {
    opacity: 1; }
  .quest__text {
    color: #212426;
    font-size: 16px;
    line-height: 21px; }
  .quest .quest__visit {
    position: absolute; }
  .quest__visit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 36px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #c99b71;
    font-size: 24px; }
    .quest__visit .icon {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      position: static; }
  .quest .ps-container > .ps-scrollbar-y-rail {
    opacity: 1; }
  .quest .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #e44934;
    opacity: 0.38; }

.template__oftop {
  margin-top: 50px; }

.template hr {
  margin-top: 16px;
  margin-bottom: 30px; }

.template .hr-100 {
  margin-left: -40px;
  margin-right: -40px; }

.template.new.card {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 45px;
  padding-bottom: 35px; }

.template__title {
  color: #212426;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 54px; }

.template .form-group {
  margin-bottom: 35px; }
  .template .form-group label {
    color: #989898;
    font-weight: 400;
    font-size: 16px;
    line-height: 14px;
    margin-bottom: 24px;
    height: 14px;
    display: block; }

.template .form-control {
  border-radius: 4px;
  border: 1px solid #d9dbdc;
  background-color: #fff;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  color: #212426; }

.template__wrapper {
  width: 1235px;
  max-width: 100%; }

.template__rows {
  margin-left: -40px;
  margin-right: -40px;
  padding-top: 35px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #f9f9fb;
  margin-top: 32px;
  margin-bottom: 40px; }

.template__gray {
  color: #989898;
  line-height: 16px;
  margin-bottom: 20px;
  font-size: 16px; }

.template__subtitle {
  color: #212426;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px; }

.template__row .template__subtitle {
  margin-top: 0;
  margin-bottom: 0;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.template__footer .btn {
  width: 255px; }
  .template__footer .btn:not(:last-child) {
    margin-right: 32px; }

.template .flflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .template .flflex .btn {
    margin-bottom: 0; }

.template .btn-primary {
  background-color: #009688;
  color: #fff;
  font-size: 14px;
  font-weight: 700; }
  .template .btn-primary:hover {
    background-color: #2eb89f !important;
    border-color: #2eb89f !important; }

.template .btn-border {
  border: 2px solid #2eb89f;
  font-size: 14px;
  font-weight: 700;
  color: #2eb89f;
  padding-top: 19px;
  padding-bottom: 19px; }
  .template .btn-border:hover {
    background-color: #2eb89f; }

.template .btn-danger {
  text-transform: uppercase; }

.template .select2-container--default .select2-selection--single {
  border: 1px solid #d9dbdc;
  border-radius: 4px;
  background-color: #ffffff; }

.template__tab {
  display: none; }
  .template__tab.active {
    display: block; }

.template .select2-results__option {
  padding-top: 17px;
  padding-bottom: 17px; }
  .template .select2-results__option:not(:last-child) {
    border-bottom: 1px solid #dbdcdf; }

.template .select2-dropdown {
  border: 1px solid #d9dbdc;
  border-top: 0; }

@media only screen and (max-width: 768px) {
  .drops .drops {
    padding-left: 15px; }
  .template__subtitle {
    margin-top: 30px; }
  .template .form-control,
  .new .select2-container--default .select2-selection--single,
  .template .btn {
    height: 48px; }
  .template .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .template__title {
    margin-bottom: 20px; }
  .drops__header:not(:last-child),
  .drops__item:not(:last-child) {
    margin-bottom: 10px; }
  .drops__header {
    height: auto; }
  .template .form-group {
    margin-bottom: 15px; }
  .template .form-group label {
    height: auto;
    margin-bottom: 12px; }
  .template__rows {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px; } }

@media only screen and (max-width: 520px) {
  .quest__text {
    font-size: 14px;
    line-height: 18px; }
  .template.new.card {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px; }
  .drops__header a,
  .template .form-group label {
    font-size: 14px; }
  .quest {
    margin-left: -15px;
    margin-right: -15px; }
  .template__subtitle {
    font-size: 18px; }
  .template__title {
    font-size: 24px; } }

.dashboard-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  padding: 18px 20px;
  border-radius: 4px;
  height: 160px;
  border-bottom: 2px solid #e0e0e4;
  margin-bottom: 28px; }

.dashboard-card {
  width: 24%;
  min-width: 24%;
  background: #f9f9fb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 20px;
  font-family: "Fira Sans", sans-serif;
  text-decoration: none;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s; }
  .dashboard-card:hover, .dashboard-card:focus {
    font-weight: normal;
    background: #f1f1f4;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
  .dashboard-card__icon {
    width: 72px;
    min-width: 72px; }
    .dashboard-card__icon img {
      width: 90%;
      fill: #dab493;
      color: #dab493; }
  .dashboard-card__title {
    font-size: 18px;
    color: #212426;
    font-weight: bold;
    line-height: 1.556;
    max-width: 190px;
    margin-right: auto;
    margin-left: 15px; }
  .dashboard-card__count {
    font-size: 36px;
    color: #986b4d;
    line-height: 1.889;
    -ms-flex-item-align: end;
    align-self: flex-end; }

.dashboard-graphics {
  background-color: #ffffff;
  padding: 18px 20px;
  border-radius: 4px;
  border-bottom: 2px solid #e0e0e4;
  margin-bottom: 28px; }
  .dashboard-graphics__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.graphic__control {
  width: 32%;
  min-width: 32%;
  font-family: "Fira Sans", sans-serif; }
  .graphic__control-title {
    font-size: 18px;
    color: #212426;
    line-height: 1;
    padding-left: 15px;
    margin-bottom: 10px; }
  .graphic__control .new__double {
    margin: 0; }
  .graphic__control .input__date {
    width: 165px;
    position: relative; }
    .graphic__control .input__date input {
      border: 1px solid #e8e9ea;
      border-radius: 4px;
      background-color: #fff;
      padding-right: 60px;
      font-size: 16px;
      color: #212426; }
    .graphic__control .input__date:after {
      width: 24px;
      height: 24px;
      content: '';
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url(../img/calendar.png);
      position: absolute;
      top: 50%;
      right: 20px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.graphic {
  padding-top: 40px; }
  .graphic__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .graphic__col {
    width: 32%;
    min-width: 32%; }
    .graphic__col .new__label {
      font-weight: 400;
      padding-left: 15px; }
  .graphic-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .graphic__block {
    margin-top: 40px; }
  .graphic__wrap {
    border: 1px solid #d9dbdc;
    border-radius: 5px;
    padding: 15px 0; }
  .graphic .select2-container--default .select2-selection--single, .graphic .select2-selection--multiple {
    width: 100%;
    height: 60px;
    border: none;
    background-color: #f4f4f4;
    border-radius: 4px;
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    color: #989898;
    float: none; }
  .graphic .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    padding-right: 30px;
    padding-left: 0;
    color: #989898; }
  .graphic .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    padding-right: 30px;
    padding-left: 0;
    color: #989898; }
  .graphic .select2-search--inline {
    display: none !important; }
  .graphic .select2-container--open .select2-selection, .graphic .select2-container--open .select2-selection--multiple, .graphic .select2-container--focus .select2-selection, .graphic .select2-container--focus .select2-selection--multiple {
    border: none !important; }
  .graphic .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none; }
  .graphic .select2-results__option {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px; }
  .graphic .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .graphic .select2-container--default .select2-selection--single .select2-selection__arrow {
    border: none;
    width: 10px;
    height: 5px;
    background-image: url(../img/arr.png);
    background-position: center center;
    background-size: cover;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    right: 25px;
    margin-top: -2px;
    top: 50%; }
  .graphic .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 2px;
    margin-bottom: 2px;
    max-width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .graphic ul.select2-choices {
    padding-right: 30px !important; }
  .graphic ul.select2-choices:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 5px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent; }
  .graphic .select2-selection--multiple:before {
    content: "";
    position: absolute;
    right: 25px;
    top: 48%;
    width: 9px;
    height: 5px;
    background-image: url(../img/arr.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer; }
  .graphic .select2-container--open .select2-selection--multiple:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .graphic .nice-select.open:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin-top: -4px; }
  .graphic .nice-select .list {
    width: 100%;
    max-width: 240px;
    overflow-y: auto;
    max-width: 100%; }
  .graphic__datetime {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .graphic__line {
    width: 12px;
    height: 1px;
    background-color: #989898;
    margin-left: 7px;
    margin-right: 7px; }
  .graphic .input__date {
    width: 47%;
    position: relative; }
    .graphic .input__date input {
      border: 1px solid #e8e9ea;
      border-radius: 4px;
      background-color: #fff;
      padding-right: 60px;
      font-size: 16px;
      color: #212426; }
    .graphic .input__date:after {
      width: 24px;
      height: 24px;
      content: '';
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url(../img/calendar.png);
      position: absolute;
      top: 50%;
      right: 20px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.reporting {
  background: #ffffff;
  padding: 30px 40px !important;
  margin-top: 30px;
  margin-bottom: 150px; }
  .reporting__table {
    width: 100%; }
    .reporting__table thead tr th {
      background: #efece9;
      text-align: center;
      font-size: 14px;
      font-family: "Fira Sans";
      color: #212426;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 1.429;
      padding: 20px;
      width: calc(100% / 9);
      border-left: 2px solid #ffffff; }
      .reporting__table thead tr th:first-child {
        width: calc(100% / 3);
        border-left: none;
          text-align: center;
      }
    .reporting__table tbody tr td {
      width: calc(100% / 9);
      border-left: 2px solid #ffffff;
      text-align: center;
      padding: 10px 15px;
      font-size: 12px;
      font-family: "Fira Sans";
      color: #212426;
      line-height: 1; }
      .reporting__table tbody tr td:first-child {
        width: calc(100% / 3);
        border-left: none;
        text-align: left; }
    .reporting__table tbody tr:nth-child(even) td {
      background: #f9f9fb; }
    .reporting__table tbody tr:nth-child(odd) td {
      background: #ffffff; }

@media only screen and (max-width: 1500px) {
  .dashboard-cards {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .dashboard-card {
    width: 48%;
    min-width: 48%;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 120px; }
  .graphic__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .graphic__col {
    width: 49%;
    min-width: 49%;
    margin-bottom: 20px; } }

@media only screen and (max-width: 1300px) {
  .graphic__col:last-child {
    width: 100%;
    min-width: 100%; } }

@media only screen and (max-width: 1024px) {
  .graphic__col {
    width: 100%; }
  .reporting {
    padding: 30px 15px; }
    .reporting__table {
      width: 100%;
      max-width: 100%; }
      .reporting__table thead tr th {
        font-size: 12px;
        padding: 20px 10px; }
      .reporting__table tbody tr td {
        font-size: 14px;
        padding: 15px 10px; } }

@media only screen and (max-width: 770px) {
  .dashboard-card {
    width: 100%;
    min-width: 100%;
    height: auto; }
    .dashboard-card__title {
      margin-left: 20px;
      margin-right: auto; } }

@media only screen and (max-width: 550px) {
  .dashboard-card {
    padding-left: 15px;
    padding-right: 15px; }
    .dashboard-card__icon {
      width: 60px;
      min-width: 60px; }
    .dashboard-card__title {
      margin-left: 10px;
      font-size: 16px; }
    .dashboard-card__count {
      font-size: 30px; }
  .graphic.card {
    padding-left: 15px;
    padding-right: 15px; }
  .graphic .new__datetime {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .graphic .new__label {
    padding-left: 0; }
  .graphic .new__line {
    display: none; }
  .graphic .input__date {
    width: 100%;
    margin-bottom: 20px;
    position: relative; }
    .graphic .input__date input {
      border: 1px solid #e8e9ea;
      border-radius: 4px;
      background-color: #fff;
      padding-right: 60px;
      font-size: 16px;
      color: #212426; }
    .graphic .input__date:after {
      width: 24px;
      height: 24px;
      content: '';
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url(../img/calendar.png);
      position: absolute;
      top: 50%;
      right: 20px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }

.panel-test-collapse {
  padding-left: 0;
  padding-right: 0;
  background: #ffffff;
  margin-bottom: 0; }
  .panel-test-collapse .panel-heading {
    background: #d8b08c;
    padding: 15px 25px; }
  .panel-test-collapse .panel-title {
    color: #ffffff !important;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-family: "Fira Sans";
    font-weight: bold;
    text-transform: uppercase; }
    .panel-test-collapse .panel-title[aria-expanded="true"] .icon-arrow {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }
  .panel-test-collapse .panel-default {
    padding: 0;
    margin-bottom: 40px;
    background: #ffffff !important; }
    .panel-test-collapse .panel-default:last-child {
      margin-bottom: 0; }
  .panel-test-collapse .collapse {
    background: #f9f8f7 !important; }
  .panel-test-collapse .create-test {
    padding-left: 25px;
    padding-right: 25px; }
    .panel-test-collapse .create-test .create-test__settings {
      background: #f5f3f2; }
      .panel-test-collapse .create-test .create-test__settings:before, .panel-test-collapse .create-test .create-test__settings:after {
        background: #f5f3f2;
        width: 25px; }
      .panel-test-collapse .create-test .create-test__settings:before {
        left: -25px; }
      .panel-test-collapse .create-test .create-test__settings:after {
        right: -25px; }
  .panel-test-collapse .btn-line {
    width: 260px; }
  .panel-test-collapse .icon-arrow {
    height: 13px;
    width: 13px;
    display: block;
    background: url("../img/icon/ic-arrow-white.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .panel-test-collapse .input__date {
    margin-right: 20px;
    width: 230px; }
    .panel-test-collapse .input__date:after {
      top: 40px;
      bottom: 0;
      margin: auto; }
    .panel-test-collapse .input__date input {
      width: 100%; }
    .panel-test-collapse .input__date label {
      font-size: 14px;
      font-family: "Fira Sans";
      color: #989898;
      line-height: 1.75;
      display: block;
      font-weight: 400; }

.edit-test {
  padding-left: 40px;
  padding-right: 40px; }
  .edit-test .new__title {
    margin-bottom: 50px; }
  .edit-test .new__subtitle {
    margin-bottom: 30px;
    font-size: 24px;
    font-family: "Fira Sans";
    color: #212426;
    font-weight: bold;
    text-transform: uppercase; }

.estimated__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.estimated__select {
  width: calc(100% - 470px); }
  .estimated__select .select2-container--default.select2-container--focus .select2-selection--multiple {
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-color: #f4f4f4;
    overflow: hidden; }
    .estimated__select .select2-container--default.select2-container--focus .select2-selection--multiple:focus {
      outline: none; }
  .estimated__select .select2-container--default .select2-selection--multiple {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-color: #f4f4f4; }
    .estimated__select .select2-container--default .select2-selection--multiple:focus {
      outline: none; }
  .estimated__select .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #989898; }
  .estimated__select .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    bottom: 0;
    margin: auto; }

.estimated__title {
  font-size: 24px;
  font-family: "Fira Sans";
  color: #212426;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 25px; }

.estimated__table {
  background: #ffffff;
  margin-bottom: 25px; }

.estimated__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #f9f8f7;
  font-size: 16px;
  font-family: "Fira Sans";
  color: #212426;
  line-height: 1.25;
  min-height: 70px; }
  .estimated__row:last-child {
    border-bottom: none; }

.estimated__name {
  border-right: 1px solid #f9f8f7;
  padding-left: 20px;
  width: calc(50% - 25px);
  min-width: calc(50% - 25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.estimated__email {
  border-right: 2px solid #f9f8f7;
  padding-left: 20px;
  width: calc(50% - 25px);
  min-width: calc(50% - 25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.estimated__delete {
  width: 50px;
  min-width: 50px;
  display: block;
  border: none;
  background-color: #f9f8f7;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
  background-image: url("../img/icon/close-line.svg"); }

.respondents__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    height: 85px;
  padding-right: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
    justify-content: space-between;
}

.respondents__select {
  width: calc(100% - 470px); }
  .respondents__select .select2-container--default.select2-container--focus .select2-selection--multiple {
    height: auto;
    padding-top: 10px;
    padding-bottom: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-color: #f4f4f4;
    overflow: hidden; }
    .respondents__select .select2-container--default.select2-container--focus .select2-selection--multiple:focus {
      outline: none; }
  .respondents__select .select2-container--default .select2-selection--multiple {
    height: auto;
    padding-top: 10px;
    padding-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-color: #f4f4f4; }
    .respondents__select .select2-container--default .select2-selection--multiple:focus {
      outline: none; }
  .respondents__select .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #989898; }
  .respondents__select .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    bottom: 0;
    margin: auto; }

.respondents__header {
  width: 450px;
  min-width: 450px;
  background: #efece9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  font-family: "Fira Sans";
  color: #212426;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.respondents__title {
  font-size: 24px;
  font-family: "Fira Sans";
  color: #212426;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 25px; }

.respondents__table {
  background: #ffffff;
  margin-bottom: 25px; }

.respondents__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #f9f8f7;
  font-size: 16px;
  font-family: "Fira Sans";
  color: #212426;
  line-height: 1.25;
  min-height: 70px; }
  .respondents__row:last-child {
    border-bottom: none; }

.respondents__name {
  border-right: 1px solid #f9f8f7;
  padding-left: 20px;
  width: calc(50% - 200px);
  min-width: calc(50% - 200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.respondents__email {
  border-right: 2px solid #f9f8f7;
  padding-left: 20px;
  width: calc(50% - 300px);
  min-width: calc(50% - 300px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.respondents__send-email {
  width: 200px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  background: #ffffff;
  font-size: 14px;
  color: #d8b08c;
  font-weight: bold;
  text-decoration: underline; }
  .respondents__send-email:hover {
    color: #986b4d; }

.respondents__date {
  width: 250px;
  padding: 0 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .respondents__date div {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
  .respondents__date span {
    display: block;
    font-size: 14px;
    color: #989898;
    line-height: 1; }

.respondents__delete {
  width: 50px;
  min-width: 50px;
  display: block;
  border: none;
  background-color: #f9f8f7;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
  background-image: url("../img/icon/close-line.svg"); }

.respondents__row-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 70px; }
  .respondents__row-btn:after {
    content: "";
    display: block;
    height: 1px;
    width: calc(100% + 50px);
    position: absolute;
    bottom: 35px;
    left: -25px;
    border-bottom: 1px solid #dbdcdf; }

.respondents__btn {
  border-radius: 4px;
  background-color: #d8b08c;
  width: 470px;
  height: auto;
  font-size: 14px;
  font-family: "Fira Sans";
  color: white;
  font-weight: bold;
  text-decoration: underline;
  line-height: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: none;
  margin-right: 20px; }
  .respondents__btn:last-child {
    margin-right: 0; }
  .respondents__btn:hover {
    background: #986b4d; }

.change-test {
  padding-left: 40px;
  padding-right: 40px; }
  .change-test .new__title {
    margin-bottom: 50px; }
  .change-test .gray-select__wrap label {
    display: block;
    font-size: 16px;
    font-family: "Fira Sans";
    color: #989898;
    line-height: 1.75;
    margin-bottom: 5px;
    font-weight: 400; }
  .change-test .gray-select__wrap .gray-select {
    max-width: 950px;
    margin-bottom: 50px; }
  .change-test .gray-select__wrap .select2-container {
    max-width: 950px;
    margin-bottom: 20px; }
  .change-test .gray-select__wrap .select2-container--default .select2-selection--single {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f4;
    border-color: #f4f4f4; }
    .change-test .gray-select__wrap .select2-container--default .select2-selection--single:focus {
      outline: none; }
  .change-test .gray-select__wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #989898; }
  .change-test .gray-select__wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    bottom: 0;
    margin: auto; }
  .change-test .group-textarea {
    margin-bottom: 55px; }
    .change-test .group-textarea label {
      font-size: 16px;
      font-family: "Fira Sans";
      color: #989898;
      line-height: 1.75;
      display: block;
      font-weight: 400; }
    .change-test .group-textarea textarea {
      color: #212426;
      resize: none;
      width: 100%;
      border-radius: 10px;
      border: 1px solid #d9dbdc;
      padding: 15px;
      height: 200px;
      font-size: 16px;
      font-family: "Fira Sans";
      font-weight: 400; }
      .change-test .group-textarea textarea:focus {
        outline: none; }
  .change-test .answer-options {
    margin-bottom: 35px; }
    .change-test .answer-options__title {
      border-bottom: 1px solid #d9dbdc;
      margin-bottom: 35px;
      font-size: 24px;
      font-family: "Fira Sans";
      color: #212426;
      font-weight: bold;
      line-height: 2.833;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .change-test .answer-options__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .change-test .answer-options__input {
      border: 1px solid #d9dbdc;
      border-radius: 4px;
      background-color: white;
      width: 100%;
      width: 100%;
      height: 48px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-left: 15px;
      color: #212426;
      font-size: 16px;
      font-family: "Fira Sans";
      font-weight: 400; }

.change-test .answer-options__input::-webkit-input-placeholder {
    color: #989898;
}

.change-test .answer-options__input:-ms-input-placeholder {
    color: #989898;
}

.change-test .answer-options__input::-ms-input-placeholder {
    color: #989898;
}
      .change-test .answer-options__input::placeholder {
        color: #989898; }
    .change-test .answer-options__group {
      height: 40px;
      width: 80px;
      min-width: 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .change-test .answer-options__up {
      height: 15px;
      width: 20px;
      margin: auto;
      border: none;
      display: block;
      background-color: #ffffff;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 10px;
      background-image: url("../img/btn-up.png");
      margin-top: 5px; }
    .change-test .answer-options__down {
      height: 15px;
      width: 20px;
      margin: auto;
      margin-bottom: 5px;
      border: none;
      display: block;
      background-color: #ffffff;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 10px;
      background-image: url("../img/btn-down.png"); }
    .change-test .answer-options__delete {
      height: 40px;
      width: 80px;
      min-width: 80px;
      border: none;
      display: block;
      border-left: 1px solid #d9dbdc;
      background-color: #ffffff;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 25px;
      background-image: url("../img/icon/close-line.svg");
      fill: white; }
    .change-test .answer-options__indicator {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 25px; }
      .change-test .answer-options__indicator .gray-select__wrap {
        width: 230px;
        margin-right: 20px; }
      .change-test .answer-options__indicator input {
        border: 1px solid #d9dbdc;
        border-radius: 4px;
        background-color: white;
        max-width: 350px;
        width: 100%;
        height: 60px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 15px;
        color: #212426;
        font-size: 16px;
        font-family: "Fira Sans";
        font-weight: 400; }

.change-test .answer-options__indicator input::-webkit-input-placeholder {
    color: #989898;
}

.change-test .answer-options__indicator input:-ms-input-placeholder {
    color: #989898;
}

.change-test .answer-options__indicator input::-ms-input-placeholder {
    color: #989898;
}
        .change-test .answer-options__indicator input::placeholder {
          color: #989898; }
      .change-test .answer-options__indicator label {
        position: relative;
        font-size: 16px;
        font-family: "Fira Sans";
        color: #212426;
        line-height: 1.875; }
    .change-test .answer-options__add {
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 30px;
      border-bottom: 1px solid #d9dbdc; }
      .change-test .answer-options__add:after, .change-test .answer-options__add:before {
        content: "";
        display: block;
        width: 40px;
        position: absolute;
        bottom: -1px;
        height: 1px;
        border-bottom: 1px solid #d9dbdc; }
      .change-test .answer-options__add:after {
        right: -40px; }
      .change-test .answer-options__add:before {
        left: -40px; }
      .change-test .answer-options__add input {
        border: 1px dashed #d9dbdc;
        border-radius: 4px;
        background-color: #f9f8f6;
        width: 100%;
        width: 100%;
        height: 48px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 15px;
        color: #986b4d;
        font-size: 16px;
        font-family: "Fira Sans";
        font-weight: 400; }

.change-test .answer-options__add input::-webkit-input-placeholder {
    color: #986b4d;
}

.change-test .answer-options__add input:-ms-input-placeholder {
    color: #986b4d;
}

.change-test .answer-options__add input::-ms-input-placeholder {
    color: #986b4d;
}
        .change-test .answer-options__add input::placeholder {
          color: #986b4d; }
  .change-test__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .change-test__btn .btn-sub {
      width: 260px; }
    .change-test__btn .btn-border {
      padding-top: 12px;
      padding-bottom: 12px;
      border-color: #009688;
      color: #009688;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-left: 30px; }
      .change-test__btn .btn-border:hover {
        background-color: #009688; }

.create-test {
  padding-left: 40px;
  padding-right: 40px; }
  .create-test .new__title {
    margin-bottom: 50px; }
  .create-test__form {
    margin-bottom: 60px; }
  .create-test__group {
    display: block;
    margin-bottom: 20px; }
    .create-test__group input {
      border: 1px solid #d9dbdc;
      border-radius: 4px;
      background-color: white;
      max-width: 950px;
      width: 100%;
      height: 60px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-left: 15px;
      color: #212426;
      font-size: 16px;
      font-family: "Fira Sans";
      font-weight: 400; }
    .create-test__group label {
      font-size: 16px;
      font-family: "Fira Sans";
      color: #989898;
      line-height: 1.75;
      display: block;
      font-weight: 400; }
    .create-test__group textarea {
      color: #212426;
      resize: none;
      width: 100%;
      border-radius: 10px;
      border: 1px solid #d9dbdc;
      padding: 15px;
      height: 200px;
      font-size: 16px;
      font-family: "Fira Sans";
      font-weight: 400; }
      .create-test__group textarea:focus {
        outline: none; }
  .create-test .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .create-test .dropdown-datetimepicker-widget {
    display: block !important;
    opacity: 1; }
  .create-test .input-date {
    display: block;
    margin-right: 20px;
    position: relative; }
    .create-test .input-date:after {
      content: "";
      display: block;
      z-index: 2;
      width: 24px;
      height: 24px;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url("../img/calendar.png");
      position: absolute;
      bottom: 20px;
      right: 20px; }
    .create-test .input-date input {
      border-radius: 4px;
      width: 233px;
      height: 60px;
      padding-left: 15px;
      padding-right: 60px;
      border: 1px solid #d9dbdc;
      padding-right: 60px; }
    .create-test .input-date label {
      font-size: 14px;
      font-family: "Fira Sans";
      color: #989898;
      line-height: 1.75;
      display: block;
      font-weight: 400; }
  .create-test .competencies .gray-select {
    max-width: 950px;
    margin-bottom: 50px; }
  .create-test .competencies .select2-container {
    max-width: 950px;
    margin-bottom: 30px; }
  .create-test .competencies .select2-container--default .select2-selection--single {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f4;
    border-color: #f4f4f4; }
    .create-test .competencies .select2-container--default .select2-selection--single:focus {
      outline: none; }
  .create-test .competencies .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #989898; }
  .create-test .competencies .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    bottom: 0;
    margin: auto; }
  .create-test .competencies__title {
    border-bottom: 1px solid #d9dbdc;
    margin-bottom: 35px;
    font-size: 24px;
    font-family: "Fira Sans";
    color: #212426;
    font-weight: bold;
    line-height: 2.833; }
  .create-test .competencies__block {
    padding: 0 15px;
    border: 1px solid #d9dbdc;
    border-radius: 4px;
    margin-bottom: 35px;
    background: #ffffff; }
  .create-test .competencies__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #d9dbdc;
    padding: 5px 0;
    background-color: #ffffff; }
    .create-test .competencies__item:last-child {
      border-bottom: none; }
  .create-test .competencies__text {
    font-size: 16px;
    font-family: "Fira Sans", sans-serif;
    color: #212426;
    line-height: 1.3; }
  .create-test .competencies__delete {
    height: 40px;
    width: 80px;
    min-width: 80px;
    border: none;
    display: block;
    border-left: 1px solid #d9dbdc;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    background-image: url("../img/icon/close-line.svg");
    fill: white; }
  .create-test .test-score {
    padding: 35px 20px;
    border-top: 1px solid #d9dbdc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .create-test .test-score__item {
      margin-right: 30px; }
      .create-test .test-score__item input {
        border: 1px solid #d9dbdc;
        border-radius: 4px;
        width: 233px;
        height: 60px;
        padding-left: 15px;
        padding-right: 60px; }
        .create-test .test-score__item input:after {
          content: "";
          display: block;
          z-index: 2;
          width: 24px;
          height: 24px;
          background-position: center;
          background-size: contain;
          background-repeat: no-repeat;
          background-image: url("../img/calendar.png");
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto;
          right: 20px; }
      .create-test .test-score__item label {
        font-size: 16px;
        font-family: "Fira Sans";
        color: #989898;
        line-height: 1.75;
        display: block;
        font-weight: 400; }
  .create-test .create-test__settings {
    background: #f9f8f7;
    padding: 30px 0 30px 20px;
    margin-bottom: 30px;
    position: relative; }
    .create-test .create-test__settings:before, .create-test .create-test__settings:after {
      content: "";
      display: block;
      width: 40px;
      height: 100%;
      background: #f9f8f7;
      position: absolute;
      top: 0; }
    .create-test .create-test__settings:before {
      left: -40px; }
    .create-test .create-test__settings:after {
      right: -40px; }
    .create-test .create-test__settings .d-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline; }
    .create-test .create-test__settings .settings-input {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-left: 100px;
      display: none; }
      .create-test .create-test__settings .settings-input.show {
        display: block; }
      .create-test .create-test__settings .settings-input input {
        border: 1px solid #d9dbdc;
        border-radius: 4px;
        background-color: white;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 233px;
        height: 50px;
        padding-left: 15px; }
      .create-test .create-test__settings .settings-input label {
        font-size: 15px;
        font-family: "Fira Sans";
        color: #989898;
        line-height: 1.2;
        margin-left: 15px;
        font-weight: 400; }
    .create-test .create-test__settings .settings-checkbox {
      display: block;
      position: relative;
      margin-bottom: 20px;
      min-width: -webkit-fit-content;
      min-width: -moz-fit-content;
      min-width: fit-content; }
      .create-test .create-test__settings .settings-checkbox input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer; }
        .create-test .create-test__settings .settings-checkbox input:checked + label:before {
          background: #d8b08c;
          border-color: #d8b08c; }
      .create-test .create-test__settings .settings-checkbox label {
        font-size: 15px;
        font-family: "Fira Sans";
        color: #212426;
        position: relative;
        cursor: pointer;
        padding-left: 48px;
        font-weight: 400; }
        .create-test .create-test__settings .settings-checkbox label:before {
          content: "";
          display: block;
          width: 20px;
          height: 20px;
          border-radius: 4px;
          border: 1px solid #d9dbdc;
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          background: #ffffff; }
        .create-test .create-test__settings .settings-checkbox label:after {
          content: "";
          display: block;
          width: 6px;
          height: 12px;
          position: absolute;
          top: 2px;
          left: 7px;
          border-right: 2px solid #ffffff;
          border-bottom: 2px solid #ffffff;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
  .create-test .input__date {
    margin-right: 20px;
    width: 230px; }
    .create-test .input__date:after {
      top: 40px;
      bottom: 0;
      margin: auto; }
    .create-test .input__date input {
      width: 100%; }
    .create-test .input__date label {
      font-size: 14px;
      font-family: "Fira Sans";
      color: #989898;
      line-height: 1.75;
      display: block;
      font-weight: 400; }

.test-block {
  background: #ffffff;
  border-radius: 4px;
  padding: 50px 40px 30px 40px; }
  .test-block .ml-auto {
    margin-left: auto; }
  .test-block .new__title {
    margin-bottom: 60px; }
  .test-block .btn {
    width: 260px; }
  .test-block .min-select__wrap {
    max-width: 180px; }
    .test-block .min-select__wrap .select2-container {
      max-width: 180px; }
    .test-block .min-select__wrap .select2-container--default .select2-selection--single {
      height: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #f4f4f4;
      border-color: #f4f4f4; }
      .test-block .min-select__wrap .select2-container--default .select2-selection--single:focus {
        outline: none; }
    .test-block .min-select__wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
      color: #989898;
      font-weight: 400;
      font-size: 12px; }
    .test-block .min-select__wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
      top: 0;
      bottom: 0;
      margin: auto; }
  .test-block .find-test {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 30px; }
    .test-block .find-test__input {
      width: 50%;
      border: 1px solid #d9dbdc;
      border-radius: 4px;
      background-color: white;
      width: 774px;
      height: 60px;
      margin-right: 30px;
      padding-left: 20px;
      font-size: 16px;
      font-family: "Fira Sans";
      line-height: 1.75;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }

.test-block .find-test__input::-webkit-input-placeholder {
    color: #989898;
}

.test-block .find-test__input:-ms-input-placeholder {
    color: #989898;
}

.test-block .find-test__input::-ms-input-placeholder {
    color: #989898;
}
      .test-block .find-test__input::placeholder {
        color: #989898; }
    .test-block .find-test .btn {
      margin: 0; }
  .test-block .test-result {
    border: 1px solid #d9dbdc;
    border-radius: 4px;
    padding: 0 15px;
    margin-bottom: 30px; }
    .test-block .test-result__title {
      font-size: 16px;
      font-weight: 600;
      color: #212426;
      line-height: 1.25;
      margin: 0 0 15px 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .test-block .test-result__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      border-bottom: 1px solid #d9dbdc;
      padding: 5px 0;
      background-color: #ffffff; }
      .test-block .test-result__item:last-child {
        border-bottom: none; }
    .test-block .test-result__name {
      font-size: 16px;
      font-family: "Fira Sans", sans-serif;
      color: #212426;
      line-height: 1.3; }
    .test-block .test-result__copy {
      height: 40px;
      width: 80px;
      min-width: 80px;
      border: none;
      display: block;
      border-left: 1px solid #d9dbdc;
      background-color: #ffffff;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 25px;
      background-image: url("../img/icon/file-copy.svg"); }
    .test-block .test-result__change {
      height: 40px;
      width: 80px;
      min-width: 80px;
      border: none;
      display: block;
      border-left: 1px solid #d9dbdc;
      background-color: #ffffff;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 25px;
      background-image: url("../img/icon/pencil-line.svg"); }
    .test-block .test-result__delete {
      height: 40px;
      width: 80px;
      min-width: 80px;
      border: none;
      display: block;
      border-left: 1px solid #d9dbdc;
      background-color: #ffffff;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 25px;
      background-image: url("../img/icon/close-line.svg");
      fill: white; }
    .test-block .test-result__group {
      height: 40px;
      width: 80px;
      min-width: 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      border-left: 1px solid #d9dbdc;
      margin-left: auto; }
    .test-block .test-result__up {
      height: 15px;
      width: 20px;
      margin: auto;
      border: none;
      display: block;
      background-color: #ffffff;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 10px;
      background-image: url("../img/btn-up.png");
      margin-top: 5px; }
    .test-block .test-result__down {
      height: 15px;
      width: 20px;
      margin: auto;
      margin-bottom: 5px;
      border: none;
      display: block;
      background-color: #ffffff;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 10px;
      background-image: url("../img/btn-down.png"); }
    .test-block .test-result__number {
      width: 60px;
      min-width: 60px;
      height: 40px;
      border-right: 1px solid #d9dbdc;
      text-align: center;
      font-size: 14px;
      font-family: "Fira Sans";
      color: #986b4d;
      line-height: 40px;
      margin-right: 15px; }
  .test-block .test-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .test-block .test-pagination__item {
      display: block;
      border: 1px solid lightgray;
      width: 48px;
      height: 48px;
      text-align: center;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 18px;
      font-family: "Fira Sans";
      line-height: 20px;
      padding: 14px 0;
      border-radius: 4px;
      margin-right: 10px;
      color: #a8a8a8; }
      .test-block .test-pagination__item.active {
        color: #ffffff;
        font-weight: 600;
        background-color: #d8b08c;
        border-color: #d8b08c; }
        .test-block .test-pagination__item.active:hover, .test-block .test-pagination__item.active:focus {
          text-decoration: none;
          color: #ffffff;
          font-weight: 600; }
      .test-block .test-pagination__item:hover, .test-block .test-pagination__item:focus {
        text-decoration: none;
        color: #a8a8a8;
        font-weight: 400; }

@media only screen and (max-width: 767px) {
  .change-test .new__title {
    margin-bottom: 40px; }
  .change-test .answer-options {
    margin-bottom: 40px; }
    .change-test .answer-options__group {
      width: 60px;
      min-width: 60px; }
    .change-test .answer-options__delete {
      width: 60px;
      min-width: 60px; }
    .change-test .answer-options__indicator {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin-top: 15px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .change-test .answer-options__indicator .gray-select__wrap {
        width: calc(50% - 10px);
        min-width: calc(50% - 10px);
        margin-right: 0px; }
      .change-test .answer-options__indicator input {
        max-width: 100%;
        width: 100%;
        height: 48px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
      .change-test .answer-options__indicator label {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-left: 0;
        display: block;
        margin-bottom: 5px; }
        .change-test .answer-options__indicator label:before {
          display: none; }
  .change-test__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .change-test__btn .btn-sub {
      width: 260px; }
    .change-test__btn .btn-border {
      padding-top: 7px;
      padding-bottom: 7px; }
  .create-test .new__title {
    margin-bottom: 30px; }
  .create-test .input-date {
    display: block;
    margin-right: 20px;
    position: relative;
    width: calc(50% - 10px); }
    .create-test .input-date:last-child {
      margin-right: 0; }
    .create-test .input-date input {
      width: 100%; }
    .create-test .input-date label {
      font-size: 16px;
      font-family: "Fira Sans";
      color: #989898;
      line-height: 1.75;
      display: block;
      font-weight: 400; }
  .create-test .test-score {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .create-test .test-score__item {
      width: calc(50% - 15px);
      min-width: calc(50% - 15px);
      margin-bottom: 10px; }
      .create-test .test-score__item:last-child {
        margin-bottom: 0; }
    .create-test .test-score input {
      width: 100%; }
  .create-test .competencies__delete {
    height: 40px;
    width: 60px;
    min-width: 60px; }
  .create-test .create-test__settings {
    background: #f9f8f7;
    padding: 30px 0 30px 20px;
    margin-bottom: 30px;
    position: relative; }
    .create-test .create-test__settings .d-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline; }
    .create-test .create-test__settings .settings-input {
      margin-bottom: 20px;
      margin-left: 0px; }
  .test-block .new__title {
    margin-bottom: 40px; }
  .test-block .find-test {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 30px; }
    .test-block .find-test__input {
      width: 100%;
      height: 48px;
      margin-right: 20px; }
  .test-block .test-result {
    padding: 0 10px; }
    .test-block .test-result__copy {
      width: 60px;
      min-width: 60px; }
    .test-block .test-result__change {
      width: 60px;
      min-width: 60px; }
    .test-block .test-result__delete {
      width: 60px;
      min-width: 60px; }
    .test-block .test-result__group {
      width: 60px;
      min-width: 60px; }
    .test-block .test-result__number {
      width: 30px;
      min-width: 30px; } }

@media only screen and (max-width: 550px) {
  .change-test {
    padding-left: 15px;
    padding-right: 15px; }
    .change-test .new__title {
      font-size: 28px; }
    .change-test .group-textarea {
      margin-bottom: 20px; }
      .change-test .group-textarea textarea {
        height: 150px; }
    .change-test .answer-options__indicator {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .change-test .answer-options__indicator .gray-select__wrap {
        width: 100%;
        min-width: 100%;
        margin-bottom: -10px; }
    .change-test .answer-options__group {
      width: 40px;
      min-width: 40px; }
    .change-test .answer-options__delete {
      width: 40px;
      min-width: 40px; }
    .change-test__btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .change-test__btn .btn-sub {
        width: 100%;
        max-width: 100%; }
      .change-test__btn .btn-border {
        width: 100%;
        max-width: 100%;
        margin-left: 0; }
  .create-test {
    padding-left: 15px;
    padding-right: 15px; }
    .create-test__form {
      margin-bottom: 40px; }
    .create-test__group {
      margin-bottom: 15px; }
      .create-test__group input {
        height: 50px; }
      .create-test__group textarea {
        height: 150px; }
    .create-test .d-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .create-test .input-date {
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px; }
    .create-test .competencies__title {
      margin-bottom: 25px;
      font-size: 20px; }
    .create-test .competencies__block {
      padding: 0 5px;
      margin-bottom: 25px; }
    .create-test .competencies__delete {
      width: 40px;
      min-width: 40px; }
    .create-test .test-score {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 25px 0px; }
      .create-test .test-score__item {
        width: 100%;
        margin-right: 0; }
      .create-test .test-score input {
        width: 100%;
        height: 50px; }
    .create-test .create-test__settings {
      padding: 25px 0; }
      .create-test .create-test__settings:before, .create-test .create-test__settings:after {
        content: "";
        display: block;
        width: 13px;
        height: 100%;
        background: #f9f8f7;
        position: absolute;
        top: 0; }
      .create-test .create-test__settings:before {
        left: -13px; }
      .create-test .create-test__settings:after {
        right: -13px; }
      .create-test .create-test__settings .settings-input input {
        width: 100%; }
      .create-test .create-test__settings .settings-input label {
        margin-left: 0;
        margin-top: 5px; }
      .create-test .create-test__settings .settings-checkbox {
        margin-bottom: 15px; }
        .create-test .create-test__settings .settings-checkbox label {
          padding-left: 30px; }
          .create-test .create-test__settings .settings-checkbox label:after {
            top: -4px;
            bottom: 0;
            margin: auto; }
  .test-block {
    padding: 30px 15px 30px 15px; }
    .test-block .new__title {
      margin-bottom: 30px; }
    .test-block .find-test {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .test-block .find-test__input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; }
      .test-block .find-test .btn {
        width: 100%;
        max-width: 100%; }
    .test-block .min-select__wrap {
      max-width: 100%;
      margin-top: 10px;
      width: 100%; }
      .test-block .min-select__wrap .select2-container {
        max-width: 100%; }
      .test-block .min-select__wrap .select2-container--default .select2-selection--single {
        height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #f4f4f4;
        border-color: #f4f4f4; }
        .test-block .min-select__wrap .select2-container--default .select2-selection--single:focus {
          outline: none; }
    .test-block .test-result {
      padding: 0 5px; }
      .test-block .test-result__title {
        margin: 0 0 15px 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
      .test-block .test-result__copy {
        width: 30px;
        min-width: 30px; }
      .test-block .test-result__change {
        width: 30px;
        min-width: 30px; }
      .test-block .test-result__delete {
        width: 30px;
        min-width: 30px; }
      .test-block .test-result__group {
        width: 30px;
        min-width: 30px; }
      .test-block .test-result__number {
        width: 20px;
        min-width: 20px;
        margin-right: 10px; }
      .test-block .test-result__name {
        font-size: 14px; }
  .panel-test-collapse {
    padding-left: 0;
    padding-right: 0;
    background: #f9f8f7;
    margin-bottom: 0; }
    .panel-test-collapse .panel-heading {
      background: #d8b08c;
      padding: 15px 25px; }
    .panel-test-collapse .panel-title {
      color: #ffffff !important;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 16px;
      font-family: "Fira Sans";
      font-weight: bold;
      text-transform: uppercase; }
      .panel-test-collapse .panel-title[aria-expanded="true"] .icon-arrow {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
    .panel-test-collapse .panel-default {
      padding: 0;
      background: #f9f8f7 !important; }
    .panel-test-collapse .create-test {
      padding-left: 15px;
      padding-right: 15px; }
      .panel-test-collapse .create-test .create-test__settings:before, .panel-test-collapse .create-test .create-test__settings:after {
        width: 15px; }
      .panel-test-collapse .create-test .create-test__settings:before {
        left: -15px; }
      .panel-test-collapse .create-test .create-test__settings:after {
        right: -15px; }
    .panel-test-collapse .input__date {
      margin-right: 0px; }
  .edit-test {
    padding-left: 15px;
    padding-right: 15px; }
    .edit-test .new__title {
      margin-bottom: 30px; } }

.preloader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 60;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}

.preloader.loaded {
  visibility: hidden;
  opacity: 0;
}

.preloader .loader-wr {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.preloader.loaded .loader-wr {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.5, 0.5);
  -ms-transform: translate(-50%, -50%) scale(0.5, 0.5);
  transform: translate(-50%, -50%) scale(0.5, 0.5);
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.6em solid rgba(178, 178, 178, 0.2);
  border-right: 0.6em solid rgba(178, 178, 178, 0.2);
  border-bottom: 0.6em solid rgba(178, 178, 178, 0.2);
  border-left: 0.6em solid #98694c;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.wrapper .sidebar .logo {
  width: 100%;
}

.wrapper .sidebar .logo .logo-normal img {
  position: relative;
  margin: auto;
}
