@charset "UTF-8";
@font-face {
  font-family: 'lato';
  src: local("Lato Regular"), local("Lato-Regular"), url("fonts/Lato-Regular.ttf");
  font-display: swap; }

@font-face {
  font-family: 'lato';
  font-style: italic;
  src: local("Lato Italic"), local("Lato-Italic"), url("fonts/Lato-Italic.ttf");
  font-display: swap; }

@font-face {
  font-family: 'lato';
  font-weight: bold;
  src: local("Lato Bold"), local("Lato-Bold"), url("fonts/Lato-Bold.ttf");
  font-display: swap; }

@font-face {
  font-family: 'lato';
  font-weight: bold;
  font-style: italic;
  src: local("Lato BoldItalic"), local("Lato-BoldItalic"), url("fonts/Lato-BoldItalic.ttf");
  font-display: swap; }

@font-face {
  font-family: 'lato';
  font-weight: 900;
  src: local("Lato Heavy"), local("Lato-Heavy"), url("fonts/Lato-Heavy.ttf");
  font-display: swap; }

@font-face {
  font-family: 'lato';
  font-weight: 500;
  src: local("Lato Semibold"), local("Lato-Semibold"), url("fonts/Lato-Semibold.ttf");
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("fonts/Montserrat-Regular.ttf");
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  src: local("Montserrat Italic"), local("Montserrat-Italic"), url("fonts/Montserrat-Italic.ttf");
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  font-weight: bold;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("fonts/Montserrat-Bold.ttf");
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  font-weight: bold;
  font-style: italic;
  src: local("Montserrat -BoldItalic"), local("Montserrat-BoldItalic"), url("fonts/Montserrat-BoldItalic.ttf");
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  font-weight: 900;
  src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url("fonts/Montserrat-ExtraBold.ttf");
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  font-weight: 500;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("fonts/Montserrat-SemiBold.ttf");
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  font-weight: 300;
  src: local("Montserrat Thin"), local("Montserrat-Thin"), url("fonts/Montserrat-Thin.ttf");
  font-display: swap; }

/*ver->2.0std-02-08-2019*/
/*ver->2.0std-02-08-2019*/
/* ================= FORMULARZE ================ */
label {
  color: lighten #777, 10%;
  font-size: 16px;
  text-transform: none;
  margin-top: 10px; }

span + label {
  margin-top: 0; }

input, select, textarea, .input-placeholder {
  margin: 0;
  border: 1px solid #ddd;
  border-radius: 2px;
  background: #fff;
  height: 40px;
  line-height: 1; }

.submit-controls {
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.submit-controls > div {
  width: auto;
  margin-right: 20px; }

.submit-controls > div:last-child {
  margin-right: 0; }

.submit-area {
  display: block;
  text-align: right; }

.submit-area .button {
  margin: 0; }

.input-wrapper {
  padding: 0 0 10px 0;
  width: 100%;
  max-width: 440px;
  position: relative; }

.form-fields-wrapper {
  margin-right: -10px;
  width: 100%; }

.columns .form-fields-wrapper {
  width: auto; }

/* ================= formularze nowe ================ */
/* ---- placeholdery pól ---- */
input ::-webkit-input-placeholder, textarea ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333;
  opacity: 0.4; }

input ::-moz-placeholder, textarea ::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
  opacity: 0.4; }

input :-ms-input-placeholder, textarea :-ms-input-placeholder {
  /* IE 10+ */
  color: #333;
  opacity: 0.4; }

input :-moz-placeholder, textarea :-moz-placeholder {
  /* Firefox 18- */
  color: #333;
  opacity: 0.4; }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

.input-number {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  width: 120px;
  max-width: 120px; }

.input-number input {
  width: 40px;
  text-align: center; }

.input-number > span {
  height: 40px;
  width: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #fff;
  transition: all 300ms; }

.input-number > span.down {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }

.input-number > span.up {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }

.input-number > span.up:after, .input-number > span.down:after {
  line-height: 1; }

.input-number > span.up:after {
  content: url("graphics/commerce/plus.png"); }

.input-number > span.down:after {
  content: url("graphics/commerce/minus.png"); }

.input-number > span.down:hover, .input-number > span.up:hover {
  background: #eee; }

.select-placeholder {
  color: #999999; }

/* ----- select ----- */
.s-hidden {
  visibility: hidden;
  padding-right: 10px; }

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: left;
  box-sizing: border-box;
  height: 40px;
  margin: 0;
  width: 100%; }

.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 0px 40px 0 10px;
  font-weight: normal;
  border: 1px solid #ddd;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.styledSelect:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: black transparent transparent transparent;
  position: absolute;
  top: 18px;
  right: 10px; }

.styledSelect:active, .styledSelect.active {
  background-color: #efefef; }

.options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #ddd;
  background-color: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

.options li {
  padding: 0 6px;
  margin: 0 0;
  padding: 0 10px; }

/* -- SELECT HOVER -- */
.options li:hover {
  background-color: #000;
  color: #fff; }

/* INNY SELECT */
.select2-container .select2-selection--single {
  height: 40px; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 9px 15px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  margin-top: -13px; }

.select2-results ul, .select2-results ul li {
  text-align: left;
  margin: 0; }

.select2-results ul li {
  padding: 9px 15px; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #111;
  color: #fff; }

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

/* --- input type=radio, input type=checkbox --- */
input[type="checkbox"] + label, input[type="radio"] + label {
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  cursor: pointer;
  margin: 0;
  line-height: 1.5; }

input[type="checkbox"] + label::before {
  content: '\a0';
  display: inline-block;
  vertical-align: 0.2em;
  width: 22px;
  max-width: 22px;
  min-width: 22px;
  height: 22px;
  margin-right: 10px;
  margin-top: 2px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  text-indent: 0.15em;
  line-height: 1;
  color: #fff;
  font-size: 20px; }

input[type="checkbox"]:checked + label::before {
  content: '\2713';
  background: #feb300; }

input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

input[type="radio"] + label::before, input[type="radio"] + label::after {
  content: '';
  display: inline-block;
  vertical-align: 0.2em;
  width: 22px;
  height: 22px;
  max-width: 22px;
  min-width: 22px;
  margin-right: 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 100%;
  text-indent: 0.15em;
  line-height: 1;
  color: #fff;
  font-size: 20px; }

input[type="radio"] + label::after {
  width: 14px;
  height: 14px;
  max-width: 14px;
  min-width: 14px;
  background: #feb300;
  position: absolute;
  top: 5px;
  left: 5px;
  border: 0;
  opacity: 0;
  transition: all 300ms; }

input[type="radio"]:checked + label::before {
  content: ''; }

input[type="radio"]:checked + label::after {
  opacity: 1; }

input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

.checklist.rodo label {
  font-size: 0.7rem; }

.checklist.wrapper {
  display: block;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 10px 10px; }

.checklist.wrapper > label {
  margin-bottom: 10px; }

.checklist.wrapper > label:last-child {
  margin-bottom: 0; }

/* === DISABLED === */
input[type=checkbox][disabled] + label {
  opacity: 0.8; }

input[type=checkbox][disabled] + label:before {
  background-color: #f0f0f0;
  opacity: 0.8; }

input[type=radio][disabled] + label {
  opacity: 0.8; }

input[type=radio][disabled] + label:before {
  background-color: #f0f0f0;
  opacity: 0.8; }

input[disabled="disabled"] {
  background-color: #f0f0f0; }

/* === swith toggle === */
.onoffswitch {
  position: relative;
  width: 90px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.onoffswitch-checkbox {
  position: absolute;
  opacity: 0; }

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #777;
  border-radius: 20px;
  display: block !important; }

.onoffswitch-checkbox[disabled=""] + .onoffswitch-label {
  opacity: 0.6;
  pointer-events: none; }

.onoffswitch-label:before {
  display: none !important; }

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s; }

.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Montserrat, tahoma, arial, sans-serif;
  box-sizing: border-box; }

.onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: #04AA6D;
  color: #FFFFFF; }

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #eee;
  color: #777;
  text-align: right; }

.onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 6px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 56px;
  border: 1px solid #777;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px; }

/* =============== zestawy pól ============== */
.input-combo {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap; }

.input-combo > div {
  flex: 1;
  margin-right: 10px; }

.input-combo > div:last-child {
  margin-right: 0; }

.input-combo > div.post-code {
  flex: 0.5; }

/* ================ Klasy specjalne ============= */
.question-label {
  display: block;
  margin-top: 20px; }

span + .question-label {
  margin-top: 0; }

.main-sidebar {
  height: inherit;
  min-height: 100%;
  position: absolute;
  top: 0;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  overflow-y: hidden;
  z-index: 1038;
  background-color: #001e28;
  transition: margin-left .3s ease-in-out,width .3s ease-in-out;
  width: 250px; }

.brand-link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 40px 0.5rem;
  height: 80px;
  transition: width .3s ease-in-out;
  white-space: nowrap;
  border-bottom: 1px solid #4b545c;
  color: #fffc; }

.brand-link:hover {
  color: white; }

.sidebar {
  overflow-x: none;
  overflow-y: auto;
  padding: 0 0.5rem; }

.user-panel {
  position: relative;
  white-space: nowrap;
  display: flex;
  box-sizing: border-box; }

.user-panel .info {
  display: inline-block;
  padding: 5px 5px 5px 10px;
  transition: margin-left .3s linear,opacity .3s ease,visibility .3s ease;
  overflow: hidden;
  white-space: nowrap; }

.user-panel .image {
  display: inline-block;
  padding-left: 0.8rem; }

.user-panel img {
  height: auto;
  width: 2.1rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 50%;
  vertical-align: middle;
  border-style: none; }

.sidebar a {
  color: #c2c7d0; }

div.site-nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-left: 0;
  list-style: none;
  white-space: nowrap;
  position: relative;
  margin-bottom: 0;
  margin-top: 1rem; }

.nav-item {
  margin-bottom: 0;
  margin-left: 0; }

.nav-item > .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  position: relative;
  transition: width ease-in-out .3s;
  white-space: nowrap;
  margin-bottom: 0.2rem;
  color: #c2c7d0;
  border-radius: 0.25rem; }

.nav-item > .nav-link:focus,
.nav-item > .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff; }

