@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap);
html {
  scroll-padding-top: 90px;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  background: white;
  font-size: 15px;
  color: #123750;
  line-height: 1.2em;
  padding-top: 54px;
}
@media screen and (min-width: 992px) {
  body {
    padding-top: 90px;
  }
}

.btn-primary {
  background-color: #C3AF70;
  border-color: #C3AF70;
  padding: 0.5rem 2.5rem;
  color: white !important;
  text-transform: uppercase;
}

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

.btn-primary:focus, .btn-primary:active {
  background-color: #123750 !important;
  border-color: #123750;
  box-shadow: 0 0 0 0.2rem rgba(18, 55, 80, 0.5);
}

.btn-primary:disabled {
  background-color: rgba(195, 175, 112, 0.8);
  border-color: rgba(195, 175, 112, 0.8);
}

.input-group-append .btn-primary {
  font-size: 0.8rem;
  padding: 0.5rem 1rem;
  border-radius: 0 20px 20px 0;
}

.btn-outline-primary {
  background-color: #C3AF70;
  border-color: #C3AF70;
  padding: 0.5rem 2.5rem;
  color: white !important;
  text-transform: uppercase;
}

.btn-outline-primary:hover {
  background-color: #123750;
  border-color: #123750;
  color: white;
}

.btn-outline-primary:focus, .btn-outline-primary:active {
  background-color: #123750 !important;
  border-color: #123750;
  box-shadow: 0 0 0 0.2rem rgba(18, 55, 80, 0.5);
}

.alert {
  border: none;
  margin-bottom: 2rem;
}

.alert-danger {
  background: #ba0008;
  color: white;
}

.alert-success {
  background: #00ba10;
  color: white;
}

h2.block-name {
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  color: #123750;
  margin-bottom: 1rem;
}

.custom-switch .custom-control-label:before, .custom-switch .custom-control-label:after {
  margin-top: -4px;
}

a {
  color: #C3AF70;
}
a:hover {
  color: #123750;
  text-decoration: none;
}

@media screen and (min-width: 1360px) {
  .container {
    max-width: 1300px;
  }
}
.dropdown-toggle::after {
  display: none;
}

.dropdown-item:focus, .dropdown-item:hover {
  background: transparent;
}

nav.bg-light {
  background: rgba(18, 55, 80, 0.7) !important;
  color: white;
}
nav.bg-light .navbar-brand {
  color: white !important;
  font-size: 1.2rem;
}
@media screen and (min-width: 475px) {
  nav.bg-light .navbar-brand {
    font-size: 1.25rem;
  }
}
nav.bg-light .navbar-toggler {
  width: 18px;
  height: 38px;
  border: none;
  position: relative;
  margin-left: 10px;
}
nav.bg-light .navbar-toggler .icon, nav.bg-light .navbar-toggler .icon:before, nav.bg-light .navbar-toggler .icon:after {
  position: absolute;
  height: 3px;
  background: white;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
nav.bg-light .navbar-toggler .icon:before, nav.bg-light .navbar-toggler .icon:after {
  content: "";
}
nav.bg-light .navbar-toggler .icon:before {
  margin-top: -10px;
}
nav.bg-light .navbar-toggler .icon:after {
  margin-top: 6px;
}
nav.bg-light .dropdown-menu {
  border: 2px solid #C3AF70;
  border-radius: 0.5rem;
  background: rgba(18, 55, 80, 0.7) !important;
  color: white;
  text-align: left;
}
nav.bg-light .dropdown-menu .dropdown-item {
  color: white !important;
}
nav.bg-light .nav-search form {
  padding: 0 1rem;
}
nav.bg-light .nav-search .btn-primary {
  border-radius: 0 4px 4px 0;
  padding: 0 1rem;
}
nav.bg-light .mobile-icons {
  margin-left: auto;
  display: flex;
  height: 38px;
  overflow: hidden;
}
nav.bg-light .mobile-icons .phone, nav.bg-light .mobile-icons .basket, nav.bg-light .mobile-icons .user {
  margin-right: 10px;
}
nav.bg-light .mobile-icons .phone .icon, nav.bg-light .mobile-icons .basket .icon, nav.bg-light .mobile-icons .user .icon {
  width: 38px;
  height: 38px;
  display: block;
  background: center center no-repeat;
  background-size: contain;
}
nav.bg-light .mobile-icons .phone .icon {
  background-image: url(/domains/ghcgenetics/icon-phone-mobile-white.svg);
}
nav.bg-light .mobile-icons .basket .icon {
  background-image: url(/domains/ghcgenetics/icon-cart-white.svg);
}
nav.bg-light .mobile-icons .user .icon {
  background-image: url(/domains/ghcgenetics/icon-user-white.svg);
}
nav.bg-light .mobile-icons .basket {
  position: relative;
}
nav.bg-light .mobile-icons .basket .pcs {
  position: absolute;
  right: -4px;
  top: 0;
  font-weight: normal;
  background: #C3AF70;
  color: white;
  width: 15px;
  height: 15px;
  line-height: 16px;
  font-size: 0.55rem;
  text-align: center;
  border-radius: 100%;
}
@media screen and (min-width: 992px) {
  nav.bg-light .mobile-icons {
    display: none;
  }
}
nav.bg-light a.nav-link {
  color: white !important;
}
nav.bg-light .user-item {
  width: 100%;
  text-align: center;
  font-size: 0.9rem;
}
@media screen and (max-width: 991px) {
  nav.bg-light {
    padding: 0.5rem 1rem;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
  nav.bg-light .collapsing {
    margin: 0 -15px;
    padding: 0 15px;
  }
  nav.bg-light #contacts {
    margin: 0 -15px;
  }
  nav.bg-light #contacts li {
    text-transform: uppercase;
    padding: 5px 15px;
  }
  nav.bg-light #contacts li.nav-item-left {
    background: rgba(255, 255, 255, 0.5);
  }
  nav.bg-light #contacts li.nav-item-left .nav-link {
    background: url(/domains/ghcgenetics/icon-phone-mobile-white.svg) left center no-repeat;
    background-size: 26px;
    padding-left: 28px;
  }
  nav.bg-light #contacts li.nav-item-right {
    background: rgba(99, 164, 224, 0.4);
  }
  nav.bg-light #contacts li.nav-item-right .nav-link {
    background: url(/domains/ghcgenetics/icon-door.svg) left center no-repeat;
    background-size: 22px;
    padding-left: 28px;
  }
}

.mobile-search {
  margin: 0 -5px 1rem -5px;
  border: 1px solid #63A4E0;
  padding-left: 4px;
}
@media screen and (min-width: 992px) {
  .mobile-search {
    display: none;
  }
}
.mobile-search .form-control {
  border: none;
  background: transparent url(/domains/ghcgenetics/icon-search-white.svg) left center no-repeat;
  background-size: 26px;
  padding-left: 28px;
  color: white;
}
.mobile-search .input-group-append .btn-primary {
  border-radius: 0;
  background: #63A4E0;
  color: white;
  border-color: #63A4E0;
}

@media screen and (min-width: 992px) {
  .navbar-collapse {
    max-width: calc(100% - 40px);
    flex-wrap: nowrap;
  }
  .navbar-brand span {
    display: none;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .navbar-collapse {
    max-width: calc(100% - 170px);
  }
  .navbar-brand span {
    display: inline;
  }
}
@media screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    align-items: center;
  }
  nav.bg-light {
    padding-top: 40px;
    height: 90px;
  }
  nav.bg-light .navbar-brand {
    height: 32px;
    line-height: 32px;
    background: url(/domains/ghcgenetics/ghcgenetics-logo-white2.svg) left center no-repeat;
    background-size: contain;
    padding: 0 0 0 40px;
    margin-top: -3px;
  }
  nav.bg-light .dropdown-menu {
    background: rgba(18, 55, 80, 0.7) !important;
    color: white;
  }
  #menu-main {
    width: 100%;
  }
  #menu-main .nav-link {
    text-transform: uppercase;
    text-align: center;
    color: white;
    white-space: normal;
  }
}
@media screen and (min-width: 992px) and (min-width: 1580px) {
  #menu-main .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 992px) {
  #menu-main .nav-link, #menu-main .dropdown-item {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 992px) and (min-width: 1360px) {
  #menu-main .nav-link, #menu-main .dropdown-item {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 992px) and (min-width: 1580px) {
  #menu-main .nav-link, #menu-main .dropdown-item {
    font-size: 0.95rem;
  }
}
@media screen and (min-width: 992px) {
  #menu-main .dropdown-item:focus, #menu-main .dropdown-item:hover, #menu-main .nav-link:hover {
    color: #C3AF70 !important;
  }
  #menu-main .nav-basket, #menu-main .nav-user, #menu-main .nav-search {
    position: relative;
  }
  #menu-main .nav-basket a.nav-link, #menu-main .nav-user a.nav-link, #menu-main .nav-search a.nav-link {
    width: 32px;
    height: 32px;
    background: center center no-repeat;
    background-size: contain;
    border: none;
    padding: 0;
  }
  #menu-main .nav-basket a.nav-link span.label, #menu-main .nav-user a.nav-link span.label, #menu-main .nav-search a.nav-link span.label {
    display: none;
  }
  #menu-main .nav-basket a.nav-link span.pcs, #menu-main .nav-user a.nav-link span.pcs, #menu-main .nav-search a.nav-link span.pcs {
    background: #C3AF70;
    color: white;
    width: 15px;
    height: 15px;
    line-height: 16px;
    font-size: 0.55rem;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: -3px;
    font-weight: normal;
  }
}
@media screen and (min-width: 992px) and (min-width: 1580px) {
  #menu-main .nav-basket a.nav-link, #menu-main .nav-user a.nav-link, #menu-main .nav-search a.nav-link {
    padding: 0 1.3rem;
  }
}
@media screen and (min-width: 992px) {
  #menu-main .nav-search a.nav-link {
    background-image: url(/domains/ghcgenetics/icon-search-white.svg?1);
  }
  #menu-main .nav-search .dropdown-menu {
    left: auto;
    right: 0;
    min-width: 330px;
  }
  #menu-main .nav-basket a.nav-link {
    background-image: url(/domains/ghcgenetics/icon-cart-white.svg?1);
  }
  #menu-main .nav-user a.nav-link {
    background-image: url(/domains/ghcgenetics/icon-user-white.svg?1);
  }
  #contacts {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
  }
  #contacts li {
    width: 50%;
    text-transform: uppercase;
    padding: 0 1rem;
  }
  #contacts li.nav-item-left {
    text-align: right;
    background: rgba(255, 255, 255, 0.5);
  }
  #contacts li.nav-item-right {
    text-align: left;
    background: rgba(99, 164, 224, 0.4);
  }
  #contacts li.nav-item-right .nav-link {
    background: url(/domains/ghcgenetics/icon-door.svg) left center no-repeat;
    background-size: 22px;
    padding-left: 28px;
  }
}
body.lekari nav.bg-light {
  background: rgba(99, 164, 224, 0.7) !important;
  color: white;
}
@media screen and (min-width: 992px) {
  body.lekari nav.bg-light .dropdown-menu {
    background: rgba(18, 55, 80, 0.7) !important;
    border-color: #123750;
  }
  body.lekari nav.bg-light #menu-main .nav-link:hover {
    color: #123750 !important;
  }
  body.lekari nav.bg-light #menu-main .dropdown-item:focus, body.lekari nav.bg-light #menu-main .dropdown-item:hover {
    color: #63A4E0 !important;
  }
  body.lekari nav.bg-light #contacts li.nav-item-right {
    background: rgba(18, 55, 80, 0.4);
  }
}

footer {
  background: #123750;
  padding: 30px 0;
  color: white;
}
footer h2 {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1rem;
}
footer a {
  text-decoration: none !important;
  color: white !important;
}
footer a:hover {
  color: #C3AF70 !important;
}
footer .container {
  position: relative;
}
footer .logo {
  background: url(/domains/ghcgenetics/ghcgenetics-logo-white.svg) top left no-repeat;
  padding-top: 120px;
  background-size: auto 110px;
}
footer .socials {
  font-size: 1.5em;
  padding-left: 66px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  footer .socials {
    padding-left: 51px;
  }
}
footer .socials a {
  background: transparent;
  color: white;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  margin-right: 15px;
}
footer .socials a:hover {
  color: #C3AF70;
}
footer ul, footer li {
  padding: 0;
  list-style: none;
}
footer li {
  margin-bottom: 0.25em;
}
footer .contacts > div {
  margin-bottom: 2rem;
  display: flex;
}
footer .contacts > div .icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  margin-right: 2rem;
  background: center center no-repeat;
  border: 2px solid #C3AF70;
  border-radius: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  footer .contacts > div .icon {
    margin-right: 1rem;
  }
}
footer .contacts > div.phone .icon {
  background-image: url(/domains/ghcgenetics/icon-phone.svg);
  background-size: auto 20px;
}
footer .contacts > div.email .icon {
  background-image: url(/domains/ghcgenetics/icon-email.svg);
  background-size: auto 13px;
}
footer .contacts > div.address .icon {
  background-image: url(/domains/ghcgenetics/icon-address.svg);
  background-size: auto 20px;
  background-position: 9px center;
}
footer .contacts > div a, footer .contacts > div p {
  margin-top: 0.5rem;
}

body.lekari footer a:hover {
  color: #63A4E0 !important;
}
body.lekari footer .contacts > div .icon {
  border-color: #63A4E0;
}

.form {
  border: 2px solid #C3AF70;
  padding: 2rem;
}
.form h1, .form h2 {
  font-weight: bold;
  text-transform: uppercase;
}
.form h1 {
  font-size: 2rem;
  margin: 0 0 2rem 0;
}
.form h2 {
  font-size: 1.5rem;
  margin: 2rem 0 1rem 0;
}
.form .form-control, .form .custom-select {
  border: 2px solid #C3AF70;
  background-color: white;
  color: #123750;
}
.form .form-control.is-invalid, .form .custom-select.is-invalid {
  border-color: #ba0008;
}
.form .form-control:focus, .form .custom-select:focus {
  box-shadow: 0 0 0 0.2rem rgba(195, 175, 112, 0.25);
}
.form .form-control:disabled, .form .custom-select:disabled {
  background: #e9ecef;
}
.form input::-moz-placeholder {
  color: #123750;
  opacity: 0.5;
}
.form input::placeholder {
  color: #123750;
  opacity: 0.5;
}
.form .form-group {
  isolation: isolate;
}
.form .form-group > label {
  background: #f4f0e4;
  color: #123750;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 3px 12px 4px 12px;
  border-radius: 3px 3px 0 0;
  margin-bottom: -2px;
  position: relative;
  z-index: -1;
}
.form .form-group:has(.is-invalid) label {
  background: #ba0008;
  color: white;
}
.form .footer {
  margin-top: 2rem;
  display: flex;
  text-align: left;
  align-items: center;
}

.form-margins {
  margin: 5rem auto;
}

.form-login {
  max-width: 100%;
  width: 500px;
}

.form-register {
  max-width: 100%;
  width: 1000px;
}

.block-userprofile .form {
  max-width: 100%;
  width: 1000px;
  margin: 0 auto 2rem auto;
}

.basket-progress {
  margin: 3rem 0;
}
.basket-progress ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
}
.basket-progress ul li {
  position: relative;
  padding: 60px 30px 0 30px;
  text-transform: uppercase;
  font-weight: bold;
}
.basket-progress ul li a {
  color: #123750 !important;
}
.basket-progress ul li:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  height: 2px;
  background: #C3AF70;
}
.basket-progress ul li:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 40px;
  height: 40px;
  border: 2px solid #C3AF70;
  background: white;
  border-radius: 100%;
  margin-left: -20px;
}
.basket-progress ul li.step-1:before {
  left: 50%;
}
.basket-progress ul li.step-3:before {
  right: 50%;
}
.basket-progress ul li.active:after {
  background: #123750;
}

