@charset "UTF-8";



/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
 .bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 576px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span,
.bootstrap-datetimepicker-widget .picker-switch td i {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 0.25rem;
  padding: 0.5em;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #dee2e6;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #f8f9fa;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #dee2e6;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #f8f9fa;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #dee2e6;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #dee2e6;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #dee2e6;
  color: #007bff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #dee2e6;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span,
.bootstrap-datetimepicker-widget table td i {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 0.25rem;
}
.bootstrap-datetimepicker-widget table td span:hover,
.bootstrap-datetimepicker-widget table td i:hover {
  background: #f8f9fa;
}
.bootstrap-datetimepicker-widget table td span.active,
.bootstrap-datetimepicker-widget table td i.active {
  background-color: #dee2e6;
  color: #007bff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old,
.bootstrap-datetimepicker-widget table td i.old {
  color: #dee2e6;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td i.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover,
.bootstrap-datetimepicker-widget table td i.disabled:hover {
  background: none;
  color: #dee2e6;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* ================ fix fonts ================= */
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:400,400i,500,500i,700&subset=cyrillic");

body,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.brand,
a,
.td-name,
td,
.form-control,
.bootstrap-select.form-control,
.card,
.card-title,
.summary,
.nav p,
.navbar,
p {
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important;
  font-family: "Fira Sans", sans-serif !important;
}

body {
  position: relative;
}

/* ================ fix base theme dashboard/bootstrap ================= */
.card {
  padding: 40px 10px;
}

.card-tabs {
  margin-top: 20px;
}
h4.card-title {
  margin-bottom: 20px !important;
}
.btn,
a.btn {
  color: #ffffff;
  background-color: #e44934;
  border-radius: 4px;
  border: none;
}
.btn:hover,
a.btn:hover {
  background-color: #c13d2c;
}
.btn-wd,
.btn-success {
  color: #ffffff !important;
  background-color: #e44934 !important;
  border-color: transparent !important;
}

/*Вход в админку*/
.simple-text.logo-normal {
  text-align: center;
}
.logo {
  height: auto !important;
}
.wrapper-full-page .full-page[data-color="blue"]:after {
  background-color: #986b4d;
}
.card-login-custom .logo-big img {
  max-height: 100px;
}
.card-login-custom .card-login__title {
  padding-top: 15px;
}
.card-login-custom .card-login__footer {
  padding-top: 15px;
}
.card-login.card-login-custom .btn-wd {
  max-width: 100%;
}

/* Страница авторизации Задний фон*/
.full-page[data-color="darkbrown"]:after {
  background-color: #986b4d;
}

/* sidebar fix */
.sidebar .logo .simple-text {
  font-size: 14px;
}
.sidebar .logo .simple-text img {
  height: 80px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.sidebar .sidebar-wrapper,
.off-canvas-sidebar .sidebar-wrapper {
  height: calc(100% - 162px);
}

/* Меняем стиль навигации в меню*/
.nav li:not(.active) a,
a.navbar-brand.btn-magnify,
a.navbar-brand.btn-magnify:hover,
.ti-more-alt,
.ti-menu-alt:before {
  color: white !important;
  opacity: 1 !important;
  /*#d8b08c*/
}
.sidebar[data-background-color="brown"]:after,
.sidebar[data-background-color="brown"]:before,
.off-canvas-sidebar[data-background-color="brown"]:after,
.off-canvas-sidebar[data-background-color="brown"]:before {
  background-color: #986b4d !important;
}

/*-----*/
/*Изменяем таблицу вывода пользователей*/
/*-----*/

/*Меняем все ссылки на темно-коричневый цвет*/
summary {
  color: #e44934;
  font-size: 15px;
  cursor: pointer;
  margin-left: 15px;
  margin-bottom: 20px;
}
summary:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

h5,
body,
a,
.table > thead > tr > th,
.control-label,
.summary,
.bootstrap-select.form-control .btn,
.has-success .form-control-feedback,
.has-success .control-label,
strong,
.panel-default a:not(.btn) {
  color: #553c2b;
  font-size: 14px;
}

.pagination > li > a,
.pagination > li.active > a:hover {
  color: #553c2b !important;
  background-color: white;
  border-color: #d8b08c !important;
  font-size: 14px;
}
.pagination > li.active > a,
.pagination > li > a:hover,
.pagination > li > a:active,
.pagination > li > a:focus {
  background-color: #d8b08c !important;
  border-color: #d8b08c !important;
  color: white !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: white;
}

a:hover,
a:focus {
  color: #986b4d;
  font-weight: bold;
  text-decoration: none;
}
.table > tbody > tr > td {
  font-size: 12px !important;
  color: #553c2b;
}

.bootstrap-select.form-control .btn {
  padding-left: 5px !important;
  padding-right: 25px !important;
}

/*Верхнее навигационное меню и выпадающие кнопки*/
.main-panel {
  height: auto;
  max-height: unset;
}
.main-panel .navbar-default,
.nav li a {
  background-color: #986b4d !important;
}

.btn {
  display: block;
  width: 100%;
  max-width: 350px;
  margin-bottom: 20px;
  padding: 21px 15px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 16px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn:focus,
.btn:active {
  outline: none;
}

/*Красная кнопка */
.btn-wd,
.btn-success {
  color: #ffffff;
  background-color: #e44934;
  border-color: transparent;
}
.btn-wd:hover,
.btn-wd:focus,
.btn-wd:active,
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
  background-color: #c13d2c !important;
  border-color: transparent !important;
}

/* Коричневая кнопка и выпадающее меню*/
.btn.btn-primary,
.dropdown-menu > li > a {
  color: #ffffff;
  background-color: #d8b08c;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.open > .btn-primary.dropdown-toggle {
  background-color: #986b4d !important;
  border-color: transparent !important;
}

@media (max-width: 767px) {
  .btn {
    padding: 16px 15px;
  }
}

/*Изменяем стиль треуголника на выпадающие менб по кнопкам*/
.caret,
.btn-primary.caret,
.btn-wd.caret {
  border-top-color: white !important;
}

.dropdown-menu:hover,
.dropdown-menu:active,
.dropdown-menu:focus,
.dropdown-menu > li > a:hover {
  color: white;
  background-color: #986b4d !important;
}

/* test-card */
.test-card .block {
  margin-bottom: 20px;
}
.test-card .block-personal h5 {
  text-transform: none;
  color: #212426;
}
.test-card .block-personal h4 {
  text-transform: uppercase;
  margin: 0;
}
.test-card .block-personal .row {
  padding: 0;
}
.test-card .block-personal .row .col {
  vertical-align: top;
}
.test-card .table td {
  font-style: italic;
  vertical-align: top;
}
.test-card .table td.td-image {
  height: 200px;
}
.test-card .table img {
  height: auto;
  max-width: 120px;
}
.test-card .table {
  border-top: 2px solid #212426;
  border-bottom: 1px solid #212426;
}
.test-card .table td:not(:first-child) {
  border-left: 1px solid #212426;
}
.test-card .table td {
  border-top: 1px solid #212426;
}
.test-card .table.table-2 td:first-child {
  width: 1%;
  white-space: nowrap;
}
.test-header {
  background-color: #212426;
  color: #fff;
  width: 100%;
  padding: 10px 10px 10px 20px;
  font-size: 1.3em;
  font-weight: bold;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-bottom: 15px;
}
.test-card .block-self-concept .badge {
  background-color: #a94442;
}
.test-card .block-self-concept .table,
.test-card .block-self-concept .table tr:first-child td {
  border-top: 0px;
}

.test-card .block-self-concept .table {
  border-bottom: 0px;
}

.test-card .block-estimate .estimate {
  height: 200px;
}

.test-card .block-estimate .estimate-scale .progress-block {
  margin-top: 25px;
}

.test-card .block-estimate .scale {
  height: 5px;
  background-color: #dfe1e3;
}

.test-card .block-estimate .progress-bar-low {
  background-color: #dfe1e3;
}
.test-card .block-estimate .progress-bar-middle {
  background-color: #687aae;
}
.test-card .block-estimate .progress-bar-high {
  background-color: #212426;
}
.test-card .progress {
  margin-bottom: 2px;
}
.test-card .progress-scale {
  margin-top: 0px;
}
.test-card .progress-scale .progress-bar-scale {
  float: left;
  height: 10px;
  border-left: 1px solid #212426;
}
.test-card .progress-scale .progress-bar-scale:last-child {
  border-right: 1px solid #212426;
}
.test-card .progress-scale-val .progress-bar-scale-val {
  float: left;
  text-align: center;
}
.test-card .progress-labels {
  margin-top: 15px;
}
.test-card .progress-scale-val .progress-bar-scale-label {
  font-style: italic;
  font-size: 1.2em;
}
.test-card .clear {
  clear: both;
}
.progress-marker {
  margin-bottom: 10px;
}
.progress-marker-bar {
  float: left;
}
.progress-marker-bar .marker {
  text-align: center;
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: bold;
}

.block-test {
  width: 100%;
  height: 600px;
  border-top: 1px solid #212426;
  border-bottom: 1px solid #212426;
  margin-top: -20px !important;
  margin-bottom: 40px !important;
}

.block-test canvas.chart {
  margin: 20px 0;
  height: 500px;
  width: 1200px;
}

.marker {
  margin-left: -15px;
}
.marker-down {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #a94442;
  margin-top: 3px;
}

.marker-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #a94442;
}

.form-condensed .form-group {
  margin-top: 0;
  margin-bottom: 5px;
}

/* ================ add new blocks ================= */

/* btn-collapse */
.btn-collapse {
  position: relative;
  color: #212426;
  font-size: 18px;
  margin-bottom: 20px;
  cursor: pointer;
}
.btn-collapse .caret {
  border-top-color: #212426 !important;
}
.btn-collapse[aria-expanded="true"] .caret {
  transform: rotateX(180deg);
}

/* table-custom */
.table-wrap-custom {
  position: relative;
  width: 100%;
  padding-top: 15px;
  margin-bottom: 20px;
}
.table-wrap-custom .scroll-top {
  position: relative;
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  margin-bottom: -12px;
  z-index: 99999;
}
.table-wrap-custom .scroll-table {
  position: relative;
  width: 100%;
  overflow: auto;
  max-height: 800px;
  min-height: 520px;
}
.table-wrap-custom .scroll-top .scloll-ell {
  height: 18px;
}
.table-wrap-custom .scroll-table .scloll-ell table.table thead {
  background-color: #ffffff;
  z-index: 50;
}
.table-wrap-custom .scroll-table .scloll-ell table.table thead tr {
  background-color: #ffffff;
}
.table-wrap-custom .scroll-table .scloll-ell table.table thead tr > th,
.table-wrap-custom .scroll-table .scloll-ell table.table thead tr > td {
  border-top: none !important;
  border: 1px solid #eee !important;
}
.table-wrap-custom .ps-container > .ps-scrollbar-y-rail,
.table-wrap-custom .ps-container > .ps-scrollbar-x-rail {
  opacity: 0.1;
  background-color: #f5f5f5 !important;
}
.table-wrap-custom .ps-container > .ps-scrollbar-x-rail {
  height: 14px;
}
.table-wrap-custom .ps-container > .ps-scrollbar-x-rail .ps-scrollbar-x {
  height: 14px;
}
.table-wrap-custom .ps-container > .ps-scrollbar-y-rail {
  width: 12px;
}
.table-wrap-custom .ps-container > .ps-scrollbar-y-rail .ps-scrollbar-y {
  width: 12px;
}
.table-wrap-custom:hover .ps-container > .ps-scrollbar-y-rail,
.table-wrap-custom:hover .ps-container > .ps-scrollbar-x-rail {
  opacity: 0.3;
}
.table-wrap-custom:hover .ps-container > .ps-scrollbar-y-rail:hover,
.table-wrap-custom:hover .ps-container > .ps-scrollbar-x-rail:hover {
  opacity: 0.8;
}
.table-wrap-custom .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y,
.table-wrap-custom .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #986b4d !important;
}
.table-wrap-custom .bootstrap-select.form-control .btn {
  max-width: 178px;
}

.table-wrap-custom .bootstrap-select.btn-group .dropdown-menu {
  max-width: 400px;
  max-height: 320px !important;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  white-space: normal;
  padding: 10px !important;
}

/* questionary tab*/
.questionary-card,
.test-card {
  width: 100%;
}
.questionary-card .table-card {
  margin-top: 25px;
}
.questionary-card .table-card td:first-child {
  width: 15%;
  text-align: right;
  padding-right: 15px;
}
.questionary-card .table-card td:not(:first-child) {
  background-color: #fff;
}
.questionary-card .table {
  border-spacing: 20px 0px;
}
.questionary-card .table td {
  border: 0;
}
.questionary-card .table tr:first-child td {
  border-top: 2px solid #212426;
}
.questionary-card .table tr:last-child td {
  border-bottom: 1px solid #212426;
}
.questionary-card .table td:not(:first-child) {
  margin-left: 20px;
}

/* card-status */
.card {
  margin-bottom: 30px;
  color: #553c2b;
}
.card .card-content {
  padding-top: 10px;
  padding-bottom: 10px;
}
.card.card-status {
  padding-top: 5px;
  padding-bottom: 5px;
}
.card.card-status .status {
  line-height: 46px;
}
.card.card-status .btn {
  width: auto;
  min-width: 180px;
  display: inline-block;
  margin-bottom: 0;
  padding: 15px;
}

.card .card-title {
  color: #553c2b;
}
.card .card-header {
  padding-top: 0px !important;
}

/* link-list */
.link-list ul {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e1e1e5;
  margin-bottom: 30px;
}
.link-list ul li {
  position: relative;
  float: left;
  list-style: none;
  margin-right: 30px;
}
.link-list ul li .list-ell {
  display: block;
  padding-bottom: 14px;
  font-size: 14px;
  color: #212426;
  font-weight: bold;
  transition: all 0.2s linear;
}
.link-list ul li:hover .list-ell,
.link-list ul li.active .list-ell {
  color: #986b4d;
}
.link-list ul li .br-act {
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 5px;
  border-radius: 6px;
  background-color: #986b4d;
  transition: all 0.2s linear;
}

.link-list ul li:hover .br-act,
.link-list ul li.active .br-act {
  width: 100%;
}

/* date-list */
ul.date-list {
  margin: 0;
  padding: 0;
}
ul.date-list li {
  position: relative;
  padding-left: 136px;
  list-style: none;
}
ul.date-list li .date {
  position: absolute;
  left: 0;
  top: 0;
  color: #747e88;
}
ul.date-list li .cont {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e1e1e5;
}
ul.date-list li:last-child .cont {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
@media (max-width: 767px) {
  ul.date-list li {
    padding-left: 0;
  }
  ul.date-list li .date {
    position: static;
    display: block;
    margin-bottom: 10px;
  }
}

/* point-list */
ul.point-list {
  margin: 0;
  padding: 10px 18px;
}
ul.point-list li {
  position: relative;
  margin: 0 0 8px;
  padding: 0 20px 0 0;
  list-style: none;
  font-size: 14px;
}
ul.point-list li .point {
  position: absolute;
  top: 0;
  right: 0;
  color: #212426;
}
ul.point-list li .cont {
  color: #747e88;
}
@media (max-width: 992px) {
  ul.point-list {
    margin: 0;
    padding: 6px 0;
  }
}

/* bl-list-ell */
.bl-list-ell {
  position: relative;
  padding-left: 30px;
}
.bl-list-ell .count {
  position: absolute;
  left: 0;
  top: 10px;
  color: #747e88;
}

@media (max-width: 992px) {
  .bl-list-ell {
    position: relative;
    padding-left: 20px;
  }
  .bl-list-ell .count {
    top: 6px;
  }
}
.btn-pdf {
  color: #07bea7 !important;
  border: 1px solid #07bea7 !important;
}
.btn-pdf:hover {
  border-color: #07bea7 !important;
}

.sub-collapse-wrap {
  padding-top: 20px;
}
.sub-collapse {
  margin-bottom: 20px;
}
.sub-collapse .sub-collapse__header a.sub-collapse__control {
  display: block;
  position: relative;
  padding: 22px 70px;
  font-size: 16px;
  color: rgb(152, 107, 77);
  font-weight: bold;
  text-transform: uppercase;
  border-top: 1px solid #e9d6c9;
  border-bottom: 1px solid #e9d6c9;
}
.sub-collapse
.sub-collapse__header
a.sub-collapse__control[aria-expanded="true"] {
  border-top: 1px solid #f9f9fb;
  border-bottom: 1px solid #f9f9fb;
  background-color: #f9f9fb;
}
.sub-collapse .sub-collapse__header a.sub-collapse__control img {
  position: absolute;
  left: 10px;
  top: 50%;
  width: auto;
  height: 40px;
  transform: translateY(-50%);
}
.sub-collapse .sub-collapse__header a.sub-collapse__control i {
  position: absolute;
  right: 20px;
  top: 50%;
  color: #e7b694;
  transform: translateY(-50%);
}
.sub-collapse
.sub-collapse__header
a.sub-collapse__control[aria-expanded="true"]
i:before {
  content: "\e648";
}
.sub-collapse .sub-collapse__content {
  padding: 16px 20px 10px;
}

.cl-icon-list {
  padding-left: 50px;
}
.cl-icon-list .cl-icon-list__ell {
  position: relative;
  padding-left: 65px;
  margin-bottom: 12px;
  list-style: none;
}
.cl-icon-list .cl-icon-list__ell img {
  position: absolute;
  left: 0;
  top: 10px;
  width: auto;
  height: 42px;
}
.cl-icon-list .cl-icon-list__ell .name {
  color: #212426;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
.cl-icon-list .cl-icon-list__ell .text {
  color: #212426;
  font-size: 16px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .cl-icon-list {
    padding-left: 0px;
  }
  .cl-icon-list .cl-icon-list__ell {
    padding-left: 50px;
  }
  .cl-icon-list .cl-icon-list__ell img {
    top: 5px;
    height: 30px;
  }
}

/* individ-card */
.individ-card-wrap {
  padding-top: 30px;
  border-top: 6px solid #e9d6c9;
}
.individ-card-wrap .support {
  font-size: 16px;
  color: rgb(152, 152, 152);
  line-height: 1.313;
  margin-bottom: 0;
}

.individ-card {
  position: relative;
  padding-left: 70px;
  margin-bottom: 22px;
}
.individ-card img {
  position: absolute;
  left: 5px;
  bottom: 5px;
  width: auto;
  height: 42px;
}
.individ-card .name {
  font-size: 16px;
  color: rgb(33, 36, 38);
  font-weight: bold;
  margin-bottom: 5px;
}
.individ-card .individ-result {
  position: relative;
}
.individ-card .individ-result .individ-result__ell {
  position: relative;
  width: 100%;
  height: 16px;
  z-index: 20;
}
.individ-card .individ-result .individ-result__ell .ell-val {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.individ-card .individ-result .individ-result__ell .bg-red {
  background-color: #986b4d;
}
.individ-card .individ-result .individ-result__ell .bg-brown {
  background-color: #525252;
}
.individ-card .individ-result .individ-result__ell .val,
.individ-card .individ-result .individ-result__sc .val {
  position: absolute;
  top: 50%;
  right: 15px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  transform: translateY(-50%);
}
.individ-card .individ-result .individ-result__sc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efece9;
  z-index: 1;
}
.individ-card .individ-result .individ-result__sc .val {
  color: #b7b7b7;
}

.individ-legend {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
.individ-legend-ell {
  display: flex;
  justify-content: flex-start;
}
.individ-legend-ell .legend-des {
  position: relative;
  padding-left: 80px;
  margin-right: 40px;
  font-size: 16px;
}
.individ-legend-ell .legend-des .legend-des__bl {
  position: absolute;
  left: 0;
  top: 3px;
  height: 16px;
  width: 60px;
}
.individ-legend-ell .legend-des .legend-des__bl.legend-des__bl--user {
  background-color: #986b4d;
}
.individ-legend-ell .legend-des .legend-des__bl.legend-des__bl--all {
  background-color: #525252;
}

@media (max-width: 767px) {
  .individ-card {
    position: relative;
    padding-left: 0px;
    margin-bottom: 20px;
  }
  .individ-card img {
    display: none;
  }
}

.support-icon {
  position: relative;
  padding: 10px 0;
  padding-left: 54px;
  font-size: 16px;
  color: rgb(152, 152, 152);
  line-height: 1.313;
  margin-bottom: 10px;
}
.support-icon img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 34px;
  height: 34px;
  transform: translateY(-50%);
}

/* sl-result */
.sl-result-wrap {
  padding: 0 13px;
}
.sl-result {
  position: relative;
  margin-top: 50px;
  margin-bottom: 35px;
}
.sl-result .sl-result__line {
  position: absolute;
  left: 0;
  top: 26px;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #b5b5b5, #b07548, #684935);
}
.sl-result .sl-result__line .sl-drop {
  position: absolute;
  top: -60px;
  width: 32px;
  height: 40px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 34px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-50%);
  z-index: 20;
}

.sl-result .sl-result__line .sl-drop.sl-drop-red {
  background-image: url("../img/oill-red.svg");
}
.sl-result .sl-result__line .sl-drop.sl-drop-brown {
  background-image: url("../img/oill-brown.svg");
}
.sl-result .sl-dots {
  position: relative;
  height: 56px;
}
.sl-result .sl-dots .dot-ell {
  position: absolute;
  top: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #ffffff;
  transform: translateX(-50%);
}
.sl-result .sl-dots .dot-ell:nth-child(1) {
  left: 0;
}
.sl-result .sl-dots .dot-ell:nth-child(2) {
  left: 30%;
}
.sl-result .sl-dots .dot-ell:nth-child(3) {
  left: 70%;
}
.sl-result .sl-dots .dot-ell:nth-child(4) {
  left: 100%;
}
.sl-result .sl-dots .dot-ell .dot-val {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  transform: translate(-50%, -50%);
}
.sl-result .sl-dots .dot-ell:nth-child(1) .dot-val {
  background-color: #b4b3b2;
}
.sl-result .sl-dots .dot-ell:nth-child(2) .dot-val {
  background-color: #b28c70;
}
.sl-result .sl-dots .dot-ell:nth-child(3) .dot-val {
  background-color: #956441;
}
.sl-result .sl-dots .dot-ell:nth-child(4) .dot-val {
  background-color: #684935;
}

.sl-name {
  display: table;
  width: 100%;
  margin-top: -20px;
}
.sl-name .name-ell {
  float: left;
  padding: 0 28px;
  font-size: 14px;
  color: rgb(152, 107, 77);
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.sl-name .name-ell .dr-sub {
  color: #989898;
  font-size: 14px;
  font-weight: 400;
  text-transform: initial;
}
.sl-name .name-ell:nth-child(1) {
  width: 30%;
}
.sl-name .name-ell:nth-child(2) {
  width: 40%;
}
.sl-name .name-ell:nth-child(3) {
  width: 30%;
}

@media (max-width: 767px) {
  .sl-result .sl-dots .dot-ell:nth-child(2) {
    display: none;
  }
  .sl-result .sl-dots .dot-ell:nth-child(3) {
    display: none;
  }
  .sl-name {
    display: none;
  }
}

/* chat-result */
.chat-result-scroll {
  width: 100%;
  overflow: auto;
  margin-top: 22px;
  margin-bottom: 40px;
}
.chat-result-cont {
  padding: 25px 0;
}
.chat-result {
  position: relative;
  min-width: 520px;
  padding-left: 52px;
}
.chat-result .axis-y {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.chat-result .axis-y .axis-point {
  position: absolute;
  left: 0;
  font-size: 14px;
  color: rgb(117, 117, 117);
  text-transform: uppercase;
}
.chat-result .axis-y .axis-point:nth-child(1) {
  bottom: 100%;
}
.chat-result .axis-y .axis-point:nth-child(2) {
  bottom: 50%;
}
.chat-result .axis-y .axis-point:nth-child(3) {
  bottom: 0;
}

.chat-result .axis-x {
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 100px;
  padding: 0 10px;
  background-color: #faf9f6;
}
.chat-result .axis-x .axis-ell {
  position: relative;
  width: 170px;
  margin-right: 40px;
  background-color: #e6b18b;
  box-shadow: 0px 5px 20px 1px rgba(149, 124, 102, 0.6);
}
.chat-result .axis-x .axis-ell:nth-child(2) {
  background-color: #c48a60;
}
.chat-result .axis-x .axis-ell:nth-child(3) {
  background-color: #9a6641;
}
.chat-result .axis-x .axis-ell:last-child {
  margin-right: 0;
}

.chat-result .axis-x .axis-ell .num {
  position: absolute;
  left: 0;
  top: -25px;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: rgb(216, 176, 140);
  text-align: center;
}
.chat-result .axis-x .axis-ell .name {
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 100%;
  font-size: 14px;
  color: rgb(33, 36, 38);
  text-align: center;
}

.bar-chat-container {
  padding-top: 20px;
}

.bar-chart {
  position: relative;
  background: #faf9f6;
  height: 30px;
  margin-bottom: 40px;
}

.bar-chart .bar-chart--inner {
  position: relative;
  background: #333;
  height: 100%;
  display: block;
  margin-bottom: 3px;
  position: relative;
  will-change: width;
}
.bar-chart .bar-chart--all {
  position: absolute;
  right: 20px;
  top: 6px;
  color: #b7b7b7;
  font-size: 16px;
  font-weight: bold;
}
.bar-chart .bar-chart--num {
  position: absolute;
  right: 20px;
  top: 6px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  z-index: 20;
}
.bar-chart .bar-chart--text {
  font-size: 14px;
  color: rgb(33, 36, 38);
}

.bar-chart .bar-chart--inner:after {
  position: absolute;
  top: 0;
  right: 0;
  content: " ";
  width: 1rem;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.bar-chart--indicator {
  display: block;
  height: 100%;
  position: absolute;
  width: 76%;
  text-align: right;
  color: #ffffff;
  font-size: 16px;
  line-height: 33px;
  padding-right: 10px;
  font-weight: 600;
}

.bar-chart--indicator.mission-done .bar-chart--mission{
  color: blue;
}

.bar-chart--indicator:after {
  content: "";
  display: block;
  height: calc(100% + 3px);
  position: absolute;
  top: -3px;
  right: 0px;
  border-left: 3px solid red;
}

.bar-chart--indicator.mission-done:after {
  border-left-color: blue;
  z-index: 5;
  opacity: 0.3;
}

.bar-chart--mission {
  display: block;
  position: absolute;
  top: -30px;
  font-size: 14px;
  color: red;
  right: -25px;
}

.bar-chart[animated] .bar-chart--inner {
  transition: width 1.3s;
}
.bar-chat-container .bar-chart:nth-child(even) .bar-chart--inner {
  background: #e6b18b;
}
.bar-chat-container .bar-chart:nth-child(odd) .bar-chart--inner {
  background: #c48a60;
}

.survey-result-item{
  padding: 15px;
  padding-left: 60px;
  background: #f9f8f7;
  position: relative;
}
.survey-result-item:before{
  content: '';
  width: 34px;
  height: 34px;
  border-radius: 34px;
  background-image: url("../img/survey-result-arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e7b18b;
  top: 15px;
  left: 15px;
  position: absolute;
}
.survey-result-item__value, .survey-result-item__title{
  font-size: 14px;
  line-height: 20px;
}


.idea-panel {
  padding: 50px 40px 40px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 3px 0px 0px #e1e1e5;
  margin-bottom: 60px;
}
.idea-panel .idea-panel__title {
  font-size: 36px;
  color: rgb(33, 36, 38);
  font-weight: 800;
  line-height: 1.333;
  margin-top: 0;
  margin-bottom: 20px;
}
.idea-panel .idea-panel__sub-title {
  font-size: 16px;
  color: rgb(33, 36, 38);
  font-weight: 800;
  margin-bottom: 6px;
}
.idea-panel .idea-panel__map {
  width: 100%;
  height: 520px;
  border-radius: 4px;
}
.info-bl {
  margin-bottom: 30px;
}
.info-bl .info-bl__row {
  display: flex;
  margin: 0 -18px;
}
.info-bl .info-bl__row .info-bl__col {
  width: 50%;
  padding: 15px 18px;
  font-size: 16px;
  color: rgb(33, 36, 38);
  line-height: 1.3;
}
.info-bl .info-bl__row .info-bl__col:first-child {
  color: rgb(152, 152, 152);
}
.info-bl .info-bl__row:nth-child(odd) {
  background-color: #f9f9fb;
}

@media (max-width: 767px) {
  .idea-panel {
    padding: 40px 20px 30px;
  }
  .idea-panel .idea-panel__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .info-bl .info-bl__row {
    display: block;
    margin: 0 -15px;
    padding: 5px 0;
  }
  .info-bl .info-bl__row .info-bl__col {
    width: 100%;
    padding: 5px 15px;
  }
}

.fancy-gallery {
  display: flex;
  margin: 0 -10px 30px;
}
.fancy-gallery .fancy-gallery__img-ell {
  width: 33.333%;
  max-width: 235px;
  padding: 0 10px;
}
.fancy-gallery .fancy-gallery__img-ell .img {
  display: block;
  position: relative;
  width: 100%;
  height: 160px;
  border-radius: 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  transition: all.2s linear;
}
.fancy-gallery .fancy-gallery__img-ell .img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 5;
  transition: all.2s linear;
}
.fancy-gallery .fancy-gallery__img-ell .img .look-ic {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 36px;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 10;
  opacity: 0;
  transition: all.2s linear;
}
.fancy-gallery .fancy-gallery__img-ell .img:hover {
  box-shadow: 0px 6px 20px 0px rgba(33, 36, 38, 0.1);
}
.fancy-gallery .fancy-gallery__img-ell .img:hover:after {
  background-color: rgba(0, 0, 0, 0.15);
}
.fancy-gallery .fancy-gallery__img-ell .img:hover .look-ic {
  opacity: 1;
}

@media (max-width: 559px) {
  .fancy-gallery {
    display: block;
    margin: 0 0 30px;
  }
  .fancy-gallery .fancy-gallery__img-ell {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .fancy-gallery .fancy-gallery__img-ell .img {
    width: 100%;
    height: 180px;
  }
}

.status-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 40px;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 3px 0px 0px #e1e1e5;
  margin-bottom: 30px;
}
.status-card .status-card__info .status-card__text {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.status-card .status-card__info .status-card__text p {
  margin-bottom: 0;
  font-size: 16px;
  color: rgb(33, 36, 38);
  font-weight: 800;
}
.status-card .status-card__info .date {
  font-size: 13px;
  color: rgb(152, 152, 152);
  margin-bottom: 0;
}

.status-card .status-card__info .status-card__text .status-type {
  display: flex;
  align-items: center;
  margin-left: 20px;
  padding: 7px 12px;
  font-size: 14px;
  font-weight: 500;
  color: rgb(33, 36, 38);
  text-transform: uppercase;
  line-height: 1;
  border-radius: 4px;
}
.status-card
.status-card__info
.status-card__text
.status-type.status-type--refused {
  background-color: rgba(255, 71, 47, 0.2);
}
.status-card
.status-card__info
.status-card__text
.status-type.status-type--approved {
  background-color: rgba(0, 133, 120, 0.2);
}
.status-card
.status-card__info
.status-card__text
.status-type.status-type--process {
  background-color: rgba(200, 200, 202, 0.2);
}

.status-card .status-card__info .status-card__text .status-type img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.status-card .status-card__control {
  display: flex;
}
.status-card .status-card__control .btn {
  width: 260px;
  margin-right: 30px;
  margin-bottom: 0;
  border-radius: 4px;
}
.status-card .status-card__control .btn:last-child {
  margin-right: 0;
}

.btn.btn-sub {
  background-color: #009788;
}
.btn.btn-sub:hover {
  background-color: #008578;
}
.btn.btn-border {
  color: #e44934;
  background-color: initial;
  border: 1px solid #e44934;
}
.btn.btn-border:hover {
  color: #ffffff;
  background-color: #e44934;
}

@media (max-width: 1559px) {
  .status-card .status-card__control .btn {
    width: 160px;
    margin-right: 20px;
  }
}
@media (max-width: 1259px) {
  .status-card {
    display: block;
    padding: 30px 40px;
  }
  .status-card .status-card__info {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .status-card {
    display: block;
    padding: 30px 20px;
  }
  .status-card .status-card__control {
    display: block;
  }
  .status-card .status-card__control .btn {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 16px 15px;
  }
  .status-card .status-card__control .btn:last-child {
    margin-bottom: 0;
  }
}

.news-btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.news-btn .btn {
  width: 48%;
}
@media (max-width: 559px) {
  .card-btn .btn {
    float: none;
    margin-right: 0;
  }
}

.card.news-card {
  max-width: 780px;
  padding: 40px 30px 40px;
  margin: 0 auto 30px;
}
.news-content {
  padding-top: 20px;
  color: #212426;
}
.news-content .news-content__header {
  color: #212426;
  font-size: 41px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 60px;
}
.news-content .news-content__date {
  font-size: 14px;
  color: rgb(117, 117, 117);
  margin-bottom: 30px;
}
.news-content .news-image-wrap {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.news-content .news-image {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
  vertical-align: text-bottom;
  border-radius: 4px;
}
.news-content .news-autor {
  text-align: right;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 0;
}
.news-content .news-autor .news-autor-name {
  color: rgb(117, 117, 117);
  font-weight: 400;
}
.news-content .news-content__text {
  font-size: 18px;
  line-height: 1.5;
}
.news-content .news-content__text p {
  font-size: 18px;
  color: rgb(33, 36, 38);
  line-height: 1.5;
  margin-bottom: 50px;
}
.news-content .news-content__text strong {
  font-size: 18px;
  font-weight: 600;
  color: rgb(33, 36, 38);
  line-height: 1.5;
}

@media (max-width: 767px) {
  .news-content .news-content__header {
    font-size: 32px;
  }
}

@media (max-width: 559px) {
  .card.news-card {
    padding: 30px 20px 20px;
  }
  .news-content .news-content__header {
    font-size: 28px;
  }
  .news-content .news-content__date {
    font-size: 14px;
    color: rgb(117, 117, 117);
    margin-bottom: 30px;
  }
}

.news-sl-wrap {
  position: relative;
  margin-bottom: 50px;
}
.news-sl-wrap .news-sl-ell img {
  margin-bottom: 0;
}
.news-sl-wrap .news-sl-control {
  opacity: 0;
  transition: all 0.2s linear;
}
.news-sl-wrap:hover .news-sl-control {
  opacity: 1;
}
.news-sl-wrap .news-sl-control .prev-news-sl,
.news-sl-wrap .news-sl-control .next-news-sl {
  position: absolute;
  top: 50%;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: rgba(216, 176, 140, 0.3);
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.2s linear;
}
.news-sl-wrap .news-sl-control .prev-news-sl img,
.news-sl-wrap .news-sl-control .next-news-sl img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: 26px;
  transform: translate(-50%, -50%);
}
.news-sl-wrap .news-sl-control .prev-news-sl:hover,
.news-sl-wrap .news-sl-control .next-news-sl:hover {
  background-color: rgba(216, 176, 140, 0.9);
}
.news-sl-wrap .news-sl-control .prev-news-sl {
  left: 20px;
}
.news-sl-wrap .news-sl-control .next-news-sl {
  right: 20px;
}

.news-sl-wrap .news-sl-control .btn-sl-resize {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: rgba(216, 176, 140, 0.3);
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: all 0.2s linear;
}
.news-sl-wrap .news-sl-control .btn-sl-resize:hover {
  background-color: rgba(216, 176, 140, 0.9);
}
.news-sl-wrap .news-sl-control .btn-sl-resize img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: 26px;
  transform: translate(-50%, -50%);
}

.news-sl-wrap .slick-dots {
  display: none !important;
  text-align: center;
  padding: 9px 0;
}
.news-sl-wrap .slick-dots li {
  display: inline-block;
  padding: 3px;
}
.news-sl-wrap .slick-dots li button {
  padding: 0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  border: 1px solid rgb(216, 176, 140);
  font-size: 0;
  background-color: inherit;
}
.news-sl-wrap .slick-dots li button:hover,
.news-sl-wrap .slick-dots li button:focus {
  outline: none;
}
.news-sl-wrap .slick-dots li.slick-active button {
  background-color: rgb(216, 176, 140);
}

@media (max-width: 767px) {
  .news-sl-wrap .news-sl-control .prev-news-sl,
  .news-sl-wrap .news-sl-control .next-news-sl {
    display: none !important;
  }
  .news-sl-wrap .news-sl-control .btn-sl-resize {
    display: none;
  }
  .news-sl-wrap .slick-dots {
    display: block !important;
  }
}

.sl-modal .modal-close {
  position: absolute;
  right: 65px;
  top: 65px;
  color: #ffffff;
  cursor: pointer;
}

.sl-modal .modal-dialog {
  width: 100%;
  background-color: inherit;
}
.sl-modal.modal.fade .modal-dialog {
  width: 100%;
  margin: 0 auto;
  background-color: inherit;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-40%);
}
.sl-modal.modal.in .modal-dialog {
  transform: translateY(-55%);
}
.sl-modal .modal-dialog .modal-content {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  border-radius: 4px;
  overflow: hidden;
}
.modal-sl-wrap .modal-sl-ell img {
  width: 100%;
  height: auto;
}
.modal-sl-control .prev-modal-sl,
.modal-sl-control .next-modal-sl {
  position: absolute;
  top: 50%;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.2s linear;
}
.modal-sl-control .prev-modal-sl img,
.modal-sl-control .next-modal-sl img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: 26px;
  transform: translate(-50%, -50%);
}
.modal-sl-control .prev-modal-sl:hover,
.modal-sl-control .next-modal-sl:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.modal-sl-control .prev-modal-sl {
  left: 34px;
}
.modal-sl-control .next-modal-sl {
  right: 34px;
}

.modal-sl-tolbar-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #0a0807;
}
.modal-sl-tolbar-wrap .modal-sl-tolbar {
  max-width: 760px;
  margin: 0 auto;
}
.modal-sl-tolbar-wrap .modal-sl-tolbar .modal-sl-tolbar-ell {
  padding: 17px 5px 20px;
  width: 120px;
  height: 120px;
  border-top: 3px solid #0a0807;
  overflow: hidden;
  transition: all 0.2s linear;
  outline: none;
  cursor: pointer;
}
.modal-sl-tolbar-wrap .modal-sl-tolbar .modal-sl-tolbar-ell:hover,
.modal-sl-tolbar-wrap .modal-sl-tolbar .modal-sl-tolbar-ell:focus {
  outline: none;
}
.modal-sl-tolbar-wrap .modal-sl-tolbar .modal-sl-tolbar-ell.slick-current {
  border-top: 3px solid #e44934;
}
.modal-sl-tolbar-wrap .modal-sl-tolbar .modal-sl-tolbar-ell img {
  width: 110px;
  height: 80px;
  border-radius: 4px;
  vertical-align: text-bottom;
}

.card-content .grid-view {
  overflow-x: initial !important;
}

.comment-textarea {
  width: 100%;
}
.comment-textarea .comment-label {
  display: block;
  font-size: 16px;
  color: rgb(33, 36, 38);
  font-weight: 800;
  margin-bottom: 10px;
}
.comment-textarea textarea {
  width: 100%;
  height: 80px;
  padding: 10px;
  background-color: #f8f8f8;
  border: 1px solid #dfe1e3;
  border-radius: 4px;
  resize: vertical;
}
.comment-textarea textarea:focus {
  background-color: #ffffff;
}

.flex-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.flex-title .btn {
  max-width: 260px;
  margin-left: 20px;
}

@media (max-width: 1199px) {
  .flex-title {
    display: flex;
    flex-direction: column-reverse;
  }
  .flex-title .btn {
    margin: 0 0 20px 0;
  }
}
.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;
  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: flex;
  align-items: center;
  justify-content: space-between;
}
.new__control {
  display: flex;
  align-items: center;
  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: flex;
  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;
  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: flex;
  justify-content: flex-end;
  align-items: center;
}
.new__radios .new-radio:not(:last-child) {
  margin-right: 33px;
}
.new .toltix {
  margin-left: 12px;
  width: 17px;
  height: 17px;
  display: flex;
  align-items: 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: flex;
  background-color: #986b4d;
  height: 120px;
  display: flex;
  align-items: center;
  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: flex;
  align-items: center;
  justify-content: center;
}
.new__btn {
  border-radius: 5px;
  width: 342px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  box-shadow: 0 12px 40px 10px rgba(151, 29, 12, 0.64);
  background-color: #ff0000;
  background-image: linear-gradient(to right, #ff0000 0%, #00cc00 100%);
}
.new__ic {
  display: flex;
  align-items: 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: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 700;
  color: red;
}
.new__logo {
  display: flex;
  align-items: center;
  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: flex;
  align-items: 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;
  transform: translateY(-50%);
}
.new__label {
  display: flex;
  align-items: center;
}
.new__label .toltix {
  filter: grayscale(100%);
}
.new__label .toltix:hover {
  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;
  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: flex;
  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;
  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: flex;
  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: flex;
  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 {
  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;
  transform: rotate(0);
  right: 25px;
  margin-top: -2px;
  top: 50%;
}
.new .nice-select.open:after {
  transform: rotate(-180deg);
  margin-top: -4px;
}
.new .nice-select .list {
  width: 100%;
  max-width: 240px;
  overflow-y: auto;
  max-width: 100%;
}
.new__datetime {
  display: flex;
  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::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;
  transform: translateY(-50%);
}
.new__gray {
  color: #989898;
  font-size: 15px;
  line-height: 18px;
}
.new__desc {
  height: 60px;
  display: flex;
  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: flex;
  align-items: center;
  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 {
    flex-wrap: wrap;
  }
  .new__top .new__control {
    width: 100%;
    margin-top: 20px;
    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: flex;
    justify-content: 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 {
    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 {
    flex-wrap: wrap;
  }

  .new__radios {
    justify-content: flex-start;
  }

  .new .input__date {
    width: 100%;
  }
  .new .input__date:not(:last-child) {
    margin-bottom: 15px;
  }

  .new__line {
    display: none;
  }
}

/* new.css */

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after,
a.asc:before, a.desc:before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:before {
    content: /*"\e113"*/ /*"\e151"*/ /*"\e093"*/ "\e253";
    margin-right: 5px;
}

a.desc:before {
    content: /*"\e114"*/ /*"\e152"*/ /*"\e094"*/ "\e252";
    margin-right: 5px;
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}
