@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500;700&display=swap");

body {
  /* font-family: "Jura", sans-serif; */
  font-family: "Poppins", sans-serif;
  color: #454545;
}

hr {
  border-top: 3px solid #F37262;
}

a {
  color: #F37262;
}

a:hover {
  color: #ef4d37;
}

.form-check-input:checked {
  background-color: #F37262;
  border-color: #F37262;
  }

.slider-handle,
.slider-selection {
  background-color: #F37262 !important;
  background-image: -webkit-linear-gradient(top, #F37262 0, #F37262 100%) !important;
  background-image: -o-linear-gradient(top, #F37262 0, #F37262 100%) !important;
  background-image: linear-gradient(to bottom, #F37262 0, #F37262 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F37262',endColorstr='#ef4d37',GradientType=0) !important;
}

.slider-selection {
  background-color: #ef4d37 !important;
  background-image: -webkit-linear-gradient(left, #F37262 0, #ef4d37 100%) !important;
  background-image: -o-linear-gradient(left, #F37262 0, #ef4d37 100%) !important;
  background-image: linear-gradient(to right, #F37262 0, #ef4d37 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F37262',endColorstr='#ef4d37',GradientType=0) !important;
}

.mesicni-splatka {
  color: #F37262;
}

.btn-primary {
  color: #fff;
  background-color: #F37262;
  border-color: #F37262;
}

.btn-primary:hover {
  color: #fff;
  background-color: #ef4d37;
  border-color: #ef4d37;
}

.header-text-1 {
  color: white;
}

.header-text-2 {
  color: white;
}

.back-to-website a {
  background-color: silver;
  border: 1px solid silver;
}

.back-to-website a {
  background-color: darken(silver, 20%);
  border: 1px solid darken(silver, 20%);
}

.service-menu div.p-2 {
  background-color: white;
}

.service-menu div.p-2 a {
  color: #F37262;
}

.service-menu div.active {
  background-color: #F37262;
}

.service-menu div.active a {
  color: white;
}

.help-box {
  background-color: #F37262;
}

.refinancovani-left,
.refinancovani-right {
  border: 1px solid #F37262;
}

.arrow-right {
  border-color: #F37262;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #F37262;
}

/* CUSTOM */

/* .help-text {
  color: black;
}

.header,
.header-overlay {
  height: 266px;
}

.header-wrapper {
  background-position-y: -80px;
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover;
} */

/* .top-header {
  background: transparent;
  margin-bottom: -110px;
} */

#language-selector {
  display: none;
}
/*
.logo img {
  max-height: 66px;
  width: 206px;
}

.footer {
  background-color: #005f6d;
}

.footer a {
  color: white;
} */

/* @media (min-width: 576px) {
  .header,
  .header-overlay {
    height: 310px;
  }
}

@media (min-width: 768px) {
  .header,
  .header-overlay {
    height: 435px;
  }
}

@media (min-width: 992px) {
  .header,
  .header-overlay {
    height: 500px;
  }
}

@media (min-width: 1200px) {
  .header,
  .header-overlay {
    height: 700px;
  }
}

@media (min-width: 1760px) {
  .header-wrapper {
    background-size: contain;
  }
} */

.ewebovky-line {
  color: black;
}