.basket-items .item {
  border: 2px solid #C3AF70;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.basket-items .item label {
  text-transform: uppercase;
  display: block;
}
.basket-items .item .row {
  margin: 0;
}
.basket-items .item .btn-icon {
  border: none;
  background: none;
  color: #C3AF70;
  font-size: 1.5rem;
  padding: 0;
}
.basket-items .item .btn-icon:hover, .basket-items .item .btn-icon:active, .basket-items .item .btn-icon:focus {
  color: #123750;
}
.basket-items .item .btn-icon[disabled=disabled] {
  color: #C4C4C4 !important;
}
.basket-items .item .col-image {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
.basket-items .item .col-image img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 992px) {
  .basket-items .item .col-image {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 1rem;
  }
}
.basket-items .item .col-text {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 1rem 2rem;
}
@media screen and (min-width: 992px) {
  .basket-items .item .col-text {
    flex: 0 0 41%;
    max-width: 41%;
    padding: 2rem 1rem;
  }
}
.basket-items .item .col-text h2 {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: bold;
}
.basket-items .item .col-text a.more {
  color: #C3AF70;
  text-transform: uppercase;
}
.basket-items .item .col-pcs {
  flex: 0 0 30%;
  max-width: 30%;
  padding: 1rem 0 2rem 2rem;
}
@media screen and (min-width: 992px) {
  .basket-items .item .col-pcs {
    flex: 0 0 12%;
    max-width: 12%;
    padding: 2rem 0;
  }
}
.basket-items .item .col-pcs .input {
  display: flex;
}
.basket-items .item .col-pcs .input .arrows {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.basket-items .item .col-pcs .input input {
  height: 40px;
  width: 40px;
  margin-left: 0.5rem;
  border-radius: 100%;
  border: 2px solid #C3AF70;
  text-align: center;
  padding: 0;
  font-weight: bold;
  margin-top: 4px;
}
.basket-items .item .col-price {
  flex: 0 0 55%;
  max-width: 55%;
  padding: 1rem 0 2rem 0;
  text-align: right;
}
@media screen and (min-width: 992px) {
  .basket-items .item .col-price {
    flex: 0 0 15%;
    max-width: 15%;
    padding: 2rem 0;
  }
}
.basket-items .item .col-price > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.basket-items .item .col-price strong {
  display: block;
}
.basket-items .item .col-price div.total {
  margin-top: 2rem;
}
.basket-items .item .col-price div.total strong {
  font-size: 1.25rem;
}
.basket-items .item .col-remove {
  flex: 0 0 15%;
  max-width: 15%;
  padding: 1rem 1rem 2rem 1rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .basket-items .item .col-remove {
    flex: 0 0 7%;
    max-width: 7%;
    padding: 2rem 0;
  }
}
.basket-items .item .col-voucher-text, .basket-items .item .col-voucher-discount {
  padding: 1rem 3rem 1rem 2rem;
}
.basket-items .item .col-voucher-discount {
  text-align: right;
  font-weight: bold;
  font-size: 1.25rem;
}

.block-basket {
  margin-bottom: 3rem;
}
.block-basket .basket-items .item .col-voucher-discount {
  padding-right: 8%;
}
.block-basket .basket-footer .back {
  border: 2px solid transparent;
  padding: 2rem;
  display: flex;
}
.block-basket .basket-footer .back .btn {
  margin-top: auto;
}
.block-basket .basket-footer .total {
  border: 2px solid #C3AF70;
  padding: 2rem 2rem 0 2rem;
}
.block-basket .basket-footer .total .col-voucher {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.block-basket .basket-footer .total .col-voucher strong {
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
}
.block-basket .basket-footer .total .col-voucher span {
  color: #496D4F;
  text-transform: uppercase;
}
.block-basket .basket-footer .total .col-voucher input {
  margin-top: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .block-basket .basket-footer .total .col-voucher input {
    max-width: 200px;
  }
}
.block-basket .basket-footer .total .col-voucher .form-control {
  border: 2px solid #C3AF70;
  background: white;
  color: #123750;
}
.block-basket .basket-footer .total .col-voucher .form-control.is-invalid {
  border-color: #ba0008;
}
.block-basket .basket-footer .total .col-voucher .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(195, 175, 112, 0.25);
}
.block-basket .basket-footer .total .col-voucher .form-control:disabled {
  background: #e9ecef;
}
.block-basket .basket-footer .total .col-total {
  text-align: right;
  margin-bottom: 2rem;
}
.block-basket .basket-footer .total .col-total strong {
  display: block;
  font-size: 1.25rem;
}
.block-basket .basket-footer .total .col-total label {
  text-transform: uppercase;
  display: block;
}
.block-basket .basket-footer .total .col-total button {
  margin-top: 2rem;
  padding: 0.5rem 1rem;
}

.block-baskettap .baskettap-select > div {
  margin-bottom: 2rem;
}

.block-basketsum .basket-items .item .col-text {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 1rem 2rem;
}
@media screen and (min-width: 992px) {
  .block-basketsum .basket-items .item .col-text {
    flex: 0 0 47%;
    max-width: 47%;
    padding: 2rem 0;
  }
}
.block-basketsum .total {
  text-align: right;
  margin: 1rem 0 2rem 0;
}
.block-basketsum .total strong {
  display: block;
  font-size: 2rem;
}
.block-basketsum .total label {
  text-transform: uppercase;
  display: block;
}

.block-baskettap, .block-basketsum {
  padding-bottom: 2rem;
}
.block-baskettap .custom-check label span, .block-basketsum .custom-check label span {
  line-height: 1.2rem;
  display: block;
}

.custom-control-payment input {
  display: none;
}
.custom-control-payment label {
  width: 100%;
  max-width: 300px;
  aspect-ratio: 11/6;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 2px solid #C3AF70;
  color: white;
  text-align: center;
  font-weight: bold;
  background: #C3AF70;
}
.custom-control-payment label span {
  aspect-ratio: 1/1;
  width: 90px;
  background: center center no-repeat;
  background-size: contain;
  margin-bottom: 0.5rem;
}
.custom-control-payment input:checked ~ label {
  background-color: #123750;
  border-color: #123750;
}
.custom-control-payment.is-invalid label {
  border-color: #ba0008;
}
.custom-control-payment.custom-control-payment-card label span {
  background-image: url(/domains/ghcgenetics/icon-card-white.svg);
}
.custom-control-payment.custom-control-payment-card input:checked ~ label span {
  background-image: url(/domains/ghcgenetics/icon-card-gold.svg);
}
.custom-control-payment.custom-control-payment-invoice label span {
  background-image: url(/domains/ghcgenetics/icon-invoice-white.svg);
}
.custom-control-payment.custom-control-payment-invoice input:checked ~ label span {
  background-image: url(/domains/ghcgenetics/icon-invoice-gold.svg);
}
.custom-control-payment.custom-control-payment-personally label span {
  background-image: url(/domains/ghcgenetics/icon-personally-white.svg);
}
.custom-control-payment.custom-control-payment-personally input:checked ~ label span {
  background-image: url(/domains/ghcgenetics/icon-personally-gold.svg);
}

.block-aboutus {
  padding: 2rem 0;
  background: #f4f0e4;
  color: #123750;
}
.block-aboutus .head {
  text-align: center;
  margin-bottom: 2rem;
}
.block-aboutus h2 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1rem;
}
.block-aboutus .pb {
  padding-bottom: 2rem;
}
.block-aboutus .pb0 {
  padding-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .block-aboutus .pb0 {
    padding-bottom: 0;
  }
}
.block-aboutus .box {
  border: 2px solid #C3AF70; /*border-radius: 1rem;*/
  height: 100%;
  padding: 2rem;
}
.block-aboutus h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.block-aboutus .box-0, .block-aboutus .box-1, .block-aboutus .box-2, .block-aboutus .box-3, .block-aboutus .box-4 {
  background: white;
}

.block-application {
  padding: 2rem 0;
}
.block-application h2.block-name {
  color: white;
}
.block-application .form-control {
  border: 2px solid #C3AF70;
  background-color: white;
  color: #123750;
  border-radius: 1.5rem;
}
.block-application .form-control:-moz-read-only {
  background: #e9ecef;
}
.block-application .form-control:read-only {
  background: #e9ecef;
}
.block-application .form-control.is-invalid {
  border-color: #dc3545;
}
.block-application .btn.button {
  background-color: #C3AF70;
  color: white;
  padding: 0.5rem 2rem;
}
.block-application .custom-check .custom-control-label.is-invalid:before, .block-application .custom-check .custom-control-label.is-invalid:after, .block-application .custom-radio .custom-control-label.is-invalid:before, .block-application .custom-radio .custom-control-label.is-invalid:after {
  border-color: #dc3545;
}
.block-application .custom-control-label small {
  opacity: 0.6;
  white-space: nowrap;
}
.block-application .steps {
  display: none;
  text-align: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin-bottom: 2rem;
  position: relative;
  isolation: isolate;
  color: #123750;
}
@media screen and (min-width: 992px) {
  .block-application .steps {
    display: flex;
  }
}
.block-application .steps:before {
  content: "";
  position: absolute;
  top: calc(1.2rem - 1px);
  left: 1rem;
  right: 1rem;
  height: 2px;
  background: #C3AF70;
  z-index: -1;
}
.block-application .steps a {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  white-space: nowrap;
}
.block-application .steps a .no {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border: 2px solid #C3AF70;
  border-radius: 100%;
  line-height: calc(2.4rem - 4px);
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
  background: #496D4F;
  color: white;
  box-shadow: 0 0 0 8px white;
}
.block-application .steps a.error .no {
  border-color: #dc3545;
}
.block-application .steps a.collapsed .no {
  background: white;
  color: #123750;
}
.block-application .steps a.first, .block-application .steps a.last {
  position: relative;
  isolation: isolate;
}
.block-application .steps a.first:before, .block-application .steps a.last:before {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: white;
  z-index: -1;
}
.block-application .steps a.first:before {
  left: 0;
}
.block-application .steps a.last:before {
  right: 0;
}
@media screen and (min-width: 992px) {
  .block-application .col-lg-4_3 {
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
}

.block-articles {
  padding: 2rem 0;
}
.block-articles .head {
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 2rem;
  display: none;
}
.block-articles h2 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1rem;
}
.block-articles .container > .row > div {
  margin-bottom: 2rem;
}
.block-articles .box {
  height: 100%;
  margin: 1rem;
  display: flex;
  flex-direction: column;
}
.block-articles h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1rem;
}
.block-articles .article-main {
  margin: 1rem 1rem 2rem 1rem;
}
.block-articles .article-main .col-image {
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .block-articles .article-main .col-image {
    padding-left: 3rem;
  }
}
.block-articles .link {
  margin-top: auto;
}

#home .block-articles .article-main h3 {
  font-weight: bold;
  font-size: 1.25rem;
}

.block-banners {
  text-align: center;
}
.block-banners > .container > .row {
  overflow: hidden;
}
.block-banners .box {
  background: center center no-repeat;
  background-size: cover;
}
.block-banners .box .content {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block-banners h2 {
  text-transform: uppercase;
  color: white;
  margin: 0;
  padding: 0.5rem 0;
  font-size: 1.5rem;
  font-weight: bold;
}
.block-banners p {
  line-height: 1.2em;
  font-size: 1.1em;
  color: white;
}
.block-banners .btn-primary {
  padding: 0.3rem 2rem;
}
.block-banners .box-inverse h2, .block-banners .box-inverse p {
  color: #123750;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 576px) {
  .block-banners .box .content {
    height: 230px;
  }
}
@media screen and (min-width: 768px) {
  .block-banners .box-main .content {
    height: 400px;
  }
  .block-banners .box-top .content, .block-banners .box-bottom .content {
    height: 200px;
  }
}
@media screen and (min-width: 992px) {
  .block-banners h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .block-banners .box-main .content {
    height: 480px;
  }
  .block-banners .box-top .content, .block-banners .box-bottom .content {
    height: 240px;
  }
}

.block-carousel {
  margin-top: -54px;
}
@media screen and (min-width: 992px) {
  .block-carousel {
    margin-top: -90px;
  }
}
.block-carousel .carousel-caption {
  top: 56px;
  bottom: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block-carousel .carousel-caption h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.75rem;
}
.block-carousel .carousel-caption p {
  text-transform: uppercase;
  font-size: 1.25rem;
}
.block-carousel .carousel-caption .btn {
  padding: 0.25rem 1.5rem;
  font-size: 0.9rem;
}
@media screen and (min-width: 992px) {
  .block-carousel .carousel-caption {
    top: 90px;
    text-align: left;
  }
  .block-carousel .carousel-caption h2 {
    font-size: 2.2rem;
  }
  .block-carousel .carousel-caption p {
    font-size: 1.3rem;
    padding: 0.5rem 0;
  }
  .block-carousel .carousel-caption .btn {
    padding: 0.5rem 2.5rem;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .block-carousel .carousel-caption h2 {
    font-size: 2.5rem;
  }
  .block-carousel .carousel-caption p {
    font-size: 1.5rem;
    padding: 1rem 0;
  }
}
@media screen and (min-width: 1580px) {
  .block-carousel .carousel-caption h2 {
    font-size: 3.5rem;
  }
  .block-carousel .carousel-caption p {
    font-size: 2rem;
  }
}
.block-carousel .carousel {
  position: relative;
}
.block-carousel .carousel-indicators {
  position: absolute;
  bottom: 0;
  width: 100%;
  list-style: none;
  margin: 0;
}
.block-carousel .carousel-indicators li {
  width: auto;
  height: auto;
  margin: 0;
  text-indent: 0;
  border: none;
  opacity: 1;
  line-height: 1.2em;
  padding: 0.5rem 1rem;
  flex: 1;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  transition: background-color 0.6s ease, color 0.6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-carousel .carousel-indicators li.active {
  background: #fff;
  color: #123750;
}
@media screen and (min-width: 992px) {
  .block-carousel .carousel-indicators li {
    font-size: 1rem;
  }
}
.block-carousel .media {
  width: 100%;
  aspect-ratio: 400/560;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .block-carousel .media {
    aspect-ratio: 16/9;
    max-height: 100vh;
  }
}
.block-carousel .media-desktop, .block-carousel .media-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .block-carousel .media-mobile {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .block-carousel .media-desktop {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .block-carousel {
    aspect-ratio: 16/9;
  }
}

.block-categories .item {
  margin-bottom: 2rem;
}
.block-categories .category {
  border: 2px solid #C3AF70;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.block-categories .category .text {
  padding: 2rem;
}
.block-categories .category .text h3 {
  font-size: 1.5rem;
  font-weight: bold;
}
.block-categories .category .text p {
  margin: 0;
}
.block-categories .category .bottom {
  background: #123750;
  margin-top: auto;
  padding: 1rem 2rem;
  color: white;
  display: flex;
}
.block-categories .category .bottom .btn {
  margin: 0 auto;
}

.block-cenik {
  background: white !important;
  color: #123750;
  padding: 2rem 0;
}
.block-cenik h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.3rem;
}
.block-cenik .card {
  background: transparent;
  border: none;
  border-top: 2px solid #C3AF70;
}
.block-cenik .card.first {
  border-top: none;
}
.block-cenik .card .card-header {
  background: transparent;
  border: none;
  padding: 0.75rem;
}
.block-cenik .card .card-header a {
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.1em;
  color: #123750;
}
.block-cenik .card .card-header a:hover {
  color: #C3AF70;
}
.block-cenik .card .card-header a .icon {
  color: #C3AF70;
  margin-left: 1rem;
  border: 2px solid #C3AF70;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
}
.block-cenik .card .card-header a .icon .fa-chevron-down {
  display: none;
  margin: 1px 0 -1px 0;
}
.block-cenik .card .card-header a .icon .fa-chevron-up {
  display: inline-block;
}
.block-cenik .card .card-header a:hover {
  text-decoration: none;
}
.block-cenik .card .card-header a.collapsed .icon .fa-chevron-down {
  display: inline-block;
}
.block-cenik .card .card-header a.collapsed .icon .fa-chevron-up {
  display: none;
}
.block-cenik .card .card-body {
  padding: 0;
}
.block-cenik .card .card-body a:hover {
  color: #C3AF70;
  text-decoration: underline;
}
.block-cenik .card .card-body table td {
  text-align: right;
}

.block-contact {
  margin-bottom: 2rem;
}
.block-contact .col-text {
  padding: 1rem;
}
.block-contact h2 {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 0;
}
.block-contact h3 {
  font-weight: normal;
  font-size: 1rem;
  color: #496D4F;
  margin-bottom: 1rem;
}
.block-contact h4 {
  font-weight: bold;
  font-size: 1rem;
}
.block-contact .gold {
  font-size: 1.25rem;
  color: #C3AF70;
  line-height: 1.2em;
}
.block-contact .buttons {
  margin-bottom: 1rem;
}
.block-contact .buttons .btn {
  margin-bottom: 1rem;
}
.block-contact .buttons .btn-primary {
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 992px) {
  .block-contact .buttons .btn-primary {
    padding: 0.5rem 2.5rem;
  }
}

.block-contactform {
  padding: 2rem 0;
  background: #f4f0e4;
  color: #123750;
}
.block-contactform h2 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}
.block-contactform h3 {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  text-align: center;
}
.block-contactform form {
  color: #123750;
}
@media screen and (min-width: 992px) {
  .block-contactform h2 {
    font-size: 2rem;
  }
}
.block-contactform .form-control {
  border: 2px solid #C3AF70;
  background-color: #f4f0e4;
  color: #123750;
}
.block-contactform .form-control.is-invalid {
  border-color: #ba0008;
}
.block-contactform .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(195, 175, 112, 0.25);
}
.block-contactform input::-moz-placeholder {
  display: none;
}
.block-contactform input::placeholder {
  display: none;
}
.block-contactform .form-group {
  isolation: isolate;
}
.block-contactform .form-group > label {
  background: #C3AF70;
  color: #123750;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 3px 12px 4px 12px;
  border-radius: 3px 3px 0 0;
  margin-bottom: -2px;
  position: relative;
  z-index: -1;
}
.block-contactform .form-group:has(.is-invalid) label {
  background: #ba0008;
  color: white;
}
.block-contactform label a {
  color: #123750;
}
.block-contactform label a:hover {
  text-decoration: underline;
}

body.lekari .block-contactform {
  background: #e0edf8;
}
body.lekari .block-contactform .form-control {
  border-color: #63A4E0;
  color: #123750;
  background-color: #e0edf8;
}
body.lekari .block-contactform .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 164, 224, 0.25);
}
body.lekari .block-contactform .form-group > label {
  background: #63A4E0;
  color: white;
}
body.lekari .block-contactform input::-moz-placeholder {
  color: #63A4E0;
  opacity: 0.5;
}
body.lekari .block-contactform input::placeholder {
  color: #63A4E0;
  opacity: 0.5;
}
body.lekari .block-contactform .btn.bt-primary {
  background-color: #63A4E0;
}

