*,
*::before,
*::after {
  box-sizing: border-box;
}

/* #region FIRST VERSION */
body {
  font-family: "Roboto Condensed", sans-serif;
  background-color: #eee;
  color: #333333;
}

.ol-black {
  color: black;
}

.ol-blue {
  color: rgb(81, 111, 180);
}

.ol-orange {
  color: rgb(243, 147, 37);
}

.ol-logo {
  -ms-flex: 0 0 260px;
  -webkit-flex: 0 0 260px;
  flex: 0 0 260px;
}

.ol-redphone {
  display: inline-block;
  height: 45px;
  padding-top: 4px;
  margin-right: 15px;
  z-index: 12;
}

.ol-redphone,
.ol-redphone a,
.ol-redphone a:hover {
  color: red;
  font-weight: 700;
  font-size: larger;
  /*text-decoration: none;*/
}

.ol-is-open {
  display: block;
  height: 20px;
  line-height: 0.8em;
  position: relative;
  top: -6px;
}

.ol-is-open.ol-is-closed {
  display: none;
}

.ol-mobile-phone {
  background-color: #eee;
  margin-left: -30px;
  margin-right: -30px;
  padding-top: 5px;
  justify-content: center;
  align-items: center;
  align-content: center;
}

@media (max-width: 767px) {
  .ol-mobile-phone {
    flex-direction: column;
  }
}
.ol-request-home {
  display: none;
}
@media (max-width: 991px) {
  .ol-request-home {
    display: block;
  }
}

.ol-request-home-top {
  display: inline-block;
  height: 45px;
}
.ol-request-home-top a {
  color: rgb(150, 10, 68);
  font-size: medium;
  font-weight: 700;
  padding-top: 9px;
  padding-bottom: 9px;
}

.ol-results-link2 {
  display: inline-block;
  height: 45px;
  /*background-color: #EEE;*/
  /*padding-top: 10px;*/
  /*padding-left: 20px;*/
  /*padding-right: 20px;*/
}

.ol-results-link2 a {
  color: rgb(243, 147, 37);
  font-size: medium;
  font-weight: 700;
  padding-top: 9px;
  padding-bottom: 9px;
}

.ol-login-link2 {
  display: inline-block;
  height: 45px;
  /*background-color: #EEE;*/
  /*padding-top: 10px;*/
  /*padding-left: 20px;*/
  margin-right: 10px;
  /*padding-right: 20px;*/
}

.ol-login-link2 a {
  color: rgb(81, 111, 180);
  font-size: medium;
  font-weight: 700;
  padding-top: 9px;
  padding-bottom: 9px;
}

.ol-lang-switch {
  display: inline-block;
  height: 45px;
  background: none;
  padding-top: 13px;
  padding-left: 5px;
  padding-right: 5px;
}

.ol-lang-switch,
.ol-lang-switch a,
.ol-lang-switch a:hover {
  color: #999999;
  font-size: small;
}

.ol-lang-switch.active a,
.ol-lang-switch a:hover {
  color: black;
}

.ol-vdoma-outer {
  margin-right: -15px;
  /*width: 100%;*/
  /*max-width: 100%!important;*/
}

.ol-vdoma {
  background-color: #c74a35;
  color: white;
  text-align: center;
  padding: 5px 10px;
  /*font-size: large;*/
  font-weight: 700;
  letter-spacing: 0.07em;
  word-spacing: 0.1em;
}

.ol-vdoma p {
  margin-bottom: 0;
}

ul.navbar-nav > li.nav-item {
  color: black;
  font-size: larger;
  font-weight: 700;
  line-height: 1.1em;
  letter-spacing: 0;
  padding: 0 !important;
  /*padding-bottom: 0.2em;*/
  /*text-align: center;*/
  /*margin-left: 40px;*/
  /*margin-right: 10px;*/
}

ul.navbar-nav > li.nav-item > a {
  padding: 0 !important;
  padding-bottom: 7px !important;
}

@media (min-width: 992px) {
  ul.navbar-nav > li.nav-item.active {
    border-bottom: 2px solid rgb(243, 147, 37);
  }
  .ol-results-link3,
  .ol-doctors-link3,
  .ol-phone-link3 {
    display: none;
  }
}
.ol-menu-item {
  color: black;
  font-size: larger;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding-bottom: 0.2em;
  text-align: center;
}

.ol-menu-item:hover {
  text-decoration: none;
}

.ol-current {
  border-bottom: 3px solid rgb(243, 147, 37);
}

