@import url(https://fonts.googleapis.com/css?family=Montserrat:400,600,800|Roboto:400,600|Open+Sans:400,600&display=swap&subset=cyrillic);html {
  font-size: calc( 10px + 1vw );
  height: 100%;
  box-sizing: border-box;
}

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

body {
  min-height: 100%;
  padding: 90px 0 0 0;
  margin: 0;
  position: relative;
  background-color: #F2F5FA;
  font-family: Roboto;
  font-size: 16px;
}

body::after {
  content: "";
  display: block;
  height: 60px;
  /* Set same as footer's height */
}

@media (max-width: 500px) {
  body::after {
    height: 150px;
    /* Set same as footer's height */
  }
}

.grecaptcha-badge {
  visibility: collapse !important;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.button,
input[type=submit],
label.button,
div.submit {
  cursor: pointer;
  transition: all 0.5s;
}

.container {
  width: 100%;
  padding: 0 15px;
  max-width: calc(1240px + 30px);
}

@media (max-width: 1240px) {
  .container {
    max-width: 925px;
  }
}

.wrapper {
  justify-content: center;
  display: flex;
}

.menu a,
.menu span,
.menu1 a,
.menu1 span {
  position: relative;
  text-decoration: none;
  text-align: center;
}

.menu a:hover,
.menu1 a:hover {
  text-shadow: 1px 0 0 currentColor;
}

@media (min-width: 500px) {
  .menu a:after,
  .menu a:before,
  .menu1 a:after,
  .menu1 a:before {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border: 1px solid rgba(3, 155, 229, 0);
    bottom: 0px;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    transition: all 500ms;
    width: 0;
  }

  .menu a:hover:after,
  .menu a:hover:before,
  .menu1 a:hover:after,
  .menu1 a:hover:before {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-color: #039BE5;
    transition: width 500ms;
    width: 100%;
  }

  .menu a:hover:before,
  .menu1 a:hover:before {
    bottom: auto;
    top: 0;
    width: 100%;
  }
}

.mobileheading,
.mobilemenu {
  display: none;
}

.section.preheader {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #006DB3;
}

.section.preheader .container {
  width: 100%;
  margin: 5px 65px;
}

.section.preheader .container .menu {
  display: flex;
  flex-flow: row;
}

.section.preheader .container .menu a,
.section.preheader .container .menu span {
  font-family: Open Sans;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
  line-height: 20px;
  color: #FFFFFF;
  margin-right: 46px;
}

.section.header {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
}

.section.header .container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 8px 65px;
}

.section.header .container .logo img {
  display: flex;
  flex-flow: column;
  width: 220px;
  height: 40px;
}

.section.header .container .menu {
  display: flex;
  flex-grow: 1;
  flex-flow: row;
}

.section.header .container .menu a,
.section.header .container .menu span {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 40px;
  padding: 0 20px;
  color: #003E66;
  text-decoration: none;
  display: inline-block;
}

.section.header .container .button {
  display: flex;
  flex-flow: column;
  width: 210px;
  height: 40px;
  background-color: #00C853;
  border-radius: 2px;
  font-family: Open Sans;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 23px;
  text-align: center;
  white-space: nowrap;
  color: #FFFFFF;
}

.section.header .container .button a {
  text-decoration: none;
}

.section.header .container .button:hover {
  background-color: #009B40;
}

.section.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F7FAFF;
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 60px;
  border-top: 1px solid #039BE5;
  padding: 15px;
}

.section.footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #003E66;
  display: flex;
  align-items: center;
}

.section.footer .container .menu1 {
  display: flex;
  flex-flow: row;
  order: 1;
}

@media (max-width: 500px) {
  .section.footer .container .menu1 {
    width: 100%;
    justify-content: flex-start;
  }
}

.section.footer .container .menu1 a,
.section.footer .container .menu1 span {
  text-decoration: none;
  padding-right: 55px;
  color: #003E66;
}

.section.footer .container .menu1 span {
  display: none;
}

.section.footer .container .copyright {
  order: 2;
  text-align: center;
  flex-grow: 1;
}

@media (max-width: 500px) {
  .section.footer .container .copyright {
    order: 3;
    width: 50%;
    text-align: left;
  }
}

.section.footer .container .label {
  padding-right: 15px;
}

.section.footer .container .menu2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  order: 3;
}

@media (max-width: 500px) {
  .section.footer .container .menu2 {
    margin-top: 10px;
    margin-bottom: 10px;
    order: 2;
  }

  .section.footer .container .menu2 div:nth-child(1) {
    width: 100%;
  }
}