.block-faq {
  background: #496D4F;
  color: white;
  padding: 2rem 0 0.5rem 0;
}
.block-faq h2 {
  text-transform: uppercase;
  font-weight: bold;
}
.block-faq .card {
  margin-bottom: 1.5rem;
  background: transparent;
  border: 2px solid #C3AF70;
}
.block-faq .card .card-header {
  background: transparent;
  border: none;
}
.block-faq .card .card-header a {
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  line-height: 1.1em;
}
.block-faq .card .card-header a .icon {
  color: #C3AF70;
  margin-left: 1rem;
  display: block;
}
.block-faq .card .card-header a .icon .fa-chevron-down {
  display: none;
}
.block-faq .card .card-header a .icon .fa-chevron-up {
  display: inline-block;
}
.block-faq .card .card-header a:hover {
  text-decoration: none;
}
.block-faq .card .card-header a.collapsed .icon .fa-chevron-down {
  display: inline-block;
}
.block-faq .card .card-header a.collapsed .icon .fa-chevron-up {
  display: none;
}
.block-faq .card .card-body {
  padding: 0 1.25rem 1.25rem 1.25rem;
}
.block-faq .card .card-body a:hover {
  color: #C3AF70;
  text-decoration: underline;
}
.block-faq .more {
  margin-bottom: 1rem;
  display: none;
}
.block-faq .more:hover {
  background-color: #123750;
  border-color: #123750;
}
.block-faq .more:focus, .block-faq .more:active {
  background-color: #123750;
  box-shadow: 0 0 0 0.2rem rgba(18, 55, 80, 0.5);
}
.block-faq .more.collapsed {
  display: inline-block;
}

body.lekari .block-faq {
  background: #123750;
}
body.lekari .block-faq .card {
  border-color: #63A4E0;
}
body.lekari .block-faq .card .card-header a .icon {
  color: #63A4E0;
}
body.lekari .block-faq .more:hover {
  background-color: #496D4F;
  border-color: #496D4F;
}
body.lekari .block-faq .more:focus, body.lekari .block-faq .more:active {
  background-color: #496D4F;
  box-shadow: 0 0 0 0.2rem rgba(73, 109, 79, 0.5);
}

.block-files {
  padding-bottom: 1rem;
}
.block-files h2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.block-files .row > div {
  margin-bottom: 1rem;
}
.block-files a {
  display: flex;
  background: #C3AF70;
  padding: 1rem;
  color: white !important;
  height: 100%;
}
.block-files a .icon {
  width: 36px;
  height: 36px;
  text-align: left;
  line-height: 36px;
  font-size: 30px;
  padding-right: 0.5rem;
}
.block-files a .text .name {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}
.block-files a .text .size {
  display: block;
  font-size: 0.9rem;
}
.block-files a:hover {
  background: #123750 !important;
}

.block-fileswiththmb {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.block-fileswiththmb .row > div {
  margin-bottom: 1rem;
}
.block-fileswiththmb .item {
  height: 100%;
  background: #123750;
  color: white;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
.block-fileswiththmb .item .name {
  text-align: center;
  margin-bottom: 1rem;
}
.block-fileswiththmb .item img {
  border-radius: 1rem;
}
.block-fileswiththmb .item .link {
  margin-top: 1rem;
  text-transform: uppercase;
  text-align: center;
}
.block-fileswiththmb .item .link a {
  max-width: 100%;
  padding: 0.5rem 1.5rem;
}

.block-form {
  padding: 2rem 0;
}
.block-form h2.block-name {
  margin-bottom: 2rem;
}
.block-form .card {
  background: white;
  border-radius: 0;
  border: none;
}
.block-form .card-header {
  background: transparent;
  padding: 1rem 0;
  font-weight: bold;
  border: none;
  border-top: 2px solid #C3AF70;
  border-radius: 0;
}
.block-form .card-body {
  padding: 0;
}
.block-form form {
  background: white;
  color: #123750;
}
.block-form .form-control {
  border-color: #C3AF70;
  background-color: transparent;
  color: #123750;
  border-width: 2px;
  border-radius: 1.5rem;
}
.block-form .form-control.is-invalid {
  border-color: #dc3545;
}
.block-form .btn.button {
  background-color: #C3AF70;
  color: white;
  padding: 0.5rem 2rem;
}
.block-form .custom-check .custom-control-label.is-invalid:before, .block-form .custom-check .custom-control-label.is-invalid:after, .block-form .custom-radio .custom-control-label.is-invalid:before, .block-form .custom-radio .custom-control-label.is-invalid:after {
  border-color: #dc3545;
}

.block-gallery {
  padding-bottom: 2rem;
}
.block-gallery .row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.block-gallery .row > div {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.block-gallery a {
  display: block;
  margin-bottom: 1rem;
}

.block-genscanreg, .block-mikrobiomreg, .block-oralnireg {
  padding-bottom: 2rem;
}
.block-genscanreg .box, .block-mikrobiomreg .box, .block-oralnireg .box {
  border: 2px solid #496D4F;
  padding: 2rem;
}
.block-genscanreg .login-info-box, .block-mikrobiomreg .login-info-box, .block-oralnireg .login-info-box {
  border: 2px solid #C3AF70;
  max-width: 500px;
  margin-top: 3rem;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .block-genscanreg .login-info-box, .block-mikrobiomreg .login-info-box, .block-oralnireg .login-info-box {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 992px) {
  .block-genscanreg .login-info-box, .block-mikrobiomreg .login-info-box, .block-oralnireg .login-info-box {
    padding: 0 2rem;
  }
}
.block-genscanreg .login-info-box .content, .block-mikrobiomreg .login-info-box .content, .block-oralnireg .login-info-box .content {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.block-genscanreg .login-info-box .content p, .block-mikrobiomreg .login-info-box .content p, .block-oralnireg .login-info-box .content p {
  margin: 0 1rem 0 0;
  text-align: right;
}
.block-genscanreg .login-info-box .content span, .block-mikrobiomreg .login-info-box .content span, .block-oralnireg .login-info-box .content span {
  background: url(/domains/ghcgenetics/icon-user-gold.svg) center right no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  display: block;
}

.block-header .header, .block-videoheader .header {
  display: flex;
  flex-direction: column;
  background: center center no-repeat;
  background-size: cover;
  aspect-ratio: 114/67;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .block-header .header, .block-videoheader .header {
    aspect-ratio: 114/42;
  }
}
.block-header .header h1, .block-header .header .sub, .block-header .header .cta, .block-videoheader .header h1, .block-videoheader .header .sub, .block-videoheader .header .cta {
  padding: 0 30px;
  margin: 15px 0;
}
.block-header .header.with-media, .block-videoheader .header.with-media {
  color: white;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.block-header .header-video, .block-videoheader .header-video {
  isolation: isolate;
  position: relative;
}
.block-header .header-video video, .block-videoheader .header-video video {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: auto;
}
.block-header h1, .block-videoheader h1 {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 475px) {
  .block-header h1, .block-videoheader h1 {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .block-header h1, .block-videoheader h1 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 992px) {
  .block-header h1, .block-videoheader h1 {
    font-size: 3rem;
  }
}
.block-header .sub, .block-videoheader .sub {
  font-size: 1rem;
  line-height: 1em;
}
@media screen and (min-width: 475px) {
  .block-header .sub, .block-videoheader .sub {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .block-header .sub, .block-videoheader .sub {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .block-header .sub, .block-videoheader .sub {
    font-size: 2rem;
  }
}
.block-header .cta, .block-videoheader .cta {
  margin-top: 1rem;
}

.block-header2 .main, .block-header2 .banner {
  color: white;
}
.block-header2 .main h2, .block-header2 .main h3, .block-header2 .main h4, .block-header2 .banner h2, .block-header2 .banner h3, .block-header2 .banner h4 {
  text-transform: uppercase;
  line-height: 1em;
  color: white;
}
.block-header2 .main h2, .block-header2 .banner h2 {
  font-size: 2rem;
  font-weight: bold;
}
.block-header2 .main h3, .block-header2 .banner h3 {
  font-size: 1.5rem;
  font-weight: normal;
}
.block-header2 .main h4, .block-header2 .banner h4 {
  font-size: 1.2rem;
  font-weight: bold;
}
.block-header2 .main a, .block-header2 .banner a {
  text-transform: uppercase;
  font-weight: bold;
  color: #C3AF70;
}
.block-header2 .main a:hover, .block-header2 .banner a:hover {
  text-decoration: none;
  color: #496D4F;
}
.block-header2 .in {
  background: #123750 !important;
  margin-top: -54px;
  width: 100%;
  aspect-ratio: 15/21;
  padding-top: 54px;
  position: relative;
  isolation: isolate;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .block-header2 .in {
    aspect-ratio: 16/9;
    max-height: 100vh;
    margin-top: -90px;
    padding-top: 90px;
  }
}
.block-header2 .in .media {
  position: absolute;
  z-index: -2;
  inset: 0;
}
.block-header2 .in .media img, .block-header2 .in .media video {
  width: 100%;
  aspect-ratio: 15/21;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 992px) {
  .block-header2 .in .media img, .block-header2 .in .media video {
    aspect-ratio: 16/9;
    max-height: 100vh;
  }
}
.block-header2 .in .media-desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .block-header2 .in .media-desktop {
    display: block;
  }
  .block-header2 .in .media-mobile {
    display: none;
  }
}
.block-header2 .in .media-mobile video {
  outline: 1px solid #123750;
  outline-offset: -1px;
}
.block-header2 .in .main {
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block-header2 .in .banners {
  display: none;
}
@media screen and (min-width: 992px) {
  .block-header2 .in .main {
    text-align: left;
  }
  .block-header2 .in .banners {
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
  }
  .block-header2 .in .banners .container {
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }
  .block-header2 .in .banners .banner {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    display: flex;
    flex-direction: column;
    margin-block: 3em;
  }
  .block-header2 .in .banners .banner a {
    margin-top: auto;
  }
  .block-header2 .in .banners p {
    display: none;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .block-header2 .in .banners p {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .block-header2 .in .banners {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .block-header2 .in .main h2, .block-header2 .in .banners h2 {
    font-size: 3rem;
  }
  .block-header2 .in .main h3, .block-header2 .in .banners h3 {
    font-size: 2rem;
  }
  .block-header2 .in .main h4, .block-header2 .in .banners h4 {
    font-size: 1.3rem;
  }
  .block-header2 .in .banners .container {
    gap: 2rem;
  }
}
.block-header2 .banners-mobile {
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.block-header2 .banners-mobile .banners-mobile-scroll {
  overflow-x: scroll;
  padding-bottom: 2rem;
}
.block-header2 .banners-mobile .banners-mobile-in {
  display: flex;
}
.block-header2 .banners-mobile .banners-mobile-in .banner {
  width: 70%;
  flex: 0 0 70%;
  padding: 2rem;
}
@media screen and (min-width: 992px) {
  .block-header2 .banners-mobile .banners-mobile-in .banner {
    width: 33.33%;
    flex: 0 0 33.33%;
  }
}
.block-header2 .banners-mobile .banners-mobile-in .banner-last {
  width: 30%;
  flex: 0 0 30%;
}
@media screen and (min-width: 992px) {
  .block-header2 .banners-mobile .banners-mobile-in .banner-last {
    display: none;
  }
}
.block-header2 .banners-mobile .dots {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.block-header2 .banners-mobile .dots a {
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 100%;
  background: #C3AF70;
  opacity: 0.7;
}
.block-header2 .banners-mobile .dots a:hover, .block-header2 .banners-mobile .dots a.active {
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .block-header2 .banners-mobile {
    display: none;
  }
}

.is-lekari .block-header2 .banners-mobile .dots a {
  background: #63A4E0;
}

.block-how {
  padding: 2rem 0;
}
.block-how h2 {
  font-weight: bold;
}
.block-how .item {
  position: relative;
}
.block-how .item:after {
  content: "";
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  border-left: 1px dashed #C3AF70;
}
.block-how .item.item-4:after {
  display: none;
}
.block-how .item .number {
  display: block;
  width: 36px;
  height: 36px;
  border: 2px solid #C3AF70;
  border-radius: 100%;
  line-height: 34px;
  text-align: center;
  position: absolute;
  background: white;
  font-size: 1.25rem;
  font-weight: bold;
  z-index: 1;
  box-shadow: 0 0 0 4px white;
}
.block-how .item .text {
  padding: 0 0 1.5rem calc(36px + 1rem);
  margin-bottom: 0.5rem;
}
.block-how .item .text h3 {
  font-size: 1.25rem;
  font-weight: bold;
}

.block-main .img {
  margin-bottom: 1rem;
}
.block-main .main-wo-media .col-text {
  margin-top: 2rem;
}
.block-main .main-wo-media .col-text h1, .block-main .main-wo-media .col-text h2 {
  text-align: center;
}
.block-main .person-contacts {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.block-main .person-contacts a {
  font-weight: bold;
  color: #123750;
  padding-left: 50px;
  background: left center no-repeat;
  line-height: 34px;
  height: 34px;
  display: block;
}
.block-main .person-contacts a:hover {
  color: #496D4F;
  text-decoration: none;
}
.block-main .person-contacts a.phone {
  background-image: url("/domains/ghcgenetics/person-phone.png");
}
.block-main .person-contacts a.email {
  background-image: url("/domains/ghcgenetics/person-email.png");
}

.block-media {
  padding-top: 3rem;
}
.block-media section {
  margin-bottom: 2rem;
}
.block-media section h1 {
  font-size: 2.5rem;
  font-weight: normal;
  color: #123750;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
.block-media section .more {
  margin-top: 1rem;
}
.block-media .article-main {
  margin-bottom: 2rem;
}
.block-media .article-main img {
  margin-bottom: 1rem;
  display: block;
}
.block-media .article {
  margin-bottom: 2rem;
  border: 2px solid #C3AF70;
  padding: 2rem;
}
.block-media section.magazin .item {
  height: 100%;
  background: #123750;
  color: white;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
.block-media section.magazin .item .name {
  text-align: center;
  margin-bottom: 1rem;
}
.block-media section.magazin .item .link {
  margin-top: 1rem;
  text-transform: uppercase;
  text-align: center;
}
.block-media section.magazin .item .link a {
  max-width: 100%;
  padding: 0.5rem 1.5rem;
}
.block-media section.magazin .item .link a:hover {
  border-color: #C3AF70;
}
.block-media section.fotogalerie .galleries a {
  display: block;
  margin-bottom: 1rem;
  width: 100%;
  text-align: center;
}
.block-media section.kestazeni .row > div {
  margin-bottom: 1rem;
}
.block-media section.kestazeni a.file {
  display: flex;
  background: #C3AF70;
  padding: 1rem;
  color: white;
  height: 100%;
}
.block-media section.kestazeni a.file .icon {
  width: 36px;
  height: 36px;
  text-align: left;
  line-height: 36px;
  font-size: 30px;
  padding-right: 0.5rem;
}
.block-media section.kestazeni a.file .text .name {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}
.block-media section.kestazeni a.file .text .size {
  display: block;
  font-size: 0.9rem;
}
.block-media section.kestazeni a.file:hover {
  background: #123750;
}

body.lekari .block-media section.magazin .item .link a:hover {
  border-color: #63A4E0;
}

.block-offer {
  padding: 2rem 0;
  background: white;
  color: #123750;
}
.block-offer .head {
  text-align: center;
  margin-bottom: 3rem;
}
.block-offer h2 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1rem;
}
.block-offer .card {
  border: none;
  height: 100%;
}
.block-offer .card h3 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0;
}
.block-offer .card img {
  border-radius: 0;
}
.block-offer .card .card-body {
  background: #123750;
  color: white;
  display: flex;
  flex-direction: column;
}
.block-offer .card .card-body .limit-text-offer {
  overflow: hidden;
}
.block-offer .card .card-body .limit-text-offer.limited {
  position: relative;
}
.block-offer .card .card-body .limit-text-offer.limited:after {
  content: "";
  position: absolute;
  height: 36px;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #123750);
}
.block-offer .card .card-body .limit-text-button {
  width: 100%;
  font-size: 1.1rem;
  display: flex;
  line-height: 40px;
}
.block-offer .card .card-body .limit-text-button .icon-plus {
  width: 40px;
  height: 40px;
  background: url(/domains/ghcgenetics/icon-plus-public.svg) center center no-repeat;
  background-size: contain;
  display: block;
}
.block-offer .card .price {
  font-size: 1.2rem;
  margin-top: auto;
  margin-bottom: 1rem;
  text-align: right;
}
.block-offer .card .price .full {
  text-decoration-line: line-through;
  opacity: 0.75;
  margin-right: 1rem;
}
.block-offer .carousel .carousel-control-prev, .block-offer .carousel .carousel-control-next {
  color: #C3AF70;
  opacity: 1;
  bottom: auto;
  height: 40px;
  width: 30px;
  margin-top: -20px;
  top: 50%;
}
.block-offer .carousel .carousel-control-prev:hover, .block-offer .carousel .carousel-control-next:hover {
  color: #496D4F;
}
.block-offer .carousel .carousel-control-prev i, .block-offer .carousel .carousel-control-next i {
  font-size: 2rem;
}
.block-offer .carousel .carousel-control-prev {
  left: -10px;
}
.block-offer .carousel .carousel-control-next {
  right: -10px;
}
.block-offer .carousel .carousel-item {
  padding: 0 20px;
}
.block-offer .carousel .carousel-item > .row {
  height: 100%;
  justify-content: center;
}
.block-offer .carousel .carousel-inner .carousel-item-right.active, .block-offer .carousel .carousel-inner .carousel-item-next {
  transform: translateX(100%);
}
.block-offer .carousel .carousel-inner .carousel-item-left.active, .block-offer .carousel .carousel-inner .carousel-item-prev {
  transform: translateX(-100%);
}
@media screen and (min-width: 768px) {
  .block-offer .carousel .carousel-inner .carousel-item-right.active, .block-offer .carousel .carousel-inner .carousel-item-next {
    transform: translateX(50%);
  }
  .block-offer .carousel .carousel-inner .carousel-item-left.active, .block-offer .carousel .carousel-inner .carousel-item-prev {
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 992px) {
  .block-offer .carousel .carousel-inner .carousel-item-right.active, .block-offer .carousel .carousel-inner .carousel-item-next {
    transform: translateX(33.33%);
  }
  .block-offer .carousel .carousel-inner .carousel-item-left.active, .block-offer .carousel .carousel-inner .carousel-item-prev {
    transform: translateX(-33.33%);
  }
}
.block-offer .carousel .carousel-inner .carousel-item-right, .block-offer .carousel .carousel-inner .carousel-item-left {
  transform: translateX(0);
}

.block-partners {
  margin: 2rem 0;
}
.block-partners h2 {
  font-size: 2rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.block-people {
  text-align: center;
}
.block-people h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.block-people h3 {
  font-size: 1.3rem;
  font-weight: normal;
  color: #496D4F;
  margin-bottom: 2rem;
  margin-top: -2rem;
}
.block-people h4 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.block-people .row > div {
  margin-bottom: 2rem;
}
.block-people a.section .icon {
  aspect-ratio: 1/1;
  display: block;
  width: 50%;
  margin: 0 auto 1rem auto;
}
.block-people a.section .icon img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.block-people a.section .name {
  color: #C3AF70;
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
}
.block-people a.section:hover {
  text-decoration: none;
}
.block-people a.section:hover .name {
  color: #123750;
}
.block-people .person {
  border: 2px solid #C3AF70;
  height: 100%;
  overflow: hidden;
}
.block-people .person .image {
  aspect-ratio: 42/48;
  background: #C4C4C4;
  margin-bottom: 1rem;
}
.block-people .person h5 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0;
  padding: 0 0.5rem;
}
.block-people .person h6 {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 1rem;
  text-transform: uppercase;
  padding: 0 0.5rem;
}
.block-people .person a {
  font-weight: bold;
}
.block-people .person .phone, .block-people .person .email {
  margin-bottom: 1rem;
}
.block-people .person .link {
  margin-bottom: 1rem;
}
.block-people .carousel .carousel-control-prev, .block-people .carousel .carousel-control-next {
  opacity: 1;
  width: 40px;
  color: #C3AF70;
}
.block-people .carousel .carousel-control-prev:hover, .block-people .carousel .carousel-control-next:hover {
  color: #123750;
}
.block-people .carousel .carousel-control-prev i, .block-people .carousel .carousel-control-next i {
  font-size: 2rem;
}
.block-people .carousel .carousel-item {
  background: white;
}
.block-people .carousel .carousel-item > .row {
  height: 100%;
  justify-content: center;
}
.block-people .carousel.carousel-sections .carousel-inner {
  padding: 0 30px;
}
@media screen and (min-width: 475px) {
  .block-people .carousel.carousel-sections .carousel-inner {
    padding: 0 15px;
  }
}
@media screen and (min-width: 576px) {
  .block-people .carousel.carousel-sections .carousel-inner {
    padding: 0;
  }
}
.block-people .carousel.carousel-sections .carousel-inner .carousel-item-right.active, .block-people .carousel.carousel-sections .carousel-inner .carousel-item-next {
  transform: translateX(50%);
}
.block-people .carousel.carousel-sections .carousel-inner .carousel-item-left.active, .block-people .carousel.carousel-sections .carousel-inner .carousel-item-prev {
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .block-people .carousel.carousel-sections .carousel-inner .carousel-item-right.active, .block-people .carousel.carousel-sections .carousel-inner .carousel-item-next {
    transform: translateX(33.33%);
  }
  .block-people .carousel.carousel-sections .carousel-inner .carousel-item-left.active, .block-people .carousel.carousel-sections .carousel-inner .carousel-item-prev {
    transform: translateX(-33.33%);
  }
}
@media screen and (min-width: 1200px) {
  .block-people .carousel.carousel-sections .carousel-inner .carousel-item-right.active, .block-people .carousel.carousel-sections .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }
  .block-people .carousel.carousel-sections .carousel-inner .carousel-item-left.active, .block-people .carousel.carousel-sections .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}
.block-people .carousel.carousel-sections .carousel-inner .carousel-item-right, .block-people .carousel.carousel-sections .carousel-inner .carousel-item-left {
  transform: translateX(0);
}
.block-people .carousel.carousel-section .carousel-inner .carousel-item-right.active, .block-people .carousel.carousel-section .carousel-inner .carousel-item-next {
  transform: translateX(100%);
}
.block-people .carousel.carousel-section .carousel-inner .carousel-item-left.active, .block-people .carousel.carousel-section .carousel-inner .carousel-item-prev {
  transform: translateX(-100%);
}
@media screen and (min-width: 768px) {
  .block-people .carousel.carousel-section .carousel-inner .carousel-item-right.active, .block-people .carousel.carousel-section .carousel-inner .carousel-item-next {
    transform: translateX(50%);
  }
  .block-people .carousel.carousel-section .carousel-inner .carousel-item-left.active, .block-people .carousel.carousel-section .carousel-inner .carousel-item-prev {
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 992px) {
  .block-people .carousel.carousel-section .carousel-inner .carousel-item-right.active, .block-people .carousel.carousel-section .carousel-inner .carousel-item-next {
    transform: translateX(33.33%);
  }
  .block-people .carousel.carousel-section .carousel-inner .carousel-item-left.active, .block-people .carousel.carousel-section .carousel-inner .carousel-item-prev {
    transform: translateX(-33.33%);
  }
}
@media screen and (min-width: 1200px) {
  .block-people .carousel.carousel-section .carousel-inner .carousel-item-right.active, .block-people .carousel.carousel-section .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }
  .block-people .carousel.carousel-section .carousel-inner .carousel-item-left.active, .block-people .carousel.carousel-section .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}
.block-people .carousel.carousel-section .carousel-inner .carousel-item-right, .block-people .carousel.carousel-section .carousel-inner .carousel-item-left {
  transform: translateX(0);
}

body.lekari .block-people a.section .name {
  color: #63A4E0;
}
body.lekari .block-people a.section:hover .name {
  color: #123750;
}
body.lekari .block-people .person {
  border-color: #63A4E0;
}

#product-bar {
  position: fixed;
  top: 54px;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(18, 55, 80, 0.9) !important;
  color: white;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.33s ease-in-out, visibility 0.33s ease-in-out;
}
#product-bar.active {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 992px) {
  #product-bar {
    top: 90px;
  }
}
#product-bar .in {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding-block: 1rem;
  position: relative;
}
#product-bar .in .left {
  display: flex;
  flex-direction: column;
  margin-right: auto;
}
#product-bar .in .name, #product-bar .in .price {
  line-height: 1.2em;
  font-size: 1.25rem;
}
#product-bar .in .name {
  font-weight: bold;
}
#product-bar .in .price {
  white-space: nowrap;
}
#product-bar .in button {
  margin-left: 1rem;
}
@media screen and (min-width: 576px) {
  #product-bar .in .name {
    margin-right: auto;
  }
  #product-bar .in .left {
    flex-direction: row;
    margin-right: 1rem;
    flex-grow: 1;
  }
}
#product-bar .tests {
  position: absolute;
  right: -15px;
  top: 6rem;
  background: white;
  margin: 0 1rem;
  padding: 1rem;
  border-radius: 8px;
  color: #123750;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  min-width: 300px;
}
#product-bar .tests .custom-control {
  padding-block: 3px;
  border-top: 1px solid #C3AF70;
}
#product-bar .tests .custom-control:first-child {
  border-top: none;
}
#product-bar .tests .custom-control .custom-control-label {
  padding-left: 0;
  line-height: 1.5rem;
}
#product-bar .tests .custom-control .custom-control-label:before, #product-bar .tests .custom-control .custom-control-label:after {
  left: auto;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  top: 3px;
}
#product-bar .tests .custom-control .custom-control-label:after {
  background: white !important;
  color: #C3AF70;
  line-height: 1.4rem;
  font-size: 0.75rem;
}

