.feedback {
  font-family: Archivo, sans-serif;
  font-variation-settings: "wdth" 62.5;
  margin-bottom: 10px;
  padding: 5.4rem;
  background-color: rgb(240, 239, 233);
}

.feedback__header {
  border-bottom: 1px solid rgb(221, 221, 221);
}

.feedback__header {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

.feedback__photo {
  flex-shrink: 0;
  width: 115px;
  height: 115px;
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
}

.feedback__photo img {
  width: 100%;
  height: 100%;
  margin: 0px;
  object-fit: cover;
  object-position: 25% center;
}

.feedback__description {
  flex-grow: 1;
  width: 100%;
}

.feedback .feedback__name {
  margin: 0px 0px 5px;
  font-weight: 700;
  font-size: 20px;
}

.feedback .feedback__position {
  font-family: "Slabo 27px", serif;
  margin: 0px;
  font-weight: 700;
  font-size: 15px;
  color: gray;
}

.feedback .feedback__rating {
  font-size: 24px;
  color: rgb(216, 82, 41);
}

.feedback__body {
  padding: 16px 0px;
}

.feedback__body p {
  margin: 0px;
  font-family: Archivo, sans-serif;
  font-variation-settings: "wdth" 62.5;
  font-weight: 600;
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 0rem;
  color: rgb(20, 69, 108);
}

.feedback__body p + p {
  margin-top: 5px;
}

@media (max-width: 660px) {
  .feedback {
    padding: 4.5rem 1.5rem 0px;
  }
  .feedback__header {
    flex-direction: column;
    padding: 0px 0px 20px;
  }
  .feedback__description {
    text-align: center;
  }
  .feedback__photo {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

.lds-dual-ring,
.lds-ellipsis {
  display: inline-block;
}

.animated-check,
.lds-dual-ring,
.lds-ellipsis {
  height: 80px;
  width: 80px;
}

.lds-dual-ring::after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border-width: 6px;
  border-style: solid;
  border-image: none;
  border-color: rgb(0, 51, 102) transparent;
  animation: 1.2s linear 0s infinite normal none running lds-dual-ring;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.lds-ellipsis {
  position: relative;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:first-child {
  left: 8px;
  animation: 0.6s ease 0s infinite normal none running lds-ellipsis1;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: 0.6s ease 0s infinite normal none running lds-ellipsis2;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: 0.6s ease 0s infinite normal none running lds-ellipsis2;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: 0.6s ease 0s infinite normal none running lds-ellipsis3;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(24px, 0px);
  }
}

.animated-check path {
  fill: none;
  stroke: white;
  stroke-width: 4;
  stroke-dasharray: 23;
  stroke-dashoffset: 23;
  animation: 2s linear 0s 1 normal forwards running draw;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@keyframes draw {
  100% {
    stroke-dashoffset: 0;
  }
}

.lander-form-wrapper {
  margin: 0px auto;
  max-width: 700px;
  width: 100%;
  border: 0px;
  border-radius: 6px;
}

.lander-form-header {
  font-size: 30px;
  margin: 0px;
  padding: 30px 20px;
  letter-spacing: 1px;
  text-align: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.lander-form {
  padding: 30px 30px 20px;
  position: relative;
}

.lander-form .lander-form-loading-overlay,
.lander-form .lander-form-success-overlay {
  display: none;
}

.lander-form.lander-form-loading .lander-form-loading-overlay,
.lander-form.lander-form-success .lander-form-success-overlay {
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1000;
}

.lander-form-loading-overlay .lds-dual-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -80px;
  margin-left: -40px;
}

.lander-form-success-overlay .animated-check-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -45px;
  margin-left: -120px;
}

.lander-form-field {
  margin-bottom: 15px;
  width: 100%;
  box-sizing: initial;
  position: relative;
}

.lander-form-field label {
  display: block;
}

.lander-form-field input {
  color: rgb(0, 0, 0);
  font-size: 16px;
  line-height: 42px;
  font-weight: 400;
  transition: 0.3s;
  display: block;
  width: 100%;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(206, 212, 218);
  padding: 10px;
  outline: 0px;
  position: relative;
  box-sizing: border-box !important;
  margin: 0px !important;
  height: 50px !important;
}

.lander-form-field input[type="checkbox"] {
  display: block;
  width: 0px;
  visibility: hidden;
  height: 0px !important;
}

.lander-checkbox-label {
  align-items: center;
  padding: 10px 0px;
  white-space: nowrap;
  cursor: pointer;
  display: flex !important;
}

.lander-form-custom-checkbox {
  position: relative;
  flex-shrink: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1.5px solid rgb(0, 51, 102);
  border-radius: 5px;
  vertical-align: bottom;
}

@keyframes checkbox-pulsing {
  100% {
    box-shadow: transparent 0px 0px 0px 5px;
  }
}

.lander-form-field-validation-error .lander-form-custom-checkbox {
  box-shadow: rgb(221, 42, 48) 0px 0px 0px 0px;
  animation: 2s ease 0s infinite normal none running checkbox-pulsing;
}

.lander-form-custom-checkbox > i {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: rgb(255, 255, 255);
}

.lander-form-field
  input[type="checkbox"]:checked
  + .lander-form-custom-checkbox,
.lander-form-field-validation-ok .lander-form-custom-checkbox {
  background-color: rgb(0, 51, 102);
  animation: auto ease 0s 1 normal none running none;
}

.lander-form-field
  input[type="checkbox"]:checked
  + .lander-form-custom-checkbox
  > i,
.lander-form-field-validation-ok .lander-form-custom-checkbox > i {
  display: block;
}

.lander-form-label-text {
  display: inline-block;
  padding-left: 15px;
  font-size: 18px;
  opacity: 0.7;
  white-space: normal;
  color: rgb(0, 0, 0);
}

.lander-form-label-text > a {
  color: inherit;
}

.lander-form-wrapper,
.lander-form-field .lander-submit {
  box-shadow: rgba(13, 13, 13, 0.43) 0px 4px 20.9px 3.1px;
}

.lander-form-field .lander-submit {
  box-shadow: rgb(0, 51, 102) 0px 0px 0px 0px;
  animation: 2s ease 0s infinite normal none running pulsing;
}

.lander-form-steps {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 25px;
}

.lander-form-steps .lander-form-step {
  border-radius: 5px;
  background: rgb(231, 231, 231);
  height: 7px;
  width: 100%;
  margin-left: 5px;
  margin-right: 5px;
}

.lander-form-steps .lander-form-step.lander-form-step-active {
  background: rgb(0, 51, 102);
}

@keyframes pulsing {
  100% {
    box-shadow: transparent 0px 0px 0px 10px;
  }
}

.lander-form-header,
.lander-form-field .lander-submit {
  font-weight: 700;
  background: rgb(0, 51, 102);
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}

.lander-form-field .lander-submit {
  display: block;
  font-size: 20px;
  position: relative;
  padding: 0px;
  width: 90%;
  min-height: 60px;
  cursor: pointer;
  white-space: normal;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: none;
  transition: 50ms ease-out;
  margin: 15px auto 0px !important;
}

.lander-form-field .lander-submit:hover {
  font-size: 24px;
}

.lander-form-field span.error {
  background: rgb(220, 53, 69);
  padding: 3px 7px;
  color: rgb(255, 255, 255);
  box-sizing: initial;
  top: 50%;
  position: absolute;
  width: auto;
  right: 37px;
  z-index: 100;
  font-size: 14px;
  line-height: 1.5;
  height: 24px;
  margin-top: -15px;
  font-weight: 400;
  cursor: pointer;
  display: none !important;
}

.lander-form-field span.error.tooltip-error {
  display: block !important;
}

.lander-form-field-validation-ok span.error.tooltip-error {
  display: none !important;
}

.lander-form-field input.error {
}

.lander-form-field-validation-icon::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  line-height: 1;
  font-size: 20px;
}

.lander-form-field-validation-icon {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  box-sizing: initial;
  font-size: 20px;
  line-height: 1;
}

.lander-form-field-validation.lander-form-field-validation-ok input {
  outline: rgb(25, 135, 84) solid 2px;
}

.lander-form-field-validation.lander-form-field-validation-ok
  .lander-form-field-validation-icon::after {
  display: block;
  content: "";
  color: rgb(25, 135, 84);
}

.lander-form-field-validation-error input {
  outline: rgb(220, 53, 69) solid 2px;
}

.lander-form-field-validation.lander-form-field-validation-error
  .lander-form-field-validation-icon::after {
  content: "";
  color: rgb(220, 53, 69);
  cursor: pointer;
}

.iti {
  width: 100%;
  box-sizing: border-box;
}

.iti__country-name,
.iti__dial-code {
  font-size: 16px;
}

.iti__flag-container {
  height: 50px;
  right: auto !important;
  left: 0px !important;
}

.progress-autologin {
  position: relative;
  height: 10px;
  width: 230px;
  border: 5px solid rgb(0, 51, 102);
  border-radius: 6px;
  box-sizing: initial;
}

.progress-autologin .color {
  position: absolute;
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 10px;
  border-radius: 0px;
  animation: 10s ease-in 0s 1 normal none running progress-autologin;
  box-sizing: initial;
}

@keyframes progress-autologin {
  0% {
    width: 0%;
  }
  25% {
    width: 50%;
  }
  50% {
    width: 75%;
  }
  75% {
    width: 85%;
  }
  100% {
    width: 100%;
  }
}

body .pushwoosh-subscription-widget_show {
  display: none !important;
}

.dtpcnt {
  opacity: 0;
}

@media (max-width: 1279px) {
  .card__figure-main figure {
    margin: 0px;
    width: 100%;
  }
}

.reg__item::before {
  font-family: Tahoma, Verdana, sans-serif;
}

.reg__item5::before {
  padding-bottom: 0px !important;
}

.reg__item4::before {
  padding-bottom: 0px !important;
}

.reg__item3::before {
  padding-bottom: 0px !important;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
}

.swiper {
  user-select: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.lightbox-img {
  position: relative;
  display: block;
  line-height: 0;
  margin-top: 10px;
}

.lightbox-img::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  width: 50px;
  height: 50px;
  background-image: url("?a6042ab690=assets/img/lupa.svg&f=2");
  background-repeat: no-repeat;
  background-size: cover;
}

.swiper {
  --swiper-theme-color: #fa292a;
}

.reg__item a {
  color: rgb(225, 18, 41);
}

.reg__item a:hover {
  color: rgb(0, 127, 255);
}

.custom-dropdown-wrapper {
  position: relative;
  width: 100%;
}

.custom-dropdown-selected {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  height: auto;
  box-sizing: border-box;
  padding-right: 32px !important;
  font-size: 17px !important;
}

.custom-dropdown-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 14px;
  color: rgb(85, 85, 85);
  line-height: 1;
  height: 1em;
  display: flex;
  align-items: center;
}

.custom-dropdown-list {
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  background: white;
  border-radius: 8px;
  border: 1px solid rgb(204, 204, 204);
  margin-top: 4px;
  max-height: 160px;
  overflow-y: auto;
  display: none;
  z-index: 100;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 8px;
  padding: 0px;
  list-style: none;
}

.custom-dropdown-list::-webkit-scrollbar {
  width: 4px;
}

.custom-dropdown-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgb(221, 221, 221);
}