.section.footer .container .menu2 img {
  width: 30px;
  padding-right: 5px;
}

@media (max-width: 500px) {
  .section.footer .container {
    padding: 0;
  }

  .section.footer .container .menu1 {
    justify-content: flex-start;
  }

  .section.footer .container .menu1 a,
  .section.footer .container .menu1 span {
    padding: 0;
  }

  .section.footer .container .menu1 span {
    display: initial;
  }

  .section.footer .container .menu2 {
    justify-content: start;
  }
}

.section h2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #003E66;
}

.section.contactform {
  padding: 80px 15px;
  background: #006DB3;
}

.section.contactform > div {
  box-shadow: 0px 0px 10px rgba(27, 52, 64, 0.16);
}

ul.pagination {
  list-style: none;
  text-align: center;
  padding: 0;
  flex-grow: 1;
}

ul.pagination li:first-of-type,
ul.pagination li:last-of-type {
  background: #fff;
  border-radius: 5px;
}

ul.pagination li:first-of-type a,
ul.pagination li:first-of-type span,
ul.pagination li:last-of-type a,
ul.pagination li:last-of-type span {
  color: #000;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.pagination li a {
  color: #000;
}

ul.pagination li.active {
  background: #039BE5;
  color: #fff;
  border-radius: 5px;
}

ul.pagination li {
  display: inline-flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  background: transparent;
}

ul.pagination li a,
ul.pagination li span {
  box-shadow: 3px 3px 10px rgba(6, 28, 38, 0.05);
  text-decoration: none;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  width: 100%;
}

.pageheading {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #003E66;
}

.pagecounter {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #003E66;
  opacity: 0.5;
  white-space: nowrap;
}

.languages {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #003E66;
  opacity: 0.75;
}

.languages .value {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #003E66;
  opacity: 0.5;
}

.rating {
  display: inline-flex;
  align-items: center;
  justify-content: end;
}

.rating .number {
  background-color: #039BE5;
  border-radius: 5px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  padding: 2px;
  margin: 5px 5px 5px 0;
}

.rating .count {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  color: #039BE5;
}

@media (max-width: 500px) {
  body {
    padding-top: 60px;
  }

  .section.preheader,
  .section.header {
    display: none;
  }

  .mobileheading {
    position: fixed;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #006DB3;
    box-shadow: 2px 2px 2px #0003;
    padding: 0 15px;
  }

  .mobileheading .mobilelogo {
    border-radius: 2px;
  }

  .mobileheading .mobilecall {
    background-image: url("/img/icons/phone.svg");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 2px;
    background-color: #00C853;
    width: 40px;
    height: 40px;
  }

  .mobilemenu {
    position: fixed;
    left: -300px;
    top: 0;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-top: 60px;
    width: 300px;
    height: 100vh;
    background-color: #006DB3;
    transition: left 1s;
  }

  .mobilemenu form {
    position: relative;
  }

  .mobilemenu .search {
    padding: 15px;
  }

  .mobilemenu .menu:nth-of-type(2) {
    padding: 15px;
    flex-grow: 1;
  }

  .mobilemenu .menu:nth-of-type(2) a,
  .mobilemenu .menu:nth-of-type(2) span {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    text-decoration: none;
    padding-bottom: 23px;
  }

  .mobilemenu .menu:nth-of-type(3) {
    padding: 30px 15px;
    background-color: #003E66;
  }

  .mobilemenu .menu:nth-of-type(3) a,
  .mobilemenu .menu:nth-of-type(3) span {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    color: #FFFFFF;
    text-decoration: none;
  }

  .mobilemenu.active {
    left: 0;
  }

  button,
  input[type=button] {
    border: none;
    border-radius: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.25s ease-in-out;
  }

  .menu-toggle {
    font-size: 0.875em;
  }

  .menu-toggle:focus {
    outline: thin dotted;
    outline-offset: -2px;
  }

  .icon {
    display: inline-block;
    fill: #fff;
  }

  .icon-menu-toggle {
    font-size: 14px;
    width: 32px;
    height: 32px;
    top: 0;
  }

  /* Animate menu icon (lines). */

  .svg-menu-toggle .line {
    opacity: 1;
    transform: rotate(0) translateY(0) translateX(0);
    transform-origin: 1em 1em;
    transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
  }

  .svg-menu-toggle .line-1 {
    transform-origin: 1em 2.5em;
  }

  .svg-menu-toggle .line-3 {
    transform-origin: 1em 4.5em;
  }

  .menu-toggle.opened .svg-menu-toggle .line-1 {
    transform: rotate(45deg) translateY(0) translateX(0);
  }

  .menu-toggle.opened .svg-menu-toggle .line-2 {
    opacity: 0;
  }

  .menu-toggle.opened .svg-menu-toggle .line-3 {
    transform: rotate(-45deg) translateY(0em) translateX(0em);
  }

  form {
    background-color: #FFFFFF;
    height: 50px;
    display: flex;
    align-items: center;
  }

  input[type=text] {
    border: none;
    height: 100%;
    padding: 15px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
  }

  .search input[type=submit] {
    float: right;
    width: 40px;
    height: 40px;
    background-color: #00C853;
    border: none;
    border-radius: 2px;
    background-image: url("/img/icons/form/search.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
  }
}

.pageheading {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #003E66;
}

#sidebarcontainer {
  width: 295px;
  margin-right: 20px;
}

