.form-check-input:checked {
  background-color: #e9882b;
  border-color: #e9882b;
}

.form-check-input:focus,
.form-control:focus {
  border-color: #e9882b;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(233 136 43 / 25%);
}
html {
  font-size: 62.5% !important;
  line-height: normal;
}
body {
  font-family: Open Sans, sans-serif;
  font-size: 1.6rem;
  color: #414141;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 2.3rem;
  z-index: 2;
  text-align: left;
}
.logo {
  height: 34px;
  width: auto;
  max-width: 100%;
}
.heading--big {
  font-size: 3.5rem;
  line-height: 4.8rem;
  font-weight: 700;
  color: #fff;
}
.container {
  max-width: 991px;
}
.pre {
  white-space: pre-line;
}
.cwhite {
  color: #fff;
}
.intro {
  height: 54rem;
  background-color: #fff;
  background-position: top;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  background-image: url(https://myclinicriga.lv/image/Desktop1.jpg);
}
.intro__content {
  max-width: 70rem;
  margin-top: 2rem;
  display: block;
}
.intro__content .heading {
  margin-bottom: 1.5rem;
}
form {
  border: 1px solid #eaeaea;
  padding: 3rem;
  border-radius: 5px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.16);
  margin-top: -6.8rem;
  position: relative;
  background: #fff;
  font-size: 1.5rem;
}
.calculatorRow {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

label.form-label {
  flex: 0 0 600px;
  position: relative;
  margin: 0;
}
label.form-label span {
  display: block;
  color: #f1841f;
  font-size: 1rem;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.form-control {
  text-align: center;
  margin: 0 auto;
  height: 30px;
  font-size: 1.5rem;
}
.inputWrap {
  flex: 0 0 75px;
  text-align: center;
  position: relative;
}
.inputWrap i {
  position: absolute;
  left: 0px;
  padding: 10px;
  top: 50%;
  transform: translateY(-50%);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
/* input[type="number"] {
  -moz-appearance: textfield;
} */
.inputWrap i {
  cursor: pointer;
}
.inputWrap i.bi-plus-circle-fill {
  left: unset;
  right: 0px;
}
.inputWrap i:hover,
.inputWrap i:active {
  color: #f1841f;
}

span.price {
  flex: 0 0 75px;
  text-align: right;
  display: none;
}

.grandTotal {
  background: #f1841f;
  padding: 1rem;
  color: #fff;
  border-radius: 5px;
  font-size: 2rem;
  display: block !important;
}

span.total {
  flex: 0 0 75px;
  text-align: right;
  font-weight: bold;
  display: none;
}

.totalsRow {
  position: sticky;
  bottom: 0;
  background: #fff;
}
.totalsRow .form-label {
  font-size: 2rem;
}

footer {
  color: #fff;
}
.footer__copy[data-v-85c0359a] {
  background: #ffbf21;
  padding: 1.8rem 0;
}
.footer__copy-box[data-v-85c0359a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__copy-box a[data-v-85c0359a] {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  transition: opacity 0.3s;
}
.footer__copy-box .copyrights[data-v-85c0359a] {
  font-size: 1rem;
  margin-right: 3rem;
}
.footer__copy-box ul[data-v-85c0359a] {
  display: flex;
  align-items: center;
  line-height: 13px;
}
.footer__copy-box li[data-v-85c0359a]:not(:last-child) {
  margin-right: 1rem;
}
.footer__copy-box a[data-v-85c0359a] {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  transition: opacity 0.3s;
}
.footer__copy-box .implementation span[data-v-85c0359a] {
  font-size: 1rem;
  margin-right: 5px;
}
.footer__copy-box a[data-v-85c0359a]:hover {
  opacity: 0.83;
}

.cgray {
  color: #414141;
}

@media only screen and (max-width: 1600px) {
  .intro {
    background-size: cover;
  }
}
@media only screen and (max-width: 1024px) {
  form,
  .form-control {
    font-size: 1.25rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .desktop {
    display: none !important;
  }
  .heading--big {
    font-size: 2.6rem;
    line-height: 3.2rem;
    position: relative;
  }
  .intro {
    height: 25vh;
    background-image: url(https://myclinicriga.lv/image/mobile.jpg) !important;
    background-position: top;
    align-items: normal;
    padding: 8rem 0 0;
  }
  form,
  .form-control {
    font-size: 1rem !important;
  }
  span.price,
  span.total {
    flex: 0 0 45px;
  }
  .calculationsWrap {
    width: 100%;
  }
  form {
    padding: 1.5rem;
    margin-top: 0;
  }
  label.form-label {
    flex: 1 0 100px;
  }
  .calculatorRow {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  label.form-label span {
    position: static;
  }
  .footer__copy-box .copyrights[data-v-85c0359a] {
    margin-right: 0;
    margin-top: 1rem;
  }
  .footer__copy-box .links[data-v-85c0359a] {
    align-items: flex-start;
  }
  .footer__copy-box ul[data-v-85c0359a] {
    flex-direction: column;
  }
  .footer__copy-box[data-v-85c0359a] {
    flex-direction: column;
  }
  .footer__mobile-box[data-v-85c0359a] {
    display: flex;
    justify-content: space-between;
  }
  .footer__copy-box .d-flex[data-v-85c0359a] {
    flex-direction: column-reverse;
  }
  .footer__social a[data-v-85c0359a]:not(:last-child) {
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .mobile {
    display: none !important;
  }
}
