/*@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src:
  url('../../fonts/lato/woff2/S6u8w4BMUTPHh30AUi-qJCY.woff2') format('woff2'),
  url('../../fonts/lato/woff/S6u8w4BMUTPHh30AXC-s.woff') format('woff'),
  url('../../fonts/lato/Lato-Thin.ttf') format('truetype');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src:
  url('../../fonts/lato/woff2/S6u9w4BMUTPHh7USSwaPGR_p.woff2') format('woff2'),
  url('../../fonts/lato/woff/S6u9w4BMUTPHh7USSwiPHw.woff') format('woff'),
  url('../../fonts/lato/Lato-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
  url('../../fonts/lato/woff2/S6uyw4BMUTPHjxAwXjeu.woff2') format('woff2'),
  url('../../fonts/lato/woff/S6uyw4BMUTPHjx4wWA.woff') format('woff'),
  url('../../fonts/lato/Lato-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:
  url('../../fonts/lato/woff2/S6u9w4BMUTPHh6UVSwaPGR_p.woff2') format('woff2'),
  url('../../fonts/lato/woff/S6u9w4BMUTPHh6UVSwiPHw.woff') format('woff'),
  url('../../fonts/lato/Lato-Bold.ttf') format('truetype');
}*/
html, body {
  height: 100%;
  min-height: 100%;
  width: 100%;
  min-width: 100%;
  display: block;
}

* {
  font-family: Arial, Helvetica, sans-serif;
}