@media (max-width: 1240px) {
  #sidebarcontainer {
    display: none;
  }
}

.sidebar {
  width: 295px;
}

.sidebar .heading {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #003E66;
  margin-bottom: 10px;
}

.sidebar a {
  text-decoration: none;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #039BE5;
  background-color: #ffffff;
  border-radius: 2px;
  display: flex;
  align-items: center;
}

.sidebar .specialties {
  margin-bottom: 30px;
}

.sidebar .specialties a {
  height: 30px;
  margin-bottom: 5px;
  padding: 10px;
  line-height: 1;
}

.sidebar .specialties a img {
  padding: 0 5px;
}

.sidebar .procedures {
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 30px;
}

.sidebar .procedures a {
  height: 20px;
  margin-bottom: 10px;
}

.sidebar .more-button {
  color: #ffffff;
  background-color: #039BE5;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 40px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
}

#top {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  box-shadow: 3px 3px 10px rgba(6, 28, 38, 0.05);
}

.breadcrumbs {
  height: 20px;
  display: flex;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  width: 100%;
  margin: 20px 0;
}

.breadcrumbs .breadcrumb > .item {
  background-color: #63CCFF;
  color: #ffffff;
  padding: 0 10px;
  height: 100%;
  align-items: center;
  display: flex;
  margin-right: 2px;
  text-decoration: none;
}

.breadcrumbs .breadcrumb:first-of-type .item {
  padding: 0 4px;
}

.breadcrumbs .breadcrumb:last-of-type .item {
  background-color: #ffffff;
  color: #039BE5;
  box-shadow: 2px 2px 5px rgba(6, 28, 38, 0.05);
}

.breadcrumbs a.item:not(.active):hover {
  text-decoration: underline;
}

@media (max-width: 500px) {
  .breadcrumbs {
    display: none;
  }
}

.callform {
  color: #ffffff;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  width: 295px;
}

.callform .form {
  background-color: #039BE5;
  padding: 20px;
}

.callform .form .heading {
  color: #ffffff;
}

.callform .inputs {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}

.callform input[name=phone] {
  flex-grow: 1;
  padding-left: 10px;
}

.callform select[name=country] {
  color: #aaa;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  padding: 10px 0 10px 10px;
}

.callform .button {
  margin-top: 5px;
  background-color: #FF5353;
  height: 44px;
  justify-content: center;
  align-items: center;
  display: flex;
  border: none;
  width: 100%;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  color: #FFFFFF;
}

.callform .button a {
  text-decoration: none;
}

#modalcontainer {
  display: none;
}

#modalcontainer .shade {
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 500px) {
  #modalcontainer .shade {
    top: 0;
    align-items: flex-start;
    padding-top: 110px;
  }
}

#modalcontainer .shade .content {
  position: relative;
  background-color: #fff;
  padding: 30px;
}

#modalcontainer .shade .content #close {
  position: absolute;
  top: -40px;
  width: 40px;
  height: 40px;
  right: 0;
  background: #FF5353;
  border-radius: 2px;
  background-image: url("/img/icons/form/close.svg");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

@media (max-width: 500px) {
  #modalcontainer .shade .content #close {
    right: calc(50% - 20px);
  }
}

.flip-container {
  perspective: 1000px;
}

/* flip the pane when hovered */

.flip-container.hover .flipper {
  transform: rotateY(-180deg);
}

.flip-container,
.front,
.back {
  width: 100%;
  height: 100%;
}

/* flip speed goes here */

.flipper {
  transition: 1s;
  transform-style: preserve-3d;
  position: relative;
}

/* hide back of pane during swap */

.front,
.back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

/* front pane, placed above back */

.front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
}

/* back, initially hidden pane */

.back {
  background-color: #fff;
  transform: rotateY(180deg);
}

