
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul, li {
  list-style: none;
}

img {
  vertical-align: top;
}

input:active, :focus, :hover {
  border: 0;
  outline: 0;
  outline-offset: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}

@-webkit-keyframes tab-off {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
  }
}

@keyframes tab-off {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
  }
}

@-webkit-keyframes tab-on {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes tab-on {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes hide-spiner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes hide-spiner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@font-face {
  font-family: 'open-sans';
  src: url(../fonts/Open-Sans/OpenSans-Regular.ttf);
}

.hidden-btn{
  display: none;
}

body {
  overflow-x: hidden;
}

.lite-bg {
  background-color: #f8f8f8;
}

.wrapper {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
}

.shadow-btn.active {
  -webkit-box-shadow: 0 1px 5px 1px #343a4020;
          box-shadow: 0 1px 5px 1px #343a4020;
}

.text {
  font-size: calc(14px + 1 * ((100vw - 320px) / 1300));
  line-height: calc(19px + 1 * ((100vw - 320px) / 1300));
  color: #343a40;
}

.io-text {
  font-size: calc(14px + 1 * ((100vw - 320px) / 1300));
  line-height: calc(19px + 2 * ((100vw - 320px) / 1300));
  margin: 0;
}

.io-form-control {
  border: 1px solid #343a4020;
  border-radius: 6px;
}

.io-form-control:focus {
  border: 1px solid #343a4020;
}

.io-input-group-text {
  border: 1px solid #343a4020;
  border-radius: 6px;
}

.io-input-group-text:focus {
  border: 1px solid #343a4020;
}

.io-btn {
  border: none;
}

.io-btn:hover {
  border: none;
}

.io-btn-canvas {
  width: calc(36px + 4 * ((100vw - 320px) / 1300));
  height: calc(16px + 2 * ((100vw - 320px) / 1300));
  position: relative;
  background-color: #ffffff00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.io-btn-canvas:hover::before, .io-btn-canvas:hover::after, .io-btn-canvas:hover span {
  background-color: #0d6efd;
}

.io-btn-canvas span {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.io-btn-canvas::before, .io-btn-canvas::after {
  content: "";
  position: absolute;
  top: 0%;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.io-btn-canvas::after {
  top: 100%;
}

.io-nav-link {
  width: 100%;
  padding: 12px 0 10px 10%;
  background-color: #ffffff00;
  border-bottom: 2px solid #ffffff00;
  -webkit-transition: border-color 0.3s ease, background-color 0.3s ease;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  text-align: start;
  overflow: hidden;
}

.io-nav-link:hover {
  border-bottom: 2px solid #0d6efd;
}

.io-nav-link.active {
  color: #ffffff;
  background-color: #0d6efd;
  border-radius: 4px;
}

.io-link {
  background-color: #ffffff00;
  color: #0d6efd;
  font-size: calc(14px + 2 * ((100vw - 320px) / 1300));
}

.io-label {
  width: calc(120px + 10 * ((100vw - 320px) / 1300));
  height: 100%;
  background-color: #e8e8e8;
  padding: 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.io-btn-info {
  background-color: #f8f8f8;
  border: 1px solid #343a4020;
  -webkit-transition: background-color 0.2s ease, border-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.3s ease;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.3s ease, -webkit-transform 0.2s ease;
}

.io-btn-info:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  background-color: #ffffff;
  border: 1px solid #0d6efd;
}

.io-link {
  background-color: #ffffff00;
}

.io-font-icon {
  font-size: calc(16px + 4 * ((100vw - 320px) / 1300));
}

.io-font-icon-2 {
  font-size: calc(26px + 4 * ((100vw - 320px) / 1300));
}

.io-header {
  min-height: 70px;
}

.io-main {
  height: calc(100vh - 70px);
}

.worker-card {
  height: 130px;
  position: relative;
  border: 2px solid #343a4020;
  -webkit-transition: border-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: border-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, border-color 0.2s ease;
  transition: transform 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
}

.worker-card .card-mark {
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.worker-card .card-mark i {
  padding: 5px;
  border-radius: 50%;
  background-color: #343a40;
}

.worker-card:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  border-color: #0d6efd;
}

.worker-card-add__icon {
  font-size: calc(26px + 4 * ((100vw - 320px) / 1300));
}

.io-tab {
  display: none;
}

.io-tab-active, .io-tab-active2 {
  display: block;
}

.chat-window {
  height: 300px;
}

.lend-header {
  top: 0;
  position: absolute;
  z-index: 100;
  background-color: #f8f8f8;
  width: 100%;
}

.logo {
  width: calc(100px + 100 * ((100vw - 320px) / 1300));
}

.nav-drop-menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.nav-drop-menu li .io-link-dropmenu {
  -webkit-transition: background-color 0.3s ease, color 0.3s e;
  transition: background-color 0.3s ease, color 0.3s e;
  display: block;
  color: #343a40;
}

.nav-drop-menu li .io-link-dropmenu:hover {
  color: #ffffff;
  background-color: #0d6efd;
}

.calc-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 300px;
  padding: 15px 10px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.display {
  position: relative;
  width: 80%;
  height: 80px;
  margin-bottom: 10px;
}

.display #result {
  font-size: 2em;
  color: #343a40;
}

.buttons {
  margin-top: 20px;
  width: 100%;
}

.buttons button {
  height: 50px;
  width: 50px;
  padding: 10px;
  border-radius: 10px;
  background: none;
  border: none;
  outline: none;
  margin: 0 10px;
  cursor: pointer;
  font-size: 1.3em;
  color: #343a40;
  background-color: #f8f8f8;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.buttons button:hover {
  background-color: #0d6efd;
  color: #ffffff;
}

#equalTo {
  width: 125px;
  background: #0d6efd;
  color: #ffffff;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}

#equalTo:hover {
  background-color: #343a40;
}

#clear {
  background: #0d6efd;
  color: #ffffff;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}

#clear:hover {
  background-color: #343a40;
}

#history {
  position: absolute;
  bottom: 5px;
  right: 0;
}