.block-product .part:nth-child(odd), .block-productbeh .part:nth-child(odd) {
  background-color: white !important;
}
.block-product .part:nth-child(odd) .limit-text.limited:after, .block-productbeh .part:nth-child(odd) .limit-text.limited:after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
.block-product .part:nth-child(even), .block-productbeh .part:nth-child(even) {
  background-color: #f4f0e4 !important;
}
.block-product .part:nth-child(even) .limit-text.limited:after, .block-productbeh .part:nth-child(even) .limit-text.limited:after {
  background: linear-gradient(180deg, rgba(244, 240, 228, 0) 0%, #f4f0e4 100%);
}
.block-product .box, .block-productbeh .box {
  border: none;
  padding: 2rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .block-product .product-head .sticky, .block-productbeh .product-head .sticky {
    position: sticky;
    top: 54px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 992px) {
  .block-product .product-head .sticky, .block-productbeh .product-head .sticky {
    top: 90px;
  }
}
.block-product .product-head .variant-name, .block-productbeh .product-head .variant-name {
  font-weight: bold;
}
.block-product .product-head .basket .variant, .block-productbeh .product-head .basket .variant {
  padding: 1.25rem;
  margin-bottom: 0.5rem;
  border-top: 2px solid #C3AF70;
}
.block-product .product-head .basket .variant:first-child, .block-productbeh .product-head .basket .variant:first-child {
  border-top: none;
}
.block-product .product-head .basket .price, .block-productbeh .product-head .basket .price {
  font-size: 1.25rem;
  font-weight: bold;
}
.block-product .product-head .basket .package, .block-productbeh .product-head .basket .package {
  border-top: 1px solid white;
  margin-top: 1rem;
  padding-top: 1rem;
}
.block-product .product-head .basket .btn-primary:hover, .block-productbeh .product-head .basket .btn-primary:hover {
  border-color: #C3AF70;
}
.block-product .product-head .usp .box, .block-productbeh .product-head .usp .box {
  padding: 0.5rem 0.5rem 1rem 0.5rem;
  border: 2px solid #123750;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.block-product .product-head .usp img, .block-productbeh .product-head .usp img {
  width: 60%;
  display: block;
  margin: 0 auto 0.5rem auto;
}
.block-product .product-head .usp h3, .block-productbeh .product-head .usp h3 {
  font-weight: bold;
  text-transform: uppercase;
}
.block-product .product-head .usp h3, .block-product .product-head .usp p, .block-product .product-head .usp .btn, .block-productbeh .product-head .usp h3, .block-productbeh .product-head .usp p, .block-productbeh .product-head .usp .btn {
  font-size: 0.75rem;
  line-height: 1.2em;
}
.block-product .product-head .usp .btn, .block-productbeh .product-head .usp .btn {
  width: 100%;
  margin-top: auto;
  padding: 0.5rem;
}
.block-product .product-head .usp .row, .block-productbeh .product-head .usp .row {
  margin-left: -5px;
  margin-right: -5px;
}
.block-product .product-head .usp .row > div, .block-productbeh .product-head .usp .row > div {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 375px) {
  .block-product .product-head .usp .row > div, .block-productbeh .product-head .usp .row > div {
    margin-bottom: 0;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .block-product .product-head .usp .row > div img, .block-productbeh .product-head .usp .row > div img {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .block-product .product-head .usp .row, .block-productbeh .product-head .usp .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .block-product .product-head .usp .row > div, .block-productbeh .product-head .usp .row > div {
    padding-left: 15px;
    padding-right: 15px;
  }
  .block-product .product-head .usp .box, .block-productbeh .product-head .usp .box {
    padding: 1.25rem;
  }
  .block-product .product-head .usp img, .block-productbeh .product-head .usp img {
    width: 40%;
    margin-bottom: 1rem;
  }
  .block-product .product-head .usp h3, .block-product .product-head .usp p, .block-product .product-head .usp .btn, .block-productbeh .product-head .usp h3, .block-productbeh .product-head .usp p, .block-productbeh .product-head .usp .btn {
    font-size: 1rem;
  }
  .block-product .product-head .usp .btn, .block-productbeh .product-head .usp .btn {
    padding: 0.5rem 1.5rem;
  }
}
.block-product .product-head .genscan, .block-productbeh .product-head .genscan {
  background: white;
  color: #123750;
  font-weight: bold;
  margin: -1.25rem -1.25rem 1rem -1.25rem;
  padding: 1.25rem;
  border-width: 2px 2px 0 2px;
  border: none;
}
.block-product .product-head .genscan .row > div, .block-productbeh .product-head .genscan .row > div {
  margin-bottom: 1rem;
}
.block-product .product-head .genscan .custom-control-extra .custom-control-label, .block-productbeh .product-head .genscan .custom-control-extra .custom-control-label {
  line-height: 1.2rem;
  padding-left: 2.2rem;
}
.block-product .product-head .genscan .custom-control-extra .custom-control-label::after, .block-product .product-head .genscan .custom-control-extra .custom-control-label::before, .block-productbeh .product-head .genscan .custom-control-extra .custom-control-label::after, .block-productbeh .product-head .genscan .custom-control-extra .custom-control-label::before {
  width: 1.8rem;
  height: 1.8rem;
  line-height: 1.8rem;
}
.block-product .product-head .genscan .custom-check .custom-control-label:before, .block-productbeh .product-head .genscan .custom-check .custom-control-label:before {
  background-color: white;
}
.block-product .product-head .genscan .custom-control-input[disabled] ~ .custom-control-label::before, .block-productbeh .product-head .genscan .custom-control-input[disabled] ~ .custom-control-label::before {
  opacity: 0.5;
}
.block-product .product-head .genscan-alert, .block-productbeh .product-head .genscan-alert {
  background: #C3AF70;
  color: white;
  margin-top: 1rem;
  padding: 0.5rem 0.5rem;
}
.block-product .product-head .genscan-alert a, .block-productbeh .product-head .genscan-alert a {
  color: #123750;
}
.block-product .product-head .carousel-mm, .block-productbeh .product-head .carousel-mm {
  margin-inline: -4px;
}
.block-product .product-head .carousel-mm .carousel-control-prev, .block-product .product-head .carousel-mm .carousel-control-next, .block-productbeh .product-head .carousel-mm .carousel-control-prev, .block-productbeh .product-head .carousel-mm .carousel-control-next {
  opacity: 1;
  width: 30px;
  color: #C3AF70;
}
.block-product .product-head .carousel-mm .carousel-control-prev:hover, .block-product .product-head .carousel-mm .carousel-control-next:hover, .block-productbeh .product-head .carousel-mm .carousel-control-prev:hover, .block-productbeh .product-head .carousel-mm .carousel-control-next:hover {
  color: #123750;
}
.block-product .product-head .carousel-mm .carousel-control-prev i, .block-product .product-head .carousel-mm .carousel-control-next i, .block-productbeh .product-head .carousel-mm .carousel-control-prev i, .block-productbeh .product-head .carousel-mm .carousel-control-next i {
  font-size: 2rem;
}
.block-product .product-head .carousel-mm .carousel-control-prev, .block-productbeh .product-head .carousel-mm .carousel-control-prev {
  left: 4px;
}
.block-product .product-head .carousel-mm .carousel-control-next, .block-productbeh .product-head .carousel-mm .carousel-control-next {
  right: 4px;
}
.block-product .product-head .carousel-mm .carousel-item, .block-productbeh .product-head .carousel-mm .carousel-item {
  aspect-ratio: 411/140;
}
.block-product .product-head .carousel-mm .carousel-item > .row, .block-productbeh .product-head .carousel-mm .carousel-item > .row {
  height: 100%;
  justify-content: center;
  margin: 0;
}
.block-product .product-head .carousel-mm .carousel-item > .row > div, .block-productbeh .product-head .carousel-mm .carousel-item > .row > div {
  padding: 4px;
}
.block-product .product-head .carousel-mm .carousel-item img, .block-productbeh .product-head .carousel-mm .carousel-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.block-product .product-head2 .in, .block-productbeh .product-head2 .in {
  margin-top: -62px;
  width: 100%;
  padding-top: 54px;
  position: relative;
  isolation: isolate;
  aspect-ratio: 2/3;
  max-height: 101vh;
  min-height: 740px;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.block-product .product-head2 .in .media, .block-productbeh .product-head2 .in .media {
  position: absolute;
  z-index: -2;
  inset: 0;
}
.block-product .product-head2 .in .media img, .block-productbeh .product-head2 .in .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-product .product-head2 .in .media img.desktop, .block-productbeh .product-head2 .in .media img.desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .block-product .product-head2 .in .media img.mobile, .block-productbeh .product-head2 .in .media img.mobile {
    display: none;
  }
  .block-product .product-head2 .in .media img.desktop, .block-productbeh .product-head2 .in .media img.desktop {
    display: block;
  }
}
.block-product .product-head2 .in form .custom-control, .block-productbeh .product-head2 .in form .custom-control {
  padding-block: 3px;
  border-top: 1px solid #C3AF70;
}
.block-product .product-head2 .in form .custom-control:first-child, .block-productbeh .product-head2 .in form .custom-control:first-child {
  border-top: none;
}
.block-product .product-head2 .in form .custom-control .custom-control-label, .block-productbeh .product-head2 .in form .custom-control .custom-control-label {
  padding-left: 0;
  line-height: 1.5rem;
}
.block-product .product-head2 .in form .custom-control .custom-control-label:before, .block-product .product-head2 .in form .custom-control .custom-control-label:after, .block-productbeh .product-head2 .in form .custom-control .custom-control-label:before, .block-productbeh .product-head2 .in form .custom-control .custom-control-label:after {
  left: auto;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  top: 3px;
}
.block-product .product-head2 .in form .custom-control .custom-control-label:after, .block-productbeh .product-head2 .in form .custom-control .custom-control-label:after {
  background: white !important;
  color: #C3AF70;
  line-height: 1.4rem;
  font-size: 0.75rem;
}
.block-product .product-head2 .in form.mobile, .block-productbeh .product-head2 .in form.mobile {
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  padding: 1rem 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  margin-top: auto;
}
.block-product .product-head2 .in form.mobile .text, .block-productbeh .product-head2 .in form.mobile .text {
  color: white;
}
.block-product .product-head2 .in form.mobile .text span, .block-productbeh .product-head2 .in form.mobile .text span {
  display: block;
  font-size: 1.33rem;
  line-height: 1.2em;
}
.block-product .product-head2 .in form.mobile .text .l1, .block-product .product-head2 .in form.mobile .text .l2, .block-productbeh .product-head2 .in form.mobile .text .l1, .block-productbeh .product-head2 .in form.mobile .text .l2 {
  font-weight: bold;
}
.block-product .product-head2 .in form.mobile button, .block-productbeh .product-head2 .in form.mobile button {
  margin-left: auto;
}
.block-product .product-head2 .in form.mobile .tests, .block-productbeh .product-head2 .in form.mobile .tests {
  position: absolute;
  left: 0;
  right: 0;
  top: 8rem;
  background: white;
  margin: 0 1rem;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .block-product .product-head2 .in form.mobile, .block-productbeh .product-head2 .in form.mobile {
    display: none;
  }
}
.block-product .product-head2 .in .main, .block-productbeh .product-head2 .in .main {
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  padding: 2rem;
  color: white;
  display: none;
}
.block-product .product-head2 .in .main h1, .block-productbeh .product-head2 .in .main h1 {
  margin-top: 0;
}
.block-product .product-head2 .in .main h1 span, .block-productbeh .product-head2 .in .main h1 span {
  display: block;
}
.block-product .product-head2 .in .main h1 .l1, .block-productbeh .product-head2 .in .main h1 .l1 {
  font-size: 40px;
  font-weight: normal;
}
.block-product .product-head2 .in .main h1 .l2, .block-productbeh .product-head2 .in .main h1 .l2 {
  font-size: 50px;
  font-weight: bold;
  color: #C3AF70;
}
.block-product .product-head2 .in form.desktop, .block-productbeh .product-head2 .in form.desktop {
  background: white;
  padding: 2rem;
  margin: 1rem;
  display: none;
}
.block-product .product-head2 .in form.desktop h3, .block-productbeh .product-head2 .in form.desktop h3 {
  font-size: 1.33rem;
  font-weight: bold;
}
.block-product .product-head2 .in form.desktop .foot, .block-productbeh .product-head2 .in form.desktop .foot {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
.block-product .product-head2 .in form.desktop .price, .block-productbeh .product-head2 .in form.desktop .price {
  font-weight: bold;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .block-product .product-head2 .in, .block-productbeh .product-head2 .in {
    display: flex;
    flex-direction: row;
    aspect-ratio: unset;
    justify-content: center;
  }
  .block-product .product-head2 .in .main, .block-productbeh .product-head2 .in .main {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .block-product .product-head2 .in form.desktop, .block-productbeh .product-head2 .in form.desktop {
    width: 50%;
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .block-product .product-head2 .in, .block-productbeh .product-head2 .in {
    margin-top: -90px;
    padding-top: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .block-product .product-head2 .in .main, .block-productbeh .product-head2 .in .main {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: calc(50vw - 250px);
  }
  .block-product .product-head2 .in .main .text, .block-productbeh .product-head2 .in .main .text {
    width: 330px;
    margin-left: auto;
  }
  .block-product .product-head2 .in form.desktop, .block-productbeh .product-head2 .in form.desktop {
    width: 420px;
    margin-left: 860px !important;
  }
}
.block-product .product-when, .block-productbeh .product-when {
  background: #f4f0e4;
  color: #123750;
  padding: 2rem 0;
}
.block-product .product-when h2, .block-productbeh .product-when h2 {
  text-align: center;
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: bold;
}
.block-product .product-when .box, .block-productbeh .product-when .box {
  height: 100%;
  text-align: center;
}
.block-product .product-when img, .block-productbeh .product-when img {
  width: 50%;
  display: block;
  margin: 0 auto 1rem auto;
  aspect-ratio: 1/1;
}
.block-product .product-when h3, .block-productbeh .product-when h3 {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}
.block-product .product-when .carousel .carousel-control-prev, .block-product .product-when .carousel .carousel-control-next, .block-productbeh .product-when .carousel .carousel-control-prev, .block-productbeh .product-when .carousel .carousel-control-next {
  opacity: 1;
  width: 30px;
  color: #123750;
}
.block-product .product-when .carousel .carousel-control-prev:hover, .block-product .product-when .carousel .carousel-control-next:hover, .block-productbeh .product-when .carousel .carousel-control-prev:hover, .block-productbeh .product-when .carousel .carousel-control-next:hover {
  color: #496D4F;
}
.block-product .product-when .carousel .carousel-control-prev i, .block-product .product-when .carousel .carousel-control-next i, .block-productbeh .product-when .carousel .carousel-control-prev i, .block-productbeh .product-when .carousel .carousel-control-next i {
  font-size: 2rem;
}
.block-product .product-when .carousel .carousel-control-prev, .block-productbeh .product-when .carousel .carousel-control-prev {
  left: -10px;
}
.block-product .product-when .carousel .carousel-control-next, .block-productbeh .product-when .carousel .carousel-control-next {
  right: -10px;
}
.block-product .product-when .carousel .carousel-item, .block-productbeh .product-when .carousel .carousel-item {
  background: #f4f0e4;
  padding: 0 20px;
}
.block-product .product-when .carousel .carousel-item > .row, .block-productbeh .product-when .carousel .carousel-item > .row {
  height: 100%;
  justify-content: center;
}
.block-product .product-when .carousel .carousel-inner .carousel-item-right.active, .block-product .product-when .carousel .carousel-inner .carousel-item-next, .block-productbeh .product-when .carousel .carousel-inner .carousel-item-right.active, .block-productbeh .product-when .carousel .carousel-inner .carousel-item-next {
  transform: translateX(100%);
}
.block-product .product-when .carousel .carousel-inner .carousel-item-left.active, .block-product .product-when .carousel .carousel-inner .carousel-item-prev, .block-productbeh .product-when .carousel .carousel-inner .carousel-item-left.active, .block-productbeh .product-when .carousel .carousel-inner .carousel-item-prev {
  transform: translateX(-100%);
}
@media screen and (min-width: 576px) {
  .block-product .product-when .carousel .carousel-inner .carousel-item-right.active, .block-product .product-when .carousel .carousel-inner .carousel-item-next, .block-productbeh .product-when .carousel .carousel-inner .carousel-item-right.active, .block-productbeh .product-when .carousel .carousel-inner .carousel-item-next {
    transform: translateX(50%);
  }
  .block-product .product-when .carousel .carousel-inner .carousel-item-left.active, .block-product .product-when .carousel .carousel-inner .carousel-item-prev, .block-productbeh .product-when .carousel .carousel-inner .carousel-item-left.active, .block-productbeh .product-when .carousel .carousel-inner .carousel-item-prev {
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .block-product .product-when .carousel .carousel-inner .carousel-item-right.active, .block-product .product-when .carousel .carousel-inner .carousel-item-next, .block-productbeh .product-when .carousel .carousel-inner .carousel-item-right.active, .block-productbeh .product-when .carousel .carousel-inner .carousel-item-next {
    transform: translateX(33.33%);
  }
  .block-product .product-when .carousel .carousel-inner .carousel-item-left.active, .block-product .product-when .carousel .carousel-inner .carousel-item-prev, .block-productbeh .product-when .carousel .carousel-inner .carousel-item-left.active, .block-productbeh .product-when .carousel .carousel-inner .carousel-item-prev {
    transform: translateX(-33.33%);
  }
}
@media screen and (min-width: 992px) {
  .block-product .product-when .carousel .carousel-inner .carousel-item-right.active, .block-product .product-when .carousel .carousel-inner .carousel-item-next, .block-productbeh .product-when .carousel .carousel-inner .carousel-item-right.active, .block-productbeh .product-when .carousel .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }
  .block-product .product-when .carousel .carousel-inner .carousel-item-left.active, .block-product .product-when .carousel .carousel-inner .carousel-item-prev, .block-productbeh .product-when .carousel .carousel-inner .carousel-item-left.active, .block-productbeh .product-when .carousel .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}
.block-product .product-when .carousel .carousel-inner .carousel-item-right, .block-product .product-when .carousel .carousel-inner .carousel-item-left, .block-productbeh .product-when .carousel .carousel-inner .carousel-item-right, .block-productbeh .product-when .carousel .carousel-inner .carousel-item-left {
  transform: translateX(0);
}
.block-product .product-how, .block-productbeh .product-how {
  padding-top: 2rem;
}
.block-product .product-tests, .block-productbeh .product-tests {
  padding: 2rem 0 1rem 0;
}
.block-product .product-tests .item, .block-productbeh .product-tests .item {
  margin-bottom: 1rem;
}
.block-product .product-tests h2, .block-productbeh .product-tests h2 {
  text-align: center;
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: bold;
}
.block-product .product-tests h3, .block-productbeh .product-tests h3 {
  font-size: 1.2rem;
  font-weight: bold;
}
.block-product .product-tests .btn, .block-productbeh .product-tests .btn {
  padding: 0.25rem 2rem;
  font-size: 0.8rem;
}
.block-product .product-insurance, .block-productbeh .product-insurance {
  padding: 2rem 0;
}
.block-product .product-insurance h2, .block-product .product-insurance ul, .block-productbeh .product-insurance h2, .block-productbeh .product-insurance ul {
  margin-bottom: 2rem;
}
.block-product .product-insurance h2, .block-productbeh .product-insurance h2 {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
}
.block-product .product-insurance ul, .block-productbeh .product-insurance ul {
  padding-left: 1rem;
}
.block-product .product-insurance div.call, .block-productbeh .product-insurance div.call {
  display: flex;
  color: #123750;
  align-items: center;
}
.block-product .product-insurance div.call .icon, .block-productbeh .product-insurance div.call .icon {
  background: url(/domains/ghcgenetics/insurance-phone-icon.png) center center no-repeat;
  min-width: 60px;
  width: 60px;
  height: 60px;
  margin-right: 1rem;
}
.block-product .product-insurance div.call .text, .block-productbeh .product-insurance div.call .text {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.2em;
}
.block-product .product-insurance div.call .text a, .block-productbeh .product-insurance div.call .text a {
  font-weight: bold;
}
.block-product .product-insurance div.call:hover, .block-productbeh .product-insurance div.call:hover {
  text-decoration: none;
}
.block-product .product-insurance p:last-child, .block-productbeh .product-insurance p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .block-product .product-insurance .box, .block-productbeh .product-insurance .box {
    display: grid;
    grid-column-gap: 0;
    grid-template-columns: repeat(12, 1fr);
  }
  .block-product .product-insurance .box .col-head, .block-productbeh .product-insurance .box .col-head {
    grid-row: 1/2;
    grid-column: 1/7;
  }
  .block-product .product-insurance .box .col-text, .block-productbeh .product-insurance .box .col-text {
    grid-row: 1/3;
    grid-column: 8/13;
  }
  .block-product .product-insurance .box .col-phone, .block-productbeh .product-insurance .box .col-phone {
    grid-row: 2/3;
    grid-column: 1/7;
    align-self: end;
  }
}
@media screen and (min-width: 1200px) {
  .block-product .product-insurance .box .col-head, .block-product .product-insurance .box .col-phone, .block-productbeh .product-insurance .box .col-head, .block-productbeh .product-insurance .box .col-phone {
    max-width: 500px;
  }
  .block-product .product-insurance .box .col-text, .block-productbeh .product-insurance .box .col-text {
    max-width: 420px;
  }
}
.block-product .product-detail, .block-productbeh .product-detail {
  background: #f4f0e4;
  color: #123750;
  padding: 2rem 0;
}
.block-product .product-detail h2, .block-productbeh .product-detail h2 {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.block-product .product-detail .results, .block-productbeh .product-detail .results {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 2rem;
}
.block-product .product-test, .block-productbeh .product-test {
  padding: 2rem 0;
}
.block-product .product-test img, .block-product .product-test .embed-responsive, .block-productbeh .product-test img, .block-productbeh .product-test .embed-responsive {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .block-product .product-test img, .block-product .product-test .embed-responsive, .block-productbeh .product-test img, .block-productbeh .product-test .embed-responsive {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .block-product .product-test img, .block-product .product-test .embed-responsive, .block-productbeh .product-test img, .block-productbeh .product-test .embed-responsive {
    max-width: 90%;
  }
}
.block-product .product-test h2, .block-productbeh .product-test h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: center;
}
.block-product .product-test ul, .block-productbeh .product-test ul {
  padding-left: 0;
}
.block-product .product-test ul li, .block-productbeh .product-test ul li {
  position: relative;
  list-style: none;
  min-height: 36px;
  margin-bottom: 8px;
  font-weight: bold;
  padding-left: 45px;
  display: flex;
  align-items: center;
}
.block-product .product-test ul li:before, .block-productbeh .product-test ul li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 32px;
  height: 32px;
  background: url(/domains/ghcgenetics/icon-tick.svg) no-repeat;
  background-size: 32px;
}
.block-product .product-similar, .block-productbeh .product-similar {
  padding: 2rem 0 0 0;
  background: #f4f0e4;
  color: #123750;
}
.block-product .product-similar .head, .block-productbeh .product-similar .head {
  text-align: center;
  margin-bottom: 3rem;
}
.block-product .product-similar h2, .block-productbeh .product-similar h2 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.block-product .product-similar .card-img-top, .block-productbeh .product-similar .card-img-top {
  border: 1em solid white;
  border-bottom: none;
}
.block-product .product-similar .card, .block-productbeh .product-similar .card {
  border: none;
  color: #123750;
  height: 100%;
}
.block-product .product-similar .card h3, .block-productbeh .product-similar .card h3 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0;
}
.block-product .product-similar .row > div, .block-productbeh .product-similar .row > div {
  padding-bottom: 2rem;
}
.block-product .product-genscan, .block-productbeh .product-genscan {
  padding: 2rem 0;
  background: white;
}
@media screen and (min-width: 992px) {
  .block-product .product-genscan .text, .block-productbeh .product-genscan .text {
    max-width: 300px;
  }
}
.block-product .product-genscan h2, .block-productbeh .product-genscan h2 {
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.block-product .product-genscan ul, .block-productbeh .product-genscan ul {
  padding-left: 0;
  margin-bottom: 2rem;
}
.block-product .product-genscan ul li, .block-productbeh .product-genscan ul li {
  list-style: none;
  background: url(/domains/ghcgenetics/icon-tick.svg) left center no-repeat;
  background-size: 32px;
  padding-left: 45px;
  font-weight: bold;
  min-height: 32px;
  line-height: 32px;
  margin-bottom: 10px;
}
.block-product .product-genscan .carousel .carousel-control-prev, .block-product .product-genscan .carousel .carousel-control-next, .block-productbeh .product-genscan .carousel .carousel-control-prev, .block-productbeh .product-genscan .carousel .carousel-control-next {
  color: #C3AF70;
  opacity: 1;
  bottom: auto;
  height: 40px;
  width: 30px;
  margin-top: -20px;
  top: 50%;
}
.block-product .product-genscan .carousel .carousel-control-prev:hover, .block-product .product-genscan .carousel .carousel-control-next:hover, .block-productbeh .product-genscan .carousel .carousel-control-prev:hover, .block-productbeh .product-genscan .carousel .carousel-control-next:hover {
  color: #496D4F;
}
.block-product .product-genscan .carousel .carousel-control-prev i, .block-product .product-genscan .carousel .carousel-control-next i, .block-productbeh .product-genscan .carousel .carousel-control-prev i, .block-productbeh .product-genscan .carousel .carousel-control-next i {
  font-size: 2rem;
}
.block-product .product-genscan .carousel .carousel-control-prev, .block-productbeh .product-genscan .carousel .carousel-control-prev {
  left: -10px;
}
.block-product .product-genscan .carousel .carousel-control-next, .block-productbeh .product-genscan .carousel .carousel-control-next {
  right: -10px;
}
.block-product .product-genscan .carousel .carousel-item, .block-productbeh .product-genscan .carousel .carousel-item {
  background: white;
  padding: 0 20px;
  font-weight: bold;
  text-align: center;
}
.block-product .product-genscan .carousel .carousel-item img, .block-productbeh .product-genscan .carousel .carousel-item img {
  margin-bottom: 0.5rem;
}
.block-product .product-genscan .carousel .carousel-item > .row, .block-productbeh .product-genscan .carousel .carousel-item > .row {
  height: 100%;
  justify-content: center;
}
.block-product .product-genscan .carousel .carousel-inner .carousel-item-right.active, .block-product .product-genscan .carousel .carousel-inner .carousel-item-next, .block-productbeh .product-genscan .carousel .carousel-inner .carousel-item-right.active, .block-productbeh .product-genscan .carousel .carousel-inner .carousel-item-next {
  transform: translateX(100%);
}
.block-product .product-genscan .carousel .carousel-inner .carousel-item-left.active, .block-product .product-genscan .carousel .carousel-inner .carousel-item-prev, .block-productbeh .product-genscan .carousel .carousel-inner .carousel-item-left.active, .block-productbeh .product-genscan .carousel .carousel-inner .carousel-item-prev {
  transform: translateX(-100%);
}
@media screen and (min-width: 768px) {
  .block-product .product-genscan .carousel .carousel-inner .carousel-item-right.active, .block-product .product-genscan .carousel .carousel-inner .carousel-item-next, .block-productbeh .product-genscan .carousel .carousel-inner .carousel-item-right.active, .block-productbeh .product-genscan .carousel .carousel-inner .carousel-item-next {
    transform: translateX(50%);
  }
  .block-product .product-genscan .carousel .carousel-inner .carousel-item-left.active, .block-product .product-genscan .carousel .carousel-inner .carousel-item-prev, .block-productbeh .product-genscan .carousel .carousel-inner .carousel-item-left.active, .block-productbeh .product-genscan .carousel .carousel-inner .carousel-item-prev {
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 992px) {
  .block-product .product-genscan .carousel .carousel-inner .carousel-item-right.active, .block-product .product-genscan .carousel .carousel-inner .carousel-item-next, .block-productbeh .product-genscan .carousel .carousel-inner .carousel-item-right.active, .block-productbeh .product-genscan .carousel .carousel-inner .carousel-item-next {
    transform: translateX(100%);
  }
  .block-product .product-genscan .carousel .carousel-inner .carousel-item-left.active, .block-product .product-genscan .carousel .carousel-inner .carousel-item-prev, .block-productbeh .product-genscan .carousel .carousel-inner .carousel-item-left.active, .block-productbeh .product-genscan .carousel .carousel-inner .carousel-item-prev {
    transform: translateX(-100%);
  }
}
@media screen and (min-width: 1200px) {
  .block-product .product-genscan .carousel .carousel-inner .carousel-item-right.active, .block-product .product-genscan .carousel .carousel-inner .carousel-item-next, .block-productbeh .product-genscan .carousel .carousel-inner .carousel-item-right.active, .block-productbeh .product-genscan .carousel .carousel-inner .carousel-item-next {
    transform: translateX(50%);
  }
  .block-product .product-genscan .carousel .carousel-inner .carousel-item-left.active, .block-product .product-genscan .carousel .carousel-inner .carousel-item-prev, .block-productbeh .product-genscan .carousel .carousel-inner .carousel-item-left.active, .block-productbeh .product-genscan .carousel .carousel-inner .carousel-item-prev {
    transform: translateX(-50%);
  }
}
.block-product .product-genscan .carousel .carousel-inner .carousel-item-right, .block-product .product-genscan .carousel .carousel-inner .carousel-item-left, .block-productbeh .product-genscan .carousel .carousel-inner .carousel-item-right, .block-productbeh .product-genscan .carousel .carousel-inner .carousel-item-left {
  transform: translateX(0);
}
.block-product .product-whatuget, .block-productbeh .product-whatuget {
  padding: 2rem 0;
}
.block-product .product-whatuget h2, .block-productbeh .product-whatuget h2 {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.block-product .product-whatuget .text, .block-productbeh .product-whatuget .text {
  padding-block: 2rem;
}
.block-product .product-whatuget img, .block-productbeh .product-whatuget img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-product .product-whatuget.product-whatuget-right .text, .block-productbeh .product-whatuget.product-whatuget-right .text {
  padding: 2rem calc(30px + 2rem) 2rem calc(15px + 2rem);
}
.block-product .product-whatuget.product-whatuget-left .text, .block-productbeh .product-whatuget.product-whatuget-left .text {
  padding: 2rem calc(15px + 2rem) 2rem calc(30px + 2rem);
}
.block-product .product-whatuget-right + .product-whatuget-left, .block-productbeh .product-whatuget-right + .product-whatuget-left {
  padding-top: 0;
}
.block-product .product-faq, .block-productbeh .product-faq {
  padding: 2rem 0;
}
.block-product .product-faq h2, .block-productbeh .product-faq h2 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
}
.block-product .product-faq .card, .block-productbeh .product-faq .card {
  background: transparent;
  border: none;
  border-bottom: 2px solid #C3AF70;
}
.block-product .product-faq .card:last-child, .block-productbeh .product-faq .card:last-child {
  border-bottom: none;
}
.block-product .product-faq .card .card-header, .block-productbeh .product-faq .card .card-header {
  background: transparent;
  border: none;
}
.block-product .product-faq .card .card-header a, .block-productbeh .product-faq .card .card-header a {
  font-size: 1rem;
  font-weight: bold;
  color: #123750;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  .block-product .product-faq .card .card-header a, .block-productbeh .product-faq .card .card-header a {
    font-size: 1.1rem;
  }
}
.block-product .product-faq .card .card-header a .icon, .block-productbeh .product-faq .card .card-header a .icon {
  color: #C3AF70;
  margin-left: 1rem;
  display: block;
  width: 32px;
  height: 32px;
  aspect-ratio: 1/1;
  border: 2px solid #C3AF70;
  border-radius: 100%;
  line-height: 28px;
  text-align: center;
}
.block-product .product-faq .card .card-header a .icon .fa-chevron-down, .block-productbeh .product-faq .card .card-header a .icon .fa-chevron-down {
  display: none;
}
.block-product .product-faq .card .card-header a .icon .fa-chevron-up, .block-productbeh .product-faq .card .card-header a .icon .fa-chevron-up {
  display: inline-block;
}
.block-product .product-faq .card .card-header a:hover, .block-productbeh .product-faq .card .card-header a:hover {
  text-decoration: none;
}
.block-product .product-faq .card .card-header a.collapsed .icon, .block-productbeh .product-faq .card .card-header a.collapsed .icon {
  line-height: 32px;
}
.block-product .product-faq .card .card-header a.collapsed .icon .fa-chevron-down, .block-productbeh .product-faq .card .card-header a.collapsed .icon .fa-chevron-down {
  display: inline-block;
}
.block-product .product-faq .card .card-header a.collapsed .icon .fa-chevron-up, .block-productbeh .product-faq .card .card-header a.collapsed .icon .fa-chevron-up {
  display: none;
}
.block-product .product-faq .card .card-body, .block-productbeh .product-faq .card .card-body {
  padding: 0 calc(1.25rem + 40px) 1.25rem 1.25rem;
}
.block-product .product-faq .card .card-body a:hover, .block-productbeh .product-faq .card .card-body a:hover {
  color: #C3AF70;
  text-decoration: underline;
}
.block-product .product-safe, .block-productbeh .product-safe {
  padding: 2rem 0;
  text-align: center;
}
.block-product .product-safe img, .block-productbeh .product-safe img {
  width: 100px;
  margin: 0 auto 2rem auto;
}
.block-product .product-safe h2, .block-productbeh .product-safe h2 {
  font-weight: bold;
  text-transform: uppercase;
  color: #C3AF70;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.block-product .product-safe p, .block-productbeh .product-safe p {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .block-product .product-safe, .block-productbeh .product-safe {
    text-align: left;
    padding: 3rem 0;
  }
  .block-product .product-safe .in, .block-productbeh .product-safe .in {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .block-product .product-safe img, .block-productbeh .product-safe img {
    width: 12rem;
    margin: 0 3rem 0 0;
  }
  .block-product .product-safe h2, .block-productbeh .product-safe h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .block-product .product-safe .in, .block-productbeh .product-safe .in {
    max-width: 900px;
    margin: 0 auto;
  }
  .block-product .product-safe img, .block-productbeh .product-safe img {
    width: 12rem;
    margin-right: 4rem;
  }
  .block-product .product-safe h2, .block-productbeh .product-safe h2 {
    font-size: 2.5rem;
  }
}
.block-product .product-box, .block-productbeh .product-box {
  padding: 2rem 0;
  text-align: center;
}
.block-product .product-box img, .block-productbeh .product-box img {
  margin-bottom: 2rem;
}
.block-product .product-box h2, .block-productbeh .product-box h2 {
  font-weight: bold;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .block-product .product-box, .block-productbeh .product-box {
    text-align: left;
    padding: 3rem 0;
  }
  .block-product .product-box h2, .block-productbeh .product-box h2 {
    font-size: 2rem;
  }
}
.block-product .product-cat, .block-productbeh .product-cat {
  padding: 2rem 0;
}
.block-product .product-cat h2, .block-productbeh .product-cat h2 {
  font-size: 25px;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .block-product .product-cat h2, .block-productbeh .product-cat h2 {
    font-size: 40px;
  }
}
.block-product .product-cat h3, .block-productbeh .product-cat h3 {
  font-size: 15px;
  font-weight: normal;
  color: #C3AF70;
  margin-bottom: 3rem;
}
.block-product .product-main, .block-productbeh .product-main {
  padding: 2rem 0;
}
.block-product .product-main .box, .block-productbeh .product-main .box {
  background: white;
  padding: 2rem;
  max-width: 700px;
}
@media screen and (min-width: 992px) {
  .block-product .product-main .box, .block-productbeh .product-main .box {
    margin-top: 35rem;
  }
}
.block-product .product-main h2, .block-productbeh .product-main h2 {
  font-size: 40px;
  font-weight: bold;
  color: #C3AF70;
  margin-bottom: 1rem;
}
.block-product .product-lab, .block-productbeh .product-lab {
  background: url(/domains/ghcgenetics/laboratory.jpg) center center no-repeat;
  background-size: cover;
  color: white;
  position: relative;
  isolation: isolate;
}
.block-product .product-lab .container, .block-productbeh .product-lab .container {
  padding: 250px 0 0 0;
}
@media screen and (min-width: 768px) {
  .block-product .product-lab, .block-productbeh .product-lab {
    padding: 3rem 0;
  }
  .block-product .product-lab .container, .block-productbeh .product-lab .container {
    padding: 0 15px;
  }
}
.block-product .product-lab:before, .block-productbeh .product-lab:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: -1;
  display: none;
}
@media screen and (min-width: 768px) {
  .block-product .product-lab:before, .block-productbeh .product-lab:before {
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 37%;
  }
}
@media screen and (min-width: 992px) {
  .block-product .product-lab:before, .block-productbeh .product-lab:before {
    right: 45%;
  }
}
@media screen and (min-width: 1200px) {
  .block-product .product-lab:before, .block-productbeh .product-lab:before {
    right: 55%;
  }
}
.block-product .product-lab h3, .block-productbeh .product-lab h3 {
  font-weight: 900;
  text-transform: uppercase;
}
.block-product .product-lab .item, .block-productbeh .product-lab .item {
  background-repeat: no-repeat;
}
.block-product .product-lab .item-1, .block-productbeh .product-lab .item-1 {
  background-image: url(/domains/ghcgenetics/icon-lab-1.svg);
}
.block-product .product-lab .item-2, .block-productbeh .product-lab .item-2 {
  background-image: url(/domains/ghcgenetics/icon-lab-2.svg);
}
.block-product .product-lab .item-3, .block-productbeh .product-lab .item-3 {
  background-image: url(/domains/ghcgenetics/icon-lab-3.svg);
}
.block-product .product-lab .in-desktop, .block-productbeh .product-lab .in-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .block-product .product-lab .in-desktop, .block-productbeh .product-lab .in-desktop {
    display: flex;
    flex-direction: row;
    align-items: end;
  }
  .block-product .product-lab .in-desktop .text, .block-productbeh .product-lab .in-desktop .text {
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  .block-product .product-lab .in-desktop .text h3, .block-productbeh .product-lab .in-desktop .text h3 {
    font-size: 1.25rem;
  }
  .block-product .product-lab .in-desktop .text .item, .block-productbeh .product-lab .in-desktop .text .item {
    background-position: left top;
    background-size: 50px auto;
    max-width: 420px;
    padding-left: 75px;
  }
}
@media screen and (min-width: 992px) {
  .block-product .product-lab .in-desktop .text, .block-productbeh .product-lab .in-desktop .text {
    min-height: 400px;
  }
  .block-product .product-lab .in-desktop .text h3, .block-productbeh .product-lab .in-desktop .text h3 {
    font-size: 1.33rem;
  }
  .block-product .product-lab .in-desktop .text .item, .block-productbeh .product-lab .in-desktop .text .item {
    background-size: 70px auto;
    max-width: 480px;
    padding-left: 100px;
  }
}
@media screen and (min-width: 768px) {
  .block-product .product-lab .in-mobile, .block-productbeh .product-lab .in-mobile {
    display: none;
  }
}
.block-product .product-lab .in-mobile .carousel, .block-productbeh .product-lab .in-mobile .carousel {
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  padding: 2rem;
}
.block-product .product-lab .in-mobile h3, .block-productbeh .product-lab .in-mobile h3 {
  font-size: 1.33rem;
}
.block-product .product-lab .in-mobile .item, .block-productbeh .product-lab .in-mobile .item {
  text-align: center;
  padding-top: 75px;
  background-position: center top;
  background-size: auto 55px;
}
.block-product .product-lab .in-mobile .carousel-indicators li, .block-productbeh .product-lab .in-mobile .carousel-indicators li {
  width: 12px;
  height: 12px;
  background: #C3AF70;
  border: none;
  border-radius: 100%;
}
.block-product .videothmb, .block-productbeh .videothmb {
  max-width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
}
.block-product .videothmb:after, .block-productbeh .videothmb:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -38px -27px;
  width: 54px;
  height: 76px;
  background: url(/domains/ghcgenetics/icon-play.svg) no-repeat;
  background-size: contain;
  transition: transform 200ms ease-in-out;
  transform-origin: center;
}
.block-product .videothmb:hover:after, .block-productbeh .videothmb:hover:after {
  transform: scale(1.2);
}
.block-product .videothmb img, .block-productbeh .videothmb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body.lekari .block-product .product-detail {
  background: #63A4E0;
}
body.lekari .block-product .product-detail .limit-text.limited:after {
  background: linear-gradient(180deg, rgba(99, 164, 224, 0) 0%, #f4f0e4 100%);
}
body.lekari .block-product .product-detail .btn-outline-primary {
  border-color: #123750;
  color: white;
}
body.lekari .block-product .product-detail .btn-outline-primary:hover {
  background: #123750;
  color: white;
  border-color: #123750;
}
body.lekari .block-product .product-faq {
  background: #123750;
}
body.lekari .block-product .product-faq .card {
  border-color: #63A4E0;
}
body.lekari .block-product .product-faq .card .card-header a .icon {
  color: #63A4E0;
}
body.lekari .block-product .product-faq .more:hover {
  background-color: #496D4F;
  border-color: #496D4F;
}
body.lekari .block-product .product-faq .more:focus, body.lekari .block-product .product-faq .more:active {
  background-color: #496D4F;
  box-shadow: 0 0 0 0.2rem rgba(73, 109, 79, 0.5);
}

.block-productbeh .product-head .basket {
  border: 2px solid #C3AF70;
}
.block-productbeh .product-head .basket .variant {
  margin-bottom: 0;
  border-radius: 1.2rem;
}
.block-productbeh .basket-detail {
  border-top: none;
}
.block-productbeh .basket-detail .form {
  border: none;
  padding: 1.25rem;
}
.block-productbeh .basket-detail h3 {
  font-weight: bold;
  text-transform: uppercase;
}

.block-productgift .box {
  margin-bottom: 0.5rem;
  background: #f4f0e4;
  color: #123750;
}
.block-productgift .box .box-in {
  padding: 2rem;
}
.block-productgift .box .in {
  max-width: 200px;
  margin: 0 auto;
}
.block-productgift .box h3 {
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
}
.block-productgift .box .col.nonactive {
  opacity: 0.5;
}
.block-productgift .box .bigger {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2rem;
}
.block-productgift .box .form-control {
  border: 1px solid #C3AF70;
  background-color: #f4f0e4;
  color: #123750;
}
.block-productgift .box-middle-line {
  position: relative;
}
.block-productgift .box-middle-line:after {
  content: "";
  position: absolute;
  left: calc(50% - 1px);
  width: 2px;
  background: #C3AF70;
  top: 2rem;
  bottom: 2rem;
}
.block-productgift #giftaccordion_control {
  margin-top: 0.5rem;
  text-align: center;
}
.block-productgift #giftaccordion_control .btn {
  width: 100%;
}
.block-productgift .giftvouchers-preview {
  padding: 4rem 0 2rem 0;
  background: white;
}
.block-productgift .giftvouchers-preview .head {
  text-align: center;
}
.block-productgift .giftvouchers-preview h2 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.25rem;
  font-size: 1.5rem;
  color: #123750;
}
.block-productgift .giftvouchers-preview h3 {
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 1rem;
  color: #496D4F;
  font-size: 1.2rem;
}
.block-productgift .giftvouchers-preview .carousel .carousel-control-prev, .block-productgift .giftvouchers-preview .carousel .carousel-control-next {
  color: #C3AF70;
  opacity: 1;
  bottom: auto;
  height: 40px;
  width: 30px;
  margin-top: -20px;
  top: 50%;
}
.block-productgift .giftvouchers-preview .carousel .carousel-control-prev:hover, .block-productgift .giftvouchers-preview .carousel .carousel-control-next:hover {
  color: #496D4F;
}
.block-productgift .giftvouchers-preview .carousel .carousel-control-prev i, .block-productgift .giftvouchers-preview .carousel .carousel-control-next i {
  font-size: 2rem;
}
.block-productgift .giftvouchers-preview .carousel .carousel-control-prev {
  left: -10px;
}
.block-productgift .giftvouchers-preview .carousel .carousel-control-next {
  right: -10px;
}
.block-productgift .giftvouchers-preview .carousel .carousel-item {
  background: white;
  padding: 0 20px;
  font-weight: bold;
  text-align: center;
}
.block-productgift .giftvouchers-preview .carousel .carousel-item img {
  margin-bottom: 0.5rem;
}
.block-productgift .giftvouchers-preview .carousel .carousel-item > .row {
  height: 100%;
  justify-content: center;
}
.block-productgift .giftvouchers-preview .carousel .carousel-inner .carousel-item-right.active, .block-productgift .giftvouchers-preview .carousel .carousel-inner .carousel-item-next {
  transform: translateX(100%);
}
.block-productgift .giftvouchers-preview .carousel .carousel-inner .carousel-item-left.active, .block-productgift .giftvouchers-preview .carousel .carousel-inner .carousel-item-prev {
  transform: translateX(-100%);
}
@media screen and (min-width: 768px) {
  .block-productgift .giftvouchers-preview .carousel .carousel-inner .carousel-item-right.active, .block-productgift .giftvouchers-preview .carousel .carousel-inner .carousel-item-next {
    transform: translateX(50%);
  }
  .block-productgift .giftvouchers-preview .carousel .carousel-inner .carousel-item-left.active, .block-productgift .giftvouchers-preview .carousel .carousel-inner .carousel-item-prev {
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 992px) {
  .block-productgift .giftvouchers-preview .carousel .carousel-inner .carousel-item-right.active, .block-productgift .giftvouchers-preview .carousel .carousel-inner .carousel-item-next {
    transform: translateX(33.33%);
  }
  .block-productgift .giftvouchers-preview .carousel .carousel-inner .carousel-item-left.active, .block-productgift .giftvouchers-preview .carousel .carousel-inner .carousel-item-prev {
    transform: translateX(-33.33%);
  }
}
.block-productgift .giftvouchers-preview .carousel .carousel-inner .carousel-item-right, .block-productgift .giftvouchers-preview .carousel .carousel-inner .carousel-item-left {
  transform: translateX(0);
}

.block-products .item {
  margin-bottom: 2rem;
}
.block-products .product {
  border: 2px solid #C3AF70;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.block-products .product .collapse-button {
  width: 100%;
  font-size: 1.1rem;
  display: flex;
  line-height: 40px;
}
.block-products .product .collapse-button span {
  width: 40px;
  height: 40px;
  background: center center no-repeat;
  background-size: contain;
  display: none;
}
.block-products .product .collapse-button .icon-plus {
  display: none;
  background-image: url(/domains/ghcgenetics/icon-plus-public.svg);
}
.block-products .product .collapse-button .icon-minus {
  display: block;
  background-image: url(/domains/ghcgenetics/icon-minus-public.svg);
}
.block-products .product .collapse-button.collapsed .icon-plus {
  display: block;
}
.block-products .product .collapse-button.collapsed .icon-minus {
  display: none;
}
.block-products .product img {
  width: 100%;
  height: auto;
}
.block-products .product .text {
  padding: 2rem 2rem 1rem 2rem;
}
.block-products .product .text h3 {
  font-size: 1.5rem;
  font-weight: bold;
  padding-right: 2rem;
}
.block-products .product .text h3, .block-products .product .text h3 a {
  color: #123750;
}
.block-products .product .text h3 a:hover {
  color: #C3AF70;
  text-decoration: underline;
}
.block-products .product .text p {
  margin-bottom: 1rem;
}
.block-products .product .bottom {
  margin-top: auto;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  color: #123750;
  align-items: center;
}
.block-products .product .bottom .right {
  text-align: right;
}
.block-products .product .bottom .btn-primary, .block-products .product .bottom .btn-outline-primary {
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  .block-products .product .bottom .btn-primary, .block-products .product .bottom .btn-outline-primary {
    padding: 0.5rem 2.5rem;
  }
}
.block-products .product .price {
  font-size: 1.25rem;
  font-weight: bold;
}

body.lekari .block-products .product .collapse-button .icon-plus {
  background-image: url(/domains/ghcgenetics/icon-plus-lekari.svg);
}
body.lekari .block-products .product .collapse-button .icon-minus {
  background-image: url(/domains/ghcgenetics/icon-minus-lekari.svg);
}
body.lekari .block-products .product .text h3 a:hover {
  color: #63A4E0;
}

.modal-variants .modal-content {
  border: 2px solid #C3AF70;
  background: #fffdf6;
}
.modal-variants .modal-header {
  border-bottom: none;
}
.modal-variants .modal-body {
  padding: 0;
  text-align: left;
}
.modal-variants .variant-price {
  white-space: nowrap;
}
.modal-variants form {
  display: flex;
  align-items: center;
  margin: 0;
  border-top: 2px solid #f3eedc;
  padding: 1rem;
}

.block-search {
  margin-bottom: 2rem;
}
.block-search p span {
  background: #C4C4C4;
}

.block-soundcloud {
  padding-bottom: 2rem;
}
.block-soundcloud .soundcloud-image {
  margin-bottom: 1rem;
}
.block-soundcloud .soundcloud-text {
  margin-bottom: 2rem;
}
.block-soundcloud .soundcloud-text .published {
  font-size: 0.8rem;
  margin-bottom: 0;
}

.block-subpages .subpage {
  border: 2px solid #C3AF70;
  padding: 2rem;
}
.block-subpages h3 {
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
}

.block-tests {
  padding: 2rem 0;
  background: #f4f0e4;
  color: #123750;
}
.block-tests .head {
  text-align: center;
  margin-bottom: 3rem;
}
.block-tests h2 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1rem;
}
.block-tests .card {
  border: none;
  color: #123750;
  height: 100%;
}
.block-tests .card .card-img-top {
  border: 1em solid white;
  border-bottom: none;
}
.block-tests .card h3 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0;
}
.block-tests .carousel .carousel-control-prev, .block-tests .carousel .carousel-control-next {
  color: #C3AF70;
  opacity: 1;
  bottom: auto;
  height: 40px;
  width: 30px;
  margin-top: -20px;
  top: 50%;
}
.block-tests .carousel .carousel-control-prev:hover, .block-tests .carousel .carousel-control-next:hover {
  color: #123750;
}
.block-tests .carousel .carousel-control-prev i, .block-tests .carousel .carousel-control-next i {
  font-size: 2rem;
}
.block-tests .carousel .carousel-control-prev {
  left: -10px;
}
.block-tests .carousel .carousel-control-next {
  right: -10px;
}
.block-tests .carousel .carousel-item {
  background: #f4f0e4;
  padding: 0 20px;
}
.block-tests .carousel .carousel-item > .row {
  height: 100%;
  justify-content: center;
}
.block-tests .carousel .carousel-inner .carousel-item-right.active, .block-tests .carousel .carousel-inner .carousel-item-next {
  transform: translateX(100%);
}
.block-tests .carousel .carousel-inner .carousel-item-left.active, .block-tests .carousel .carousel-inner .carousel-item-prev {
  transform: translateX(-100%);
}
@media screen and (min-width: 768px) {
  .block-tests .carousel .carousel-inner .carousel-item-right.active, .block-tests .carousel .carousel-inner .carousel-item-next {
    transform: translateX(50%);
  }
  .block-tests .carousel .carousel-inner .carousel-item-left.active, .block-tests .carousel .carousel-inner .carousel-item-prev {
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 992px) {
  .block-tests .carousel .carousel-inner .carousel-item-right.active, .block-tests .carousel .carousel-inner .carousel-item-next {
    transform: translateX(33.33%);
  }
  .block-tests .carousel .carousel-inner .carousel-item-left.active, .block-tests .carousel .carousel-inner .carousel-item-prev {
    transform: translateX(-33.33%);
  }
}
.block-tests .carousel .carousel-inner .carousel-item-right, .block-tests .carousel .carousel-inner .carousel-item-left {
  transform: translateX(0);
}

.block-text {
  padding-bottom: 2rem;
}
.block-text .img {
  background: #C4C4C4;
  margin-bottom: 1rem;
}
.block-text .text-wo-media .col-text {
  margin-top: 2rem;
}
.block-text .text-wo-media .col-text .h1, .block-text .text-wo-media .col-text .h2 {
  text-align: center;
}
.block-text .more {
  margin-top: 2rem;
}
.block-text .like_home .limit-text.limited:after {
  background: linear-gradient(180deg, rgba(244, 240, 228, 0) 0%, #f4f0e4 100%);
}
.block-text .like_home.genopedie .limit-text.limited:after {
  background: linear-gradient(180deg, rgba(244, 240, 228, 0) 0%, #f4f0e4 100%);
}

@media screen and (min-width: 768px) {
  .image_right .col-image {
    order: 2;
  }
  .image_right .col-text {
    order: 1;
  }
}
#home .block-text, #lekari .block-text, .block-text .like_home {
  background: #f4f0e4;
  color: #123750;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#home .block-text h3, #lekari .block-text h3, .block-text .like_home h3 {
  color: #123750 !important;
}
#home .block-text .more .btn-primary:hover, #home .block-text .more .btn-primary:focus, #home .block-text .more .btn-primary:active, #lekari .block-text .more .btn-primary:hover, #lekari .block-text .more .btn-primary:focus, #lekari .block-text .more .btn-primary:active, .block-text .like_home .more .btn-primary:hover, .block-text .like_home .more .btn-primary:focus, .block-text .like_home .more .btn-primary:active {
  background-color: #123750;
}

.block-text .like_home.genopedie {
  background: #f4f0e4;
}
.block-text .like_home.genopedie .more .btn-primary:hover, .block-text .like_home.genopedie .more .btn-primary:focus, .block-text .like_home.genopedie .more .btn-primary:active {
  background-color: #123750;
}

.block-userdashboard .card {
  border: 2px solid #C3AF70;
  border-radius: 0;
}
.block-userdashboard .card-header {
  background: transparent;
  border: none;
}
.block-userdashboard .card-header h3 {
  text-align: center;
  font-weight: bold;
  position: relative;
}
.block-userdashboard .card-header h3 .badge-primary {
  position: absolute;
  background: #C3AF70;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  padding: 0;
  font-size: 0.8rem;
  line-height: 22px;
  margin-left: 5px;
}
.block-userdashboard .card-body .input-group .form-control {
  border-color: #C3AF70;
  border-radius: 20px 0 0 20px;
}
.block-userdashboard .table-results td, .block-userdashboard .table-results th {
  padding: 0.75rem 0;
  border: none;
}
.block-userdashboard .table-results tbody tr.item td {
  border-top: 1px solid #123750;
}
.block-userdashboard .table-results .btn-sm {
  padding: 0.25rem 0.5rem;
}

.block-userorders .order {
  border: 2px solid #C3AF70;
  margin-bottom: 2rem;
  padding: 1.5rem;
}
.block-userorders .header {
  margin-bottom: 1rem;
}
.block-userorders .header .col-info strong {
  font-size: 1.25rem;
  font-weight: bold;
}
.block-userorders .header .col-info .created {
  color: #496D4F;
}
.block-userorders .header .col-info .state {
  background: #C3AF70;
  color: white;
  font-size: 0.75rem;
  padding: 0.1rem 0.4rem;
  border-radius: 3px;
  position: absolute;
  margin: -2px 0 0 5px;
}
.block-userorders .header .col-info .state-new {
  background: #ba0008;
}
.block-userorders .header .col-info .state-pickup_ready {
  background: #496D4F;
}
.block-userorders .header .col-info .state-finished {
  background: #C3AF70;
}
.block-userorders .header .col-total {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: right;
}
.block-userorders .item {
  border-bottom: 1px solid #C3AF70;
}
.block-userorders .item .first {
  border-top: 1px solid #C3AF70;
}
.block-userorders .item > div {
  padding: 0.25rem 0;
}
.block-userorders .item .col-price {
  text-align: right;
}
.block-userorders .footer {
  margin-top: 2rem;
  text-align: right;
}

.block-usp {
  margin: 2rem 0;
}
.block-usp .usp {
  /*border: 2px solid $color-gold;*/
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.block-usp .usp .col-icon {
  flex: 0 0 40%;
  max-width: 40%;
}
.block-usp .usp .col-text {
  flex: 0 0 60%;
  max-width: 60%;
}
@media screen and (min-width: 576px) {
  .block-usp .usp {
    flex-direction: column;
    align-items: center;
  }
  .block-usp .usp .col-icon, .block-usp .usp .col-text {
    display: block;
    max-width: 100%;
  }
}
.block-usp .usp img {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.block-usp .usp span.heading {
  font-weight: bold;
  display: block;
  margin-bottom: 0.5rem;
}
.block-usp .carousel .carousel-control-prev, .block-usp .carousel .carousel-control-next {
  color: #C3AF70;
  opacity: 1;
  width: 30px;
}
.block-usp .carousel .carousel-control-prev:hover, .block-usp .carousel .carousel-control-next:hover {
  color: #123750;
}
.block-usp .carousel .carousel-control-prev i, .block-usp .carousel .carousel-control-next i {
  font-size: 2rem;
}
.block-usp .carousel .carousel-control-prev {
  left: -10px;
}
.block-usp .carousel .carousel-control-next {
  right: -10px;
}
.block-usp .carousel .carousel-item {
  background: white;
  padding: 0 20px;
}
.block-usp .carousel .carousel-item > .row {
  height: 100%;
  justify-content: center;
}
.block-usp .carousel .carousel-inner .carousel-item-right.active, .block-usp .carousel .carousel-inner .carousel-item-next {
  transform: translateX(100%);
}
.block-usp .carousel .carousel-inner .carousel-item-left.active, .block-usp .carousel .carousel-inner .carousel-item-prev {
  transform: translateX(-100%);
}
@media screen and (min-width: 576px) {
  .block-usp .carousel .carousel-inner .carousel-item-right.active, .block-usp .carousel .carousel-inner .carousel-item-next {
    transform: translateX(50%);
  }
  .block-usp .carousel .carousel-inner .carousel-item-left.active, .block-usp .carousel .carousel-inner .carousel-item-prev {
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .block-usp .carousel .carousel-inner .carousel-item-right.active, .block-usp .carousel .carousel-inner .carousel-item-next {
    transform: translateX(33.33%);
  }
  .block-usp .carousel .carousel-inner .carousel-item-left.active, .block-usp .carousel .carousel-inner .carousel-item-prev {
    transform: translateX(-33.33%);
  }
}
@media screen and (min-width: 992px) {
  .block-usp .carousel .carousel-inner .carousel-item-right.active, .block-usp .carousel .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }
  .block-usp .carousel .carousel-inner .carousel-item-left.active, .block-usp .carousel .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}
.block-usp .carousel .carousel-inner .carousel-item-right, .block-usp .carousel .carousel-inner .carousel-item-left {
  transform: translateX(0);
}

.block-vipgalleries {
  padding-bottom: 2rem;
}
.block-vipgalleries .row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.block-vipgalleries .row > div {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.block-vipgalleries a {
  display: block;
  margin-bottom: 1rem;
}
.block-vipgalleries a img {
  border-radius: 1rem;
}

@media screen and (min-width: 768px) {
  .main {
    padding-bottom: 2rem;
  }
}

.main h1, .block-text .h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.main h2, .block-text .h2 {
  font-size: 1.3rem;
  font-weight: normal;
  color: #496D4F;
  margin-bottom: 2rem;
  margin-top: -2rem;
}

.main h1 {
  margin-top: 1rem;
}

.custom-check, .custom-radio {
  padding-left: 0;
}
.custom-check input, .custom-radio input {
  display: none;
}
.custom-check .custom-control-label, .custom-radio .custom-control-label {
  position: relative;
  padding-left: 2.5rem;
  cursor: pointer;
  display: flex;
  height: 1.8rem;
  align-items: center;
}
.custom-check .custom-control-label a, .custom-radio .custom-control-label a {
  margin-inline: 0.3rem;
}
.custom-check .custom-control-label:before, .custom-check .custom-control-label:after, .custom-radio .custom-control-label:before, .custom-radio .custom-control-label:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.8rem;
  height: 1.8rem;
  border: 2px solid #C3AF70;
  border-radius: 100%;
}
.custom-check .custom-control-label:before, .custom-radio .custom-control-label:before {
  background: transparent;
}
.custom-check .custom-control-label:after, .custom-radio .custom-control-label:after {
  font-family: "Font Awesome 5 Free", "sans-serif";
  font-weight: 900;
  content: "\f00c";
  line-height: 1.8rem;
  text-align: center;
  background: #C3AF70 !important;
  color: white;
  display: none;
}
.custom-check .custom-control-input:checked ~ .custom-control-label:after, .custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  display: block;
}
.custom-check .custom-control-input:focus ~ .custom-control-label::before, .custom-radio .custom-control-input:focus ~ .custom-control-label::before {
  border-color: #C3AF70 !important;
  box-shadow: 0 0 0 0.2rem rgba(195, 175, 112, 0.25);
}
.custom-check .custom-control-input:checked ~ .custom-control-label::before, .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #C3AF70 !important;
}

body.lekari .custom-check .custom-control-label:before, body.lekari .custom-check .custom-control-label:after, body.lekari .custom-radio .custom-control-label:before, body.lekari .custom-radio .custom-control-label:after {
  border-color: #63A4E0;
}
body.lekari .custom-check .custom-control-label:after, body.lekari .custom-radio .custom-control-label:after {
  background: #63A4E0 !important;
}

.text-columns {
  gap: 3rem;
}

@media screen and (min-width: 992px) {
  .text-columns-2 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.pagination .page-link {
  color: #C3AF70;
  border-color: #C3AF70;
}
.pagination .page-item.active .page-link {
  background: #123750;
  border-color: #C3AF70;
}
.pagination .page-item.disabled .page-link {
  border-color: #C3AF70;
}

.product-how h2 {
  font-weight: bold;
}
.product-how .item {
  position: relative;
}
.product-how .item:after {
  content: "";
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  border-left: 1px dashed #C3AF70;
}
.product-how .item.item-4:after {
  display: none;
}
.product-how .item .number {
  display: block;
  width: 36px;
  height: 36px;
  border: 2px solid #C3AF70;
  border-radius: 100%;
  line-height: 34px;
  text-align: center;
  position: absolute;
  background: white;
  font-size: 1.25rem;
  font-weight: bold;
  z-index: 1;
  box-shadow: 0 0 0 4px white;
}
.product-how .item .text {
  padding: 0 0 1.5rem calc(36px + 1rem);
  margin-bottom: 0.5rem;
}
.product-how .item .text h3 {
  font-size: 1.25rem;
  font-weight: bold;
}
.product-how .item .text p:last-child {
  margin-bottom: 0;
}

body.lekari a {
  color: #63A4E0;
}
body.lekari a:hover {
  color: #123750;
  text-decoration: none;
}
body.lekari .main h2, body.lekari .block-text .h2 {
  color: #63A4E0;
}
body.lekari .btn-primary {
  background-color: #63A4E0;
  border-color: #63A4E0;
}
body.lekari .btn-primary:hover {
  background-color: #123750;
  border-color: white;
}
body.lekari .btn-primary:focus, body.lekari .btn-primary:active {
  background-color: #123750;
  border-color: #123750;
  box-shadow: 0 0 0 0.2rem rgba(18, 55, 80, 0.5);
}
body.lekari .btn-outline-primary {
  background-color: transparent;
  border-color: #63A4E0;
  padding: 0.5rem 2.5rem;
  color: #63A4E0 !important;
}
body.lekari .btn-outline-primary:hover {
  background-color: #63A4E0;
  border-color: #63A4E0;
  color: white !important;
}
body.lekari .btn-outline-primary:focus, body.lekari .btn-outline-primary:active {
  background-color: #63A4E0;
  border-color: #63A4E0;
  box-shadow: 0 0 0 0.2rem rgba(99, 164, 224, 0.5);
}
body.lekari .pagination .page-link {
  color: #63A4E0;
  border-color: #63A4E0;
}
body.lekari .pagination .page-item.active .page-link {
  background: #123750;
  border-color: #63A4E0;
}
body.lekari .pagination .page-item.disabled .page-link {
  border-color: #63A4E0;
}
body.lekari .product-how .carousel-indicators li {
  background: #63A4E0;
}
body.lekari .box {
  border-color: #63A4E0;
}
body.lekari .custom-check .custom-control-label:before, body.lekari .custom-check .custom-control-label:after {
  border-color: #63A4E0;
}
body.lekari .custom-check .custom-control-label:after {
  background: #63A4E0;
}
body.lekari .custom-check .custom-control-input:focus ~ .custom-control-label::before {
  border-color: #63A4E0 !important;
  box-shadow: 0 0 0 0.2rem rgba(99, 164, 224, 0.25);
}
body.lekari .block-media section h1 {
  color: #63A4E0;
}
body.lekari .block-media .article, body.lekari .block-categories .category, body.lekari .block-products .product {
  border-color: #63A4E0;
}
body.lekari .block-files a {
  background: #63A4E0;
}
body.lekari .block-files a:hover {
  background: #123750 !important;
}
body.lekari .block-usp .carousel .carousel-control-next, body.lekari .block-usp .carousel .carousel-control-prev, body.lekari .block-tests .carousel .carousel-control-next, body.lekari .block-tests .carousel .carousel-control-prev, body.lekari .block-people .carousel .carousel-control-next, body.lekari .block-people .carousel .carousel-control-prev, body.lekari .block-product .carousel .carousel-control-next, body.lekari .block-product .carousel .carousel-control-prev, body.lekari .block-productbeh .product-when .carousel .carousel-control-next, body.lekari .block-productbeh .product-when .carousel .carousel-control-prev {
  color: #63A4E0;
}
body.lekari .block-usp .carousel .carousel-control-next:hover, body.lekari .block-usp .carousel .carousel-control-prev:hover, body.lekari .block-tests .carousel .carousel-control-next:hover, body.lekari .block-tests .carousel .carousel-control-prev:hover, body.lekari .block-people .carousel .carousel-control-next:hover, body.lekari .block-people .carousel .carousel-control-prev:hover, body.lekari .block-product .carousel .carousel-control-next:hover, body.lekari .block-product .carousel .carousel-control-prev:hover, body.lekari .block-productbeh .product-when .carousel .carousel-control-next:hover, body.lekari .block-productbeh .product-when .carousel .carousel-control-prev:hover {
  color: #123750;
}

#lekari .block-usp .usp {
  border-color: #63A4E0;
}
#lekari .block-aboutus .box {
  border-color: #63A4E0;
}
#lekari .block-aboutus .box-2 {
  background: #63A4E0;
}
#lekari .block-text {
  background: #63A4E0;
}