.callform {
  /* hide back of pane during swap */
}

.callform .flip-container,
.callform .front,
.callform .back {
  width: 100%;
  height: 160px;
}

.callform .front,
.callform .back {
  background-color: #039BE5;
  padding: 20px;
}

.specialties .visible {
  overflow: hidden;
  transition: height 2s;
}

@media (min-width: 500px) {
  #modalcontainer .contactform > div {
    padding: 10px;
  }
}

.contactform {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contactform > div {
  padding: 45px 35px;
  background-color: #FFFFFF;
  width: 710px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #003E66;
}

@media (max-width: 500px) {
  .contactform > div {
    padding: 30px 15px;
    width: 315px;
  }
}

@media (max-width: 500px) {
  .contactform > div {
    font-size: 18px;
    line-height: 24px;
  }
}

.contactform > div .reviewfields {
  flex-wrap: wrap;
  font-size: 18px;
  line-height: 24px;
}

.contactform > div .heading {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #003E66;
  padding-bottom: 25px;
}

.contactform > div .flip-container {
  height: 260px;
}

@media (max-width: 500px) {
  .contactform > div .flip-container {
    height: 400px;
  }
}

@media (max-width: 500px) {
  .contactform > div .flip-container.review {
    height: 650px;
  }
}

.contactform > div form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 220px;
  margin: 0;
}

@media (min-width: 500px) {
  .contactform > div form .field,
  .contactform > div form span.submit {
    width: 100%;
    max-width: calc(100% / 3 - 10px);
  }
}

@media (max-width: 600px) {
  .contactform > div form .field,
  .contactform > div form span.submit {
    width: 100%;
    margin-bottom: 20px;
  }
}

.contactform > div form .field.file {
  position: relative;
}

.contactform > div form label[for=file] {
  font-size: 12px;
  position: absolute;
  bottom: -6px;
  font-weight: normal;
}

.contactform > div form .progress {
  display: none;
  position: relative;
  width: 100%;
  border: 1px solid #ddd;
  padding: 1px;
  border-radius: 3px;
}

.contactform > div form .bar {
  background-color: #B4F5B4;
  width: 0%;
  height: 20px;
  border-radius: 3px;
}

.contactform > div form .percent {
  position: absolute;
  display: inline-block;
  top: 0;
  font-size: 16px;
  width: 100%;
  text-align: center;
}

.contactform > div form input,
.contactform > div form textarea {
  width: 100%;
  height: 40px;
  padding: 10px;
  background-color: #F7FAFF;
  border: 1px solid rgba(0, 62, 102, 0.5);
  border-radius: 2px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 15px;
}

@media (max-width: 600px) {
  .contactform > div form input,
  .contactform > div form textarea {
    width: 100%;
  }
}

.contactform > div form .name input {
  background-image: url("/img/icons/form/name.svg");
}

.contactform > div form .phone input {
  background-image: url("/img/icons/form/phone.svg");
}

.contactform > div form .email input {
  background-image: url("/img/icons/form/email.svg");
}

.contactform > div form .file input {
  background-image: url("/img/icons/form/file.svg");
}

.contactform > div form .message {
  margin-bottom: 15px;
}

@media (max-width: 500px) {
  .contactform > div form .message {
    margin-bottom: 20px;
  }
}

.contactform > div form .message,
.contactform > div form .message textarea {
  display: block;
  width: 100%;
  height: 100px;
}

.contactform > div form .message textarea {
  background: #F7FAFF;
  border: 1px solid rgba(0, 62, 102, 0.5);
  box-sizing: border-box;
  border-radius: 2px;
}

.contactform > div form .err {
  font-size: 12px;
  color: #f00;
}

.contactform > div form input[type=submit] {
  background-color: #FF5353;
  border-radius: 2px;
  border: none;
  font-size: 13px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 0;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  color: #FFFFFF;
}

.contactform > div form input[type=submit]:hover {
  background-color: #C12D2D;
}

@media (max-width: 500px) {
  .contactform > div.scrolldown {
    padding: 30px 0;
    width: 100%;
  }
}

.searchillness form {
  background-color: #FFFFFF;
  width: 100%;
  height: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5px;
  border: 1px solid #E6EEF2;
}

.searchillness input[type=text] {
  border: none;
  height: 100%;
  padding: 5px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #003E66;
}