.ol-wide-banner {
  margin-left: -30px;
  margin-right: -30px;
  /*margin-bottom: 30px;*/
}

iframe {
  width: 100%;
  height: 50vh;
  min-height: 300px;
  border: none;
}
iframe.n-googlemaps {
  border-top: 1px solid #bbb;
  border-bottom: 2px solid #bbb;
}

img.ol-fluid {
  width: 100%;
  height: auto;
}

.ol-howworks {
  line-height: 1.1em;
}

.ol-gray-bg {
  background-color: #f7f7f7;
}

.ol-transparent-bg {
  background: none;
}

.ol-advantage {
  background-color: white;
  text-align: left;
  cursor: pointer;
  -moz-transition: all linear 0.25s;
  -o-transition: all linear 0.25s;
  -webkit-transition: all linear 0.25s;
  transition: all linear 0.25s;
}

.ol-advantage:hover {
  -moz-transform: scale(1.02, 1.02);
  -ms-transform: scale(1.02, 1.02);
  -o-transform: scale(1.02, 1.02);
  -webkit-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.7);
}

.ol-advantage-pic {
  width: 100%;
  padding-bottom: 66%;
  background: url(/pic/placeholder.png) no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 8px;
}

.ol-advantage-text {
  padding: 0 10px 10px 10px;
}

.ol-advantage-text p.small {
  color: rgb(81, 111, 180);
  font-size: medium;
  font-family: "Roboto";
}

.ol-icon {
  width: 26px;
  height: 26px;
  vertical-align: central;
  margin-right: 5px;
  padding-top: 4px;
}

.ol-icon-2 {
  width: 48px;
  height: 48px;
  padding-top: 0;
}

.ol-analyses a {
  display: block;
}

.ol-analyses > a {
  color: rgb(243, 147, 37);
  text-transform: uppercase;
  font-weight: 700;
}

.ol-analyses > div > a {
  color: rgb(81, 111, 180);
  font-weight: 700;
}

.ol-analyses > div > div > a {
  color: rgb(81, 111, 180);
}

.ol-analyses div {
  display: none;
  position: relative;
  margin-left: 25px;
}

ul.col_ul,
ul.col_ul ul {
  list-style: none;
}

ul.col_ul {
  margin: 0;
  padding: 0;
}

ul.col_ul ul {
  padding-inline-start: 20px;
}

ul.col_ul > li > span {
  color: rgb(243, 147, 37);
  text-transform: uppercase;
  font-weight: 700;
}

ul.col_ul > li > span:after,
ul.col_ul ul > li > span:after,
ul.col_ul ul ul > li > span:after {
  content: " \f107";
  font-family: "FontAwesome";
}

ul.col_ul ul > li > span,
ul.col_ul ul ul > li > span {
  font-weight: 700;
}

ul.col_ul li.list {
  white-space: pre-line;
}

.column img {
  max-width: 100% !important;
  height: auto !important;
}

#modal-widget .modal-body {
  max-height: calc(100vh - 210px);
  overflow-y: auto;
}

#modal-rfm .modal-dialog {
  max-width: 100% !important;
  width: 100% !important;
  height: 100%;
  margin: 0;
  padding: 0;
}

#modal-rfm .modal-content {
  /*height: auto;
  min-height: 100%;*/
  height: 99%;
  border-radius: 0;
}

#modal-rfm .modal-body {
  height: 99%;
}

.andyp-admin-panel {
  opacity: 0.75;
  position: fixed;
  left: 1px;
  top: 115px;
  z-index: 9999;
}

.andyp-editable {
  min-height: 33px;
  position: relative;
}

.andyp-editable.andyp-highlighted {
  -webkit-box-shadow: inset 0px 0px 0px 1px #f00;
  -moz-box-shadow: inset 0px 0px 0px 1px #f00;
  box-shadow: inset 0px 0px 0px 1px #f00;
}

.andyp-block-edit {
  position: absolute;
  top: 1px;
  left: 1px;
  display: none;
  z-index: 999;
  opacity: 0.75;
}

.andyp-block-save {
  position: absolute;
  top: 1px;
  left: 1px;
  display: none;
  z-index: 999;
}

.andyp-editable.andyp-highlighted .andyp-block-edit {
  display: block;
}

.andyp-editable.andyp-beingedited .andyp-block-edit {
  display: none !important;
}

.andyp-editable.andyp-beingedited .andyp-block-save {
  display: block;
}

.andyp-widget-template {
  display: none;
}

andyp-widget-field {
  display: none;
}

.img-original img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
}