.news {
  width: 100%;
  background-color: #f8f8f8;
}

.news__cart {
  background-color: #ffffff00;
  max-width: calc(280px + 40 * ((100vw - 320px) / 1300));
  height: calc(320px + 20 * ((100vw - 320px) / 1300));
  overflow: hidden;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  position: relative;
}

.news-h {
  height: 15%;
}

.news__cart:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.news__img {
  width: 100%;
  height: 65%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.news__line {
  width: 92%;
  height: 1px;
  background-color: #343a4036;
}

.news__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 26px;
  height: calc(32px + 4 * ((100vw - 320px) / 1300));
  background-color: #343a40;
  color: #ffffff;
  font-size: calc(14px + 2 * ((100vw - 320px) / 1300));
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  border-radius: 4px;
}

.news__btn:hover {
  background-color: #0d6efd;
  color: #ffffff;
}

.carousel-item {
  height: 100vh;
  position: relative;
}

.carousel-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #343a40;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}

.carousel-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.partners__item {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  margin-right: 20px;
}

.partners__item a {
  width: 98%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #ffffff00;
  -webkit-box-shadow: 0 0 0px #343a4020;
          box-shadow: 0 0 0px #343a4020;
  padding: 5px;
  border-radius: 10px;
  -webkit-transition: background-color 0.8s ease, border-color 0.8s linear, -webkit-box-shadow 0.8s ease, -webkit-transform 0.8s ease;
  transition: background-color 0.8s ease, border-color 0.8s linear, -webkit-box-shadow 0.8s ease, -webkit-transform 0.8s ease;
  transition: background-color 0.8s ease, box-shadow 0.8s ease, transform 0.8s ease, border-color 0.8s linear;
  transition: background-color 0.8s ease, box-shadow 0.8s ease, transform 0.8s ease, border-color 0.8s linear, -webkit-box-shadow 0.8s ease, -webkit-transform 0.8s ease;
}


.partners__item img {
  height: 70px;
}

.list {
  background-color: #f8f8f8;
}

.list__wrapper {
  background-color: #ffffff;
}

.list__wrapper h5.h5 {
  border-bottom: 1px solid #343a4020;
}

.list__container {
  width: 100%;
  overflow-y: scroll;
  height: calc(200px + 40 * ((100vw - 320px) / 1300));
}

.list__li {
  background-color: #ffffff;
  color: #343a40;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear;
}

.list__li:hover {
  background-color: #0d6efd;
  color: #ffffff;
}

.footer a {
  color: #0d6efd;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: #0d6dfd93;
}

.footer__list {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.onload {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #f8f8f8;
  z-index: 1000;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.onload__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.onload-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-baner {
  width: 100%;
  height: 50vh;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-baner h2.h2 {
  font-size: calc(26px + 14 * ((100vw - 320px) / 1300));
}

.contact-baner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: #0d6dfd93;
  opacity: 0.6;
}

.contact-baner img {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-cart {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.contact-cart a {
  color: #0d6efd;
  display: block;
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.contact-cart a::before {
  content: "";
  width: 0;
  height: 2;
  position: absolute;
  left: 0;
  bottom: -3%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, width 0.3s ease;
  transition: opacity 0.3s ease, width 0.3s ease;
}

.contact-cart h5.h5 {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.contact-cart:hover {
  background-color: #0d6efd;
  color: #ffffff;
}

.contact-cart:hover a {
  color: #ffffff;
}

.contact-cart:hover a::before {
  width: 100%;
  height: 1px;
  opacity: 1;
}

/* io-inp-err */
.io-inp-err {
  border: 2px solid #dc354693;
}

.field_filling {
  background-color: #fbf2ee;
}