#scroll-top {
  width: 40px;
  height: 40px;
  z-index: 1;
  line-height: 40px;
  border-radius: 100%;
  background: #C3AF70;
  color: white;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#scroll-top:hover {
  background: #496D4F;
  color: white !important;
}
@media screen and (min-width: 1360px) {
  #scroll-top {
    right: 50%;
    transform: translate(620px);
  }
}

body.lekari #scroll-top {
  background: #63A4E0;
}
body.lekari #scroll-top:hover {
  background: #123750;
  color: white !important;
}

.limit-text {
  overflow: hidden;
}
.limit-text.limited {
  position: relative;
}
.limit-text.limited:after {
  content: "";
  position: absolute;
  height: 36px;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

#uid-person .main {
  padding-bottom: 0;
}
#uid-person .block-text .text-wo-media .col-text {
  margin-top: 0;
}

#popup .modal-content, #popup .modal-header, #popup .modal-footer {
  border: none;
}
#popup .modal-header h5 {
  color: #123750;
}
#popup .modal-body {
  text-align: center;
  padding: 0;
}
#popup .modal-body img {
  width: 100%;
  height: auto;
  display: block;
}
#popup .modal-body .text {
  padding: 1rem 1rem 0 1rem;
}
#popup .modal-footer {
  justify-content: center;
}