.g-recaptcha,
#g-recaptcha {
  clear: both !important;
}

.ol-recaptcha {
  width: 300px;
  max-height: 80px !important;
  overflow: hidden;
}

.we-g-thumb {
  min-width: 150px;
  max-width: 320px;
  margin: 3px;
}

.we-g-thumb-inner {
  width: 100%;
  padding-bottom: 66.7%;
  /*background-color: gold;*/
  background-image: url("/pic/placeholder.png");
  background-position: center center;
  background-size: cover;
  /*cursor: pointer;*/
}

a:hover .we-g-thumb-inner {
  opacity: 0.85;
}

.we-g-thumb.we-empty {
  height: 0px;
}

.we-g-thumb.we-empty .we-g-thumb-inner {
  background: none;
  cursor: default;
  padding-bottom: 0;
}

/* #endregion */
html,
body {
  overflow-x: hidden;
  background-color: #eee;
}

html,
body {
  scroll-behavior: smooth;
}

.bg-white {
  background-color: #fff;
}

.top-header {
  margin-left: -15px;
  margin-right: -15px;
  padding-right: 15px;
  border-bottom: 1px solid #eee;
}
@media (max-width: 1100px) {
  .top-header {
    margin-left: 0;
    margin-right: 0;
  }
}

.ol-red-strip {
  width: 100vw;
  background-color: #c74a35;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.07em;
  word-spacing: 0.1em;
  text-align: center;
  padding: 5px 10px;
  margin-left: -15px;
  margin-right: -15px;
  text-wrap: balance;
}
.ol-red-strip.blue {
  background-color: #4d72b8;
}
.ol-red-strip a {
  color: #fff;
  text-decoration: none;
}
.ol-red-strip a:hover {
  text-decoration: underline;
}
@media (max-width: 1100px) {
  .ol-red-strip {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 540px) {
  .ol-red-strip {
    font-size: 0.9rem;
  }
}

.ol-body {
  width: 992px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
@media (max-width: 1100px) {
  .ol-body {
    width: 100%;
  }
}

.ol-page-wrapper [data-block-name] {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

@media (max-width: 1100px) {
  .ol-page-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .ol-page-wrapper [data-block-name] {
    max-width: unset;
  }
}
.ol-footer {
  width: 992px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1100px) {
  .ol-footer {
    width: 100%;
  }
}

.ol-gray-bg {
  background-color: #fff;
}

.navbar {
  max-height: 80px;
}

.navbar-brand {
  position: relative;
  bottom: 19px;
}

.ol-advantage {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

@media (max-width: 992px) {
  .navbar {
    max-height: unset;
  }
  .navbar-brand {
    bottom: 0;
    padding-top: 0.5rem !important;
  }
}
@media (max-width: 720px) {
  .navbar-brand > img {
    width: 140px !important;
  }
}
.ol-wide {
  position: relative;
  width: 100%;
  padding-bottom: 43.75%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* #region CART PANEL */
html.cart-open,
body.cart-open {
  overflow-y: hidden !important;
}

.ol-cart-indicator {
  display: inline-block;
  margin-right: 10px;
}
.ol-cart-indicator a {
  color: #516fb4;
  font-size: medium;
  font-weight: 700;
  padding-top: 9px;
  padding-bottom: 9px;
}

tr.a-an td:last-child {
  white-space: nowrap;
}
tr.a-an td:last-child i.fa {
  font-size: 1.4rem;
  color: #aaa;
  cursor: pointer;
}
tr.a-an td:last-child i.fa:hover {
  color: #007bff;
}

.ol-cart-panel {
  position: fixed;
  z-index: 5600;
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 510px;
  background-color: #fff;
  box-shadow: -1px 0 4px rgba(0, 0, 0, 0.25);
  padding: 1rem;
  transform-origin: right center;
  transform: scaleX(0) translateX(1px);
  opacity: 0;
  transition: all 250ms ease-out;
}
body.cart-open .ol-cart-panel {
  transform: none;
  opacity: 1;
}

.ol-cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ol-cart-closer {
  font-size: 2rem;
  color: #aaa;
  cursor: pointer;
}
.ol-cart-closer:hover {
  color: #000;
}

.ol-cart-body i.fa-close {
  font-size: 1.2rem;
  color: #aaa;
  cursor: pointer;
}
.ol-cart-body i.fa-close:hover {
  color: #000;
}

@media (max-width: 640px) {
  .ol-cart-panel {
    width: 100%;
    box-shadow: none;
  }
}
/* #endregion */
/* #region CALCULATOR */
.ol-calc {
  position: fixed;
  z-index: 4500;
  top: 70%;
  transform: translateY(-50%) translateX(-237px);
  left: 0;
  width: 260px;
  height: 40vh;
  min-height: 200px;
  font-size: 0.8rem;
  background-color: #4d72b8;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.95), 0 0 7px rgba(0, 0, 0, 0.3);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  opacity: 0.7;
  transition: transform 250ms ease-out;
}
.ol-calc.open {
  opacity: 1;
  transform: translateY(-50%);
}
.ol-calc.smth {
  opacity: 1;
}
.ol-calc a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.ol-calc-header {
  position: absolute;
  top: 0;
  right: 0;
  height: 24px;
  color: #fff;
  width: 40vh;
  min-width: 200px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  transform-origin: right top;
  transform: translateX(-24px) rotate(-90deg);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.ol-calc-panel {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 50px;
  right: 24px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.ol-calc-body {
  flex: 1 1 auto;
  padding: 0.5em;
  color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
}
.ol-calc-body i.fa {
  cursor: pointer;
  color: #aaa;
}
.ol-calc-body i.fa:hover {
  color: #000;
}
.ol-calc-body .an-price {
  text-align: right;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.67);
  color: #f79433;
}
.ol-calc-body .calc-total {
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  margin: 0.5em 0;
}
.ol-calc-body .calc-total > div:last-child {
  color: #f79433;
}

.ol-calc-sum {
  color: #f79433;
}

.ol-calc-clear {
  position: absolute;
  left: 0;
  right: 30px;
  bottom: 0;
  height: 48px;
  display: none;
  justify-content: center;
  align-items: center;
}
.ol-calc-clear button {
  display: inline-block;
  width: 100%;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  font-weight: 400;
  padding: 0.2em 0.4em;
  margin: 0 0.5em;
  transition: all 200ms ease-out;
}
.ol-calc-clear button:hover {
  border-color: #fff;
  background-color: #fff;
  color: #005bcf;
}

.ol-calc.smth .ol-calc-clear {
  display: flex;
}

.mCSB_container {
  margin-right: 10px !important;
}

/* #endregion */
/* #region GOTO TOP */
.ol-br-buttons {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
}
.ol-br-buttons > * {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4d72b8;
  color: #fff;
  cursor: pointer;
  margin-bottom: 5px;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 8;
  opacity: 0.5;
  transition: all 200ms ease-out;
}
.ol-br-buttons > *:hover {
  opacity: 1;
}

.de-request-home img {
  width: 40px;
}

body.de-scroll .ol-br-buttons > * {
  display: flex;
}

/* #endregion */
/* #region REQUEST HOME */
.ol-request-backdrop {
  position: fixed;
  z-index: 6000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(6px);
  display: none;
}

.ol-request-panel {
  position: fixed;
  z-index: 6100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  width: 500px;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.75), 0 0 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 1.5rem;
  transition: all 250ms ease-out;
}
.ol-request-panel .ol-request-panel-closer {
  position: absolute;
  top: 0rem;
  right: 0.75rem;
  font-size: 2rem;
  cursor: pointer;
  color: #aaa;
}
.ol-request-panel .ol-request-panel-closer:hover {
  color: #000;
}
.ol-request-panel form label,
.ol-request-panel form input {
  display: block;
}
.ol-request-panel form label {
  margin-bottom: 1rem;
}
.ol-request-panel form input {
  display: block;
  width: 100%;
  margin-top: 0.2rem;
}
.ol-request-panel form label.m21-checkbox {
  cursor: pointer;
}
.ol-request-panel form label.m21-checkbox input[type=checkbox] {
  display: none;
}
.ol-request-panel form label.m21-checkbox span::before {
  content: "\f00c";
  display: inline-block;
  position: relative;
  bottom: 1px;
  width: 1.3em;
  height: 1.3em;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: white;
  color: #ddd;
  text-align: center;
  padding-top: 1px;
  margin-right: 0.3em;
  font-family: "FontAwesome";
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
  transition: all ease-out 200ms;
}
.ol-request-panel form label.m21-checkbox input:checked + span::before {
  border-color: #4d72b8;
  background-color: #4d72b8;
  color: white;
}
.ol-request-panel form label.m21-checkbox > small {
  display: block;
  margin-left: 1.95em;
}
@media (max-width: 640px) {
  .ol-request-panel {
    height: 100%;
    width: 100%;
    border-radius: 0;
  }
}

.request-open {
  overflow: hidden;
}
.request-open .ol-request-backdrop {
  display: block;
}
.request-open .ol-request-panel {
  transform: translate(-50%, -50%);
  opacity: 1;
  overflow-y: auto;
}

/* #endregion */
/* #region COVID */
.covid .c-cols {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
}
.covid .c-cols .c-col {
  flex: 0 1 40%;
  text-align: center;
}
.covid .c-cols .c-col .c-point {
  height: 100%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.2rem;
  padding: 1rem;
}
.covid .c-cols .c-col .c-point img {
  height: 55px !important;
  margin: 1rem auto 1rem auto;
}
@media (max-width: 767px) {
  .covid .c-cols {
    flex-direction: column;
    align-items: stretch;
  }
  .covid .c-cols .c-col {
    margin-bottom: 2rem;
  }
}
.covid .c-block {
  margin: 2rem 0;
  border: 2px solid #516fb4;
}
.covid .c-block .c-header {
  font-size: 1.5rem;
  background-color: #516fb4;
  color: #fff;
  padding: 0.5rem 1rem;
}
.covid .c-block .c-subheader {
  padding: 1rem;
  font-weight: 700;
}
.covid .c-block .c-content {
  padding: 0 1rem 0 1rem;
  display: none;
}
.covid .c-block .c-content ul {
  margin-left: 0;
  margin-bottom: 1rem;
  padding-left: 1.2rem;
}
.covid .c-block .c-content ul li:not(:last-child) {
  margin-bottom: 0.75rem;
}
.covid .c-block a.c-more {
  display: block;
  text-align: right;
  padding: 1rem 1rem 1rem 1rem;
}
.covid .c-request {
  margin-top: 2rem;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 2rem;
  background-color: #4d72b8;
  color: rgba(255, 255, 255, 0.8);
  padding: 0.25rem 30px 1rem 30px;
  text-align: center;
  font-size: 1.25rem;
  cursor: pointer;
}
.covid .c-request img {
  display: block;
  height: 60px;
  margin: auto;
}
.covid .c-request:hover {
  color: #fff;
}
.covid h2 {
  margin-bottom: 1.5rem;
}
.covid .column p {
  text-align: justify;
}

/* #endregion */
/* #region NEWS THUMBS */
.news-thumbs {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-left: -5px;
}
.news-thumbs .thumb {
  flex: 1 1 20%;
  min-width: 70px;
  max-width: 150px;
  margin-left: 5px;
  margin-bottom: 5px;
}
.news-thumbs .thumb > a {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background-color: #eee;
}
.news-thumbs .thumb > a > img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  object-fit: contain !important;
}

/* #endregion */
/* #region YOUTUBE */
.youtube {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--c-black);
}
.youtube::before {
  content: "";
  display: block;
  background-color: transparent;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  min-height: unset !important;
}

/* #endregion */
@media (min-width: 993px) {
  .top-header {
    position: fixed;
    z-index: 5000;
    top: 0;
    width: 100%;
    transition: opacity 250ms ease-out;
  }
  .ol-red-strip {
    position: fixed;
    z-index: 5000;
    top: 126px;
    width: 100%;
    transition: opacity 250ms ease-out;
  }
  .ol-page-wrapper {
    padding-top: 160px;
  }
  body.de-scroll-100 .top-header,
  body.de-scroll-100 .ol-red-strip {
    opacity: 0.85;
  }
  body.de-scroll-100 .top-header:hover,
  body.de-scroll-100 .ol-red-strip:hover {
    opacity: 1;
  }
  .modal {
    z-index: 6100;
  }
}
.mfp-wrap {
  z-index: 6500 !important;
}

.modal.show#modal-results {
  padding-right: 0 !important;
  backdrop-filter: blur(6px);
  z-index: 6500;
}

.tac {
  text-align: center;
}

.an-note-1 {
  color: rgb(8, 169, 134);
}
.an-note-1 em {
  background-color: rgb(8, 169, 134);
}

.an-note-2 {
  color: rgb(227, 129, 17);
}
.an-note-2 em {
  background-color: rgb(227, 129, 17);
}

.an-note-3 {
  color: rgb(191, 14, 197);
}
.an-note-3 em {
  background-color: rgb(191, 14, 197);
}

.an-note-1 em,
.an-note-2 em,
.an-note-3 em {
  display: inline-block;
  position: relative;
  top: -0.1em;
  font-size: 0.75em;
  font-weight: 700;
  font-style: normal;
  width: 1.4em;
  height: 1.4em;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  cursor: default;
}