.custom-dropdown-option {
  padding: 12px;
  cursor: pointer;
  transition: background 0.2s;
}

.custom-dropdown-option:hover {
  background: rgb(242, 242, 242);
}

.custom-dropdown-option {
  padding: 12px;
  cursor: pointer;
  transition: background 0.2s;
  color: rgb(34, 34, 34);
  font-size: 16px;
  font-weight: 400;
  font-family: inherit;
}

input.custom-dropdown-selected::placeholder {
  font-size: 14px !important;
}

@media (max-width: 1200px) {
  input.custom-dropdown-selected::placeholder {
    font-size: 13px !important;
  }
  .custom-dropdown-selected {
    font-size: 13px !important;
  }
}

@media (max-width: 991px) {
  input.custom-dropdown-selected::placeholder {
    font-size: 12px !important;
  }
  .custom-dropdown-selected {
    font-size: 12px !important;
  }
}

html {
  scroll-behavior: smooth;
}

a,
button,
img,
.nav__link,
.podijeli,
.SearchBar,
.piano-user-login2,
.mali_logo_container,
.button-link,
.comment__set-icons,
.comment__item-set,
.comment__item-header,
.comment__set-answer {
  cursor: pointer !important;
  pointer-events: auto !important;
}

#form {
  scroll-margin-top: 80px;
}

@media (max-width: 430px) {
  #form {
    padding: 0px !important;
  }
}

a.podijeli {
  font-family: Archivo, sans-serif;
  font-weight: 700;
  font-variation-settings: "wdth" 75;
  outline: none;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(191, 191, 191);
  color: rgb(128, 128, 128);
  border-radius: 35px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 1.1rem 1.5rem 1rem 2rem;
  margin: 4.5rem 0px 0px;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  letter-spacing: 0.04rem;
  text-decoration: none;
  width: fit-content;
}

a.podijeli i {
  font-size: 2rem;
  color: rgb(250, 41, 42);
}

@media (max-width: 992px) {
  a.podijeli {
    margin-top: 3rem !important;
  }
}

@media (max-width: 600px) {
  #form .lander-form-field .lander-submit {
    font-size: 13px !important;
    white-space: nowrap !important;
  }
}