body.lekari #popup .modal-header h5 {
  color: #63A4E0;
}

a.youtube {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  display: block;
}
a.youtube i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  padding: 0.5rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  transition: transform 75ms ease-in-out;
}
a.youtube:hover i {
  transform: translate(-50%, -50%) scale(1.1);
}

.custom-control-extra {
  margin-right: 2rem;
}
.custom-control-extra .custom-control-label {
  padding-left: 2rem;
  line-height: 1.4rem;
}
.custom-control-extra .custom-control-label::after, .custom-control-extra .custom-control-label::before {
  width: 1.4rem;
  height: 1.4rem;
  line-height: 1.4rem;
}

.card {
  border-radius: 0;
}

.radios {
  display: flex;
  align-items: center;
  margin-right: 3rem;
}
.radios .radios-label {
  margin: 0;
}
.radios .radios-input input {
  display: none;
}
.radios .radios-input label {
  height: 34px;
  width: 34px;
  display: inline-block;
  border-radius: 100%;
  border: 2px solid #C3AF70;
  line-height: 32px;
  text-align: center;
  margin: 0 0 0 1rem;
  padding: 0 1px 0 0;
  cursor: pointer;
  font-weight: bold;
}
.radios .radios-input input:checked + label, .radios .radios-input input:disabled:checked + label {
  background: #C3AF70;
  border-color: #C3AF70;
  color: white;
}
.radios .radios-input input:disabled + label {
  background: #C4C4C4;
  border-color: #C4C4C4;
}
.radios .radios-input-gold label {
  background: #C3AF70;
  border-color: #C3AF70;
  color: #C3AF70;
}
.radios .radios-input-gold input:disabled:checked + label, .radios .radios-input-gold input:checked + label {
  background: #C3AF70;
  color: white;
}
.radios .radios-input-blue label {
  background: #123750;
  border-color: #123750;
  color: #123750;
}
.radios .radios-input-blue input:disabled:checked + label, .radios .radios-input-blue input:checked + label {
  background: #123750;
  border-color: #123750;
  color: white;
}

