:root {
  --bg-color: #2d3038;
  --grey-text: #979797;
  --hover-color: #393f44;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--bg-color);
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
}

.section {
  width: 100%;
  max-width: 1920px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.nav {
  z-index: 1000;
  width: 100%;
  height: 100vh;
  max-width: 270px;
  background-color: var(--bg-color);
  padding: 60px 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-wrap {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.content {
  width: 100%;
  background-image: linear-gradient(270deg, var(--bg-color) 96%, rgba(0, 0, 0, .3));
  padding-left: 40px;
}

.logo-link {
  margin-bottom: 40px;
  margin-left: 20px;
  text-decoration: none;
}

.nav-menu {
  height: 50vh;
  overflow: auto;
}

.nav-link {
  width: 100%;
  height: 50px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 35px;
  padding-right: 35px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.nav-link:hover {
  background-color: rgba(57, 63, 68, .6);
}

.nav-link.w--current {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, .3), var(--bg-color));
}

.nav-link.last {
  margin-bottom: 0;
}

.nav-link.current {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(135deg, rgba(0, 0, 0, .21), var(--bg-color));
}

.embed-icon {
  margin-bottom: 0;
  font-size: 15px;
}

.nav-bot {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.profile-wrap {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .6), var(--bg-color) 67%);
  border-radius: 50%;
  padding: 10px;
}

.profile-img {
  width: 50px;
}

.content-wrap {
  display: flex;
}

.form-block {
  margin-bottom: 0;
}

.text-field {
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/search.svg'), linear-gradient(135deg, rgba(0, 0, 0, .3), var(--bg-color));
  color: #fff;
  background-position: 10px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 30px;
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 50px;
  transition: background-color .2s;
}

.text-field:hover {
  background-color: var(--hover-color);
  border-color: rgba(0, 0, 0, 0);
}

.text-field:active {
  border-color: rgba(0, 0, 0, 0);
}

.text-field:focus {
  background-color: var(--hover-color);
  border-color: rgba(0, 0, 0, 0);
}

.text-field::-ms-input-placeholder {
  color: var(--grey-text);
}

.text-field::placeholder {
  color: var(--grey-text);
}

.text-field.second {
  margin-top: 0;
}

.content-left {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
}

.content-heading {
  margin-bottom: 40px;
}

.heading-wrap {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.grey-p {
  color: var(--grey-text);
  margin-top: 10px;
}

.mb-15 {
  margin-bottom: 0;
}

.filters-wrap {
  width: auto;
  height: 45px;
  color: #fff;
  border: 1px solid rgba(151, 151, 151, .4);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.filters-wrap:hover {
  background-color: var(--hover-color);
  color: #fff;
}

.filters-wrap.izmeni {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.filters-wrap.obrisi {
  margin-left: 10px;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.filters-wrap.confirm {
  width: 200px;
  min-height: 45px;
  margin-top: 20px;
  margin-left: 0;
}

.filters-wrap.kategorija {
  margin-top: 0;
}

.filters-wrap.plati {
  padding-left: 10px;
  padding-right: 10px;
}

.filters-wrap.dodajracun {
  width: 30%;
  margin-left: 0;
}

.heading-cards {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.heading-card {
  width: 100%;
  min-height: 180px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, .3), var(--bg-color));
  color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px 40px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.heading-card:hover {
  background-color: #14161c;
  background-image: linear-gradient(to right, rgba(0, 0, 0, .3), var(--bg-color));
}

.heading-p {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.content-cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card {
  width: 100%;
  min-height: 175px;
  background-image: linear-gradient(135deg, rgba(0, 0, 0, .2), var(--bg-color));
  color: var(--grey-text);
  border-top: 3px solid rgba(0, 0, 0, 0);
  border-left: 3px solid rgba(0, 0, 0, 0);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 30px 25px;
  text-decoration: none;
  transition: box-shadow .2s, border-color .2s, background-color .2s;
  display: flex;
  position: relative;
}

.card:hover {
  background-color: #393f44;
  background-image: none;
  border-top-width: 3px;
  border-top-color: #c3607f;
  border-left-width: 3px;
  border-left-color: #c3607f;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.card.w--current {
  height: 100px;
  min-height: 100px;
  background-color: #393f44;
  background-image: none;
  border-top-width: 3px;
  border-top-color: #c3607f;
  border-left-width: 3px;
  border-left-color: #c3607f;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.card.purple {
  height: 100px;
  min-height: 0;
}

.card.purple:hover {
  border-top-color: #c168d8;
  border-left-color: #c168d8;
}

.card.blue {
  height: 100px;
  min-height: 0;
}

.card.blue:hover {
  border-top-color: #4d70a4;
  border-left-color: #4d70a4;
}

.card.green {
  height: 100px;
  min-height: 0;
}

.card.green:hover {
  border-top-color: #74cfc0;
  border-left-color: #74cfc0;
}

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

.mb-10.first {
  font-size: 16px;
}

.card-big {
  width: 80px;
  height: 80px;
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(45, 48, 56, .1));
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-inside {
  width: 80px;
  height: 80px;
  border-style: solid;
  border-width: 4px;
  border-color: #c3607f #c3607f var(--bg-color) var(--bg-color);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-inside.purple {
  border-top-color: #c168d8;
  border-right-color: #c168d8;
}

.card-inside.blue {
  border-top-color: #4d70a4;
  border-right-color: #4d70a4;
}

.card-inside.green {
  border-top-color: #74cfc0;
  border-right-color: #74cfc0;
}

.card-arrow {
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.content-right {
  width: 40%;
  background-image: linear-gradient(to bottom, rgba(57, 63, 68, .6), var(--bg-color));
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 10px;
  display: flex;
}

.right-top {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  display: flex;
}

.icon-grad {
  width: 45px;
  height: 45px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3), var(--bg-color));
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: background-color .2s;
  display: flex;
}

.icon-grad:hover {
  background-color: var(--grey-text);
}

.icon-grad.hover-0:hover {
  background-color: rgba(151, 151, 151, 0);
}

.menu-links {
  margin-top: 40px;
  margin-left: 30px;
  padding-right: 10px;
}

.right-link {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.right-link:hover {
  background-color: rgba(45, 48, 56, .8);
}

.right-link.last {
  margin-bottom: 0;
}

.ml-40 {
  margin-left: 40px;
}

.statistics {
  min-height: 250px;
  background-image: linear-gradient(135deg, rgba(0, 0, 0, .3), #393f44);
  border-radius: 20px;
  margin-top: 20px;
  padding: 30px;
  display: flex;
}

.statistic-wrap {
  width: 100%;
  color: var(--grey-text);
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.stat-numbers {
  flex-direction: column;
  justify-content: space-between;
  margin-right: 20px;
  display: flex;
}

.stat {
  height: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  display: flex;
}

.stat-line {
  width: 25px;
  height: 30%;
  background-image: linear-gradient(#74cfc0, #2d3038);
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.stat-line._30 {
  height: 40%;
}

.stat-line._60 {
  height: 100%;
}

.mobile-nav, .shadow {
  display: none;
}

.logosvg {
  color: #fff;
}

.ms-iframe {
  z-index: 2147483647;
  height: 70px;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.ms-iframe-embed {
  width: 180px;
  height: 70px;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: visible;
}

.hidden-embed {
  z-index: -1;
  height: 0;
  max-height: 0;
  opacity: 0;
  position: fixed;
}

.ms-iframe-footer-embed {
  width: 100%;
  height: 350px;
  background-color: #d1e7fb;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: 200px;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.disclaimer-section {
  z-index: 9999;
  width: auto;
  color: #fff;
  background-color: #2a2a2a;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 165px 40px 40px;
  position: fixed;
  top: 20px;
  left: 20px;
  right: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.disclaimer-h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
}

._2-button-wrap {
  grid-template-rows: auto;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.upload-button {
  color: #fff;
  background-color: #c3607f;
  border: 1px #5045e6;
  border-radius: 10px;
  padding: 15px 60px;
  font-size: 17px;
  transition: opacity .2s;
}

.upload-button:hover {
  opacity: .7;
}

.close-icon {
  width: 24px;
  height: 24px;
  color: #fff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 40px;
  right: 40px;
  overflow: hidden;
}

.input-wrapper {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.social-btn {
  width: 100%;
  color: #000;
  border: 1px solid #dcdce5;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 12px 40px 12px 15px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: border-color .2s, box-shadow .2s;
  position: relative;
  box-shadow: 0 1px 2px rgba(220, 220, 229, .5);
}

.social-btn:hover {
  box-shadow: none;
  border-color: #374252;
}

.social-btn:focus {
  border: 1px solid #000;
}

.social-btn::-ms-input-placeholder {
  color: #6e6e6e;
}

.social-btn::placeholder {
  color: #6e6e6e;
}

.social-btn.google {
  height: 50px;
  box-shadow: none;
  color: #fff;
  border-color: #606060;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.social-btn.google:hover {
  border-color: #4285f4;
}

.hide {
  display: none;
}

.log-in__content {
  width: 100%;
  max-width: 475px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.social-image {
  width: 24px;
}

.show-password {
  color: #989fb2;
  background-color: #2c3038;
  padding: 0 7px 0 6px;
  font-size: 13.5px;
  display: flex;
  bottom: -1px;
}

.show-password.w--current {
  display: none;
}

.social-content {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.show-password-wrap {
  z-index: 4;
  position: absolute;
  top: 18px;
  bottom: auto;
  left: auto;
  right: 3%;
}

.form-label {
  color: #fff;
  font-weight: 500;
}

.full-section {
  width: 100%;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  padding: 100px 5%;
  display: flex;
}

.log-in__h {
  color: #fff;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 34px;
  font-weight: 600;
}

.form-block-3 {
  margin-bottom: 0;
}

.or-new {
  color: #fff;
  text-align: center;
  margin: 0 10px;
}

.eye-svg {
  width: 16px;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
  display: flex;
}

.form-input {
  width: 100%;
  height: 50px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #606060;
  border-radius: 10px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 400;
  transition: box-shadow .2s;
}

.form-input:focus {
  border-color: #49bfff;
}

.form-input::-ms-input-placeholder {
  color: #8f93a3;
}

.form-input::placeholder {
  color: #8f93a3;
}

.show-hide-code {
  display: none;
}

.or-wrap {
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.gray-line {
  height: 1px;
  opacity: .3;
  background-color: #d3d3d3;
  flex: 1;
}

.mb-24 {
  margin-bottom: 24px;
}

.form-container {
  width: 100%;
  text-align: left;
  flex-flow: column wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.social-text {
  font-weight: 500;
}

.form-block-2 {
  margin-bottom: 0;
}

.text-block {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 26px;
}

.text-block.heading {
  font-size: 24px;
}

.text-block.filteri {
  margin-top: 40px;
  font-size: 24px;
}

.text-block.vrf {
  color: #000;
}

.paragraph, .paragraph-2, .paragraph-3, .paragraph-4 {
  font-size: 13px;
}

.heading, .heading-2, .heading-3 {
  font-size: 26px;
}

.heading-4 {
  font-size: 20px;
}

.div-block {
  width: 100%;
  height: 700px;
  flex-direction: row;
  margin-top: 40px;
  display: flex;
}

.div-block-2 {
  width: 50%;
  height: 100%;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-right: 10px;
  display: flex;
}

.div-block-2.secondchart {
  margin-left: 10px;
  margin-right: 0;
}

.html-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-3 {
  width: 100%;
  height: 15%;
  border-bottom: 1px solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-4 {
  width: 100%;
  height: 85%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.chart_embed, .chart_embed-2 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.form-block-4 {
  width: 100%;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
  display: none;
}

.div-block-5 {
  width: 100%;
  height: 65px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-2 {
  font-size: 24px;
}

.div-block-6 {
  width: 100%;
  height: 250px;
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.div-block-7 {
  width: 100%;
  height: 75px;
  justify-content: space-around;
  margin-top: 20px;
  display: flex;
}

.ms-input-label {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 500;
}

.ms-input-wrap {
  padding: 0;
  display: flex;
  position: relative;
}

.ms-input {
  min-height: 40px;
  color: #121331;
  background-color: #fff;
  border: 1px solid rgba(18, 19, 49, .25);
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .1);
}

.ms-input:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input::-ms-input-placeholder {
  color: #909090;
}

.ms-input::placeholder {
  color: #909090;
}

.ms-input.icon-left {
  color: #fff;
  background-color: #323741;
  border-color: rgba(255, 255, 255, .33);
  border-radius: 10px;
  padding-left: 40px;
}

.ms-svg {
  z-index: 3;
  width: 18px;
  height: 20px;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: 10px;
  right: auto;
}

.div-block-8 {
  width: 100%;
  height: 75px;
  justify-content: space-around;
  display: flex;
}

.ms-input-wrap-2 {
  width: 250px;
  color: #c5c5c5;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.ms-input-wrap-2.secondrow {
  width: 400px;
}

.ms-input-2 {
  min-height: 40px;
  color: #fff;
  background-color: #323741;
  border: 1px solid rgba(255, 255, 255, .33);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 20px -10px rgba(0, 0, 0, .8);
}

.ms-input-2:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #1e5eff;
}

.ms-input-2:focus {
  outline-offset: 0px;
  color: #fff;
  border-color: #1e5eff;
  outline: 3px solid rgba(30, 94, 253, .25);
}

.ms-input-2::-ms-input-placeholder {
  color: #aaafbc;
}

.ms-input-2::placeholder {
  color: #aaafbc;
}

.ms-input-2.nice-select {
  width: 100%;
  background-color: #323741;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.ms-select-svg {
  z-index: 6;
  width: 30px;
  height: 30px;
  background-color: #323741;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
  position: absolute;
  top: 6px;
  right: 4px;
}

.div-block-9 {
  width: 100%;
  height: 75px;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.div-block-10 {
  width: 25px;
}

.image-2, .image-3, .image-4 {
  max-width: 60%;
}

.image-5 {
  width: 40px;
  max-width: 100%;
}

.image-6, .image-7, .image-8 {
  width: 40px;
}

.div-block-11 {
  width: 100%;
  height: auto;
  overflow: auto;
}

.eye-open {
  display: none;
}

.group-hero {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.group-hero.zahtev {
  padding-left: 20px;
}

.button {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 5px;
  align-items: center;
  padding: 10px 11px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button:hover {
  color: #000;
  background-color: #f8f8f8;
}

.navigation {
  z-index: 999;
  height: 109px;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.row-middle {
  width: 40vh;
  grid-column-gap: 65px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, auto) minmax(auto, auto);
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.text-show {
  text-transform: uppercase;
  font-weight: 600;
  display: none;
}

.row-text {
  font-size: 15px;
}

.row-text.bold {
  font-weight: 700;
}

.row-h {
  font-size: 16px;
  font-weight: 600;
}

.user-icon {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
}

.content-wrap-2 {
  padding-top: 40px;
  padding-left: 25px;
  padding-right: 25px;
}

.row-middle_label {
  color: #7b8ca0;
}

.text-hide {
  text-transform: uppercase;
  font-weight: 600;
}

.row-icon {
  width: 35px;
  height: 35px;
  outline-offset: 0px;
  object-fit: cover;
  border-radius: 50%;
  outline: 2px solid #fff;
  margin-left: -10px;
}

.row-icon.no-m {
  margin-left: 0;
}

.circle {
  width: 40px;
  height: 40px;
  background-color: #e9e5dd;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-text {
  color: #0f6;
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 600;
}

.button-text.first {
  color: #fff;
  color: #fff;
}

.user {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.magistral {
  height: 1px;
  background-color: #d9d9d9;
  flex: 1;
  display: none;
}

.button-outline {
  width: 48px;
  height: 48px;
  color: #292929;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  display: flex;
}

.button-outline:hover {
  transform: translate(-4px, -4px);
  box-shadow: 3px 3px 2px rgba(0, 0, 0, .61);
}

.show-hide {
  grid-column-gap: 7px;
  cursor: pointer;
  align-items: center;
  padding: 2px 5px;
  display: flex;
}

.search {
  height: 48px;
  min-width: 400px;
  background-color: #f8f8f8;
  background-image: url('../images/search_1.svg');
  background-position: 23px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 40px;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 23px;
  font-weight: 600;
  transition: border-color .2s;
}

.search:focus {
  border-style: solid;
  border-color: #686868;
}

.search::-ms-input-placeholder {
  font-weight: 400;
}

.search::placeholder {
  font-weight: 400;
}

.form-block-5 {
  margin-bottom: 0;
}

.user-wrap {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.date-wrap {
  width: 170px;
  height: 36px;
  background-color: #e9e5dd;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.navigation-right {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

.content-2 {
  flex: 1;
  margin-top: 10px;
}

.scroll {
  margin-bottom: 40px;
}

.user-name {
  margin-bottom: 3px;
  font-weight: 600;
}

.row-left {
  width: 15vh;
  max-width: 300px;
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.group-row {
  border-bottom: 1px solid #d9d9d9;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.group-row.second {
  margin-top: 0;
}

.scroll-animation {
  display: none;
}

.row-middle_wrap {
  width: 13vh;
  margin-left: 40px;
}

.more-users {
  width: 35px;
  height: 35px;
  outline-offset: 0px;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/user6_1user6.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 50%;
  outline: 2px solid #fff;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  display: flex;
}

.embed-icon-2 {
  margin-bottom: -3px;
}

.user-description {
  color: #686868;
  font-size: 12px;
}

.row-right {
  width: 50vh;
  max-width: 370px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.group-hero_l {
  grid-column-gap: 10px;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.group-hero_l.second {
  padding-left: 0;
}

.more-users_text {
  font-size: 13px;
  font-weight: 400;
}

.row-middle_top {
  grid-column-gap: 5px;
  align-items: center;
  margin-bottom: 4px;
  display: flex;
}

.group-hero_text {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
}

.group-hero_text.light {
  color: #7b8ca0;
}

.paragraph-5, .paragraph-6, .paragraph-7 {
  color: #fff;
  margin-right: 10px;
  font-size: 12px;
}

.image-9, .image-10, .image-11 {
  width: 20px;
}

.div-block-12 {
  z-index: 9999;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, .68);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-12.izmenimenu, .div-block-12.napravikategorijumenu, .div-block-12.dodajdobavljacamenu, .div-block-12.dodajdobavljacaauto, .div-block-12.dodajracun {
  display: none;
}

.div-block-13 {
  width: 50vw;
  height: auto;
  background-color: var(--bg-color);
  color: snow;
  border-radius: 10px;
  position: absolute;
}

.div-block-14 {
  width: 100%;
  height: 8vh;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-3 {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.div-block-15 {
  width: 100%;
}

.div-block-16 {
  width: 100%;
  height: 85%;
  max-height: 70vh;
  overflow: auto;
}

.form-block-6 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 0;
  overflow: auto;
}

.form-2 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 20px;
  display: flex;
}

.ms-input-label-2 {
  margin-bottom: 10px;
  font-weight: 500;
}

.ms-input-3 {
  min-height: 40px;
  color: #fff;
  background-color: #323741;
  border: 1px solid rgba(255, 255, 255, .33);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 20px -10px rgba(0, 0, 0, .8);
}

.ms-input-3:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #1e5eff;
}

.ms-input-3:focus {
  outline-offset: 0px;
  color: #fff;
  border-color: #1e5eff;
  outline: 3px solid rgba(30, 94, 253, .25);
}

.ms-input-3::-ms-input-placeholder {
  color: #aaafbc;
}

.ms-input-3::placeholder {
  color: #aaafbc;
}

.ms-input-4 {
  min-height: 40px;
  color: #fff;
  background-color: #323741;
  border: 1px solid rgba(255, 255, 255, .33);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 20px -10px rgba(0, 0, 0, .8);
}

.ms-input-4:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #1e5eff;
}

.ms-input-4:focus {
  outline-offset: 0px;
  color: #fff;
  border-color: #1e5eff;
  outline: 3px solid rgba(30, 94, 253, .25);
}

.ms-input-4::-ms-input-placeholder {
  color: #aaafbc;
}

.ms-input-4::placeholder {
  color: #aaafbc;
}

.ms-input-4.opis {
  min-height: 100px;
}

.paragraph-8 {
  margin-right: 10px;
}

.div-block-17 {
  margin-right: 20px;
}

.ms-input-wrap-3 {
  color: #c5c5c5;
  padding: 0;
  display: flex;
  position: relative;
}

.ms-input-5 {
  min-height: 40px;
  color: #fff;
  background-color: #323741;
  border: 1px solid rgba(255, 255, 255, .33);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 20px -10px rgba(0, 0, 0, .8);
}

.ms-input-5:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #1e5eff;
}

.ms-input-5:focus {
  outline-offset: 0px;
  color: #fff;
  border-color: #1e5eff;
  outline: 3px solid rgba(30, 94, 253, .25);
}

.ms-input-5::-ms-input-placeholder {
  color: #aaafbc;
}

.ms-input-5::placeholder {
  color: #aaafbc;
}

.ms-input-5.icon-left {
  color: #d4d4d4;
  padding-left: 38px;
}

.ms-dropdown {
  z-index: 10;
  width: 70px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  padding-left: 6px;
  padding-right: 6px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 6px;
}

.ms-dropdown.leading {
  z-index: 3;
  width: 70px;
  color: #c5c5c5;
  z-index: 3;
  width: 65px;
  color: #c5c5c5;
  padding-right: 0;
  left: 0;
}

.ms-svg-2 {
  z-index: 3;
  width: 20px;
  height: 20px;
  color: #aaafbc;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: 10px;
  right: auto;
}

.ms-svg-2.left {
  color: #909090;
  position: absolute;
  top: 10px;
  bottom: 0%;
  left: 10px;
  right: auto;
}

.div-block-18 {
  margin-top: 20px;
}

.div-block-19 {
  flex-direction: column;
  display: none;
}

.checkbox {
  width: 17px;
  height: 17px;
  border-radius: 1000px;
  margin-top: 0;
  margin-left: -20px;
  padding-left: 0;
}

.checkbox-field {
  align-items: center;
  display: flex;
}

.checkbox-label {
  margin-bottom: 0;
  margin-left: 10px;
}

.ms-input-wrap-4 {
  color: #c5c5c5;
  padding: 0;
  display: flex;
  position: relative;
}

.ms-input-6 {
  min-height: 40px;
  color: #fff;
  background-color: #323741;
  border: 1px solid rgba(255, 255, 255, .33);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 20px -10px rgba(0, 0, 0, .8);
}

.ms-input-6:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #1e5eff;
}

.ms-input-6:focus {
  outline-offset: 0px;
  color: #fff;
  border-color: #1e5eff;
  outline: 3px solid rgba(30, 94, 253, .25);
}

.ms-input-6::-ms-input-placeholder {
  color: #aaafbc;
}

.ms-input-6::placeholder {
  color: #aaafbc;
}

.ms-input-6.icon-left {
  color: #d4d4d4;
  padding-left: 38px;
}

.ms-svg-3 {
  z-index: 3;
  width: 20px;
  height: 20px;
  color: #aaafbc;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: 10px;
  right: auto;
}

.ms-svg-3.left {
  color: #909090;
  position: absolute;
  top: 10px;
  bottom: 0%;
  left: 10px;
  right: auto;
}

.ms-input-wrap-5 {
  color: #c5c5c5;
  padding: 0;
  display: flex;
  position: relative;
}

.ms-input-7 {
  min-height: 40px;
  color: #fff;
  background-color: #323741;
  border: 1px solid rgba(255, 255, 255, .33);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 20px -10px rgba(0, 0, 0, .8);
}

.ms-input-7:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #1e5eff;
}

.ms-input-7:focus {
  outline-offset: 0px;
  color: #fff;
  border-color: #1e5eff;
  outline: 3px solid rgba(30, 94, 253, .25);
}

.ms-input-7::-ms-input-placeholder {
  color: #aaafbc;
}

.ms-input-7::placeholder {
  color: #aaafbc;
}

.ms-input-7.icon-left {
  color: #d4d4d4;
  padding-left: 38px;
}

.ms-svg-4 {
  z-index: 3;
  width: 20px;
  height: 20px;
  color: #aaafbc;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: 10px;
  right: auto;
}

.ms-svg-4.left {
  color: #909090;
  position: absolute;
  top: 10px;
  bottom: 0%;
  left: 10px;
  right: auto;
}

.ms-toggle-wrap {
  width: 50px;
  height: 34px;
  margin-bottom: 15px;
  position: relative;
}

.ms-toggle-wrap.small {
  width: 42px;
  height: 26px;
}

.ms-toggle-checkbox {
  display: none;
}

.ms-toggle-label {
  z-index: 2;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 65px;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.ms-toggle-dot {
  z-index: 1;
  width: 26px;
  height: 26px;
  opacity: .6;
  background-color: #fff;
  border-radius: 50%;
  margin-top: 4px;
  transition: left .2s;
  position: absolute;
  left: 4px;
}

.ms-toggle-dot.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  left: 39px;
}

.ms-toggle-dot.small {
  width: 18px;
  height: 18px;
}

.ms-toggle-bg {
  z-index: 0;
  width: 50px;
  background-color: rgba(255, 255, 255, .33);
  border: 1px solid rgba(255, 255, 255, .33);
  border-radius: 100px;
  transition: background-color .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ms-toggle-bg.small {
  width: 42px;
  height: 26px;
}

.ms-toggle-dot-2 {
  z-index: 1;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 50%;
  margin-top: 3px;
  transition: left .2s;
  position: absolute;
  left: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}

.ms-toggle-dot-2.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  left: 39px;
}

.ms-toggle-bg-2 {
  z-index: 0;
  width: 50px;
  background-color: #e2e2e2;
  border-radius: 100px;
  transition: background-color .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-12 {
  width: 25px;
}

.ms-input-wrap-6 {
  color: #c5c5c5;
  padding: 0;
  display: flex;
  position: relative;
}

.ms-input-8 {
  min-height: 40px;
  color: #fff;
  background-color: #323741;
  border: 1px solid rgba(255, 255, 255, .33);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 20px -10px rgba(0, 0, 0, .8);
}

.ms-input-8:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #1e5eff;
}

.ms-input-8:focus {
  outline-offset: 0px;
  color: #fff;
  border-color: #1e5eff;
  outline: 3px solid rgba(30, 94, 253, .25);
}

.ms-input-8::-ms-input-placeholder {
  color: #aaafbc;
}

.ms-input-8::placeholder {
  color: #aaafbc;
}

.ms-select-svg-2 {
  z-index: 6;
  width: 30px;
  height: 30px;
  background-color: #323741;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 6px;
  right: 4px;
}

.ms-input-wrap-7 {
  color: #c5c5c5;
  padding: 0;
  display: flex;
  position: relative;
}

.ms-input-9 {
  min-height: 40px;
  color: #fff;
  background-color: #323741;
  border: 1px solid rgba(255, 255, 255, .33);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 20px -10px rgba(0, 0, 0, .8);
}

.ms-input-9:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #1e5eff;
}

.ms-input-9:focus {
  outline-offset: 0px;
  color: #fff;
  border-color: #1e5eff;
  outline: 3px solid rgba(30, 94, 253, .25);
}

.ms-input-9::-ms-input-placeholder {
  color: #aaafbc;
}

.ms-input-9::placeholder {
  color: #aaafbc;
}

.ms-input-9.https {
  padding-left: 78px;
}

.ms-input-10 {
  min-height: 40px;
  color: #fff;
  background-color: #323741;
  border: 1px solid rgba(255, 255, 255, .33);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 20px -10px rgba(0, 0, 0, .8);
}

.ms-input-10:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #1e5eff;
}

.ms-input-10:focus {
  outline-offset: 0px;
  color: #fff;
  border-color: #1e5eff;
  outline: 3px solid rgba(30, 94, 253, .25);
}

.ms-input-10::-ms-input-placeholder {
  color: #aaafbc;
}

.ms-input-10::placeholder {
  color: #aaafbc;
}

.ms-help-text {
  opacity: .8;
  margin-top: -15px;
  margin-bottom: 15px;
  font-size: 90%;
  font-weight: 300;
}

.ms-input-11 {
  min-height: 40px;
  color: #fff;
  background-color: #323741;
  border: 1px solid rgba(255, 255, 255, .33);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 20px -10px rgba(0, 0, 0, .8);
}

.ms-input-11:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #1e5eff;
}

.ms-input-11:focus {
  outline-offset: 0px;
  color: #fff;
  border-color: #1e5eff;
  outline: 3px solid rgba(30, 94, 253, .25);
}

.ms-input-11::-ms-input-placeholder {
  color: #aaafbc;
}

.ms-input-11::placeholder {
  color: #aaafbc;
}

.ms-input-wrap-8 {
  color: #c5c5c5;
  padding: 0;
  display: flex;
  position: relative;
}

.ms-input-12 {
  min-height: 40px;
  color: #fff;
  background-color: #323741;
  border: 1px solid rgba(255, 255, 255, .33);
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 20px -10px rgba(0, 0, 0, .8);
}

.ms-input-12:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #1e5eff;
}

.ms-input-12:focus {
  outline-offset: 0px;
  color: #fff;
  border-color: #1e5eff;
  outline: 3px solid rgba(30, 94, 253, .25);
}

.ms-input-12::-ms-input-placeholder {
  color: #aaafbc;
}

.ms-input-12::placeholder {
  color: #aaafbc;
}

.div-block-20 {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.ms-input-label-3 {
  margin-bottom: 5px;
  font-weight: 500;
}

.ms-input-13 {
  min-height: 40px;
  color: #fff;
  background-color: #323741;
  border: 1px solid rgba(255, 255, 255, .33);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 20px -10px rgba(0, 0, 0, .8);
}

.ms-input-13:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #1e5eff;
}

.ms-input-13:focus {
  outline-offset: 0px;
  color: #fff;
  border-color: #1e5eff;
  outline: 3px solid rgba(30, 94, 253, .25);
}

.ms-input-13::-ms-input-placeholder {
  color: #aaafbc;
}

.ms-input-13::placeholder {
  color: #aaafbc;
}

.div-block-21 {
  width: 100%;
  display: flex;
}

.div-block-22 {
  width: 50%;
  margin-right: 10px;
  display: block;
}

.ms-input-14 {
  min-height: 40px;
  color: #fff;
  background-color: #323741;
  border: 1px solid rgba(255, 255, 255, .33);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 20px -10px rgba(0, 0, 0, .8);
}

.ms-input-14:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #1e5eff;
}

.ms-input-14:focus {
  outline-offset: 0px;
  color: #fff;
  border-color: #1e5eff;
  outline: 3px solid rgba(30, 94, 253, .25);
}

.ms-input-14::-ms-input-placeholder {
  color: #aaafbc;
}

.ms-input-14::placeholder {
  color: #aaafbc;
}

.div-block-23 {
  width: 50%;
  margin-left: 10px;
}

.ms-input-15 {
  min-height: 40px;
  color: #fff;
  background-color: #323741;
  border: 1px solid rgba(255, 255, 255, .33);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 20px -10px rgba(0, 0, 0, .8);
}

.ms-input-15:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #1e5eff;
}

.ms-input-15:focus {
  outline-offset: 0px;
  color: #fff;
  border-color: #1e5eff;
  outline: 3px solid rgba(30, 94, 253, .25);
}

.ms-input-15::-ms-input-placeholder {
  color: #aaafbc;
}

.ms-input-15::placeholder {
  color: #aaafbc;
}

.ms-input-15.opis {
  min-height: 120px;
}

.card-bottom {
  padding: 20px;
}

.label {
  margin-bottom: 10px;
  font-weight: 400;
}

.section-big {
  width: 100%;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.card-top {
  border-bottom: 2px solid #3f3f3f;
  align-items: center;
  padding: 20px;
  display: flex;
}

.card-top.center {
  justify-content: center;
}

.form-row {
  grid-column-gap: 15px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.profile-card {
  z-index: 1;
  width: 100%;
  max-width: 500px;
  background-color: var(--bg-color);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 2px solid #3f3f3f;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}

.share-button {
  width: 100%;
  color: #fff;
  background-image: linear-gradient(#5e61ff, #5e61ff);
  border: 2px solid #3f3f3f;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 2px 11px rgba(0, 0, 0, .2);
}

.share-button:hover {
  box-shadow: 0 2px 11px rgba(0, 0, 0, .55), inset -3px 3px 11px -8px rgba(255, 255, 255, .2);
}

.white-blur {
  z-index: 0;
  width: 200px;
  height: 200px;
  filter: blur(150px);
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

.field {
  height: 40px;
  color: #fff;
  background-color: #3b3b3b;
  border: 1px solid #4d4d4d;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 0 0 0 15px;
  transition: box-shadow .2s;
  box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}

.field:focus-visible {
  color: #fff;
}

.field[data-wf-focus-visible] {
  color: #fff;
}

.field.textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
}

.form-field {
  flex: 1;
  margin-bottom: 20px;
}

.form-field.end {
  margin-bottom: 30px;
}

.form-block-7 {
  margin-bottom: 0;
}

.ms-profile-upload {
  height: 32px;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #3b3b3b;
  border: 1px solid #4c4c4c;
  border-radius: 8px;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 27px;
  text-decoration: none;
  display: flex;
}

.ms-profile-image-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 0;
  display: flex;
}

.section-big-2 {
  width: 80%;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.ms-profile-image-preview {
  width: 56px;
  height: 56px;
  background-color: #4c4c4c;
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

.form-block-8 {
  margin-bottom: 0;
}

.tab-link {
  opacity: .4;
  color: #fff;
  text-align: center;
  background-color: #3f3f3f;
  border: 2px solid #3f3f3f;
  border-radius: 8px;
  flex: 1;
}

.tab-link.w--current {
  opacity: 1;
  background-color: #3f3f3f;
  box-shadow: inset -6px 0 13px -1px rgba(255, 255, 255, .05);
}

.text-color-grey {
  opacity: .7;
}

.ms-multi-select-wrap {
  width: 100%;
  max-height: 150px;
  background-color: #323741;
  border: 1px solid rgba(255, 255, 255, .33);
  border-radius: 8px;
  flex-wrap: wrap;
  padding: .5rem .5rem .25rem;
  display: flex;
  overflow: auto;
}

.ms-dropdown-cb-wrap {
  z-index: 2;
  width: 100%;
  flex: none;
  align-items: center;
  margin-bottom: .25rem;
  padding-top: .3rem;
  padding-bottom: .2rem;
  padding-left: .7rem;
  line-height: 1.4em;
  display: flex;
  position: relative;
}

.ms-dropdown-cb-wrap:hover {
  border-color: #1200ee;
  position: relative;
  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, .13);
}

.ms-dropdown-cb {
  z-index: 3;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  margin-top: 0;
  margin-left: 0;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ms-dropdown-cb:hover {
  background-color: rgba(0, 0, 0, .05);
}

.ms-dropdown-cb.w--redirected-checked {
  width: 100%;
  height: 106%;
  background-image: url('../images/close_white_24dp.svg'), linear-gradient(rgba(50, 55, 65, .8), rgba(50, 55, 65, .8)), linear-gradient(#1e5eff, #1e5eff);
  background-position: 90%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 14px, auto, auto;
  border-width: 2px;
  border-color: #1e5eff;
  border-radius: 6px;
}

.ms-dropdown-cb.no-x.w--redirected-checked {
  background-image: linear-gradient(rgba(50, 55, 65, .8), rgba(50, 55, 65, .8)), linear-gradient(#1e5eff, #1e5eff);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
}

.ms-dropdown-cb-label {
  z-index: 3;
  width: 100%;
  color: #d4d4d4;
  position: relative;
}

.div-block-24 {
  margin-bottom: 20px;
}

.section-2 {
  display: flex;
}

.section-3, .section-4, .section-5 {
  width: 100%;
}

.div-block-25 {
  width: 100%;
  margin-top: 40px;
  position: relative;
}

.div-block-26 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-27 {
  margin-top: 20px;
}

.image-13, .image-14 {
  width: 20px;
  height: auto;
}

.image-15, .image-16 {
  width: 20px;
}

.divkolicina {
  margin-bottom: 20px;
  display: none;
}

.ms-input-16 {
  min-height: 40px;
  color: #fff;
  background-color: #323741;
  border: 1px solid rgba(255, 255, 255, .33);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 20px -10px rgba(0, 0, 0, .8);
}

.ms-input-16:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #1e5eff;
}

.ms-input-16:focus {
  outline-offset: 0px;
  color: #fff;
  border-color: #1e5eff;
  outline: 3px solid rgba(30, 94, 253, .25);
}

.ms-input-16::-ms-input-placeholder {
  color: #aaafbc;
}

.ms-input-16::placeholder {
  color: #aaafbc;
}

.div-block-28 {
  width: 50%;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-28.kolicinainput {
  margin-left: 0;
}

.div-block-28.kolicinainput.second {
  width: 33%;
  margin-left: 20px;
  margin-right: 0;
}

.ms-input-wrap-9 {
  color: #c5c5c5;
  padding: 0;
  display: flex;
  position: relative;
}

.ms-input-17 {
  min-height: 40px;
  color: #fff;
  background-color: #323741;
  border: 1px solid rgba(255, 255, 255, .33);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 20px -10px rgba(0, 0, 0, .8);
}

.ms-input-17:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #1e5eff;
}

.ms-input-17:focus {
  outline-offset: 0px;
  color: #fff;
  border-color: #1e5eff;
  outline: 3px solid rgba(30, 94, 253, .25);
}

.ms-input-17::-ms-input-placeholder {
  color: #aaafbc;
}

.ms-input-17::placeholder {
  color: #aaafbc;
}

.div-block-29 {
  width: 50%;
  margin-left: 10px;
}

.div-block-29.second {
  width: 33%;
  margin-left: 20px;
}

.artiklimenu {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 10px;
  margin-bottom: 20px;
  display: none;
}

.ms-input-18 {
  min-height: 40px;
  color: #fff;
  background-color: #323741;
  border: 1px solid rgba(255, 255, 255, .33);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 20px -10px rgba(0, 0, 0, .8);
}

.ms-input-18:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #1e5eff;
}

.ms-input-18:focus {
  outline-offset: 0px;
  color: #fff;
  border-color: #1e5eff;
  outline: 3px solid rgba(30, 94, 253, .25);
}

.ms-input-18::-ms-input-placeholder {
  color: #aaafbc;
}

.ms-input-18::placeholder {
  color: #aaafbc;
}

.div-block-30 {
  margin-right: 10px;
}

.div-block-31 {
  margin-right: 20px;
}

.div-block-32 {
  width: 33%;
}

.ms-button {
  color: #fff;
  text-align: center;
  letter-spacing: .03em;
  background-color: #1e5eff;
  border: 1px solid rgba(255, 255, 255, .33);
  border-radius: 8px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 13px 16px 11.5px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  transition: transform .2s cubic-bezier(.645, .045, .355, 1), border-color .2s cubic-bezier(.645, .045, .355, 1), border-radius .2s cubic-bezier(.645, .045, .355, 1), box-shadow .2s cubic-bezier(.645, .045, .355, 1), background-color .2s cubic-bezier(.645, .045, .355, 1);
  position: relative;
  top: 0;
  box-shadow: 0 1px 5px rgba(255, 255, 255, .25);
}

.ms-button:hover {
  box-shadow: none;
  color: #fff;
  background-color: #1051b9;
  transform: translate(0, 2px);
}

.ms-button:active {
  background-color: #0a3092;
}

.ms-button.light {
  color: #c5c5c5;
  background-color: #323741;
  background-image: none;
  background-size: auto;
  border: 1px solid rgba(255, 255, 255, .33);
  box-shadow: 0 1px 3px rgba(255, 255, 255, .25), 0 10px 20px -5px rgba(45, 62, 80, .15);
}

.ms-button.light:hover {
  box-shadow: none;
  color: #fff;
  background-color: #1e5eff;
  border-color: #1051b9;
}

.ms-button.light:active {
  color: #fff;
  background-color: #356af0;
}

.ms-button.light.small {
  width: 10%;
  font-size: 14px;
}

.ms-button.small {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-top: 20px;
  padding: 7px 16px;
  font-size: 14px;
  transform: perspective(1000px);
}

.div-block-33 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.inputwrapperartikli {
  display: flex;
}

.section-6 {
  width: 100%;
  height: auto;
  display: flex;
}

.div-block-34 {
  width: 100%;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  overflow: hidden;
}

.category {
  padding-top: 32px;
  padding-bottom: 48px;
}

.heading-5 {
  padding-left: 22px;
  font-weight: 500;
}

.shortcuts-table {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  margin-top: 40px;
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 24px;
}

.shortcut-row-header {
  color: rgba(255, 255, 255, .8);
  letter-spacing: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
}

.shortcut-row {
  border-bottom: 0 dashed rgba(255, 255, 255, .12);
  padding-top: 16px;
  padding-bottom: 16px;
}

.shortcut {
  color: #88c3ff;
  text-align: left;
  text-transform: none;
  font-weight: 400;
}

.shortcut-row-2 {
  background-color: var(--hover-color);
  border-bottom: 0 dashed rgba(255, 255, 255, .12);
  padding-top: 16px;
  padding-bottom: 16px;
}

.shortcut-row-bottom {
  color: #ebf0f5;
  padding-top: 16px;
  padding-bottom: 16px;
}

.div-block-148 {
  width: 200px;
  min-width: 200px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 10px;
  display: flex;
}

.div-block-148._150 {
  width: 150px;
  min-width: 150px;
}

.div-block-148._100 {
  width: 120px;
}

.div-block-148._80 {
  width: 80px;
  min-width: 80px;
  justify-content: flex-start;
}

.div-block-148._100 {
  width: 150px;
  min-width: 100px;
  justify-content: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

.div-block-148._100.status {
  justify-content: flex-start;
}

.div-block-148.first {
  padding-left: 20px;
}

.text-block-81 {
  color: #1f0;
}

.checkbox-label-2 {
  display: none;
}

.form-block-9, .form-9 {
  width: auto;
  height: auto;
}

.form-block-10 {
  margin-bottom: 0;
}

.text-block-111 {
  font-weight: 600;
}

.div-block-224 {
  display: flex;
}

.div-block-225 {
  width: 100%;
  height: auto;
  object-fit: fill;
  background-color: #dbdbdb;
  border-radius: 20px;
  margin-top: 40px;
  overflow: auto;
  box-shadow: 0 6px 10px 3px rgba(0, 0, 0, .2);
}

.form-7 {
  background-color: rgba(0, 0, 0, 0);
}

.checkbox-field-2 {
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 10px;
}

.div-block-226 {
  width: 4000px;
  height: 7vh;
  background-color: var(--hover-color);
  border-bottom: 1px solid #c4c4c4;
  border-radius: 20px 20px 0 0;
  align-items: center;
  padding-left: 0;
  padding-right: 60px;
  display: flex;
  overflow: visible;
}

.div-block-226.second {
  background-color: var(--bg-color);
  object-fit: fill;
  border-radius: 0;
  padding-left: 0;
  overflow: hidden;
}

.div-block-226.second.checked {
  background-color: #72c9ff;
}

.div-block-226.second.selected {
  margin-left: 10px;
  display: none;
}

.div-block-226.second.noaccess {
  background-color: #c4c4c4;
}

.div-block-226.second.selectable {
  background-color: var(--hover-color);
}

.div-block-226.second.unverified {
  background-color: #fffecb;
  border-radius: 0;
}

.image-17 {
  width: 20px;
  height: 20px;
}

.text-block-110 {
  width: 100px;
  padding-left: 0;
}

.text-block-110.first {
  width: 100px;
  margin-left: 0;
}

.select-field {
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
}

.div-block-222 {
  width: auto;
  min-width: 200px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  flex-direction: column;
  margin-right: 20px;
  display: flex;
}

.text-block-9 {
  text-align: left;
  font-weight: 500;
}

.div-block-223 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.text-block-112 {
  color: #eaff00;
}

.text-block-112.cena {
  color: #fff;
}

.text-block-113 {
  color: #00cf30;
}

.text-block-113.cena {
  color: #fff;
}

.text-block-114 {
  color: #ff2b2b;
}

.text-block-114.cena {
  color: #fff;
  text-align: left;
}

.div-block-227 {
  width: 100%;
  margin-top: 40px;
}

.ms-input-wrap-10 {
  color: #c5c5c5;
  padding: 0;
  display: flex;
  position: relative;
}

.ms-input-19 {
  min-height: 40px;
  color: #fff;
  background-color: #323741;
  border: 1px solid rgba(255, 255, 255, .33);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 20px -10px rgba(0, 0, 0, .8);
}

.ms-input-19:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #1e5eff;
}

.ms-input-19:focus {
  outline-offset: 0px;
  color: #fff;
  border-color: #1e5eff;
  outline: 3px solid rgba(30, 94, 253, .25);
}

.ms-input-19::-ms-input-placeholder {
  color: #aaafbc;
}

.ms-input-19::placeholder {
  color: #aaafbc;
}

.ms-input-19.https {
  padding-left: 78px;
}

.ms-input-19.icon-left {
  color: #d4d4d4;
  margin-bottom: 0;
  padding-left: 38px;
}

.ms-input-19.second {
  background-color: #737373;
  margin-top: 10px;
}

.ms-input-19.opis {
  min-height: 120px;
  min-height: 100px;
}

.ms-input-19.icon-left {
  color: #d4d4d4;
  color: #d4d4d4;
  padding-left: 38px;
}

.form-10 {
  display: flex;
}

.div-block-228 {
  width: 33%;
}

.div-block-229 {
  width: 33%;
  margin-left: 20px;
}

.ms-input-label-4 {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 500;
}

.ms-input-wrap-11 {
  padding: 0;
  display: flex;
  position: relative;
}

.ms-input-20 {
  min-height: 40px;
  color: #121331;
  background-color: #fff;
  border: 1px solid rgba(18, 19, 49, .25);
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .1);
}

.ms-input-20:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input-20::-ms-input-placeholder {
  color: #909090;
}

.ms-input-20::placeholder {
  color: #909090;
}

.ms-input-20.icon-left {
  color: #fff;
  background-color: #323741;
  border-color: rgba(255, 255, 255, .33);
  border-radius: 10px;
  padding-left: 40px;
}

.ms-svg-5 {
  z-index: 3;
  width: 18px;
  height: 20px;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: 10px;
  right: auto;
}

.div-block-230 {
  width: 33%;
  margin-left: 20px;
}

.confirmation {
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .68);
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-231 {
  width: 60vh;
  height: auto;
  background-color: var(--bg-color);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
}

.text-block-115 {
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
}

.div-block-232 {
  width: 100%;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.div-block-233 {
  width: 5vh;
  height: 5vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 2%;
  bottom: auto;
  left: auto;
  right: 1%;
}

.image-18 {
  width: 100%;
}

.section-7 {
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-234 {
  width: 100%;
}

.image-19 {
  width: 30px;
}

.div-block-235 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-236 {
  margin-left: 20px;
}

.ms-input-label-5 {
  margin-bottom: 5px;
  font-weight: 500;
}

.ms-input-wrap-12 {
  color: #c5c5c5;
  padding: 0;
  display: flex;
  position: relative;
}

.div-block-237 {
  margin-bottom: 20px;
}

.ms-input-label-6 {
  margin-bottom: 5px;
  font-weight: 500;
}

.ms-input-label-7 {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 500;
}

.ms-input-wrap-13 {
  padding: 0;
  display: flex;
  position: relative;
}

.ms-input-21 {
  min-height: 40px;
  color: #121331;
  background-color: #fff;
  border: 1px solid rgba(18, 19, 49, .25);
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .1);
}

.ms-input-21:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input-21::-ms-input-placeholder {
  color: #909090;
}

.ms-input-21::placeholder {
  color: #909090;
}

.ms-input-21.icon-left {
  color: #fff;
  background-color: #323741;
  border-color: rgba(255, 255, 255, .44);
  border-radius: 10px;
  padding-left: 40px;
}

.ms-svg-6 {
  z-index: 3;
  width: 18px;
  height: 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: 10px;
  right: auto;
}

.div-block-238 {
  color: #2c2d3f;
}

.calculator-section {
  z-index: 100;
  height: 100vh;
  min-width: 960px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
  transform: none;
}

.ui-widget-content {
  width: 270px;
  height: 10px;
  float: left;
  box-shadow: none;
  background-color: #969696;
  border: 1px solid #1b2128;
  border-radius: 5px;
  margin-top: 16px;
  display: inline-block;
  position: relative;
}

.calculator-output-small {
  margin-left: 9px;
  display: inline-block;
}

.ui-slider-handle {
  width: 22px;
  height: 22px;
  background-color: #34afed;
  border-radius: 11px;
  text-decoration: none;
  position: absolute;
  top: -106%;
  box-shadow: 0 6px 5px rgba(19, 55, 97, .2);
}

.calculator-slide-block {
  width: 49%;
  float: left;
  text-align: left;
}

.revenue-label {
  width: auto;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 39px;
  margin-left: 87px;
  display: block;
}

.calculator-select {
  width: 250px;
  height: 50px;
  background-color: var(--hover-color);
  color: #fff;
  text-transform: uppercase;
  border-radius: 10px;
  margin: 20px auto 64px;
  padding-top: 1px;
  padding-bottom: 3px;
  padding-left: 7px;
  display: block;
}

.calculator-form {
  padding-left: 27px;
}

.calculator-other-output-block {
  text-align: left;
  display: block;
}

.calculator-revenue {
  color: #90e8fe;
  font-size: 40px;
  font-weight: 300;
}

.calculator-revenue.small {
  font-size: 24px;
}

.calculator-output-block {
  width: 51%;
  float: right;
}

.si {
  color: #34afed;
  font-size: 17px;
  font-weight: 300;
  display: inline-block;
}

.si.revenue {
  color: #ccc;
}

.form-11 {
  width: 100%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.calculator-output-label-smoll {
  width: 167px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 23px;
  margin-left: 37px;
  margin-right: 10px;
  font-size: 14px;
  display: inline-block;
}

.calculator-output-label-smoll._2 {
  text-transform: uppercase;
  margin-left: 87px;
}

.grey-line {
  width: 1px;
  height: 160px;
  float: left;
  background-color: #888;
  margin-top: -4px;
  margin-left: 50px;
  display: inline-block;
}

.calculator-heading {
  margin-bottom: 90px;
}

.calclator-traif-label {
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.calcelator-labels {
  text-transform: uppercase;
  margin-top: 40px;
}

.calculator-revenue-output-block {
  text-align: left;
  margin-bottom: 60px;
}

.jquery {
  color: #34afed;
}

.revenue-pragraph {
  margin-bottom: 0;
  margin-left: 37px;
  display: inline-block;
}

.input-slider {
  color: #34afed;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  margin-top: 10px;
  margin-left: 24px;
  padding-left: 0;
  padding-right: 0;
  font-size: 24px;
  font-weight: 300;
  display: inline-block;
}

.calculator-container {
  width: 960px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  display: block;
}

.calculator-left-frame {
  width: 14px;
  height: 45px;
  float: left;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-right: 20px;
  display: inline-block;
}

.calculator-slider-input {
  display: none;
}

.field-label {
  text-transform: uppercase;
}

.section-8 {
  display: flex;
}

.section-9 {
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-239 {
  width: 70vh;
  height: auto;
  background-color: #d3d3d3;
  border-radius: 10px;
  flex-direction: column;
  display: flex;
  box-shadow: 0 9px 10px 8px rgba(0, 0, 0, .2);
}

.div-block-240 {
  width: 100%;
  height: 20%;
  border-bottom: 1px solid #747474;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.text-block-116 {
  color: #000;
}

.form-block-11 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.form-12 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.text-field-2 {
  border-radius: 10px;
  padding-top: 0;
}

.text-block-117 {
  color: #000;
  margin-bottom: 10px;
}

.div-block-241 {
  width: 100%;
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.div-block-242 {
  width: 20%;
  height: 5vh;
  background-color: #5b29ff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-10 {
  flex-direction: column;
  padding: 5% 20%;
  display: flex;
}

.ms-input-label-8 {
  margin-bottom: 5px;
  font-weight: 500;
}

.div-block-243 {
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-244 {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-block-118 {
  margin-top: 0;
}

.form-13 {
  margin-top: 20px;
}

.textarea-2 {
  background-color: #323741;
  border: 1px solid rgba(255, 255, 255, .33);
  border-radius: 10px;
  margin-top: 10px;
}

.grid {
  width: auto;
  grid-template-rows: .5fr;
  grid-template-columns: .5fr .5fr .5fr;
}

.div-block-245 {
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-246 {
  width: 48px;
  height: 48px;
}

.div-block-247 {
  width: 120px;
  height: auto;
  max-width: 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 2px;
  padding-right: 4px;
  display: flex;
}

.text-block-119 {
  font-size: 12px;
}

.text-block-120 {
  width: 100%;
  height: auto;
  max-width: 100%;
  color: #0095ff;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  text-decoration: underline;
  display: block;
}

.text-block-121 {
  max-width: 48px;
}

.image-20 {
  width: 48px;
  height: 48px;
}

.div-block-248 {
  width: 80%;
  height: 40px;
  background-color: #939393;
  display: flex;
}

.div-block-249 {
  width: 33%;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-250 {
  flex-direction: column;
  align-items: center;
  display: none;
}

.div-block-251 {
  width: 60%;
  height: auto;
  background-color: var(--hover-color);
  border: 1px solid #7b7b7b;
  border-radius: 10px;
  flex-direction: column;
  display: flex;
}

.div-block-252 {
  width: 100%;
  height: 10vh;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.text-block-122 {
  font-size: 26px;
}

.div-block-253 {
  width: 100%;
  height: 100%;
  padding: 40px;
}

.form-block-12, .form-14 {
  width: 100%;
  height: 100%;
}

.ms-input-wrap-14 {
  color: #c5c5c5;
  flex-direction: column;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.ms-input-wrap-14.second {
  margin-top: 20px;
}

.ms-svg-7 {
  z-index: 3;
  width: 20px;
  height: 20px;
  color: #aaafbc;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: 10px;
  right: auto;
}

.text-block-123 {
  color: #e9e9e9;
  margin-bottom: 10px;
}

.ms-input-wrap-15 {
  color: #c5c5c5;
  flex-direction: column;
  margin-top: 20px;
  padding: 0;
  display: flex;
  position: relative;
}

.ms-password-wrap {
  z-index: 4;
  position: absolute;
  top: -20px;
  bottom: auto;
  left: auto;
  right: 0;
}

.ms-password-button {
  color: #c5c5c5;
  background-color: #232429;
  padding: 0 7px 0 6px;
  font-size: 13.5px;
  display: flex;
  bottom: 5px;
}

.ms-password-button.w--current {
  display: none;
}

.text-block-124 {
  color: #e9e9e9;
}

.div-block-254 {
  width: 100%;
}

.ms-input-22 {
  min-height: 40px;
  color: #121331;
  background-color: #fff;
  border: 1px solid rgba(18, 19, 49, .25);
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .1);
}

.ms-input-22:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input-22::-ms-input-placeholder {
  color: #909090;
}

.ms-input-22::placeholder {
  color: #909090;
}

.ms-input-22.icon-left {
  color: #fff;
  background-color: #323741;
  border-color: rgba(255, 255, 255, .33);
  border-radius: 10px;
  padding-left: 40px;
}

.form-15 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 20px;
  display: flex;
}

.form-block-13 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 0;
  overflow: auto;
}

.div-block-257 {
  width: 50vw;
  height: auto;
  color: snow;
  background-color: #2d3038;
  border-radius: 10px;
  position: absolute;
}

.div-block-258 {
  width: 100%;
  height: 8vh;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-261 {
  width: 100%;
  height: 85%;
  max-height: 70vh;
  overflow: auto;
}

.ms-input-23 {
  min-height: 40px;
  color: #121331;
  background-color: #fff;
  border: 1px solid rgba(18, 19, 49, .25);
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .1);
}

.ms-input-23:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input-23::-ms-input-placeholder {
  color: #909090;
}

.ms-input-23::placeholder {
  color: #909090;
}

.ms-input-23.icon-left {
  color: #fff;
  background-color: #323741;
  border-color: rgba(255, 255, 255, .33);
  border-radius: 10px;
  padding-left: 40px;
}

.image-57 {
  width: 25px;
}

.form-16 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 20px;
  display: flex;
}

.div-block-265 {
  width: 50%;
  margin-right: 10px;
  display: block;
}

.ms-input-24 {
  min-height: 40px;
  color: #121331;
  background-color: #fff;
  border: 1px solid rgba(18, 19, 49, .25);
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .1);
}

.ms-input-24:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input-24::-ms-input-placeholder {
  color: #909090;
}

.ms-input-24::placeholder {
  color: #909090;
}

.ms-input-24.icon-left {
  color: #fff;
  background-color: #323741;
  border-color: rgba(255, 255, 255, .33);
  border-radius: 10px;
  padding-left: 40px;
}

.div-block-266 {
  z-index: 9999;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, .68);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-266.izmenimenu {
  display: none;
}

.div-block-259 {
  width: 100%;
  display: flex;
}

.div-block-267 {
  width: 100%;
  height: 85%;
  max-height: 70vh;
  overflow: auto;
}

.div-block-256 {
  width: 50%;
  margin-left: 0;
  margin-right: 10px;
}

.div-block-268 {
  width: 50vw;
  height: auto;
  color: snow;
  background-color: #2d3038;
  border-radius: 10px;
  position: absolute;
}

.ms-input-label-9 {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 500;
}

.filters-wrap-2 {
  width: auto;
  height: 45px;
  color: #979797;
  border: 1px solid rgba(151, 151, 151, .4);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.filters-wrap-2:hover {
  color: #fff;
  background-color: #393f44;
}

.filters-wrap-2.confirm {
  width: 200px;
  min-height: 45px;
  margin-top: 20px;
  margin-left: 0;
}

.div-block-269 {
  z-index: 9999;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, .68);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-269.dodajdobavljacamenu {
  display: none;
}

.image-59 {
  width: 25px;
}

.div-block-270 {
  width: 100%;
  height: 8vh;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-60 {
  width: 100%;
}

.ms-input-wrap-16 {
  color: #c5c5c5;
  padding: 0;
  display: flex;
  position: relative;
}

.filters-wrap-3 {
  width: auto;
  height: 45px;
  color: #979797;
  border: 1px solid rgba(151, 151, 151, .4);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.filters-wrap-3:hover {
  background-color: var(--hover-color);
  color: #fff;
}

.filters-wrap-3.obrisi {
  margin-left: 10px;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.filters-wrap-3.obrisi:hover {
  background-color: var(--hover-color);
}

.filters-wrap-3.izmeni {
  width: auto;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.filters-wrap-3.izmeni:hover {
  background-color: var(--hover-color);
}

.filters-wrap-3.confirm {
  width: 200px;
  min-height: 45px;
  margin-top: 20px;
  margin-left: 0;
}

.div-block-271 {
  width: 100%;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.div-block-272 {
  width: 100%;
  display: flex;
}

.div-block-273 {
  width: 5vh;
  height: 5vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 2%;
  bottom: auto;
  left: auto;
  right: 1%;
}

.ms-input-wrap-17 {
  color: #c5c5c5;
  padding: 0;
  display: flex;
  position: relative;
}

.div-block-260 {
  width: 100%;
  height: 75px;
  justify-content: space-around;
  margin-top: 20px;
  display: flex;
}

.div-block-274 {
  width: 50vw;
  height: auto;
  color: snow;
  background-color: #2d3038;
  border-radius: 10px;
  position: absolute;
}

.div-block-262 {
  z-index: 9999;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, .68);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-262.dodajdobavljacamenu {
  display: none;
}

.paragraph-9 {
  color: #fff;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 12px;
}

.div-block-275 {
  width: 100%;
  height: 75px;
  justify-content: space-around;
  margin-top: 20px;
  display: flex;
}

.div-block-276 {
  width: 100%;
  height: 85%;
  max-height: 70vh;
  overflow: auto;
}

.div-block-277 {
  margin-right: 20px;
}

.div-block-278 {
  margin-top: 20px;
}

.div-block-279 {
  margin-right: 20px;
}

.text-block-127, .text-block-128 {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.group-row-2 {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px #d9d9d9;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  padding: 20px 10px;
  display: flex;
}

.ms-input-label-10 {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 500;
}

.content-3 {
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  margin-top: 10px;
}

.div-block-280 {
  width: 50%;
  margin-left: 0;
  margin-right: 10px;
}

.ms-input-label-11 {
  margin-bottom: 10px;
  font-weight: 500;
}

.form-block-14 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 0;
  overflow: auto;
}

.ms-input-wrap-18 {
  color: #c5c5c5;
  padding: 0;
  display: flex;
  position: relative;
}

.image-61 {
  width: 20px;
  clear: both;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}

.embed-icon-3 {
  margin-bottom: -3px;
}

.div-block-264 {
  flex-direction: column;
  display: none;
}

.ms-input-wrap-19 {
  padding: 0;
  display: flex;
  position: relative;
}

.div-block-263 {
  margin-right: 20px;
}

.image-62 {
  width: 25px;
}

.ms-input-label-12 {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 500;
}

.paragraph-10 {
  color: #fff;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 12px;
}

.ms-svg-8 {
  z-index: 3;
  width: 20px;
  height: 20px;
  color: #aaafbc;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: 10px;
  right: auto;
}

.ms-svg-8.left {
  color: #909090;
  position: absolute;
  top: 10px;
  bottom: 0%;
  left: 10px;
  right: auto;
}

.div-block-255 {
  width: 60vh;
  height: auto;
  background-color: #2d3038;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
}

.div-block-281 {
  width: 100%;
  height: 75px;
  justify-content: space-around;
  margin-top: 20px;
  display: flex;
}

.div-block-282 {
  width: 100%;
  height: 8vh;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-283 {
  flex-direction: column;
  display: none;
}

.text-block-125 {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.text-block-126 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
}

.div-block-284 {
  width: 50%;
  margin-right: 10px;
  display: block;
}

.div-block-285 {
  flex-direction: column;
  display: none;
}

.ms-input-label-13 {
  margin-bottom: 5px;
  font-weight: 500;
}

.div-block-286 {
  width: 100%;
  height: 8vh;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-63 {
  width: 25px;
}

.ms-input-25 {
  min-height: 40px;
  color: #121331;
  background-color: #fff;
  border: 1px solid rgba(18, 19, 49, .25);
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .1);
}

.ms-input-25:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input-25::-ms-input-placeholder {
  color: #909090;
}

.ms-input-25::placeholder {
  color: #909090;
}

.ms-input-25.icon-left {
  color: #fff;
  background-color: #323741;
  border-color: rgba(255, 255, 255, .33);
  border-radius: 10px;
  padding-left: 40px;
}

.div-block-287 {
  width: 100%;
  height: 85%;
  max-height: 70vh;
  overflow: auto;
}

.div-block-288 {
  width: 50vw;
  height: auto;
  color: snow;
  background-color: #2d3038;
  border-radius: 10px;
  position: absolute;
}

.ms-input-label-14 {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 500;
}

.div-block-289 {
  z-index: 9999;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, .68);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-289.dodajkorisnika {
  display: none;
}

.ms-input-wrap-20 {
  color: #c5c5c5;
  padding: 0;
  display: flex;
  position: relative;
}

.filters-wrap-4 {
  width: auto;
  height: 45px;
  color: #979797;
  border: 1px solid rgba(151, 151, 151, .4);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.filters-wrap-4:hover {
  color: #000;
  background-color: #fff;
}

.filters-wrap-4.confirm {
  width: 200px;
  min-height: 45px;
  margin-top: 20px;
  margin-left: 0;
}

.filters-wrap-4.confirm:hover {
  background-color: var(--hover-color);
}

.div-block-290 {
  width: 100%;
  display: flex;
}

.div-block-291 {
  margin-right: 20px;
}

.div-block-292 {
  margin-top: 20px;
}

.div-block-293 {
  width: 50%;
  margin-left: 0;
  margin-right: 10px;
}

.embed-icon-4 {
  margin-bottom: -3px;
}

.ms-input-wrap-21 {
  padding: 0;
  display: flex;
  position: relative;
}

.ms-svg-9 {
  z-index: 3;
  width: 20px;
  height: 20px;
  color: #aaafbc;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: 10px;
  right: auto;
}

.ms-svg-9.left {
  color: #909090;
  position: absolute;
  top: 10px;
  bottom: 0%;
  left: 10px;
  right: auto;
}

.div-block-294 {
  width: 100%;
  height: 75px;
  justify-content: space-around;
  margin-top: 20px;
  display: flex;
}

.div-block-295 {
  flex-direction: column;
  display: none;
}

.text-block-129 {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.div-block-296 {
  width: 50%;
  margin-right: 0;
  display: block;
}

.ms-input-label-15 {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 500;
}

.ms-input-label-15.second {
  color: #737373;
}

.div-block-297 {
  width: 50%;
  margin-left: 10px;
}

.div-block-219 {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.div-block-216 {
  width: 100vw;
  height: 100vh;
  justify-content: center;
  display: flex;
}

.div-block-220 {
  width: 10vw;
  height: 10vw;
  margin-top: 22vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-220.right {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-220.bott {
  top: auto;
  bottom: 6vh;
  left: 43%;
}

.div-block-220.bott.right {
  bottom: 13vh;
  left: auto;
  right: 22%;
}

.div-block-220.bott.left {
  bottom: 13vh;
  left: 22%;
}

.div-block-220.admin {
  width: 30vw;
  height: 30vh;
  left: 30%;
  right: 0%;
}

.div-block-220._2ndrow {
  top: auto;
  bottom: 33vh;
  left: 4vw;
}

.div-block-220._2ndrow.right {
  left: auto;
  right: 4vw;
}

.link-block-4 {
  width: 100%;
  height: 100%;
}

.image-55 {
  height: 100%;
}

._2 {
  background-color: #fff;
}

.body, .body-2 {
  background-color: var(--bg-color);
}

@media screen and (min-width: 1440px) {
  .div-block-219 {
    width: auto;
    height: 100vh;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
  }

  .div-block-220 {
    width: 10vw;
    height: 10vw;
    margin-top: 22vh;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .div-block-220.right {
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .div-block-220.bott {
    top: auto;
    bottom: 6vh;
    left: 43%;
    right: 0;
  }

  .div-block-220.bott.right {
    top: auto;
    bottom: 13vh;
    left: auto;
    right: 22%;
  }

  .div-block-220.bott.left {
    bottom: 13vh;
    left: 22%;
  }

  .div-block-220.admin {
    width: 30vw;
    height: 30vw;
    margin-top: 6vh;
    top: 0%;
    bottom: 0%;
    left: 30%;
    right: 0%;
  }

  .div-block-220._2ndrow {
    top: auto;
    bottom: 33vh;
    left: 4vw;
    right: auto;
  }

  .div-block-220._2ndrow.right {
    top: auto;
    bottom: 33vh;
    left: auto;
    right: 4vw;
  }

  .link-block-4 {
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .image-55 {
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .section {
    flex-direction: column;
  }

  .nav {
    height: auto;
    border-left: 1px solid var(--grey-text);
    display: none;
    position: fixed;
    top: 70px;
    bottom: 0;
    right: 0;
  }

  .nav-wrap {
    width: 100%;
  }

  .content {
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-link {
    justify-content: center;
    display: flex;
  }

  .content-wrap {
    flex-direction: column;
  }

  .form-block {
    z-index: 99;
    border-bottom: 1px solid var(--grey-text);
    background-color: var(--bg-color);
    padding: 10px 20px;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
  }

  .text-field:hover, .text-field:focus {
    background-color: #000;
  }

  .content-left {
    padding-top: 0;
    padding-right: 0;
  }

  .content-heading, .content-cards {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-right {
    width: 100%;
  }

  .right-top {
    display: none;
  }

  .right-top.mobile {
    display: flex;
  }

  .right-menu {
    margin-bottom: 40px;
  }

  .stat-numbers {
    margin-right: 40px;
  }

  .mobile-nav {
    z-index: 999999;
    height: 70px;
    border-bottom: 1px solid var(--grey-text);
    background-color: var(--bg-color);
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .hamburger {
    width: 40px;
    cursor: pointer;
  }

  .hamburger-line {
    height: 3px;
    background-color: #fff;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-line.mid {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .shadow {
    z-index: 998;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: rgba(0, 0, 0, .3);
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .group-hero {
    grid-column-gap: 20px;
  }

  .navigation {
    height: 70px;
    border-bottom: 1px solid #d9d9d9;
    top: 70px;
  }

  .search {
    height: 40px;
    min-width: auto;
  }

  .user-wrap.res-hide {
    display: none;
  }

  .navigation-right {
    background-color: #fff;
  }

  .scroll {
    max-width: 94vw;
    padding-bottom: 15px;
    overflow: auto;
  }

  .scroll.small-m {
    margin-bottom: 20px;
  }

  .group-row {
    width: 1150px;
  }

  .scroll-animation {
    grid-column-gap: 20px;
    color: #686868;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
  }

  .ms-button {
    position: relative;
  }

  .calculator-section {
    min-width: 100%;
  }

  .calculator-slide-block {
    width: 53%;
  }

  .calculator-form {
    padding-left: 10px;
    padding-right: 10px;
  }

  .calculator-output-block {
    width: 47%;
  }

  .calculator-container {
    width: 100%;
  }

  .group-row-2 {
    width: 1150px;
  }
}

@media screen and (max-width: 767px) {
  .content {
    padding-top: 80px;
  }

  .content-left {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-cards {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .content-cards {
    grid-template-columns: 1fr;
  }

  .menu-links, .ml-40 {
    margin-left: 10px;
  }

  .log-in__h {
    font-size: 30px;
  }

  .scroll {
    max-width: 92vw;
  }

  .calculator-slide-block {
    width: 100%;
    max-width: 350px;
    flex-direction: column;
    justify-content: center;
  }

  .revenue-label {
    text-align: center;
    margin-left: 0;
  }

  .calculator-other-output-block {
    width: 250px;
    justify-content: space-between;
    display: flex;
  }

  .calculator-output-block {
    width: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .form-11 {
    width: 100%;
    max-width: 500px;
    flex-direction: column;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .calculator-output-label-smoll {
    margin-left: 0;
    margin-right: 0;
  }

  .calculator-output-label-smoll._2 {
    margin-left: 0;
  }

  .grey-line {
    display: none;
  }

  .calculator-revenue-output-block {
    text-align: center;
  }

  .revenue-pragraph {
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .logo-link {
    margin-bottom: 20px;
  }

  .heading-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .heading-cards {
    grid-template-columns: 1fr;
  }

  .log-in__h {
    font-size: 28px;
  }

  .form-input {
    width: 100%;
  }

  .form-block-5 {
    max-width: 200px;
  }

  .scroll {
    max-width: 89vw;
  }

  .group-row {
    width: 1100px;
  }

  .tabs-menu {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .ms-button {
    width: 100%;
    min-height: auto;
    padding: .6em 1.3em;
    font-size: 14px;
    font-style: normal;
  }

  .ms-button.light {
    max-width: 100vw;
  }

  .shortcuts-table {
    padding-left: 8px;
    padding-right: 8px;
  }

  .shortcut-row-header, .shortcut {
    font-size: 13px;
  }

  .ui-widget-content {
    width: 63%;
  }

  .calculator-heading {
    margin-bottom: 40px;
  }

  .calclator-traif-label, .calcelator-labels {
    width: 100%;
  }

  .input-slider {
    margin-left: 10px;
  }

  .field-label {
    width: 100%;
  }

  .section-10 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-245 {
    max-width: 300px;
    overflow: auto;
  }

  .group-row-2 {
    width: 1100px;
  }
}

#w-node-_7422d33b-bf8d-4cdd-52fa-52247ebb876c-ce41fb02 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7422d33b-bf8d-4cdd-52fa-52247ebb8776-ce41fb02 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b8970c97-77cf-f3e5-7440-03049c2d9ca6-ce41fb02 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b8970c97-77cf-f3e5-7440-03049c2d9cb0-ce41fb02 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9b13e357-27dc-d0cd-2498-af253f6b4ac2-ce41fb02 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9b13e357-27dc-d0cd-2498-af253f6b4acc-ce41fb02 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7422d33b-bf8d-4cdd-52fa-52247ebb876c-641851f3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7422d33b-bf8d-4cdd-52fa-52247ebb8776-641851f3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_772398ac-b6f5-a29b-5b41-c7becdb840ca-641851f3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_772398ac-b6f5-a29b-5b41-c7becdb840d0-641851f3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_882f7dcc-9970-6b90-7f5e-48eac76bf099-641851f3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_882f7dcc-9970-6b90-7f5e-48eac76bf09f-641851f3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d6253fa9-e6ef-0fa3-636c-e6266e9ea85b-641851f3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d6253fa9-e6ef-0fa3-636c-e6266e9ea861-641851f3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bbe979d3-09ac-f517-d737-c291441dbe48-641851f3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bbe979d3-09ac-f517-d737-c291441dbe4e-641851f3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cbab012d-1d0e-6a5b-ad7f-629086aa07ab-0ec3f16f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cbab012d-1d0e-6a5b-ad7f-629086aa07b5-0ec3f16f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_13821d0d-bc46-201c-d67e-1501e5df6507-0ec3f16f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_13821d0d-bc46-201c-d67e-1501e5df650d-0ec3f16f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_53427b6c-a093-88b7-0406-294ab2057b64-0ec3f16f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_53427b6c-a093-88b7-0406-294ab2057b6a-0ec3f16f, #w-node-d93c12c1-e61b-c784-46fc-0be3a9a51c4f-af0faf1c {
  grid-area: 1 / 1 / 2 / 2;
}