.nav-link p {
  display: inline;
  margin: 0;
  white-space: normal; }

h1, h2, h3, h4, h5, h6 {
  margin: 1.5em 0 0.8em 0;
  line-height: 1.2;
  letter-spacing: 1px; }

h1 {
  font-size: 1.9em; }

h2 {
  font-size: 1.8em; }

h3 {
  font-size: 1.5em; }

h4 {
  font-size: 1.4em; }

h5 {
  font-size: 1.1em; }

h5 > a {
  font-weight: normal;
  font-size: 0.8em;
  display: inline-block;
  margin-left: 0;
  color: #FFB400; }

h6 {
  font-size: 1em;
  font-weight: bold; }

#START h1 {
  font-size: 4.8em; }

#START h2 {
  font-size: 3.8rem; }

a {
  color: #001E28;
  text-decoration: none;
  transition: color linear 200ms; }

a:hover {
  color: #FFB400;
  text-decoration: none; }

.ps-image:after,
.opSlider-inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: black;
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); }

#TOP {
  background: #001e28; }

nav.desktop .nav-button > a {
  color: #F5F5F5; }

#CANVAS {
  background-color: #f4f6f9; }

.container {
  padding: 0 40px; }

.header-page {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  min-height: 60px; }

.header-page .header-title {
  flex: 1;
  overflow: hidden; }

.header-page .header-user-panel {
  min-width: 200px; }

.button.disabled {
  cursor: default;
  color: #bbb !important;
  border: solid 1px #bbb !important;
  background: transparent !important; }

.button {
  font-size: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: normal;
  border: none;
  border-radius: 2px; }

.buttons {
  display: flex; }

.buttons > * {
  flex: 1; }

.button.alt {
  color: #001e28;
  border: solid 1px #001e28;
  background: transparent; }

:hover.button.alt {
  color: #001e28;
  border-color: #ffb400; }

.button.alt.urhere {
  color: #001e28;
  border-color: #ffb400; }

.button.txt {
  height: 2em;
  padding: 0;
  background: none;
  color: #707070;
  min-width: 0;
  padding-right: 35px; }

.button.txt:after {
  content: '';
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  width: 18px;
  background-image: url("graphics/svg/right-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: right 300ms; }

.button.txt:hover:after {
  right: 0; }

.button.cta {
  color: #001e28;
  border: solid 1px #ffb400;
  background: #ffb400; }

:hover.button.cta {
  color: #001e28;
  border-color: #ffc333;
  background: #ffc333; }

.button.file-btn {
  padding-right: 65px; }

.button.file-btn:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  box-sizing: border-box;
  background-image: url("graphics/download.png");
  background-color: black;
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center;
  background-origin: content-box; }

.button.ico-left, .button.ico-right {
  background: #001e28;
  border: 0;
  color: #fff;
  box-shadow: none;
  text-shadow: none;
  transition: all 300ms; }

.button.ico-left:hover, .button.ico-right:hover {
  background: #005775; }

.button.ico-left {
  padding-left: 40px; }

.button.ico-right {
  padding-right: 40px; }

.button.ico-left .ico, .button.ico-right .ico {
  position: absolute;
  top: 0;
  padding: 5px;
  box-sizing: border-box;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms;
  color: #fff; }

.button.ico-left .ico {
  left: 0; }

.button.ico-right .ico {
  right: 0; }

.button.ico-left .ico i, .button.ico-right .ico i {
  font-size: 20px;
  color: #fff; }

.button.alt.ico-left, .button.alt.ico-right, .button.alt.ico-left:hover, .button.alt.ico-right:hover {
  background: transparent;
  border: solid 1px #001e28;
  color: #001e28;
  box-shadow: none;
  text-shadow: none;
  transition: all 300ms; }

.button.alt.ico-left .ico i,
.button.alt.ico-right .ico i {
  color: #001E28; }

.ico-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  box-sizing: border-box;
  min-width: 0; }

a.ico-btn {
  text-decoration: none; }

.ico-btn .ico {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.updated {
  font-size: 0.9rem;
  font-weight: bold;
  color: #FFB400; }

.social-sharing-module {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 30px;
  border-top: 1px solid #ddd; }

.social-sharing-module > span.sharing-title {
  margin: 0;
  margin-right: 1.8em;
  font-size: 1.1em; }

#copy_link_sharing {
  position: relative; }

#copy_link_sharing:after {
  content: '\2713';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #519c46;
  color: #fff;
  border-radius: 50%;
  transition: all 500ms;
  transform: scale(0); }

#copy_link_sharing.link-copied:after {
  transform: scale(1); }

.links ul li {
  list-style: none;
  margin-left: 0; }

.links ul li a {
  text-decoration: none;
  transition: all 300ms; }

.video-wrapper .mp4-video video {
  display: block;
  max-width: 100%; }

.summary-table {
  border-top: none; }

.summary-table .summary-item-name {
  border-top: 1px solid #dddddd;
  width: 20%; }

.summary-table .summary-item-value {
  border-top: 1px solid #dddddd;
  width: 60%; }

.summary-table .summary-item-hide {
  width: 20%; }

.summary-table td.summary-item-hide {
  background: transparent;
  border: none; }

.data-table {
  margin-top: 20px; }

.data-table-row {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  border-bottom: 1px solid #ddd;
  cursor: pointer; }

.data-table-cell {
  flex: 1;
  padding: 8px;
  border-right: 1px solid #ddd;
  height: 40px;
  box-sizing: border-box; }

.data-table-row:hover {
  background: #f5f5f5; }

.data-table-row.head:hover {
  background: none; }

.data-table-row:hover .data-table-cell.name > .progress {
  background: #e9e9e9; }

.data-table-row.head > .data-table-cell {
  background: #f0f0f0;
  color: #999;
  text-align: center; }

.data-table-row.head > .data-table-cell.btn-cell {
  background: #fff;
  border: 0; }

.data-table-row > .data-table-cell.btn-cell {
  max-width: 40px;
  padding: 0;
  position: relative; }

.data-table-cell.btn-cell > .button {
  margin: 0;
  border-radius: 0; }

.data-table-row > .data-table-cell.btn-cell > input[type="checkbox"] + label {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

.data-table-row > .data-table-cell.btn-cell > input[type="checkbox"] + label:before {
  margin: 0; }

.data-table-row .rwd-head {
  display: none; }

.data-table-row:last-child {
  border-bottom: 1px solid #ddd; }

.data-table-cell:first-child {
  text-align: left;
  border-left: 1px solid #ddd; }

.data-table-cell:last-child {
  text-align: right; }

.data-table-cell.left {
  text-align: left; }

.data-table-cell.center {
  text-align: center; }

.data-table-cell.right {
  text-align: right; }

.data-table-cell.has-input {
  position: relative; }

.data-table-cell.has-input > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  height: 100%;
  border: 0; }

.data-table-cell.has-input .styledSelect {
  border: 0;
  background: transparent;
  white-space: nowrap; }

.data-table-cell.name {
  flex: 2;
  width: 100%;
  position: relative;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  text-align: left; }

.data-table-cell.client_name {
  position: relative;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left; }

.data-table-cell.has-input {
  position: relative;
  text-align: left; }

.btn-cell .button.alt {
  height: 40px;
  min-width: 40px;
  padding-left: 0;
  background: #c5ced4;
  border: 0; }

.btn-cell .button.alt {
  background: #92a5ba; }

.btn-cell .button.alt:hover {
  border: 0;
  background: #c8d2dc; }

.side-panel, .side-panel.hidden {
  display: block !important;
  position: fixed;
  top: 0;
  right: -1200px;
  bottom: 0;
  transition: right 600ms;
  z-index: 999;
  background: #fff;
  width: 1000px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  text-align: left; }

.side-panel.show-me {
  right: 0; }

.panel-wrapper {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 30px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.panel-wrapper .scrolable {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 60px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 30px 20px 30px 30px; }

.panel-wrapper .call-button-wrapper {
  border-top: 1px solid #AFB5BE;
  border-bottom: 1px solid #AFB5BE;
  margin-left: -30px;
  margin-right: -20px;
  padding: 30px 30px; }

.panel-wrapper .call-button-wrapper .button {
  margin: 0; }

.panel-wrapper .matching-info-wrapper {
  display: flex;
  flex-wrap: nowrap;
  width: 60%;
  column-gap: 15px; }

.panel-wrapper .matching-info-wrapper > div {
  flex: 1;
  display: flex;
  align-items: center; }

.panel-wrapper .chart-descr {
  display: flex;
  flex-direction: column;
  margin-left: 10px; }

.panel-wrapper .chart-descr .progress-percent {
  color: #00C600;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1; }

.panel-wrapper .bar-char-wrapper {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 5px;
  height: 50px;
  align-items: flex-end; }

.bar-char-wrapper .bar {
  width: 10px;
  background: #e8e8e8; }

.bar-char-wrapper .bar.bar-1 {
  height: 20%; }

.bar-char-wrapper .bar.bar-2 {
  height: 40%; }

.bar-char-wrapper .bar.bar-3 {
  height: 60%; }

.bar-char-wrapper .bar.bar-4 {
  height: 80%; }

.bar-char-wrapper .bar.bar-5 {
  height: 100%; }

.bar-char-wrapper .bar.color {
  background: #0091C6; }

.table .pie-wrapper {
  height: 30px;
  width: 30px;
  float: left;
  margin: 0;
  position: relative; }

.panel-wrapper h2 {
  margin: 1.5em 0 0.8em 0;
  font-size: 1.8rem;
  line-height: 1.1;
  letter-spacing: 1px; }

.panel-wrapper h3 {
  font-size: 1.2rem; }

.panel-wrapper .controls {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 60px;
  padding: 0 30px 0 30px;
  box-sizing: border-box;
  background: #fff;
  border-top: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.panel-wrapper .controls > .button {
  margin-bottom: 0 !important; }

.panel-wrapper .header-wrapper {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  align-items: center;
  flex-wrap: nowrap; }

.panel-wrapper .header-wrapper h3 {
  margin-top: 0;
  margin-bottom: 0.5em; }

.panel-wrapper .candidate-photo {
  border-radius: 5px;
  width: 160px;
  height: 200px;
  background: #f5f5f5 center;
  background-size: cover; }

.panel-wrapper .candidate-description {
  display: flex;
  column-gap: 30px; }

.panel-wrapper .candidate-header {
  margin-bottom: 20px; }

.panel-wrapper .candidate-header h2 {
  margin: 0; }

.panel-wrapper .candidate-header span.subtitle.small {
  font-size: 10px; }

.panel-wrapper .side-panel-close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  margin: 0;
  background: #202e4b; }

.cb-table table {
  table-layout: fixed;
  max-width: 1000px; }

.cb-table table tr td, .cb-table table tr th {
  vertical-align: middle; }

.cb-table table tr td .button, .cb-table table tr th .button {
  margin: 0; }

.page-numbers {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center; }

.page-numbers a, .page-numbers span {
  display: block;
  margin: 0 20px;
  font-size: 20px; }

.page-numbers span {
  font-size: 14px;
  min-width: 40px;
  text-align: center; }

.page-numbers a.disabled, .page-numbers a.disabled:hover {
  cursor: default;
  opacity: 0.9;
  filter: grayscale(100%);
  color: #ddd; }

.page-numbers a i {
  font-size: 26px; }

.progress-wrapper {
  width: 180px;
  position: relative;
  height: 2px;
  background: #ddd; }

.progress-wrapper .progress {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-left: -4px;
  margin-top: -4px;
  background: #001E28; }

.footer-tools {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ccc; }

.footer-tools .columns > div {
  margin-bottom: 0;
  padding-bottom: 0; }

.footer-tools .button {
  margin-bottom: 0; }

.footer {
  text-align: center; }

.header.with-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 60px;
  flex-wrap: wrap; }

.header.with-button .button {
  margin: 0;
  margin-bottom: 10px; }

.header.with-button h2 {
  margin-bottom: 10px;
  margin-right: 30px; }

.logo-box .thb {
  filter: grayscale(100%);
  transition: filter 600ms; }

.logo-box:hover .thb {
  filter: grayscale(0); }

.icon-card-lux-section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-bottom: 50px; }

.icon-card-lux-section:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: #fff; }

.icon-card-lux-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); }

.icon-card-lux-section .container {
  position: relative;
  z-index: 1; }

.icon-card-lux-section .icon-card .content {
  color: #fff; }

.icon-card-lux-section .icon-card h3 {
  color: #FFB400; }

.icon-card-lux-section .icon-card .icon-wrapper {
  border-radius: 50%;
  padding: 3px;
  background: linear-gradient(90deg, #FFB400, #001E28);
  width: 120px;
  height: 120px;
  margin: 0 auto 1em auto; }

.icon-card-lux-section .icon-card .icon-wrapper .icon {
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%; }

.icon-card-lux-section .icon-card .icon-wrapper .icon img {
  width: 50%;
  height: 50%; }

.quote-section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 90px 0; }

.quote-section .container {
  position: relative;
  z-index: 1; }

.quote-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); }

.quote-section h2, .quote-section blockquote, .quote-section p, .quote-section span, .quote-section a {
  color: #fff; }

.quote-section h2 {
  text-align: center; }

.quote-section .header {
  padding-bottom: 0; }

.quote-section blockquote, .quote-section span.signature {
  text-align: center;
  display: block; }

blockquote span.signature {
  text-transform: uppercase; }

.quote-section .slick-next, .quote-section .slick-prev {
  display: none !important; }

.form-wrapper {
  max-width: 1360px; }

nav.desktop .nav-button > a {
  text-transform: uppercase;
  font-size: 0.7rem; }

nav.desktop .nav-button > a span {
  position: relative; }

nav.desktop .nav-button > a span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 0;
  background: #001E28;
  transition: all 300ms; }

nav.desktop .nav-button > a:hover span:after, nav.desktop .nav-button.urhere > a span:after {
  height: 2px; }

.PAGE {
  padding: 0;
  min-height: initial; }

.header-modules {
  float: right;
  height: 100%; }

#TOP-MAIN .header-modules {
  padding-left: 30px;
  margin-left: 15px;
  position: relative; }

#TOP-MAIN .header-modules:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  height: 14px;
  width: 1px;
  background: #ddd; }

.header-modules .button {
  margin: 0;
  min-width: 220px; }

.header-modules .phone-wrapper {
  margin-left: 30px; }

.phone-wrapper .button .ico {
  padding: 10px; }

.opSlider-control-prev, .opSlider-control-next {
  display: none; }

.banner-content h1,
.banner-content h2,
.banner-content .text-wrapper,
.banner-content .controls {
  text-align: left; }

.article-section.padding-top h2:first-child {
  margin-top: 0; }

#BOTTOM {
  padding: 100px 0; }

#BOTTOM, #SYSTEM-FOOT {
  background: #001E28; }

#BOTTOM h3:first-child {
  margin-top: 0; }

#BOTTOM, #BOTTOM h3, #BOTTOM p, #BOTTOM span, #BOTTOM a, #BOTTOM strong {
  color: rgba(255, 255, 255, 0.8); }

#BOTTOM .social-links {
  margin-top: 1em; }

#BOTTOM .social-icon {
  width: 22px;
  height: 22px;
  margin-right: 20px; }

#BOTTOM .social-icon svg path {
  fill: #fff; }

#BOTTOM .links ul li {
  padding-bottom: 5px; }

#BOTTOM .links ul li a:hover {
  color: white; }

#SYSTEM-FOOT {
  border-top: 1px solid #006b8e; }

#SYSTEM-FOOT .container {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

#START h2 {
  text-align: center; }

#START .subtitle {
  font-weight: normal;
  color: #FFB400; }

#page-contactus .columns .contact_data h3:first-child,
#page-contactus .columns .form-wrapper h2:first-child {
  margin-top: 0; }

#page-contactus .columns .form-wrapper h2 {
  font-size: 1.6em; }

.company_name, .add_company_name, .address, .phone, .email, .hours, .add_descr, .fax {
  display: block; }

.company_name, .add_company_name, .address, .phones-wrapper, .emails-wrapper, .hours, .add_descr, .fax {
  margin-bottom: 1em; }

.contact-section-icon {
  overflow: hidden; }

.contact-icon {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px; }

.contact-icon .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin: 0;
  margin-right: 20px; }

.contact-icon .button {
  margin: 0; }

.contact-icon strong {
  display: block;
  margin-bottom: 5px;
  color: #707070;
  font-family: Montserrat, tahoma, arial, sans-serif; }

.contact-icon .hours {
  margin-top: 0; }

.email-wrapper .email, .phone-wrapper .phone {
  display: none; }

.email-wrapper.show-email .email, .phone-wrapper.show-phone .phone {
  display: flex; }

.email-wrapper.show-email .button.show-btn, .phone-wrapper.show-phone .button.show-btn {
  display: none; }

.email-wrapper.show-email, .phone-wrapper.show-phone {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.phone-number > a:hover {
  text-decoration: none; }

.map iframe {
  width: 100% !important; }

.contact-simple-layout {
  overflow: hidden; }

.contact-simple-layout > div {
  float: left; }

.contact-simple-layout > div h2:first-child, .contact-layout > div h3:first-child {
  margin-top: 0; }

.contact-simple-layout > div.contact-content {
  width: 35%; }

.contact-simple-layout > div.contact-form {
  width: 65%; }

.form-fields-wrapper {
  overflow: visible;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap; }

.form-fields-wrapper > .col1,
.form-fields-wrapper > .col2 {
  float: left;
  width: 50%;
  box-sizing: border-box; }

.form-fields-wrapper > .col1 {
  padding-right: 5px; }

.form-fields-wrapper > .col2 {
  padding-left: 5px; }

.form-fields-wrapper .input-wrapper.field-rodo {
  clear: both; }

.form-fields-wrapper > .col2 .input-wrapper {
  height: calc(100% - 10px); }

.form-fields-wrapper > .col2 textarea {
  min-height: 120px;
  height: 100%; }

.form-fields-wrapper .input-wrapper input, .form-fields-wrapper .input-wrapper textarea {
  display: block; }

.contact-data-form-section {
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  border: 1px solid #FFB400; }

.contact-data-form-section > div {
  box-sizing: border-box;
  padding: 50px; }

.contact-data-form-section > div.contact-col {
  background: #FFB400;
  position: relative;
  width: 40%; }

.contact-data-form-section > div.contact-col:after {
  content: '';
  position: absolute;
  top: 60px;
  right: -10px;
  width: 20px;
  height: 20px;
  background: #FFB400;
  transform: rotate(45deg); }

#START .contact-data-form-section > div.contact-col,
#START .contact-data-form-section > div.contact-col h2,
#START .contact-data-form-section > div.contact-col h2 .subtitle,
.contact-data-form-section > div.contact-col,
.contact-data-form-section > div.contact-col h2,
.contact-data-form-section > div.contact-col h2 .subtitle {
  color: #fff; }

.contact-data-form-section > div.add-module-col {
  width: 60%; }

.contact-data-form-section h2, #START .contact-data-form-section h2,
.contact-data-form-section h3, #START .contact-data-form-section h3 {
  margin-top: 0;
  margin-bottom: 15px;
  text-align: left;
  font-size: 2.4rem; }

.contact-data-form-section .contact_data .button {
  min-width: 180px; }

.contact-data-product-section {
  border: 1px solid #ddd;
  padding: 50px; }

.contact-data-product-section > div {
  float: left;
  box-sizing: border-box;
  padding-right: 60px; }

.contact-data-product-section > div.contact-col {
  position: relative;
  width: 35%; }

.contact-data-product-section > div.add-module-col {
  width: 65%;
  padding-right: 0; }

.contact-data-product-section h2, #START .contact-data-product-section h2,
.contact-data-product-section h3, #START .contact-data-product-section h3 {
  margin-top: 0;
  text-align: left;
  font-size: 2.6rem; }

.contact-data-product-section .contact_data {
  padding-top: 30px; }

.contact-data-product-section .button-style .button,
.contact-data-product-section .email-wrapper .button {
  min-width: 180px; }

.contact-data-section .contact-box {
  padding: 50px 50px 20px 50px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  position: relative; }

.contact-data-section .contact-box.small {
  padding-right: 50%; }

.contact-data-section .contact-box.small .image-wrapper {
  position: absolute;
  top: -15px;
  right: 0;
  bottom: -15px;
  width: 40%; }

.contact-data-section .contact-box.small .image-wrapper .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.contact-data-section .form-fields-wrapper textarea {
  min-height: 179px; }

.contact-data-section h2, #START .contact-data-section h2,
.contact-data-section h3, #START .contact-data-section h3 {
  margin-top: 0;
  text-align: left;
  font-size: 2.6rem; }

.contact-data-section .phone-wrapper .button,
.contact-data-section .email-wrapper .button,
.contact-data-product-section .phone-wrapper .button,
.contact-data-product-section .email-wrapper .button,
.contact-data-form-section .phone-wrapper .button,
.contact-data-form-section .email-wrapper .button {
  min-width: 180px; }

.contact-data-product-section .contact-icon, .contact-data-form-section .contact-icon {
  align-items: center; }

.bg-color {
  background: linear-gradient(90deg, #FFB400, #001E28); }

.bg-color h1, .bg-color h2, .bg-color h3,
.bg-color .subtitle, #START .bg-color .subtitle,
.bg-color p, .bg-color a, .bg-color span {
  color: #fff; }

.bg-color .green-alert, .bg-color .red-alert, .bg-color .yellow-alert {
  color: inherit; }

.check-onscreen {
  position: relative; }

.check-onscreen.offscreen-bottom {
  top: 100px;
  opacity: 0;
  transition: all 400ms; }

.check-onscreen.onscreen {
  top: 0;
  opacity: 1;
  transition: all 400ms; }

.blur-up {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: filter 400ms, -webkit-filter 400ms; }

.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0); }

#SYSTEM-FOOT {
  z-index: 0; }

.dimmed-color {
  color: #D3D3D3; }

.breadcrumps {
  padding-bottom: 0;
  text-transform: none;
  font-size: 0.7em; }

.timeline-horizontal {
  display: flex;
  justify-content: space-around;
  margin: 15px 0 40px 0; }

.timeline-horizontal .item {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center; }

.timeline-horizontal .item:after,
.timeline-horizontal .item:before {
  display: block;
  position: absolute;
  content: '';
  height: 2px;
  top: 9px;
  background: #001E28; }

.timeline-horizontal .item:after {
  right: 0;
  left: 50%; }

.timeline-horizontal .item:before {
  left: 0;
  right: 50%; }

.timeline-horizontal .item:last-child:after {
  content: none; }

.timeline-horizontal .item .pointer {
  display: block;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 2px solid #001E28;
  background: #f4f6f9;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  z-index: 2; }

.timeline-horizontal .item .pointer-text {
  margin-top: 5px;
  font-size: 12px;
  letter-spacing: 0.3px;
  text-align: center;
  line-height: 1.3; }

.timeline-horizontal .item.active:before {
  background: #FFB400; }

.timeline-horizontal .item.active:after {
  background: linear-gradient(100deg, #FFB400 0%, #001E28 100%); }

.timeline-horizontal .item.past:after,
.timeline-horizontal .item.past:before {
  background: #FFB400; }

.timeline-horizontal .item.past .pointer,
.timeline-horizontal .item.active .pointer {
  border-color: #FFB400; }

.timeline-horizontal .item.active .pointer:before {
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #FFB400;
  left: 2px;
  top: 2px; }

.timeline-recruitment-process {
  max-width: 900px; }

table.invisible-table {
  border-left: none;
  border-top: none; }

table.invisible-table tr td,
table.invisible-table tr th {
  padding: 0;
  text-align: left;
  border-right: none;
  border-bottom: none;
  background: transparent;
  color: #202E4B; }

table.invisible-table tr:nth-child(odd) td {
  background: transparent; }

table.invisible-table tr td.key .list-title {
  opacity: 0.6; }

table.invisible-table tr td.value {
  padding-left: 15px; }

.login-page,
.register-page {
  align-items: center;
  background-color: #e9ecef;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center; }

.login-box,
.register-box {
  width: 360px; }

.login-box .login-card,
.register-box .login-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  margin-bottom: 0;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.13), 0 1px 3px rgba(0, 0, 0, 0.2);
  border-top: 3px solid #007bff; }

.login-card .card-header {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.75rem 1.25rem;
  position: relative;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.login-card .card-header a {
  font-size: 2.5rem;
  color: #0b0b0b; }

.login-card .card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.main-header,
.content-wrapper {
  margin-left: 250px;
  margin-top: 0; }

.content-wrapper {
  background-color: #f4f6f9;
  padding: 30px 0; }

.dashboard-card {
  position: relative;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.13), 0 1px 3px rgba(0, 0, 0, 0.2);
  max-width: 1000px; }

.dashboard-card .card-header {
  background-color: transparent;
  padding: 10px 15px 0 20px;
  position: relative;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.dashboard-card .header-wrapper {
  justify-content: space-between;
  display: flex;
  align-items: center; }

.dashboard-card .header-wrapper .controls {
  text-align: right; }

.dashboard-card .header-wrapper .controls .button {
  margin-bottom: 0;
  height: 30px; }

.dashboard-card .header-wrapper .controls .button:last-child {
  margin-right: 0; }

.dashboard-card .card-title {
  float: left;
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0; }

.dashboard-card .card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.dashboard-card .card-body .button {
  margin-bottom: 0; }

.dashboard-card .overlay {
  border-radius: 0.25rem;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #999;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 50; }

.dashboard-card > .loading-img,
.dashboard-card > .overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.dashboard-card .overlay > .fas {
  color: #ced4da; }

#START .dashboard-card .card-body .notifications-wrapper {
  padding-top: 25px; }

.notification-item {
  position: relative;
  margin-bottom: 1em; }

.notification-item .notification-header {
  padding-left: 32px;
  padding-right: 90px;
  position: relative; }

.notification-item .notification-header h3 {
  font-size: 1.1rem;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1.4; }

.notification-item .notification-header .icon-wrapper {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: 0;
  width: 26px;
  height: 26px;
  border-radius: 5px; }

.notification-item .notification-header .icon-wrapper .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background: #f4f4f4; }

.notification-item .notification-header .date-wrapper {
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 0.8rem; }

.notification-item .notification-content-wrapper {
  font-size: 0.8rem;
  padding-right: 0;
  position: relative;
  color: #999;
  line-height: 1.2;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start; }

.notification-item .notification-content-wrapper > div.descr {
  flex: 1;
  padding-right: 15px; }

.notification-item .notification-content-wrapper .controls {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-end; }

.notification-item .notification-content-wrapper .controls .button {
  height: 28px;
  margin-bottom: 0;
  margin-right: 5px; }

.notification-item.new .notification-header h3 {
  font-weight: bold; }

.message-note-wrapper {
  position: relative;
  line-height: 1;
  padding-right: 20px; }

.message-note-wrapper > span.message-count {
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  border-radius: 50%;
  background: #ff0000;
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1; }

#page-chat_users .app-hint {
  padding-top: 50px;
  padding-bottom: 0; }

#cometchat {
  height: calc(100vh - 100px); }

#page-chat_users .css-bru21c {
  border: 0 !important; }

.chat-users-wrapper {
  max-width: 500px; }

.czat-user-wrapper {
  padding-bottom: 15px;
  padding-top: 10px; }

.chat-user {
  padding-left: 65px;
  position: relative;
  display: block; }

a.chat-user {
  display: block;
  text-decoration: none;
  color: #777; }

.chat-user .user-avatar {
  position: absolute;
  top: -5px;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f5f5f5;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  border-radius: 50%; }

.chat-user .user-content-wrapper {
  height: 50px;
  overflow: hidden; }

.chat-user .user-content-wrapper h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px; }

.chat-user .user-content-wrapper .user-chat-message {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding-right: 150px; }

.chat-user .user-content-wrapper .user-chat-message > span {
  display: inline-block;
  margin-right: 2px; }

.chat-user .user-content-wrapper .user-chat-message .msg {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 1; }

.chat-user .user-content-wrapper .user-chat-message .msg-dete {
  display: inline-block;
  margin-left: 10px;
  position: absolute;
  top: 0;
  right: 0; }

.czat-user-wrapper.new {
  font-weight: bold; }

.czat-user-wrapper.new a.chat-user {
  color: #000; }

.n-comments {
  position: relative;
  height: calc(100vh - 200px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end; }

.n-comments .comments-list {
  overflow: hidden;
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end; }

.n-comments .comments-list > div {
  width: 100%;
  overflow-y: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  box-sizing: border-box;
  padding-bottom: 20px; }

.n-comments .comments-list::-webkit-scrollbar {
  display: none;
  /* Chrome */ }

.n-comments .user-comment {
  margin-bottom: 10px;
  margin-right: 30%;
  margin-left: 15px;
  padding: 5px 12px;
  font-size: 0.9rem;
  border-radius: 0px 12px 12px 12px;
  background: #eaeaea;
  float: left;
  clear: both;
  min-width: 260px;
  max-width: 500px; }

.n-comments .user-comment.my-comment {
  margin-left: 30%;
  margin-right: 15px;
  border-radius: 12px 0 12px 12px;
  color: #fff;
  background: rgba(47, 126, 205, 0.7);
  float: right;
  clear: both; }

.n-comments .user-comment-author {
  margin-left: 10px;
  opacity: 0.6;
  font-size: 0.8em; }

.n-comments .user-comment .user-comment-date {
  margin-top: -5px;
  font-size: 0.8em;
  float: right;
  opacity: 0.6;
  text-align: right;
  vertical-align: bottom; }

.n-comments .comment {
  display: block;
  padding-top: 12px; }

.n-comments .comment p {
  margin: 0;
  padding: 0; }

.n-comments .new-comment {
  padding: 3px 54px 3px 15px;
  width: 100%;
  position: relative;
  height: auto;
  min-height: 40px;
  box-sizing: border-box; }

.n-comments .new-comment-controls {
  position: absolute;
  top: 3px;
  right: 15px; }

.n-comments .new-comment-controls .button {
  margin: 0; }

.n-comments .new-comment textarea {
  height: 35px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  font-size: 0.9rem;
  border-color: #aaa;
  border-radius: 5px;
  resize: none;
  overflow: hidden;
  min-height: 35px;
  max-height: 100px; }

.richText {
  border-radius: 5px !important; }

.richText .richText-editor,
.richText .richText-initial {
  height: 38px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  font-size: 0.9rem;
  border-color: #fff;
  border-radius: 5px;
  resize: none;
  overflow: hidden;
  min-height: 35px;
  max-height: 100px;
  padding: 9px 15px; }

.richText .richText-editor p {
  margin: 0;
  padding: 0; }

.richText .richText-toolbar {
  display: none; }

.widget-user {
  background-color: rgba(0, 0, 0, 0.03); }

.widget-user .widget-user-header {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  height: 135px;
  padding: 1rem;
  text-align: center;
  background-color: #17a2b8;
  color: #fff;
  box-sizing: border-box; }

.widget-user .widget-user-username {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #fff; }

.widget-user .widget-user-desc {
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

.widget-user .widget-user-image {
  left: 50%;
  margin-left: -45px;
  position: absolute;
  top: 80px; }

.widget-user .widget-user-image > img {
  border: 3px solid #fff;
  height: auto;
  width: 90px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background: white;
  border-radius: 50%;
  box-sizing: border-box; }

.widget-user .card-footer {
  padding: 50px 1.25rem 0.75rem;
  border-top: 0 solid rgba(0, 0, 0, 0.13); }

.widget-user .description-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap; }

.widget-user .description-wrapper > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: stretch; }

.table-responsive {
  padding: 0 !important;
  display: block;
  width: 100%;
  overflow-x: auto; }

.table {
  width: 100%;
  margin-bottom: 0;
  color: #777;
  background-color: white;
  border-collapse: collapse;
  border-left: none;
  border-top: none;
  max-width: initial; }

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  border-right: none;
  border-top: none;
  font-weight: bold; }

.table tr th {
  background: white;
  color: #777777;
  vertical-align: middle; }

.table tr td,
.table tr th {
  padding: 8px;
  text-align: left;
  border-right: none;
  background: #fff;
  vertical-align: middle; }

.table tr:nth-child(odd) td {
  background: rgba(0, 0, 0, 0.025); }

.table tbody tr:hover td {
  background: rgba(0, 0, 0, 0.04); }

.table tbody tr.cursor:hover td {
  cursor: pointer; }

.table tbody tr td:last-child {
  text-align: end;
  text-align: -webkit-right; }

.table td img {
  width: 32px;
  height: auto;
  vertical-align: middle;
  border-style: none;
  border-radius: 50%;
  margin-right: 0.5rem; }

.fa-buttons {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 5px; }

a.fa-button,
span.fa-button,
a.table-button,
span.table-button {
  color: white;
  background: #202E4B;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99; }

a.table-button,
span.table-button {
  width: auto; }

a.fa-button:hover,
span.fa-button,
a.table-button,
span.table-button {
  color: #e6e6e6; }

a.fa-button.no-bg,
span.fa-button.no-bg {
  color: #202E4B;
  background: transparent; }

a.fa-button.accept,
a.button.accept,
span.button.accept,
span.fa-button.accept {
  color: #202E4B;
  background: #20c1a1; }

a.fa-button.refusal,
a.button.refusal,
span.button.refusal,
span.fa-button.refusal {
  color: #202E4B;
  background: crimson; }

a.fa-button.no-bg.accept,
span.fa-button.no-bg.accept {
  color: #20c1a1;
  background: transparent;
  font-size: 20px; }

a.fa-button.no-bg.refusal,
span.fa-button.no-bg.refusal {
  color: crimson;
  background: transparent;
  font-size: 20px; }

a.fa-button.handshake,
span.fa-button.handshake {
  width: 95%;
  font-size: 20px;
  color: #202E4B; }

.fa-button.text {
  padding: 0 15px;
  width: auto; }

.fa-button.text i {
  margin-right: 10px; }

.mirror-reflection {
  transform: rotateY(180deg); }

.labels-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 15px; }

.label {
  box-sizing: border-box;
  border: 1px #707070 solid;
  border-radius: 30px;
  background: #fff;
  padding: 8px 50px 8px 10px;
  font-size: 13px;
  position: relative;
  white-space: nowrap; }

a.label {
  text-decoration: none;
  color: #777;
  transition: all 300ms; }

a.label:hover {
  color: #5e5e5e;
  background-color: #f5f5f5; }

.label-no-status {
  padding: 8px 10px 8px 10px; }

.label span.label-status {
  position: absolute;
  right: 10px;
  top: 50%;
  height: 10px;
  width: 10px;
  box-sizing: border-box;
  border-radius: 100%;
  transform: translate(0, -5px);
  border: 1px solid #707070;
  background: #fff; }

.label.editable > .ico-btn, .label > .ico-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  width: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 100% 100% 0;
  border-left: 1px solid #707070;
  cursor: pointer; }

.label > .ico-btn:hover {
  background: rgba(112, 112, 112, 0.3);
  color: #001E28; }

.label.added {
  background-color: rgba(0, 255, 0, 0.1); }

.label span.label-status.confirmed {
  background: #00FF00;
  border-color: #00FF00; }

.label span.label-status.not-confirmed {
  background: #FF0000;
  border-color: #FF0000; }

.label.simple {
  padding: 5px 10px;
  font-size: 10px; }

.label.color-label {
  color: white;
  border: none; }

.label.status-cover {
  padding-right: 30px; }

.label.status-draft {
  background: #d6d5ce;
  border-color: #d6d5ce; }

.label.status-recruitment {
  background: #20c1a1;
  border-color: #20c1a1; }

.label.status-implementation {
  background: #429ffd;
  border-color: #429ffd; }

.label.status-verification {
  background: #ffb400;
  border-color: #ffb400; }

.label.status-end {
  background: #d6d5ce;
  border-color: #d6d5ce; }

.tablet-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  column-gap: 10px;
  row-gap: 10px;
  align-items: flex-start;
  max-width: 550px; }

.tablet-item {
  border: 1px #707070 solid;
  background: #fff;
  box-sizing: border-box;
  border-radius: 30px;
  font-size: 13px;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  width: 100%; }

.tablet-item > div {
  position: relative;
  display: flex;
  padding: 3px 10px;
  align-items: center;
  align-content: center; }

.tablet-item > div:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 1px;
  background: #707070;
  top: 0;
  bottom: 0;
  right: 0; }

.tablet-item .input {
  min-width: 160px;
  padding: 0; }

.tablet-item .input input {
  height: 100%;
  max-width: 50px; }

.styledSelect {
  border: none;
  border-radius: 0; }

.tablet-item .name {
  flex: 1; }

.tablet-item .name span {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.tablet-item .action {
  cursor: pointer;
  padding: 3px;
  width: 35px;
  overflow: hidden; }

.tablet-item .action:hover {
  background: rgba(112, 112, 112, 0.3); }

.tablet-item .action:last-child:hover {
  border-radius: 0 100% 100% 0; }

.bullet-point {
  position: relative;
  display: flex;
  align-items: center; }

.point-holder {
  width: 110px;
  display: flex;
  justify-content: flex-end; }

.bullet-point .point {
  display: block;
  height: 10px;
  width: 10px;
  box-sizing: border-box;
  border-radius: 100%;
  border: 1px solid #707070;
  background: white;
  margin-right: 30px; }

.bullet-point span.point.green {
  background: #00FF00;
  border-color: #00FF00; }

.bullet-point span.point.red {
  background: #FF0000;
  border-color: #FF0000; }

.badges-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
  row-gap: 5px; }

.badge {
  position: relative;
  height: 90px;
  width: 90px;
  background: #F4F4F4;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center; }

.dated-tile-wrapper {
  display: flex;
  row-gap: 15px;
  flex-direction: column; }

.dated-tile {
  display: flex;
  column-gap: 10px; }

.dated-tile .date {
  width: 110px; }

.dated-tile .date span {
  white-space: nowrap; }

.dated-tile .content .text-wrapper {
  letter-spacing: 0;
  line-height: 1.1; }

.set-size {
  font-size: 10em; }

.charts-container * {
  box-sizing: border-box; }

.charts-container:after {
  clear: both;
  content: '';
  display: table; }

.pie-wrapper {
  height: 50px;
  width: 50px;
  float: left;
  margin: 15px;
  position: relative; }
  .pie-wrapper * {
    box-sizing: border-box; }
  .pie-wrapper .small {
    height: 30px;
    width: 30px; }
  .pie-wrapper:nth-child(3n + 1) {
    clear: both; }
  .pie-wrapper .pie {
    height: 100%;
    width: 100%;
    clip: rect(0, 50px, 50px, 25px);
    left: 0;
    position: absolute;
    top: 0; }
    .pie-wrapper .pie .half-circle {
      height: 100%;
      width: 100%;
      border: 15px solid #00C600;
      border-radius: 50%;
      clip: rect(0, 25px, 50px, 0);
      left: 0;
      position: absolute;
      top: 0; }
  .pie-wrapper .pie.small {
    clip: rect(0, 30px, 30px, 15px); }
    .pie-wrapper .pie.small .half-circle {
      clip: rect(0, 15px, 30px, 0);
      border: 4px solid #00C600; }
  .pie-wrapper .pie-label {
    background: #34495e;
    border-radius: 50%;
    bottom: 20px;
    color: #ecf0f1;
    cursor: default;
    display: block;
    font-size: 12.5px;
    left: 20px;
    line-height: 140px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 20px; }
    .pie-wrapper .pie-label .smaller {
      color: #bdc3c7;
      font-size: .45em;
      padding-bottom: 20px;
      vertical-align: super; }
  .pie-wrapper .shadow {
    height: 100%;
    width: 100%;
    border: 15px solid #E8E8E8;
    border-radius: 50%; }
  .pie-wrapper.small .shadow {
    border: 4px solid #E8E8E8; }
  .pie-wrapper.style-2 .label {
    background: none;
    color: #7f8c8d; }
    .pie-wrapper.style-2 .label .smaller {
      color: #bdc3c7; }
  .pie-wrapper.progress-0 .pie .half-circle {
    border-color: #ce1d32; }
  .pie-wrapper.progress-0 .pie .left-side {
    transform: rotate(0deg); }
  .pie-wrapper.progress-0 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-1 .pie .half-circle {
    border-color: #ce1d32; }
  .pie-wrapper.progress-1 .pie .left-side {
    transform: rotate(3.6deg); }
  .pie-wrapper.progress-1 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-2 .pie .half-circle {
    border-color: #ce1d32; }
  .pie-wrapper.progress-2 .pie .left-side {
    transform: rotate(7.2deg); }
  .pie-wrapper.progress-2 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-3 .pie .half-circle {
    border-color: #ce1d32; }
  .pie-wrapper.progress-3 .pie .left-side {
    transform: rotate(10.8deg); }
  .pie-wrapper.progress-3 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-4 .pie .half-circle {
    border-color: #ce1d32; }
  .pie-wrapper.progress-4 .pie .left-side {
    transform: rotate(14.4deg); }
  .pie-wrapper.progress-4 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-5 .pie .half-circle {
    border-color: #ce1d32; }
  .pie-wrapper.progress-5 .pie .left-side {
    transform: rotate(18deg); }
  .pie-wrapper.progress-5 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-6 .pie .half-circle {
    border-color: #ce1d32; }
  .pie-wrapper.progress-6 .pie .left-side {
    transform: rotate(21.6deg); }
  .pie-wrapper.progress-6 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-7 .pie .half-circle {
    border-color: #ce1d32; }
  .pie-wrapper.progress-7 .pie .left-side {
    transform: rotate(25.2deg); }
  .pie-wrapper.progress-7 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-8 .pie .half-circle {
    border-color: #ce1d32; }
  .pie-wrapper.progress-8 .pie .left-side {
    transform: rotate(28.8deg); }
  .pie-wrapper.progress-8 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-9 .pie .half-circle {
    border-color: #ce1d32; }
  .pie-wrapper.progress-9 .pie .left-side {
    transform: rotate(32.4deg); }
  .pie-wrapper.progress-9 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-10 .pie .half-circle {
    border-color: #ce1d32; }
  .pie-wrapper.progress-10 .pie .left-side {
    transform: rotate(36deg); }
  .pie-wrapper.progress-10 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-11 .pie .half-circle {
    border-color: #ce1d32; }
  .pie-wrapper.progress-11 .pie .left-side {
    transform: rotate(39.6deg); }
  .pie-wrapper.progress-11 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-12 .pie .half-circle {
    border-color: #ce1d32; }
  .pie-wrapper.progress-12 .pie .left-side {
    transform: rotate(43.2deg); }
  .pie-wrapper.progress-12 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-13 .pie .half-circle {
    border-color: #ce1d32; }
  .pie-wrapper.progress-13 .pie .left-side {
    transform: rotate(46.8deg); }
  .pie-wrapper.progress-13 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-14 .pie .half-circle {
    border-color: #ce1d32; }
  .pie-wrapper.progress-14 .pie .left-side {
    transform: rotate(50.4deg); }
  .pie-wrapper.progress-14 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-15 .pie .half-circle {
    border-color: #ce1d32; }
  .pie-wrapper.progress-15 .pie .left-side {
    transform: rotate(54deg); }
  .pie-wrapper.progress-15 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-16 .pie .half-circle {
    border-color: #ce1d32; }
  .pie-wrapper.progress-16 .pie .left-side {
    transform: rotate(57.6deg); }
  .pie-wrapper.progress-16 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-17 .pie .half-circle {
    border-color: #ce1d32; }
  .pie-wrapper.progress-17 .pie .left-side {
    transform: rotate(61.2deg); }
  .pie-wrapper.progress-17 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-18 .pie .half-circle {
    border-color: #ce1d32; }
  .pie-wrapper.progress-18 .pie .left-side {
    transform: rotate(64.8deg); }
  .pie-wrapper.progress-18 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-19 .pie .half-circle {
    border-color: #ce1d32; }
  .pie-wrapper.progress-19 .pie .left-side {
    transform: rotate(68.4deg); }
  .pie-wrapper.progress-19 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-20 .pie .half-circle {
    border-color: #ce1d32; }
  .pie-wrapper.progress-20 .pie .left-side {
    transform: rotate(72deg); }
  .pie-wrapper.progress-20 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-21 .pie .half-circle {
    border-color: #ce1d32; }
  .pie-wrapper.progress-21 .pie .left-side {
    transform: rotate(75.6deg); }
  .pie-wrapper.progress-21 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-22 .pie .half-circle {
    border-color: #ce1d32; }
  .pie-wrapper.progress-22 .pie .left-side {
    transform: rotate(79.2deg); }
  .pie-wrapper.progress-22 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-23 .pie .half-circle {
    border-color: #ce1d32; }
  .pie-wrapper.progress-23 .pie .left-side {
    transform: rotate(82.8deg); }
  .pie-wrapper.progress-23 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-24 .pie .half-circle {
    border-color: #ce1d32; }
  .pie-wrapper.progress-24 .pie .left-side {
    transform: rotate(86.4deg); }
  .pie-wrapper.progress-24 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-25 .pie .half-circle {
    border-color: #ce1d32; }
  .pie-wrapper.progress-25 .pie .left-side {
    transform: rotate(90deg); }
  .pie-wrapper.progress-25 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-26 .pie .half-circle {
    border-color: #ce1d32; }
  .pie-wrapper.progress-26 .pie .left-side {
    transform: rotate(93.6deg); }
  .pie-wrapper.progress-26 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-27 .pie .half-circle {
    border-color: #ce1d32; }
  .pie-wrapper.progress-27 .pie .left-side {
    transform: rotate(97.2deg); }
  .pie-wrapper.progress-27 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-28 .pie .half-circle {
    border-color: #ce1d32; }
  .pie-wrapper.progress-28 .pie .left-side {
    transform: rotate(100.8deg); }
  .pie-wrapper.progress-28 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-29 .pie .half-circle {
    border-color: #ce1d32; }
  .pie-wrapper.progress-29 .pie .left-side {
    transform: rotate(104.4deg); }
  .pie-wrapper.progress-29 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-30 .pie .half-circle {
    border-color: #ce1d32; }
  .pie-wrapper.progress-30 .pie .left-side {
    transform: rotate(108deg); }
  .pie-wrapper.progress-30 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-31 .pie .half-circle {
    border-color: #ce1d32; }
  .pie-wrapper.progress-31 .pie .left-side {
    transform: rotate(111.6deg); }
  .pie-wrapper.progress-31 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-32 .pie .half-circle {
    border-color: #ce1d32; }
  .pie-wrapper.progress-32 .pie .left-side {
    transform: rotate(115.2deg); }
  .pie-wrapper.progress-32 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-33 .pie .half-circle {
    border-color: #ce1d32; }
  .pie-wrapper.progress-33 .pie .left-side {
    transform: rotate(118.8deg); }
  .pie-wrapper.progress-33 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-34 .pie .half-circle {
    border-color: #ce1d32; }
  .pie-wrapper.progress-34 .pie .left-side {
    transform: rotate(122.4deg); }
  .pie-wrapper.progress-34 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-35 .pie .half-circle {
    border-color: #ce1d32; }
  .pie-wrapper.progress-35 .pie .left-side {
    transform: rotate(126deg); }
  .pie-wrapper.progress-35 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-36 .pie .half-circle {
    border-color: #ce1d32; }
  .pie-wrapper.progress-36 .pie .left-side {
    transform: rotate(129.6deg); }
  .pie-wrapper.progress-36 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-37 .pie .half-circle {
    border-color: #ce1d32; }
  .pie-wrapper.progress-37 .pie .left-side {
    transform: rotate(133.2deg); }
  .pie-wrapper.progress-37 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-38 .pie .half-circle {
    border-color: #ce1d32; }
  .pie-wrapper.progress-38 .pie .left-side {
    transform: rotate(136.8deg); }
  .pie-wrapper.progress-38 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-39 .pie .half-circle {
    border-color: #ce1d32; }
  .pie-wrapper.progress-39 .pie .left-side {
    transform: rotate(140.4deg); }
  .pie-wrapper.progress-39 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-40 .pie .half-circle {
    border-color: #ce1d32; }
  .pie-wrapper.progress-40 .pie .left-side {
    transform: rotate(144deg); }
  .pie-wrapper.progress-40 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-41 .pie .half-circle {
    border-color: #ce1d32; }
  .pie-wrapper.progress-41 .pie .left-side {
    transform: rotate(147.6deg); }
  .pie-wrapper.progress-41 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-42 .pie .half-circle {
    border-color: #ce1d32; }
  .pie-wrapper.progress-42 .pie .left-side {
    transform: rotate(151.2deg); }
  .pie-wrapper.progress-42 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-43 .pie .half-circle {
    border-color: #ce1d32; }
  .pie-wrapper.progress-43 .pie .left-side {
    transform: rotate(154.8deg); }
  .pie-wrapper.progress-43 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-44 .pie .half-circle {
    border-color: #ce1d32; }
  .pie-wrapper.progress-44 .pie .left-side {
    transform: rotate(158.4deg); }
  .pie-wrapper.progress-44 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-45 .pie .half-circle {
    border-color: #efe40b; }
  .pie-wrapper.progress-45 .pie .left-side {
    transform: rotate(162deg); }
  .pie-wrapper.progress-45 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-46 .pie .half-circle {
    border-color: #efe40b; }
  .pie-wrapper.progress-46 .pie .left-side {
    transform: rotate(165.6deg); }
  .pie-wrapper.progress-46 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-47 .pie .half-circle {
    border-color: #efe40b; }
  .pie-wrapper.progress-47 .pie .left-side {
    transform: rotate(169.2deg); }
  .pie-wrapper.progress-47 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-48 .pie .half-circle {
    border-color: #efe40b; }
  .pie-wrapper.progress-48 .pie .left-side {
    transform: rotate(172.8deg); }
  .pie-wrapper.progress-48 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-49 .pie .half-circle {
    border-color: #efe40b; }
  .pie-wrapper.progress-49 .pie .left-side {
    transform: rotate(176.4deg); }
  .pie-wrapper.progress-49 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-50 .pie .half-circle {
    border-color: #efe40b; }
  .pie-wrapper.progress-50 .pie .left-side {
    transform: rotate(180deg); }
  .pie-wrapper.progress-50 .pie .right-side {
    display: none; }
  .pie-wrapper.progress-51 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-51 .pie .half-circle {
      border-color: #efe40b; }
    .pie-wrapper.progress-51 .pie .left-side {
      transform: rotate(183.6deg); }
    .pie-wrapper.progress-51 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-52 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-52 .pie .half-circle {
      border-color: #efe40b; }
    .pie-wrapper.progress-52 .pie .left-side {
      transform: rotate(187.2deg); }
    .pie-wrapper.progress-52 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-53 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-53 .pie .half-circle {
      border-color: #efe40b; }
    .pie-wrapper.progress-53 .pie .left-side {
      transform: rotate(190.8deg); }
    .pie-wrapper.progress-53 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-54 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-54 .pie .half-circle {
      border-color: #efe40b; }
    .pie-wrapper.progress-54 .pie .left-side {
      transform: rotate(194.4deg); }
    .pie-wrapper.progress-54 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-55 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-55 .pie .half-circle {
      border-color: #efe40b; }
    .pie-wrapper.progress-55 .pie .left-side {
      transform: rotate(198deg); }
    .pie-wrapper.progress-55 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-56 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-56 .pie .half-circle {
      border-color: #efe40b; }
    .pie-wrapper.progress-56 .pie .left-side {
      transform: rotate(201.6deg); }
    .pie-wrapper.progress-56 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-57 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-57 .pie .half-circle {
      border-color: #efe40b; }
    .pie-wrapper.progress-57 .pie .left-side {
      transform: rotate(205.2deg); }
    .pie-wrapper.progress-57 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-58 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-58 .pie .half-circle {
      border-color: #efe40b; }
    .pie-wrapper.progress-58 .pie .left-side {
      transform: rotate(208.8deg); }
    .pie-wrapper.progress-58 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-59 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-59 .pie .half-circle {
      border-color: #efe40b; }
    .pie-wrapper.progress-59 .pie .left-side {
      transform: rotate(212.4deg); }
    .pie-wrapper.progress-59 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-60 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-60 .pie .half-circle {
      border-color: #efe40b; }
    .pie-wrapper.progress-60 .pie .left-side {
      transform: rotate(216deg); }
    .pie-wrapper.progress-60 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-61 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-61 .pie .half-circle {
      border-color: #efe40b; }
    .pie-wrapper.progress-61 .pie .left-side {
      transform: rotate(219.6deg); }
    .pie-wrapper.progress-61 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-62 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-62 .pie .half-circle {
      border-color: #efe40b; }
    .pie-wrapper.progress-62 .pie .left-side {
      transform: rotate(223.2deg); }
    .pie-wrapper.progress-62 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-63 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-63 .pie .half-circle {
      border-color: #efe40b; }
    .pie-wrapper.progress-63 .pie .left-side {
      transform: rotate(226.8deg); }
    .pie-wrapper.progress-63 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-64 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-64 .pie .half-circle {
      border-color: #efe40b; }
    .pie-wrapper.progress-64 .pie .left-side {
      transform: rotate(230.4deg); }
    .pie-wrapper.progress-64 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-65 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-65 .pie .half-circle {
      border-color: #efe40b; }
    .pie-wrapper.progress-65 .pie .left-side {
      transform: rotate(234deg); }
    .pie-wrapper.progress-65 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-66 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-66 .pie .half-circle {
      border-color: #efe40b; }
    .pie-wrapper.progress-66 .pie .left-side {
      transform: rotate(237.6deg); }
    .pie-wrapper.progress-66 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-67 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-67 .pie .half-circle {
      border-color: #efe40b; }
    .pie-wrapper.progress-67 .pie .left-side {
      transform: rotate(241.2deg); }
    .pie-wrapper.progress-67 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-68 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-68 .pie .half-circle {
      border-color: #efe40b; }
    .pie-wrapper.progress-68 .pie .left-side {
      transform: rotate(244.8deg); }
    .pie-wrapper.progress-68 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-69 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-69 .pie .half-circle {
      border-color: #efe40b; }
    .pie-wrapper.progress-69 .pie .left-side {
      transform: rotate(248.4deg); }
    .pie-wrapper.progress-69 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-70 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-70 .pie .half-circle {
      border-color: #efe40b; }
    .pie-wrapper.progress-70 .pie .left-side {
      transform: rotate(252deg); }
    .pie-wrapper.progress-70 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-71 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-71 .pie .half-circle {
      border-color: #efe40b; }
    .pie-wrapper.progress-71 .pie .left-side {
      transform: rotate(255.6deg); }
    .pie-wrapper.progress-71 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-72 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-72 .pie .half-circle {
      border-color: #efe40b; }
    .pie-wrapper.progress-72 .pie .left-side {
      transform: rotate(259.2deg); }
    .pie-wrapper.progress-72 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-73 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-73 .pie .half-circle {
      border-color: #efe40b; }
    .pie-wrapper.progress-73 .pie .left-side {
      transform: rotate(262.8deg); }
    .pie-wrapper.progress-73 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-74 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-74 .pie .half-circle {
      border-color: #efe40b; }
    .pie-wrapper.progress-74 .pie .left-side {
      transform: rotate(266.4deg); }
    .pie-wrapper.progress-74 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-75 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-75 .pie .half-circle {
      border-color: #efe40b; }
    .pie-wrapper.progress-75 .pie .left-side {
      transform: rotate(270deg); }
    .pie-wrapper.progress-75 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-76 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-76 .pie .half-circle {
      border-color: #efe40b; }
    .pie-wrapper.progress-76 .pie .left-side {
      transform: rotate(273.6deg); }
    .pie-wrapper.progress-76 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-77 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-77 .pie .half-circle {
      border-color: #efe40b; }
    .pie-wrapper.progress-77 .pie .left-side {
      transform: rotate(277.2deg); }
    .pie-wrapper.progress-77 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-78 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-78 .pie .half-circle {
      border-color: #efe40b; }
    .pie-wrapper.progress-78 .pie .left-side {
      transform: rotate(280.8deg); }
    .pie-wrapper.progress-78 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-79 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-79 .pie .half-circle {
      border-color: #efe40b; }
    .pie-wrapper.progress-79 .pie .left-side {
      transform: rotate(284.4deg); }
    .pie-wrapper.progress-79 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-80 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-80 .pie .half-circle {
      border-color: #00C600; }
    .pie-wrapper.progress-80 .pie .left-side {
      transform: rotate(288deg); }
    .pie-wrapper.progress-80 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-81 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-81 .pie .half-circle {
      border-color: #00C600; }
    .pie-wrapper.progress-81 .pie .left-side {
      transform: rotate(291.6deg); }
    .pie-wrapper.progress-81 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-82 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-82 .pie .half-circle {
      border-color: #00C600; }
    .pie-wrapper.progress-82 .pie .left-side {
      transform: rotate(295.2deg); }
    .pie-wrapper.progress-82 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-83 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-83 .pie .half-circle {
      border-color: #00C600; }
    .pie-wrapper.progress-83 .pie .left-side {
      transform: rotate(298.8deg); }
    .pie-wrapper.progress-83 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-84 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-84 .pie .half-circle {
      border-color: #00C600; }
    .pie-wrapper.progress-84 .pie .left-side {
      transform: rotate(302.4deg); }
    .pie-wrapper.progress-84 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-85 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-85 .pie .half-circle {
      border-color: #00C600; }
    .pie-wrapper.progress-85 .pie .left-side {
      transform: rotate(306deg); }
    .pie-wrapper.progress-85 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-86 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-86 .pie .half-circle {
      border-color: #00C600; }
    .pie-wrapper.progress-86 .pie .left-side {
      transform: rotate(309.6deg); }
    .pie-wrapper.progress-86 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-87 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-87 .pie .half-circle {
      border-color: #00C600; }
    .pie-wrapper.progress-87 .pie .left-side {
      transform: rotate(313.2deg); }
    .pie-wrapper.progress-87 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-88 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-88 .pie .half-circle {
      border-color: #00C600; }
    .pie-wrapper.progress-88 .pie .left-side {
      transform: rotate(316.8deg); }
    .pie-wrapper.progress-88 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-89 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-89 .pie .half-circle {
      border-color: #00C600; }
    .pie-wrapper.progress-89 .pie .left-side {
      transform: rotate(320.4deg); }
    .pie-wrapper.progress-89 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-90 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-90 .pie .half-circle {
      border-color: #00C600; }
    .pie-wrapper.progress-90 .pie .left-side {
      transform: rotate(324deg); }
    .pie-wrapper.progress-90 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-91 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-91 .pie .half-circle {
      border-color: #00C600; }
    .pie-wrapper.progress-91 .pie .left-side {
      transform: rotate(327.6deg); }
    .pie-wrapper.progress-91 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-92 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-92 .pie .half-circle {
      border-color: #00C600; }
    .pie-wrapper.progress-92 .pie .left-side {
      transform: rotate(331.2deg); }
    .pie-wrapper.progress-92 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-93 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-93 .pie .half-circle {
      border-color: #00C600; }
    .pie-wrapper.progress-93 .pie .left-side {
      transform: rotate(334.8deg); }
    .pie-wrapper.progress-93 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-94 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-94 .pie .half-circle {
      border-color: #00C600; }
    .pie-wrapper.progress-94 .pie .left-side {
      transform: rotate(338.4deg); }
    .pie-wrapper.progress-94 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-95 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-95 .pie .half-circle {
      border-color: #00C600; }
    .pie-wrapper.progress-95 .pie .left-side {
      transform: rotate(342deg); }
    .pie-wrapper.progress-95 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-96 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-96 .pie .half-circle {
      border-color: #00C600; }
    .pie-wrapper.progress-96 .pie .left-side {
      transform: rotate(345.6deg); }
    .pie-wrapper.progress-96 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-97 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-97 .pie .half-circle {
      border-color: #00C600; }
    .pie-wrapper.progress-97 .pie .left-side {
      transform: rotate(349.2deg); }
    .pie-wrapper.progress-97 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-98 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-98 .pie .half-circle {
      border-color: #00C600; }
    .pie-wrapper.progress-98 .pie .left-side {
      transform: rotate(352.8deg); }
    .pie-wrapper.progress-98 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-99 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-99 .pie .half-circle {
      border-color: #00C600; }
    .pie-wrapper.progress-99 .pie .left-side {
      transform: rotate(356.4deg); }
    .pie-wrapper.progress-99 .pie .right-side {
      transform: rotate(180deg); }
  .pie-wrapper.progress-100 .pie {
    clip: rect(auto, auto, auto, auto); }
    .pie-wrapper.progress-100 .pie .half-circle {
      border-color: #00C600; }
    .pie-wrapper.progress-100 .pie .left-side {
      transform: rotate(360deg); }
    .pie-wrapper.progress-100 .pie .right-side {
      transform: rotate(180deg); }

.control-panel {
  display: flex;
  border-color: #001E28;
  box-sizing: border-box;
  column-gap: 15px; }

.control-panel > div {
  flex: 1;
  padding: 0 0 30px 0; }

.button-set .button {
  margin: 0; }

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  height: 40px; }

.select2-search--dropdown .select2-search__field {
  height: 30px; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 7px 15px;
  line-height: 1.7;
  font-size: 15px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px; }

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #ddd; }

.select2-results__option {
  padding: 3px;
  text-align: left;
  margin-left: 5px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  font-size: 1.5em;
  top: 0;
  left: 5px;
  order: 2; }

.select2-container .select2-selection--single .select2-selection__rendered {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 0px 40px 0 10px;
  font-weight: normal;
  border: 1px solid #ddd;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666;
  font-size: 16px; }

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

.select2-container .select2-selection--single .select2-selection__rendered:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(graphics/select-arrow.png);
  background-repeat: no-repeat;
  background-position: center center; }

.select2-container--default .select2-results__option--selected {
  display: none; }

.matching-offer-holder .progress-percent {
  margin-left: 15px; }

.oneton_elements_to_add_wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-top: 15px;
  min-height: 200px; }

.oneton_elements_to_add_wrapper .button {
  margin: 0; }

span.select2 + label {
  margin-top: 10px; }

.map_container {
  width: 100%;
  height: 0;
  transition: height 200ms linear;
  overflow: hidden; }

.map_container.active {
  width: 100%;
  height: 500px; }

.oneton_buttons-add-wrapper {
  display: flex;
  column-gap: 10px;
  row-gap: 10px;
  flex-wrap: wrap; }

.oneton_buttons-add-wrapper .tablet-item, .oneton_buttons-add-wrapper .label {
  width: 265px; }

.oneton_buttons-add-wrapper .label > span:first-child {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden; }

.oneton_elements-navigation {
  display: flex;
  margin: 10px 0;
  border-top: 0px solid;
  border-bottom: 0px solid;
  border-color: #d5d5d5;
  padding: 10px 0; }

/* =================== okno ========================= */
/* =================== okno ========================= */
.window-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.4); }

.window-overlay.show-me {
  display: flex; }

.window-overlay .window {
  width: 90vw;
  max-width: 800px;
  height: 80vh;
  max-height: 600px;
  background: #fff;
  position: relative;
  z-index: 9999; }

.window-overlay .window-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1; }

.window-overlay .window .window-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 70px;
  text-align: left;
  overflow-y: auto;
  padding: 40px 40px 0 40px; }

.window-overlay .window.frozen-header .window-content {
  top: 80px; }

.window-overlay .window .window-content h4 {
  margin-top: 0; }

.window-overlay .window .window-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  box-sizing: border-box;
  padding: 0 40px;
  display: block; }

.window-overlay .window .window-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.window-overlay .window .window-controls .button {
  margin-bottom: 0; }

.window-overlay .window .window-content h2:first-child, .window-overlay .window .window-content h3:first-child {
  margin-top: 0; }

.window-overlay .window.small {
  max-width: 650px;
  height: 80vh;
  max-height: 500px; }

.star-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  margin-bottom: 10px; }

.star-item .button {
  margin: 0 0 0 10px; }

.current-lang, .choose-lang {
  position: static;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 15px; }

.current-lang img, .choose-lang img {
  width: 30px; }

.choose-lang-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  padding: 10px 20px; }

.choose-lang-wrapper a.choose-lang {
  opacity: 0.6;
  font-weight: bold;
  transition: all 300ms; }

.choose-lang-wrapper a.choose-lang:hover, .choose-lang-wrapper a.choose-lang.urhere {
  color: #000;
  opacity: 1;
  text-decoration: underline; }