body, h1, h2, h3, h4, h5, h6, a, p, div {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

.font-thin {
  font-weight: 100;
}

.font-light, .paragraph-content, .text-section p, .panel-body, .services p {
  font-weight: 300;
}

.font-medium, .font-regular {
  font-weight: 400;
}

.font-bold, .heading-content, .accordion-item .accordion-heading, .services .service-title {
  font-weight: 700;
}

.m-t-30 {
  margin-top: 30px;
}

.m-r-20 {
  margin-right: 20px;
}

.full-width {
  width: 100%;
}

.visually-hidden {
  display: none;
}

.paragraph-content, .text-section p, .panel-body, .services p {
  color: #4a4a4a;
  font-size: 17px;
}
@media (min-width: 600px) {
  .paragraph-content, .text-section p, .panel-body, .services p {
    font-size: 20px;
  }
}

.heading-content, .accordion-item .accordion-heading, .services .service-title {
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 15px;
  color: #4a4a4a;
}
@media (min-width: 600px) {
  .heading-content, .accordion-item .accordion-heading, .services .service-title {
    font-size: 22px;
  }
}

.header {
  padding: 30px 10px 0 0;
  position: absolute;
  top: 0;
  box-sizing: border-box;
  width: 100%;
  z-index: 1;
}
.header a, .header a:active, .header a:visited, .header a:focus, .header .link, .header option {
  color: #F9F8F5;
  font-size: 15px;
  padding: 10px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 400;
}
.header a:hover, .header a:active:hover, .header a:visited:hover, .header a:focus:hover, .header .link:hover, .header option:hover {
  cursor: pointer;
  border: 1px solid #F9F8F5;
  color: #F9F8F5;
  text-decoration: none;
}
@media (min-width: 600px) {
  .header a, .header a:active, .header a:visited, .header a:focus, .header .link, .header option {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .header a, .header a:active, .header a:visited, .header a:focus, .header .link, .header option {
    font-size: 20px;
  }
}
@media (max-width: 599px) {
  .header {
    padding-right: 0;
  }
}

.navigation {
  padding: 0;
  float: right;
  margin: 0;
}
.navigation li {
  display: inline-block;
  margin-right: 20px;
}
.navigation li:last-child {
  margin-right: 0;
}

.root {
  overflow-x: hidden;
}

.hero {
  height: 100vh;
  position: relative;
}
.hero .mobile-shadow {
  height: 100%;
}
@media (min-width: 900px) {
  .hero .mobile-shadow {
    background-color: transparent;
  }
}
@media (max-width: 599px) {
  .hero .mobile-shadow {
    background-color: rgba(0, 0, 0, 0.65);
  }
}
.hero .mobile-shadow .hero-picture {
  background: transparent url("../../img/cover/cover.jpg") no-repeat 0 10%;
  background-size: cover;
  z-index: -1;
  height: 100%;
  display: block;
  position: relative;
}
@media (min-width: 600px) {
  .hero .mobile-shadow .hero-picture {
    background-position: 50% 0;
  }
}
@media (min-width: 900px) {
  .hero .mobile-shadow .hero-picture {
    background-position: 0 10%;
  }
}
@media (max-width: 599px) {
  .hero .mobile-shadow .hero-picture {
    background-position: 70% 10%;
  }
}
.hero .sub-hero {
  padding-left: 50px;
}
.hero .hero-intro {
  height: 100%;
  padding-left: 50px;
  position: absolute;
  top: 0;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  .hero .hero-intro {
    padding-left: 20px;
  }
}
@media (min-width: 900px) {
  .hero .hero-intro {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .hero .hero-intro {
    padding-left: 50px;
  }
}
@media (max-width: 599px) {
  .hero .hero-intro {
    width: 100%;
    padding: 0 5px;
  }
}
.hero .hero-intro .hero-intro-content {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
}
@media (min-width: 600px) {
  .hero .hero-intro .hero-intro-content {
    margin-bottom: 50px;
    width: 400px;
  }
}
@media (min-width: 900px) {
  .hero .hero-intro .hero-intro-content {
    margin-bottom: 30px;
    width: 600px;
  }
}
@media (min-width: 1200px) {
  .hero .hero-intro .hero-intro-content {
    margin-bottom: 50px;
    width: 700px;
  }
}
@media (min-width: 1800px) {
  .hero .hero-intro .hero-intro-content {
    margin-bottom: 100px;
  }
}
@media (max-width: 599px) {
  .hero .hero-intro .hero-intro-content {
    padding: 0 10px;
    width: 100%;
  }
}
.hero .hero-intro .hero-text {
  position: relative;
}
.hero .hero-intro .hero-text .hero-title {
  font-size: 22px;
  margin: 0 0 25px 0;
  color: #F9F8F5;
}
@media (min-width: 600px) {
  .hero .hero-intro .hero-text .hero-title {
    font-size: 28px;
  }
}
@media (max-width: 599px) {
  .hero .hero-intro .hero-text .hero-title {
    font-size: 18px;
  }
}
.hero .hero-intro .hero-text .owner {
  color: #F9F8F5;
  display: block;
  word-break: break-word;
}
@media (min-width: 600px) {
  .hero .hero-intro .hero-text .owner {
    font-size: 40px;
  }
}
@media (max-width: 599px) {
  .hero .hero-intro .hero-text .owner {
    font-size: 30px;
  }
}
.hero .hero-intro .hero-text .intro-text {
  color: #F9F8F5;
  font-size: 19px;
  font-style: italic;
}
@media (min-width: 600px) {
  .hero .hero-intro .hero-text .intro-text {
    font-size: 25px;
  }
}
@media (max-width: 599px) {
  .hero .hero-intro .hero-text .intro-text {
    font-size: 21px;
  }
}
.hero .hero-intro .hero-text .signature-container {
  position: relative;
  box-sizing: border-box;
}
.hero .hero-intro .hero-text .signature-container .signature {
  margin-left: calc(100% - 280px);
  width: 250px;
  height: 120px;
  margin-top: 0;
  background: transparent url("../../img/signature2.svg") no-repeat;
}
@media (max-width: 599px) {
  .hero .hero-intro .hero-text .signature-container .signature {
    margin-left: calc(100% - 200px);
    width: 160px;
    height: 90px;
  }
}

.social {
  padding: 17px 0;
  background: #1e313e;
}
.social .container {
  max-width: 550px;
  padding: 0;
}
.social .sm-block {
  display: inline-block;
  height: 50px;
  cursor: pointer;
}
.social .sm-google {
  background: transparent url("../../img/social/social-google-outline.svg") no-repeat;
}
.social .sm-google:hover {
  background: transparent url("../../img/social/social-google.svg") no-repeat;
}
.social .sm-fb {
  background: transparent url("../../img/social/social-facebook-outline.svg") no-repeat;
}
.social .sm-fb:hover {
  background: transparent url("../../img/social/social-facebook.svg") no-repeat;
}
.social .sm-instagram {
  background: transparent url("../../img/social/social-instagram-outline.svg") no-repeat;
}
.social .sm-instagram:hover {
  background: transparent url("../../img/social/social-instagram.svg") no-repeat;
}
.social .sm-linkedin {
  background: transparent url("../../img/social/social-linkedin-outline.svg") no-repeat;
}
.social .sm-linkedin:hover {
  background: transparent url("../../img/social/social-linkedin.svg") no-repeat;
}
.social .sm-skype {
  background: transparent url("../../img/social/social-skype-outline.svg") no-repeat;
}
.social .sm-skype:hover {
  background: transparent url("../../img/social/social-skype.svg") no-repeat;
}
.social .sm-youtube {
  background: transparent url("../../img/social/social-youtube-outline.svg") no-repeat;
}
.social .sm-youtube:hover {
  background: transparent url("../../img/social/social-youtube.svg") no-repeat;
}

.contacts-container {
  position: relative;
}
.contacts-container > div {
  vertical-align: text-top;
  display: inline-block;
  width: 49%;
}
@media (max-width: 599px) {
  .contacts-container > div {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .contacts-container .contacts {
    margin-bottom: 30px;
  }
}
.contacts-container .contacts .contacts-item p {
  margin: 0;
  font-weight: 600;
  display: inline-block;
  bottom: 17px;
  position: relative;
  text-decoration: none;
  color: #4a4a4a;
}
.contacts-container .contacts .contacts-item .contacts-phone {
  display: inline-block;
  background: transparent url("../../img/contact/phone.svg") no-repeat;
}
.contacts-container .contacts .contacts-item .contacts-viber {
  display: inline-block;
  background: transparent url("../../img/contact/viber.svg") no-repeat;
}
.contacts-container .contacts .contacts-item .contacts-skype {
  background: transparent url("../../img/contact/skype.svg") no-repeat;
}
.contacts-container .contacts .contacts-item .icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-size: cover;
}
.contacts-container .opening-time {
  width: 50%;
  display: inline-block;
}

.payment-row {
  margin-top: 10px;
}
.payment-row > div {
  display: inline-block;
}
.payment-row .creditcard-icon {
  width: 80px;
  height: 80px;
  background: transparent url("../../img/icons/payment.svg") no-repeat center;
}
@media (max-width: 599px) {
  .payment-row .creditcard-icon {
    display: none;
  }
}
.payment-row .card-number {
  margin-left: 40px;
  font-size: 40px;
  padding-top: 12px;
  position: relative;
  bottom: 15px;
}
@media (max-width: 599px) {
  .payment-row .card-number {
    margin: 0;
    font-size: 28px;
  }
}
@media (max-width: 349px) {
  .payment-row .card-number {
    font-size: 24px;
  }
}
@media (min-width: 600px) {
  .payment-row .card-number {
    font-size: 35px;
    margin-left: 20px;
  }
}
@media (min-width: 1200px) {
  .payment-row .card-number {
    font-size: 40px;
  }
}
.payment-row .card-number .digit-container {
  margin-right: 20px;
  float: left;
}
@media (max-width: 599px) {
  .payment-row .card-number .digit-container {
    margin: 0;
  }
}
.payment-row .card-number .digit-container .digit {
  float: left;
  margin-right: 10px;
  color: #1e313e;
  border-bottom: 1px solid #1e313e;
}
@media (max-width: 599px) {
  .payment-row .card-number .digit-container .digit {
    margin: 2px;
  }
}

.services {
  background-color: #eff1f4;
}
.services .services-inner {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  .services .services-inner {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .services .services-inner {
    width: 1480px;
    max-width: 1480px;
  }
}
@media (max-width: 599px) {
  .services .services-inner {
    width: 100%;
  }
}
.services .services-inner > .service-item {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 10px;
  vertical-align: text-top;
  /*@include for-size($desktopUp) {
    width: auto;
    max-width: 240px;
    margin-bottom: 0;
  }*/
}
@media (min-width: 600px) {
  .services .services-inner > .service-item {
    width: 49.5%;
    margin-bottom: 35px;
  }
}
@media (min-width: 900px) {
  .services .services-inner > .service-item {
    width: 33%;
    margin-bottom: 35px;
  }
}
@media (min-width: 1500px) {
  .services .services-inner > .service-item {
    width: auto;
    max-width: 240px;
    margin-bottom: 0;
  }
}
@media (max-width: 599px) {
  .services .services-inner > .service-item {
    margin-bottom: 30px;
    padding: 0 20px;
  }
}
@media (max-width: 599px) {
  .services .services-inner > .service-item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .services .services-inner > .service-item p {
    font-size: 18px;
  }
}
.services .service-icon {
  height: 85px;
  background-size: cover;
}
.services .service-title {
  text-align: center;
}
@media (min-width: 600px) {
  .services .service-title {
    font-size: 20px;
    margin: 20px 0 10px;
  }
}
@media (min-width: 1200px) {
  .services .service-title {
    font-size: 17px;
    margin: 25px 0 10px;
  }
}
@media (max-width: 599px) {
  .services .service-title {
    margin: 20px 0 10px;
    font-size: 18px;
  }
}
.services p {
  line-height: 1.3em;
  text-align: center;
}
@media (max-width: 599px) {
  .services p {
    font-size: 18px;
  }
}
.services .service-calendar {
  background: transparent url("../../img/icons/calendar.svg") no-repeat center;
}
.services .service-gender {
  background: transparent url("../../img/icons/gender.svg") no-repeat center;
}
.services .service-mother {
  background: transparent url("../../img/icons/mother.svg") no-repeat center;
}
.services .service-phone {
  background: transparent url("../../img/icons/phone.svg") no-repeat center;
}
.services .service-pills {
  background: transparent url("../../img/icons/pills.svg") no-repeat center;
}
.services .service-pregnancy {
  background: transparent url("../../img/icons/pregnancy.svg") no-repeat center;
}
.services .service-pregnancy-test {
  background: transparent url("../../img/icons/pregnancy-test.png") no-repeat center;
}
.services .service-prescription {
  background: transparent url("../../img/icons/prescription.svg") no-repeat center;
}
.services .service-report {
  background: transparent url("../../img/icons/report.svg") no-repeat center;
}
.services .service-woman {
  background: transparent url("../../img/icons/woman.svg") no-repeat center;
}

/*footer-------------------------------*/
.footer {
  padding: 30px;
  box-sizing: border-box;
  background: #1b2c37;
  color: #8d969b;
  font-style: italic;
}
@media (max-width: 599px) {
  .footer {
    padding: 10px;
  }
}
.footer > div {
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  font-size: 15px;
}
@media (max-width: 599px) {
  .footer > div {
    width: 100%;
  }
}
.footer .legal {
  max-width: 50%;
  display: inline-block;
}
@media (min-width: 900px) {
  .footer .legal {
    max-width: 70%;
  }
}
@media (max-width: 599px) {
  .footer .legal {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.footer b {
  color: #F9F8F5;
}

.itSupport {
  text-align: center;
  font-style: normal;
  display: inline-block;
  position: absolute;
  right: 0;
}
@media (max-width: 599px) {
  .itSupport {
    display: block;
    position: relative;
  }
}
.itSupport:hover {
  color: #F9F8F5;
}

/*article------------------------*/
.text-section {
  background: #F9F8F5;
  color: #000;
  font-size: 15px;
}
.text-section .container {
  max-width: 550px;
  padding: 20px 0 50px 0;
}

.text-section p, .panel-body {
  line-height: 1.7em;
}

.panel-body {
  padding: 10px 15px;
}

.content {
  box-sizing: border-box;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 600px) {
  .content {
    width: 100%;
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .content {
    width: 800px;
  }
}
@media (max-width: 599px) {
  .content {
    width: 100%;
    padding: 0 10px;
  }
}

.flex-section {
  padding: 50px 0;
}
@media (max-width: 599px) {
  .flex-section {
    padding: 40px 0;
  }
}

.accordion-item {
  margin-bottom: 10px;
  border-radius: 3px;
  border: 1px solid #1e313e;
}
.accordion-item.open .pointer {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 6px;
}
.accordion-item .accordion-heading {
  cursor: pointer;
  margin-bottom: 0;
  text-transform: none;
  font-size: 16px;
  position: relative;
  padding: 15px;
  color: #F9F8F5;
  background-color: #1e313e;
  border-color: #1e313e;
}
.accordion-item .accordion-heading h5 {
  margin: 0;
  font-size: 15px;
  padding-right: 30px;
}
@media (min-width: 600px) {
  .accordion-item .accordion-heading h5 {
    font-size: 21px;
  }
}
@media (min-width: 1200px) {
  .accordion-item .accordion-heading h5 {
    font-size: 20px;
  }
}
.accordion-item .accordion-heading .pointer {
  background: url("../../img/general/arrow.svg") no-repeat right;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media (max-width: 599px) {
  .accordion-item .accordion-heading .pointer {
    right: 5px;
    bottom: 8px;
  }
}

.hidden {
  display: none;
}

.faq {
  background: #F9F8F5;
}

.listItem {
  padding-left: 12px;
  position: relative;
  padding-bottom: 15px;
}
.listItem:before {
  content: "";
  background-color: #1e313e;
  display: inline-block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 15px;
  transform: rotate(45deg);
}
@media (max-width: 599px) {
  .listItem:before {
    top: 11px;
  }
}

.advice {
  padding-bottom: 0;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

.businessHours .days {
  max-width: 80px;
  display: inline-block;
  margin-right: 40px;
  font-weight: 600;
  width: 49%;
}

#navConsultation, #navService {
  display: none;
}
@media (max-width: 599px) {
  #navConsultation, #navService {
    display: inherit;
    margin-top: 20px;
  }
}
@media (min-width: 900px) {
  #navConsultation, #navService {
    display: inline-block;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../../img/general/arrow.svg") no-repeat right;
  background-size: 30px 30px;
  color: #F9F8F5;
  font-size: 15px;
  padding: 10px;
  text-decoration: none;
  font-weight: 400;
  padding-right: 30px;
  min-width: 83px;
}
@media (min-width: 600px) {
  select {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  select {
    font-size: 20px;
  }
}

/*# sourceMappingURL=index.css.map */