.form-captcha .form-captcha-input {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.form-captcha .form-captcha-input label {
  min-width: 105px;
  margin-bottom: 8px !important;
  margin-top: 8px !important;
}
.form-captcha .form-captcha-input img {
  margin-right: 5px;
}
.form-captcha.captcha-invalid label {
  color: #dc3545;
}
.form-captcha.captcha-invalid input {
  border-color: #dc3545;
}
.form-captcha .refresh {
  margin-right: 5px;
  cursor: pointer;
}

.limit-text-button {
  margin-bottom: 1rem !important;
}

#limsresults {
  min-height: 100%;
  background: url(/domains/ghcgenetics/lims-background.jpg) center center no-repeat;
  background-size: cover;
  color: white;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#limsresults .card {
  background: transparent;
  border: 1px solid white;
  margin-bottom: 1rem;
}
#limsresults h1 {
  font-size: 25px;
  text-transform: uppercase;
  max-width: 13em;
}
@media screen and (min-width: 992px) {
  #limsresults h1 {
    font-size: 32px;
  }
}
#limsresults h2, #limsresults dt {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
}
#limsresults dd {
  margin-bottom: 1.5rem;
  font-weight: bold;
}
#limsresults dl {
  line-height: 1.5rem;
  margin-bottom: 2rem;
}
#limsresults .footer {
  margin-top: 3rem;
}
#limsresults .footer h2 {
  max-width: 16rem;
  margin-bottom: 2rem;
}
#limsresults .footer a {
  color: white;
}
#limsresults .footer a:hover {
  color: #63A4E0;
}
#limsresults .footer .row {
  align-items: center;
}
#limsresults .footer .row > div {
  height: 100%;
}
#limsresults .footer .contact {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
#limsresults .footer .contact .icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  margin-right: 2rem;
  background: center center no-repeat;
  border: 2px solid #63A4E0;
  border-radius: 100%;
  display: block;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #limsresults .footer .contact .icon {
    margin-right: 1rem;
  }
}
#limsresults .footer .contact.phone .icon {
  background-image: url(/domains/ghcgenetics/icon-phone.svg);
  background-size: auto 20px;
}
#limsresults .footer .contact.email .icon {
  background-image: url(/domains/ghcgenetics/icon-email.svg);
  background-size: auto 13px;
}
#limsresults .footer .contact.address .icon {
  background-image: url(/domains/ghcgenetics/icon-address.svg);
  background-size: auto 20px;
  background-position: 9px center;
}
#limsresults .footer .contact p {
  margin: 0;
}

.phone_with_prefix select {
  background-color: #f4f0e4 !important;
  outline: 3px solid white;
  outline-offset: -5px;
  border-right-color: white !important;
  max-width: 120px;
  font-size: 0.75rem;
  height: 38px;
  font-weight: bold;
}
.phone_with_prefix select + input {
  border-left: none !important;
}

.embed-google-map {
  margin-bottom: 2rem;
}
.embed-google-map:before {
  padding-top: 50% !important;
}
@media screen and (min-width: 992px) {
  .embed-google-map:before {
    padding-top: 75% !important;
  }
}

input::-moz-placeholder {
  color: transparent !important;
}

input::placeholder {
  color: transparent !important;
}

.block-white {
  background: white !important;
}

.block-inverse {
  background: #f4f0e4 !important;
}

.login_or {
  position: relative;
  isolation: isolate;
}
.login_or span {
  background: white;
  padding: 0.25rem 1rem;
}
.login_or:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  height: 2px;
  z-index: -1;
  background: #C3AF70;
}