.searchillness .submit {
  float: right;
  width: 30px;
  height: 30px;
  background-color: #00C853;
  border: none;
  border-radius: 2px;
  background-image: url("/img/icons/form/search.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}

.searchillness .submit:hover {
  background-color: #009B40;
}

.searchillness .submit.close {
  background-image: url("/img/icons/form/close.svg");
}

.header .search {
  margin: 0 20px;
  display: flex;
  justify-content: flex-end;
}

.header #search {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  border-top: 2px solid #00C853;
  border-left: 2px solid #00C853;
  border-bottom: 2px solid #00C853;
  border-right: none;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.header #searchfield {
  width: 260px;
  display: none;
  position: relative;
}

.header .submit {
  float: right;
  width: 40px;
  height: 40px;
  background-color: #00C853;
  border: none;
  border-radius: 2px;
  background-image: url("/img/icons/form/search.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}

.header .submit:hover {
  background-color: #009B40;
}

.header .submit.close {
  background-image: url("/img/icons/form/close.svg");
}

#mobilesearchResults {
  z-index: 10000;
  position: absolute;
  width: 100%;
  top: 50px;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border: 1px solid #aaa;
  border-top: none;
  box-shadow: 5px 5px 5px #39393982;
}

#mobilesearchResults a {
  color: #000;
}

#mobilesearchResults ul {
  list-style: none;
  padding: 0;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.1;
}

#mobilesearchResults ul li {
  padding: 3px 20px;
}

#mobilesearchResults ul li:nth-of-type(1) {
  font-weight: 600;
}

#searchResults,
#home_searchResults {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 610px;
  margin-bottom: 20px;
  position: absolute;
  top: 100%;
  left: 0;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border: 1px solid #aaa;
  border-top: none;
  box-shadow: 5px 5px 5px #39393982;
}

#searchResults ul,
#home_searchResults ul {
  list-style: none;
  padding: 0;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.1;
}

#searchResults ul li,
#home_searchResults ul li {
  padding: 5px 20px;
}

#searchResults ul li:nth-of-type(1),
#home_searchResults ul li:nth-of-type(1) {
  font-weight: 600;
}

#searchResults ul li:hover:not(:nth-of-type(1)),
#home_searchResults ul li:hover:not(:nth-of-type(1)) {
  background-color: #a6dcff;
  transition: background-color 0.5s;
  text-decoration: underline;
}

#searchResults a,
#home_searchResults a {
  text-decoration: none;
  color: #003E66;
  display: block;
}

#loading-image {
  display: none;
}

#loading-image .container {
  height: 100vh;
  width: 100vw;
}

#loading-image .loader {
  height: 20px;
  width: 250px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#loading-image .loader--dot {
  -webkit-animation-name: loader;
          animation-name: loader;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: black;
  position: absolute;
  border: 2px solid white;
}

#loading-image .loader--dot:first-child {
  background-color: #8cc759;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

#loading-image .loader--dot:nth-child(2) {
  background-color: #8c6daf;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

#loading-image .loader--dot:nth-child(3) {
  background-color: #ef5d74;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

#loading-image .loader--dot:nth-child(4) {
  background-color: #f9a74b;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

#loading-image .loader--dot:nth-child(5) {
  background-color: #60beeb;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

#loading-image .loader--dot:nth-child(6) {
  background-color: #fbef5a;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@-webkit-keyframes loader {
  15% {
    transform: translateX(0);
  }

  45% {
    transform: translateX(230px);
  }

  65% {
    transform: translateX(230px);
  }

  95% {
    transform: translateX(0);
  }
}

@keyframes loader {
  15% {
    transform: translateX(0);
  }

  45% {
    transform: translateX(230px);
  }

  65% {
    transform: translateX(230px);
  }

  95% {
    transform: translateX(0);
  }
}

@-webkit-keyframes pulse {
  0%, 100% {
    outline: 7px solid transparent;
  }

  50% {
    outline: 7px solid #ffc115;
  }
}

@keyframes pulse {
  0%, 100% {
    outline: 7px solid transparent;
  }

  50% {
    outline: 7px solid #ffc115;
  }
}

.pulse {
  -webkit-animation: pulse 0.5s linear 0s 3 alternate;
          animation: pulse 0.5s linear 0s 3 alternate;
}

.sidebar a,
.section.main .wrapper .container #sidebarcontainer .sidebar .buttons .button {
  transition: background-color 0.5s;
}

.sidebar a:hover,
.section.main .wrapper .container #sidebarcontainer .sidebar .buttons .button:hover {
  background-color: #D9F2FF;
}

.section.main .wrapper .container .catalog .button.tabcontrol:hover {
  background-color: #D9FFE8;
}

.userinfo,
.userinfo a {
  font-family: Open Sans;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
  line-height: 20px;
  color: #FFFFFF;
}

.section.procedures {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 30px;
}

.section.procedures h2 {
  width: 100%;
  max-width: 1240px;
}

@media (max-width: 500px) {
  .section.procedures h2 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    margin: 20px 15px;
  }
}

.section.procedures .container {
  padding: 0 15px;
  width: 100%;
}

.section.procedures .subcontainer {
  max-width: 1240px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
}

.section.procedures .subcontainer .item:first-of-type {
  background-color: transparent;
  padding-left: 0;
  width: 100%;
  max-width: 100%;
  border: none;
}

.section.procedures .subcontainer .item:last-of-type {
  border: none;
}

.section.procedures .subcontainer .item.button {
  background-color: transparent;
  padding-right: 0;
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: initial;
}

.section.procedures .subcontainer .item {
  transition: all 0.5s;
  flex-grow: 1;
  margin: 5px;
  width: 295px;
  background-color: #039BE5;
  border-radius: 2px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  align-items: center;
  justify-self: center;
  display: flex;
}

.section.procedures .subcontainer .item img {
  margin: 5px;
}

.section.procedures .subcontainer .item a:not(.button) {
  font-family: Open Sans;
  text-decoration: none;
  font-style: normal;
  width: 100%;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
}

@media (max-width: 500px) {
  .section.procedures .subcontainer .item {
    width: 100%;
  }
}

.section.procedures .subcontainer .item:hover {
  background-color: #55C7FF;
}

.section.procedures .subcontainer .item.button:hover {
  background-color: initial;
}

.section.procedures .subcontainer .item:first-of-type {
  background-color: initial;
}

.container {
  padding: 0;
}

.section.first {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 540px;
  background-image: url("/img/home-bg1.jpg");
  background-size: cover;
}

.section.first .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 840px;
  padding: 15px;
}

.section.first p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  padding-bottom: 70px;
}

.section.first h1 {
  color: #FFFFFF;
  text-align: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
}

@media (max-width: 500px) {
  .section.first h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.5;
  }
}

.section.first form {
  background-color: #FFFFFF;
  width: 100%;
  max-width: 610px;
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5px;
}

.section.first form input[type=text] {
  border: none;
  height: 100%;
  padding: 15px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  width: 100%;
}

.section.first form .submit {
  float: right;
  width: 40px;
  height: 40px;
  background-color: #00C853;
  border: none;
  border-radius: 2px;
  background-image: url("/img/icons/form/search.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}

.section.first form .submit:hover {
  background-color: #009B40;
}

.section.first form .submit.close {
  background-image: url("/img/icons/form/close.svg");
}

.section.first .quicksearches {
  width: 100%;
  max-width: 610px;
  display: flex;
  justify-content: space-around;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #E0E0E0;
}

.section.first .quicksearches a {
  color: #fff;
}

@media (max-width: 500px) {
  .section.first .quicksearches {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .section.first .quicksearches span {
    padding-bottom: 6px;
    width: 100%;
  }

  .section.first .quicksearches a {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    margin-right: 5px;
    margin-bottom: 5px;
    height: 20px;
    align-items: center;
    display: flex;
    text-decoration: none;
    padding: 0 5px;
    font-size: 12px;
  }
}

.section.benefits .heading {
  padding: 50px 15px 0 15px;
}

.section.benefits .wrapper {
  justify-content: center;
  display: flex;
}

.section.benefits .wrapper .container {
  width: 100%;
  padding: 0 15px;
  padding-bottom: 50px;
  max-width: 1270px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.section.benefits .wrapper .container .item {
  margin: 5px;
  width: 300px;
  color: #FFFFFF;
  vertical-align: top;
  align-items: flex-start;
  display: flex;
  flex-flow: column;
  padding: 25px;
  box-sizing: border-box;
}

@media (max-width: 650px) {
  .section.benefits .wrapper .container .item {
    margin: 5px 0;
    width: 100%;
  }
}

.section.benefits .wrapper .container .item p:nth-of-type(1) {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}

.section.benefits .wrapper .container .item p:nth-of-type(2) {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
}

.section.benefits .wrapper .container .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #006DB3;
}

@media (min-width: 650px) {
  .section.benefits .wrapper .container .item:nth-of-type(1) {
    background-image: url(/img/home4-1.jpg);
  }

  .section.benefits .wrapper .container .item:nth-of-type(2) {
    background-image: url(/img/home4-2.jpg);
  }

  .section.benefits .wrapper .container .item:nth-of-type(3) {
    background-image: url(/img/home4-3.jpg);
  }

  .section.benefits .wrapper .container .item:nth-of-type(4) {
    background-image: url(/img/home4-4.jpg);
  }
}

.section.heading {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section.heading .container {
  max-width: 1240px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.section.numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/img/home3.jpg);
  background-size: cover;
}

.section.numbers .container {
  width: 100%;
  max-width: 1240px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.section.numbers .container .item {
  color: #ffffff;
  max-width: 250px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: baseline;
  justify-content: flex-start;
  justify-self: center;
  font-family: Open Sans;
  font-weight: 600;
  font-size: 24px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.numbers .container .item p {
  height: 72px;
}

@media (max-width: 500px) {
  .section.numbers .container .item p {
    display: flex;
    align-items: center;
  }
}

.section.numbers .container .item img {
  width: 40px;
  height: 40px;
  padding: 5px;
}

.section.numbers .container .item .digit {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 96px;
  text-align: right;
}

@media (max-width: 500px) {
  .section.numbers .container {
    background-image: url(/img/home3-mobile.jpg);
    background-size: cover;
  }

  .section.numbers .container .item {
    width: 100%;
    font-size: 18px;
    max-width: 100%;
    align-items: center;
    justify-content: center;
  }

  .section.numbers .container .item .digit {
    width: 100%;
    text-align: center;
  }
}

.section.specialties {
  background-color: rgba(97, 202, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 80px;
}

.section.specialties .container {
  width: 100%;
  max-width: calc(1240px + 20px );
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.section.specialties .container .item {
  box-shadow: 0px 0px 10px rgba(27, 52, 64, 0.16);
  margin: 10px;
  width: 610px;
  display: flex;
  padding: 25px;
  background-color: #FFFFFF;
}

.section.specialties .container .item img {
  opacity: 0.5;
}

.section.specialties .container .item .specialty {
  padding: 0 25px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.section.specialties .container .item .name {
  width: 100%;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #003E66;
  text-decoration: none;
}

.section.specialties .container .item .illness {
  padding: 7px;
  width: 50%;
  font-family: Open Sans;
  font-size: 14px;
  color: #039BE5;
}

@media (max-width: 500px) {
  .section.specialties .container .item .illness {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .section.specialties .container .item {
    padding: 20px;
  }

  .section.specialties .container .item img {
    order: 2;
    width: 40px;
    height: 40px;
  }

  .section.specialties .container .item .name {
    line-height: 40px;
    font-size: 18px;
  }
}

.section.specialties .container .item:first-of-type {
  justify-content: flex-start;
  background-color: transparent;
  padding-left: 0;
  width: 100%;
  box-shadow: none;
}

.section.specialties .container .item.button {
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  justify-content: flex-end;
  box-shadow: none;
}

.section.specialties .container h2 {
  width: 100%;
}

/*.section.procedures   included from "items" */

.section.clinics {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
}

.section.clinics h2 {
  width: 100%;
  max-width: 1240px;
}

@media (max-width: 500px) {
  .section.clinics h2 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    margin: 20px 15px;
  }
}

.section.clinics .container {
  width: 100%;
}

.section.clinics .subcontainer {
  max-width: calc(1240px + 20px );
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

@media (min-width: 500px) and (max-width: 1300px) {
  .section.clinics .subcontainer {
    max-width: 900px;
  }
}

.section.clinics .subcontainer .item {
  width: 295px;
  margin: 10px;
  background-color: #FFF;
  border-radius: 2px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  justify-self: center;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: relative;
  box-shadow: 0px 0px 10px rgba(27, 52, 64, 0.16);
}

.section.clinics .subcontainer .item .desc {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px;
}

.section.clinics .subcontainer .item .name {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #003E66;
  width: 100%;
  margin-bottom: 15px;
}

.section.clinics .subcontainer .item .city {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #003E66;
  opacity: 0.75;
  flex-grow: 1;
}

.section.clinics .subcontainer .item .cont {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.section.clinics .subcontainer .item .cont a {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.section.clinics .subcontainer .item .cont a img {
  vertical-align: middle;
}

.section.clinics .subcontainer .item .image {
  max-height: 190px;
  width: 100%;
  overflow: hidden;
}

.section.clinics .subcontainer .item .image img {
  width: 100%;
}

.section.clinics .subcontainer .item:hover .cont {
  width: 100%;
  height: 190px;
  position: absolute;
  top: 0;
  z-index: 2;
  transition: opacity 0.35s;
  background: linear-gradient(0deg, rgba(0, 109, 179, 0.8), rgba(0, 109, 179, 0.8));
  opacity: 1;
}

.section.clinics .subcontainer .item:first-of-type {
  justify-content: flex-start;
  background-color: transparent;
  padding-left: 0;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
}

.section.clinics .subcontainer .item:last-of-type {
  background-color: transparent;
  padding-right: 0;
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: initial;
  box-shadow: none;
}

.section.about {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
}

@media (max-width: 500px) {
  .section.about {
    padding: 0;
    margin: 0;
  }
}

.section.about .container {
  max-width: 1240px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  padding-top: 45px;
  justify-content: center;
}

@media (max-width: 500px) {
  .section.about .container {
    flex-direction: column-reverse;
    padding-top: 0;
  }
}

.section.about .container .item {
  display: flex;
  flex-flow: column;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #003E66;
}

@media (min-width: 500px) {
  .section.about .container .item {
    margin-right: 125px;
  }
}

.section.about .container .item h2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1.5em;
  color: #003E66;
  margin: 0;
}

.section.about .container .item:nth-child(1) {
  z-index: 2;
  align-self: center;
  left: auto;
  right: auto;
  margin: 0 15px;
  padding: 20px;
  max-width: 400px;
}

@media (max-width: 500px) {
  .section.about .container .item:nth-child(1) {
    position: relative;
    top: -200px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(27, 52, 64, 0.16);
  }
}

@media (max-width: 500px) {
  .section.about .container .item:nth-child(2) {
    position: relative;
  }

  .section.about .container .aboutimg::after {
    background-color: rgba(3, 155, 229, 0.5);
    content: "";
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.section.about .container img {
  box-shadow: #63CCFF 45px -45px 0 0;
}

@media (max-width: 500px) {
  .section.about .container img {
    width: 100%;
    box-shadow: none;
  }
}

.section.doctors {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 60px;
}

.section.doctors .container {
  width: 100%;
}

.section.doctors .subcontainer {
  max-width: calc(1240px + 20px );
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.section.doctors .subcontainer h2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 30px 0;
}

.section.doctors .subcontainer .item {
  box-shadow: 0px 0px 10px rgba(27, 52, 64, 0.16);
  flex-grow: 1;
  margin: 10px;
  width: 295px;
  background-color: #fff;
  color: #003E66;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.section.doctors .subcontainer .item .image {
  margin-top: 60px;
  margin-bottom: 30px;
  text-align: center;
}

.section.doctors .subcontainer .item .image .imagecont {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}

.section.doctors .subcontainer .item .image .imagecont img {
  width: auto;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.section.doctors .subcontainer .item p {
  text-align: center;
  width: 100%;
  margin: 0 0 15px 0;
}

.section.doctors .subcontainer .item .name {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #003E66;
}

.section.doctors .subcontainer .item .specialization {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #003E66;
}

.section.doctors .subcontainer .item .clinic a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #039BE5;
  margin-bottom: 60px;
}

.section.doctors .subcontainer .item:first-of-type {
  justify-content: flex-start;
  background-color: transparent;
  padding-left: 0;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
}

.section.doctors .subcontainer .item:last-of-type {
  background-color: transparent;
  padding-right: 0;
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: initial;
  box-shadow: none;
}

.section h2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #003E66;
}

@media (max-width: 500px) {
  .section h2 {
    font-weight: 600;
  }
}

.section.procedures {
  background-color: #fff;
}

.section.clinics .button,
.section.specialties .button,
.section.doctors .button,
.section.procedures .subcontainer .button {
  width: 295px;
  height: 70px;
  background-color: #00C853;
  color: #fff;
  font-family: Open Sans;
  font-style: normal;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
}

@media (max-width: 840px) {
  .section.clinics .button,
  .section.specialties .button,
  .section.doctors .button,
  .section.procedures .subcontainer .button {
    width: 100%;
  }
}

.section.clinics .button:hover,
.section.specialties .button:hover,
.section.doctors .button:hover,
.section.procedures .subcontainer .button:hover {
  background-color: #009B40;
}

#searchResults {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 610px;
  margin-bottom: 20px;
  position: absolute;
  top: 100%;
  left: 0;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border: 1px solid #aaa;
  border-top: none;
  box-shadow: 5px 5px 5px #39393982;
}

#searchResults ul {
  list-style: none;
  padding: 0;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 29px;
}

#searchResults ul li {
  padding: 0 20px;
}

#searchResults ul li:nth-of-type(1) {
  font-weight: 600;
}

#searchResults ul li:hover:not(:nth-of-type(1)) {
  background-color: #a6dcff;
  transition: background-color 0.5s;
  text-decoration: underline;
}

#searchResults a {
  text-decoration: none;
  color: #003E66;
  display: block;
}

