/* line 1, ../scss/_lib_wettermin.scss */
.reservation_header_button {
  position: fixed;
  z-index: 50;
  top: 0;
}
@media only screen and (min-width: 90.063em) {
  /* line 6, ../scss/_lib_wettermin.scss */
  .reservation_header_button {
    right: 5%;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* line 9, ../scss/_lib_wettermin.scss */
  .reservation_header_button {
    right: 3%;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 12, ../scss/_lib_wettermin.scss */
  .reservation_header_button {
    right: 25px;
  }
}
@media only screen and (max-width: 40em) {
  /* line 15, ../scss/_lib_wettermin.scss */
  .reservation_header_button {
    right: 0;
    top: 0;
  }
}

/* line 18, ../scss/_lib_wettermin.scss */
.page_button_reservation {
  transition: all 300ms ease-out;
  font-size: 0.75rem;
  font-weight: 600;
  color: white;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background-color: #798a7e;
  width: 80px;
  padding: 22px 0 22px 10px;
  border: none;
}
/* line 29, ../scss/_lib_wettermin.scss */
.page_button_reservation i {
  font-size: 1.7rem;
}
/* line 30, ../scss/_lib_wettermin.scss */
.page_button_reservation .button_reservation_text {
  transition: font-size 300ms ease-out;
  margin-left: 3px;
  font-size: 0;
  display: inline;
}
/* line 36, ../scss/_lib_wettermin.scss */
.page_button_reservation:hover, .page_button_reservation:focus {
  background-color: #798a7e;
  color: black;
  width: 180px;
  padding: 22px 0;
}
/* line 41, ../scss/_lib_wettermin.scss */
.page_button_reservation:hover .button_reservation_text, .page_button_reservation:focus .button_reservation_text {
  font-size: .95rem;
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* line 46, ../scss/_lib_wettermin.scss */
  .page_button_reservation {
    padding: 20px 0 20px 10px;
  }
  /* line 47, ../scss/_lib_wettermin.scss */
  .page_button_reservation:hover, .page_button_reservation:focus {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 40em) {
  /* line 50, ../scss/_lib_wettermin.scss */
  .page_button_reservation {
    width: 68px;
    padding: 19px 0 19px 10px;
  }
}

/* line 57, ../scss/_lib_wettermin.scss */
.sitesbi_modal {
  text-align: center;
  padding: 30px;
}
/* line 60, ../scss/_lib_wettermin.scss */
.sitesbi_modal img {
  display: none;
}
/* line 61, ../scss/_lib_wettermin.scss */
.sitesbi_modal i {
  color: #636738 !important;
}
/* line 62, ../scss/_lib_wettermin.scss */
.sitesbi_modal h3 {
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-top: 7px;
}

/* line 69, ../scss/_lib_wettermin.scss */
.sitesbi_confirm_modal {
  text-align: center;
}
/* line 71, ../scss/_lib_wettermin.scss */
.sitesbi_confirm_modal i {
  position: absolute;
  top: 27px;
  left: 49%;
  font-size: 2.2rem;
  color: #636738;
}
/* line 78, ../scss/_lib_wettermin.scss */
.sitesbi_confirm_modal p {
  margin-top: 40px !important;
  text-align: center;
  font-size: .95rem;
  font-weight: 600;
  color: #636738;
  margin-bottom: 5px;
}

/* line 87, ../scss/_lib_wettermin.scss */
.wettermin_reg_action_modal_title {
  text-align: center;
}
/* line 89, ../scss/_lib_wettermin.scss */
.wettermin_reg_action_modal_title i {
  font-size: 1.8rem;
  color: #A7DEFF;
}
/* line 93, ../scss/_lib_wettermin.scss */
.wettermin_reg_action_modal_title h2 {
  margin-top: 33px;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.9rem;
  letter-spacing: .5px;
}

/* line 103, ../scss/_lib_wettermin.scss */
.wettermin_reg_modal {
  text-align: center;
  padding: 0 37px 0 37px;
}
/* line 106, ../scss/_lib_wettermin.scss */
.wettermin_reg_modal h3 {
  font-weight: 300;
  margin-top: 2px;
  margin-bottom: 10px;
}
/* line 111, ../scss/_lib_wettermin.scss */
.wettermin_reg_modal h4 {
  margin-top: 10px;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 1.15rem;
}
/* line 117, ../scss/_lib_wettermin.scss */
.wettermin_reg_modal .button_x {
  position: absolute;
  z-index: 100;
  top: -10px;
  right: 45px;
}
/* line 122, ../scss/_lib_wettermin.scss */
.wettermin_reg_modal .button_x i {
  color: #CCCCCC;
}
/* line 123, ../scss/_lib_wettermin.scss */
.wettermin_reg_modal .button_x i:hover {
  color: #bababa;
}

/* line 127, ../scss/_lib_wettermin.scss */
.button_cancel {
  width: 200px;
  margin-bottom: 4px;
  background-color: #CCCCCC;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .75rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
/* line 136, ../scss/_lib_wettermin.scss */
.button_cancel:hover {
  background-color: #bababa;
}

/* line 139, ../scss/_lib_wettermin.scss */
.button_action {
  width: 200px;
  margin-bottom: 4px;
  background-color: #b3b973;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .75rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
/* line 148, ../scss/_lib_wettermin.scss */
.button_action:hover {
  background-color: #9da362;
}

/* line 151, ../scss/_lib_wettermin.scss */
.recaptcha {
  margin-bottom: 18px;
}

/* line 153, ../scss/_lib_wettermin.scss */
.lastbooking_wrapper {
  float: left;
  width: 170px;
}
@media only screen and (max-width: 40em) {
  /* line 157, ../scss/_lib_wettermin.scss */
  .lastbooking_wrapper {
    float: none;
  }
}

/* line 161, ../scss/_lib_wettermin.scss */
.lastbooking {
  margin-top: 3px;
  margin-left: 3px;
  font-size: .75rem;
  font-weight: 600;
  color: #6BB900;
  line-height: .9rem;
}
/* line 168, ../scss/_lib_wettermin.scss */
.lastbooking i {
  margin-right: 5px;
}

/* line 171, ../scss/_lib_wettermin.scss */
.lastbooking_clinic {
  text-align: center;
  margin-top: -21px;
  margin-right: 4px;
  font-size: .95rem;
  line-height: .95rem;
}
/* line 177, ../scss/_lib_wettermin.scss */
.lastbooking_clinic i {
  margin: 0 auto 11px;
  display: block;
  background-color: white;
  width: 45px;
  height: 45px;
  padding: 11px;
  border-radius: 25px;
  font-size: 1.5rem;
  color: #636738;
}

/* line 190, ../scss/_lib_wettermin.scss */
.main_content_list_position {
  background-color: #f5f5f5;
  padding-bottom: 50px !important;
  margin-top: 20px;
}

/* line 196, ../scss/_lib_wettermin.scss */
.panels_clinics_list {
  margin-top: 55px;
}
@media only screen and (min-width: 64.063em) {
  /* line 199, ../scss/_lib_wettermin.scss */
  .panels_clinics_list {
    margin-top: 50px;
  }
}
/* line 201, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_list {
  margin: 0 3px 9px 3px;
  position: relative;
  clear: both;
  min-height: 245px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background-color: white;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 210, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic_list {
    min-height: 224px;
  }
}
@media only screen and (max-width: 40em) {
  /* line 213, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic_list {
    min-height: 214px;
  }
}
/* line 215, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_list p {
  margin: 0;
  font-size: .85rem;
  line-height: 1.2rem;
}
/* line 220, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_list h4 {
  font-weight: 300;
  line-height: 1.55rem;
  padding-top: 20px;
  letter-spacing: 0px;
}
@media only screen and (max-width: 40em) {
  /* line 226, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic_list h4 {
    padding-bottom: 20px;
  }
}
/* line 229, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_list .clinic_list_name {
  width: 85%;
  min-height: 100px;
  padding-left: 20px;
  border-left: 7px solid #A7DEFF;
}
@media only screen and (min-width: 90.063em) {
  /* line 235, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic_list .clinic_list_name {
    width: 90%;
  }
}
@media only screen and (max-width: 40em) {
  /* line 238, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic_list .clinic_list_name {
    width: 95%;
    min-height: 90px;
  }
}
/* line 243, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic {
  margin: 0 3px 3px 3px;
  padding-bottom: 20px;
  position: relative;
  clear: both;
  min-height: 250px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background-color: white;
  background-position: right top;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 40em) {
  /* line 254, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic {
    background-image: none;
  }
}
/* line 256, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic p {
  margin: 0;
}
/* line 259, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic h4 {
  font-size: 1.55rem;
  font-weight: 300;
  line-height: 1.95rem;
  padding-top: 30px;
  padding-bottom: 33px;
  letter-spacing: 0;
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* line 267, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic h4 {
    font-size: 1.45rem;
    line-height: 1.9rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 270, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic h4 {
    font-size: 1.3rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
@media only screen and (max-width: 40em) {
  /* line 273, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic h4 {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 400;
  }
}
/* line 276, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic .clinic_name {
  width: 65%;
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 7px solid #A7DEFF;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 283, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic .clinic_name {
    width: 75%;
  }
}
@media only screen and (max-width: 40em) {
  /* line 286, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic .clinic_name {
    width: 95%;
  }
}
/* line 290, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor {
  padding: 12px 27px 0 27px;
  margin: 0 3px 35px 3px;
  position: relative;
  clear: both;
  min-height: 190px;
  border-bottom: 7px solid #d4dbd7;
  background-color: white;
}
/* line 298, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor p {
  margin: 0;
}
/* line 299, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor h4 {
  font-size: 1.35rem;
  margin-top: 7px;
  margin-bottom: 7px;
  padding: 0 20px;
}
/* line 305, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .doctor {
  cursor: pointer;
  width: 100%;
  text-align: center;
  margin-top: -30px;
}
/* line 310, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .doctor i {
  padding-right: 12px;
  font-size: 1.85rem;
  color: #636738;
}
/* line 315, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .doctor h6 {
  font-size: .9rem;
  margin: -4px 0 7px 0;
  opacity: .8;
  color: #488db7;
}
/* line 321, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .doctor .doctor_img {
  margin: 0 auto 5px;
  width: 67px;
  height: 67px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px solid #d4dbd7;
}
/* line 334, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .available {
  cursor: pointer;
}
/* line 337, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .closest_term {
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 24px;
  text-align: center;
}
/* line 342, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .closest_term i {
  margin-left: 2px;
  margin-right: 5px;
  color: #636738;
}
/* line 348, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .closest_term_date {
  display: inline-block;
  cursor: pointer;
  color: #636738;
  font-size: 1rem;
  font-weight: 600;
}
/* line 355, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .wh_arrow_down {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  background-color: #b3b973;
}
/* line 362, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .wh_arrow_down i {
  color: white;
  font-size: .9rem;
  padding: 7px 6px;
}
/* line 368, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .wh_arrow_down:hover {
  transition: background-color 300ms ease-out;
  background-color: #9da362;
}
/* line 371, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .wh_arrow_down:hover i {
  transition: padding 300ms ease-out;
  padding-top: 16px;
}
/* line 376, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .wh_arrow_up {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  background-color: #b3b973;
}
/* line 383, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .wh_arrow_up i {
  color: white;
  font-size: .9rem;
  padding: 16px 6px 7px;
}
/* line 389, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .wh_arrow_up:hover {
  transition: background-color 300ms ease-out;
  background-color: #9da362;
}
/* line 392, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .wh_arrow_up:hover i {
  transition: padding 300ms ease-out;
  padding-top: 7px;
}
@media only screen and (max-width: 40em) {
  /* line 398, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic_doctor {
    padding: 12px 10px 0 10px;
  }
}
/* line 401, ../scss/_lib_wettermin.scss */
.panels_clinics_list .clinic_list_r {
  padding-left: 27px;
  width: 90%;
}
/* line 405, ../scss/_lib_wettermin.scss */
.panels_clinics_list .reservation_button_wrapper {
  margin-top: 20px;
  position: absolute;
  bottom: 18px;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 410, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .reservation_button_wrapper {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 40em) {
  /* line 413, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .reservation_button_wrapper {
    position: relative;
    margin-top: 15px;
  }
}
/* line 419, ../scss/_lib_wettermin.scss */
.panels_clinics_list .reservation_button_l {
  float: left;
  width: 130px;
}
@media only screen and (max-width: 40em) {
  /* line 423, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .reservation_button_l {
    float: none;
    padding-top: 20px;
  }
}
/* line 425, ../scss/_lib_wettermin.scss */
.panels_clinics_list .reservation_button_l .page_button_small {
  margin-bottom: 2px;
  margin-top: 0;
}
/* line 427, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 0;
  z-index: 1;
}
/* line 433, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul {
  padding-left: 0;
  margin-top: 7px;
}
/* line 438, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li {
  border-bottom: 1px solid rgba(128, 128, 128, 0.3);
  list-style-type: none;
  padding: 9px 0;
  font-size: .8rem;
  line-height: 1rem;
  max-width: 90%;
  text-align: center;
}
/* line 446, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li h5 {
  color: #636738;
  margin: 5px 0 7px;
  font-size: 1rem;
  line-height: 1.5rem;
}
/* line 452, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li h6 {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}
/* line 457, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li a {
  font-size: .9rem;
}
/* line 458, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li .available {
  font-weight: 400;
  background-color: #eef2ef;
  padding: 5px 15px;
  text-decoration: underline;
}
/* line 463, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li .available i {
  color: #636738;
  padding-right: 6px;
  font-size: 1rem;
  margin-left: -5px;
}
@media only screen and (max-width: 40em) {
  /* line 470, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .terms_slider ul li .available {
    font-size: .85rem;
  }
}
/* line 473, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li .available:hover {
  color: #6eab21;
  font-weight: 600;
  background-color: #eff9e2;
}
/* line 477, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li .available:hover i {
  color: #92d241;
}
/* line 479, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li .available:focus {
  color: #6BB900;
  font-weight: 600;
}
/* line 483, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li .unavailable {
  cursor: default;
  opacity: .55;
  text-decoration: line-through;
}
/* line 490, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider .slick-prev, .panels_clinics_list .terms_slider .slick-next {
  top: 48px;
}
/* line 491, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider .slick-prev:before, .panels_clinics_list .terms_slider .slick-next:before {
  color: #636738;
}
@media only screen and (max-width: 40em) {
  /* line 493, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .terms_slider {
    padding-left: 25px;
    padding-right: 25px;
  }
  /* line 494, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .terms_slider .slick-next, .panels_clinics_list .terms_slider .slick-prev {
    width: 20px;
    height: 20px;
  }
}
/* line 498, ../scss/_lib_wettermin.scss */
.panels_clinics_list .clinic_list_opinions {
  padding: 12px 12px 0 12px;
  margin: 15px 0;
  background-color: rgba(125, 188, 38, 0.1);
  border: 1px solid rgba(125, 188, 38, 0.15);
}
/* line 503, ../scss/_lib_wettermin.scss */
.panels_clinics_list .clinic_list_opinions .slick-dots {
  bottom: -33px;
}
/* line 507, ../scss/_lib_wettermin.scss */
.panels_clinics_list .clinic_opinion_author_wrapper {
  float: left;
  margin-right: 20px;
  height: 64px;
}
/* line 512, ../scss/_lib_wettermin.scss */
.panels_clinics_list .clinic_opinion_author {
  width: 37px;
  height: 37px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  background-color: rgba(125, 188, 38, 0.15);
  border: 1px solid rgba(125, 188, 38, 0.15);
}

/* line 522, ../scss/_lib_wettermin.scss */
.cancellation_wrapper {
  text-align: center;
}
/* line 524, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .cancellation_ico {
  font-size: 1.2rem;
  margin-right: 8px;
  color: #ca2702;
}
/* line 529, ../scss/_lib_wettermin.scss */
.cancellation_wrapper p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 7px;
}
/* line 534, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .cancellation_animal {
  margin-bottom: 30px;
}
/* line 535, ../scss/_lib_wettermin.scss */
.cancellation_wrapper textarea {
  max-width: 800px;
  min-height: 125px;
  margin: auto;
}
/* line 540, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .cancellation_title {
  margin: 15px 0;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: bold;
  letter-spacing: 0;
  color: #ca2702;
}
/* line 548, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .cancellation_recaptcha {
  margin: 20px auto 40px;
}
/* line 551, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .cancellation_recaptcha div:nth-child(1) {
  margin: auto;
}
/* line 553, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .button_cancellation {
  width: 280px;
  background-color: #e85533;
  padding: 16px 5px;
  margin: 0 10px 30px;
}
/* line 558, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .button_cancellation:hover, .cancellation_wrapper .button_cancellation:focus {
  background-color: #ca2702;
}
/* line 560, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .button_cancellation_nt {
  width: 280px;
  background-color: #45a7d8;
  padding: 16px 5px;
  margin: 0 10px 30px;
}
/* line 565, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .button_cancellation_nt:hover, .cancellation_wrapper .button_cancellation_nt:focus {
  background-color: #2387ba;
}
@media only screen and (max-width: 40em) {
  /* line 568, ../scss/_lib_wettermin.scss */
  .cancellation_wrapper .button_cancellation, .cancellation_wrapper .button_cancellation_nt {
    margin: 0 0 30px;
  }
}

/* line 17, ../scss/olgazygner.scss */
.panels_clinics_list .terms_slider ul li h5 {
  width: 100%;
}

/* line 18, ../scss/olgazygner.scss */
.wettermin_reg_modal h3 {
  font-weight: 600;
  font-size: 1.05rem;
  line-height: 1.4rem;
}

/* line 23, ../scss/olgazygner.scss */
.panels_clinics_list .terms_slider ul li .available:hover {
  font-weight: 500;
  color: black;
  background-color: #e4eae6;
}

/* line 28, ../scss/olgazygner.scss */
.panels_clinics_list .terms_slider ul li .available i {
  color: #9eafa4;
}

/* line 29, ../scss/olgazygner.scss */
.panels_clinics_list .terms_slider ul li .available:hover i {
  color: #636738;
}

/* line 30, ../scss/olgazygner.scss */
.wettermin_reg_modal h4 {
  margin-top: 10px;
  margin-bottom: 25px;
  font-weight: 400;
  color: #160d10;
}

/* line 36, ../scss/olgazygner.scss */
.sitesbi_confirm_modal p {
  font-weight: 500;
}

/* line 37, ../scss/olgazygner.scss */
.wettermin_reg_action_modal_title i {
  color: #636738;
}

@media only screen and (min-width: 90.063em) {
  /* line 41, ../scss/olgazygner.scss */
  .reservation_header_button {
    right: 1%;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* line 44, ../scss/olgazygner.scss */
  .reservation_header_button {
    right: 1%;
  }
}

/* line 47, ../scss/olgazygner.scss */
.page_button_reservation:hover .button_reservation_text, .page_button_reservation:focus .button_reservation_text {
  font-size: .8rem;
  letter-spacing: 1px;
  font-weight: 500;
  color: white;
}

/* line 53, ../scss/olgazygner.scss */
.page_button_reservation i {
  color: white;
}

/* line 54, ../scss/olgazygner.scss */
.reservation_page {
  background-color: #dde3df;
  margin-bottom: -20px;
  margin-top: 45px;
}

/* line 59, ../scss/olgazygner.scss */
.main_content_list_position {
  background-color: #dde3df;
}

/* line 60, ../scss/olgazygner.scss */
.lastbooking_clinic {
  font-weight: 500;
  margin-top: -43px;
}

/* line 64, ../scss/olgazygner.scss */
.reservation_page_info {
  position: absolute;
  width: 100%;
  top: -360px;
  text-align: center;
}
/* line 69, ../scss/olgazygner.scss */
.reservation_page_info p {
  margin: 0;
  color: white;
  font-size: 1.2rem;
  font-family: 'Playfair Display', serif;
  letter-spacing: 1px;
}

/* line 78, ../scss/olgazygner.scss */
.post_content_container .redactor-toolbar {
  height: 70px;
  width: 50% !important;
}

/* line 80, ../scss/olgazygner.scss */
body, button, .button, cite, h5 {
  font-family: 'Fira Sans', sans-serif;
}

/* line 81, ../scss/olgazygner.scss */
h1, h2, h3, h4, blockquote {
  font-family: 'Playfair Display', serif;
}

/* line 82, ../scss/olgazygner.scss */
strong {
  font-weight: 400;
}

/* line 83, ../scss/olgazygner.scss */
.short_contact_header_wrapper {
  display: none;
}

/* line 85, ../scss/olgazygner.scss */
.section_page_index {
  display: none;
}

/* line 88, ../scss/olgazygner.scss */
.section_spacer_bg_parallax_s1 .panels_blockgrid_1 .panel_item_title {
  color: white;
}

/* line 91, ../scss/olgazygner.scss */
.section_spacer_1 {
  padding: 0 0 50px;
}

/* line 92, ../scss/olgazygner.scss */
.section_spacer_h {
  padding: 0 0 50px;
}
/* line 94, ../scss/olgazygner.scss */
.section_spacer_h h2, .section_spacer_h h3 {
  margin-bottom: 35px;
}
/* line 95, ../scss/olgazygner.scss */
.section_spacer_h h4 {
  width: 50%;
}
/* line 96, ../scss/olgazygner.scss */
.section_spacer_h p {
  font-size: 1.2rem;
  line-height: 1.65;
  border-left: 10px solid #c7e8ef;
  padding-left: 25px;
  margin-right: 9%;
  margin-top: 40px;
}

/* line 107, ../scss/olgazygner.scss */
.section_spacer_h1 h4 {
  width: 60%;
}

/* line 109, ../scss/olgazygner.scss */
.section_spacer_1_index {
  padding: 20px 0 60px;
}

/* line 110, ../scss/olgazygner.scss */
.contact_form_header {
  text-align: left;
}

/* COLORS */
/* line 113, ../scss/olgazygner.scss */
.section_style_c, .section_spacer_c {
  background-color: #efedee;
}

/* line 122, ../scss/olgazygner.scss */
.text_color_c {
  color: white;
}

/* line 123, ../scss/olgazygner.scss */
.text_brand_color {
  color: #b1143b;
}

/* line 124, ../scss/olgazygner.scss */
.text_menu:hover {
  color: #160c0e;
}

/* TYPOGRAPHY */
/* line 132, ../scss/olgazygner.scss */
.breadcrumbs {
  font-size: .9rem;
}

/* line 133, ../scss/olgazygner.scss */
h1 {
  margin: 25px 0;
  color: #1b0e00;
}

/* line 137, ../scss/olgazygner.scss */
h2, h3 {
  font-size: 2.7rem;
  line-height: 3.5rem;
  color: #250f06;
  font-weight: 400;
  letter-spacing: .5px;
  margin: 10px 0 25px;
}

/* line 145, ../scss/olgazygner.scss */
h4 {
  color: #13110f;
  font-size: 2.15rem;
  line-height: 3rem;
  font-weight: 400;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 40px;
}

/* line 154, ../scss/olgazygner.scss */
h5 {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 500;
  color: #0a416f;
  margin: 0 0 10px 0;
  letter-spacing: 0;
}

/* line 162, ../scss/olgazygner.scss */
p, .text_content {
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 300;
}

/* line 167, ../scss/olgazygner.scss */
.paragraph_typo_color {
  font-size: 1.1rem;
  line-height: 1.7rem;
}

/* line 171, ../scss/olgazygner.scss */
.section_opinions_title {
  color: white;
  font-style: italic;
  font-size: 2.3rem;
  line-height: 3.1rem;
  font-weight: 400;
  margin: 0 0 20px;
  text-transform: none;
}

/* line 180, ../scss/olgazygner.scss */
blockquote {
  font-size: 1.35rem;
  line-height: 2.4rem;
  font-style: italic;
  letter-spacing: 1px;
  color: white;
}

/* line 187, ../scss/olgazygner.scss */
blockquote:before {
  opacity: 1;
  color: white;
  content: "\f004";
  border: 3px solid rgba(255, 255, 255, 0.5);
  width: 50px;
  height: 50px;
  margin: 0 auto 18px;
  padding: 8px 0 0 2px;
  border-radius: 50px;
  font-size: 1.3rem;
  font-style: normal;
}

/* line 200, ../scss/olgazygner.scss */
blockquote cite {
  font-size: 0.95rem;
  font-weight: 400;
}

/* line 204, ../scss/olgazygner.scss */
.text_menu {
  font-size: .95rem;
  font-weight: 500;
  padding: 0 7px;
}
/* line 208, ../scss/olgazygner.scss */
.text_menu:hover {
  color: #023a69;
}

/* line 210, ../scss/olgazygner.scss */
.footer_links {
  font-size: .95rem;
  line-height: 1.25rem;
  font-weight: 400;
}

/* line 215, ../scss/olgazygner.scss */
footer .footer_p {
  font-weight: 400;
}

/* line 216, ../scss/olgazygner.scss */
.social_icons {
  margin-left: 10px;
  font-weight: 500;
}

/* line 221, ../scss/olgazygner.scss */
.go_to2 i {
  border: 3px solid #c5d9e0;
  border-radius: 50px;
  padding: 5px 7px 8px;
  background: #d3e4ea;
}

/* BUTTONS */
/* line 230, ../scss/olgazygner.scss */
.page_button_big {
  transition: background-image 300ms ease-out;
  padding: 15px 27px;
  border-radius: 90px;
  font-size: .9rem;
  font-weight: 500;
  color: black;
  background-color: #c5f0f9;
}
/* line 238, ../scss/olgazygner.scss */
.page_button_big:hover, .page_button_big:focus {
  background-color: #9dd8e4;
  color: black;
}

/* line 244, ../scss/olgazygner.scss */
.page_button_small, .page_button_blog {
  margin-top: 10px;
  padding: 14px 27px;
  border-radius: 90px;
  font-size: .85rem;
  letter-spacing: 1px;
  font-weight: 500;
  color: black;
  background-color: #c5f0f9;
}
/* line 253, ../scss/olgazygner.scss */
.page_button_small:hover, .page_button_small:focus, .page_button_blog:hover, .page_button_blog:focus {
  color: black;
  background-color: #9dd8e4;
}

/* line 258, ../scss/olgazygner.scss */
.pagination_buttons_wrapper .pagination_button {
  border-radius: 50px;
}

/* line 259, ../scss/olgazygner.scss */
.button_mmenu {
  font-weight: 500;
  font-size: 1.1rem;
  color: #1b0e00;
  letter-spacing: 1px;
}

/* HEADER */
/* line 267, ../scss/olgazygner.scss */
header {
  position: absolute;
  z-index: 1;
}

/* line 273, ../scss/olgazygner.scss */
.content_page .main_content_position {
  padding-top: 0;
}

/* line 274, ../scss/olgazygner.scss */
.page_top_bar {
  height: 0;
}

/* line 277, ../scss/olgazygner.scss */
#menu ul li {
  padding: 7px 0;
}

/* line 280, ../scss/olgazygner.scss */
.section_style_bg_parallax .section_bg {
  padding-top: 20px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
}
/* line 284, ../scss/olgazygner.scss */
.section_style_bg_parallax h2 {
  font-weight: 400;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  color: white;
}
/* line 289, ../scss/olgazygner.scss */
.section_style_bg_parallax h5 {
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  text-align: center;
  color: white;
}

/* line 296, ../scss/olgazygner.scss */
.search_overlay h2 {
  text-align: left;
}

/* SLIDER */
/* line 300, ../scss/olgazygner.scss */
.slider_1 .slick-dots {
  display: none !important;
}

/* line 302, ../scss/olgazygner.scss */
.gallery_slider .slick-prev:before, .gallery_slider .slick-next:before {
  color: #b38964;
}

/* PANELS */
/* line 307, ../scss/olgazygner.scss */
.panels_blockgrid_1 .panel_item_img {
  background-color: #6d8db1;
  border: 3px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
}

/* line 315, ../scss/olgazygner.scss */
.panels_blockgrid_last_blog_post_list .last_blog_post_list {
  padding: 25px 30px;
  background-color: #f5f3f3;
}
/* line 319, ../scss/olgazygner.scss */
.panels_blockgrid_last_blog_post_list .panel_item_img {
  width: 360px;
  height: 300px;
}
/* line 323, ../scss/olgazygner.scss */
.panels_blockgrid_last_blog_post_list .post_title {
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 1.75rem;
  line-height: 2.1rem;
  font-weight: 400;
}
/* line 330, ../scss/olgazygner.scss */
.panels_blockgrid_last_blog_post_list .text_content {
  font-size: 1rem;
  line-height: 1.5rem;
}
/* line 334, ../scss/olgazygner.scss */
.panels_blockgrid_last_blog_post_list .button_wrapper {
  margin-top: 25px;
}

/* SECTIONS */
/* line 338, ../scss/olgazygner.scss */
.text_foto_right {
  width: 41%;
}

/* BLOG */
/* line 341, ../scss/olgazygner.scss */
.blog_list {
  margin-top: 35px;
}

/* line 342, ../scss/olgazygner.scss */
.article_abstract_wrapper {
  padding: 25px 25px 35px;
  background-color: #f5f3f3;
}
/* line 345, ../scss/olgazygner.scss */
.article_abstract_wrapper .article_abstract_title {
  margin-top: 25px;
  margin-bottom: 18px;
  font-size: 1.5rem;
  line-height: 1.85rem;
  font-weight: 400;
}
/* line 352, ../scss/olgazygner.scss */
.article_abstract_wrapper .article_abstract_content {
  font-size: .9rem;
  line-height: 1.45rem;
}
/* line 356, ../scss/olgazygner.scss */
.article_abstract_wrapper .article_abstract_button_wrapper {
  margin-top: 20px;
  color: #b1143b;
  font-weight: 500;
}

/* OPINIONS */
/* line 364, ../scss/olgazygner.scss */
.opinions_bg {
  padding: 125px 0;
  min-height: 770px;
}

/* line 368, ../scss/olgazygner.scss */
.opinions_title_container {
  text-align: center;
}

/* line 371, ../scss/olgazygner.scss */
.opinions_content_container {
  text-align: center;
}

/* line 374, ../scss/olgazygner.scss */
.section_opinions .slick-dots {
  text-align: left;
}

/* FOOTER*/
/* line 377, ../scss/olgazygner.scss */
.footer_container {
  padding: 15px 0 50px;
  text-align: center;
  background-color: #f1f1f1;
}

/* line 382, ../scss/olgazygner.scss */
#short_contact {
  margin-bottom: 15px;
}

/* line 384, ../scss/olgazygner.scss */
.short_contact_header {
  font-size: 1.85rem;
  line-height: 2.6rem;
}

/* line 389, ../scss/olgazygner.scss */
.short_contact_content_container h4 {
  color: #13110f;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  letter-spacing: .5px;
  margin: 0 0 10px;
}
/* line 397, ../scss/olgazygner.scss */
.short_contact_content_container hr {
  opacity: .4;
  width: 50%;
}

/* line 405, ../scss/olgazygner.scss */
.footer_links ul li {
  display: inline;
}

/* line 408, ../scss/olgazygner.scss */
.footer_sitesbi {
  margin-top: 15px;
}
/* line 410, ../scss/olgazygner.scss */
.footer_sitesbi h3 {
  margin-top: 10px;
  margin-bottom: 35px;
  font-size: 1.28rem;
  font-weight: 600;
}

/* line 417, ../scss/olgazygner.scss */
#map {
  margin-top: 30px;
  height: 420px;
  border: 3px solid rgba(255, 255, 255, 0.64);
}

/* line 422, ../scss/olgazygner.scss */
.section_form {
  text-align: left;
}

/* line 423, ../scss/olgazygner.scss */
.text_content a {
  color: #b1143b;
  font-weight: 500;
  text-decoration: underline;
}

@media only screen and (min-width: 40.063em) {
  /* line 431, ../scss/olgazygner.scss */
  .panel_effect_scale1p .panel_item_img {
    transition: transform 0.45s ease;
  }
  /* line 433, ../scss/olgazygner.scss */
  .panel_effect_scale1p .blockgrid_panel :hover .panel_item_img {
    transform: scale(1.08, 1.08);
    -ms-transform: scale(1.08, 1.08);
    -webkit-transform: scale(1.08, 1.08);
    transition: transform 0.45s ease;
  }
}
@media only screen and (min-width: 90.063em) {
  /* line 444, ../scss/olgazygner.scss */
  .section_spacer_h1 h4 {
    width: 730px;
  }

  /* line 448, ../scss/olgazygner.scss */
  .section_spacer_h2 h5 {
    font-size: 1.3rem;
    line-height: 1.9rem;
    font-weight: 500;
    color: #b11447;
    margin: 15px 0;
  }
  /* line 455, ../scss/olgazygner.scss */
  .section_spacer_h2 .paragraph_typo_color {
    font-size: 1.1rem;
    line-height: 1.55rem;
    margin-bottom: 0;
    font-weight: 500;
  }

  /* line 462, ../scss/olgazygner.scss */
  .content_page .main_content_wrapper, .content_page .main_header_wrapper, .blog_gallery_wrapper {
    max-width: 100%;
    padding: 0 9%;
  }

  /* line 466, ../scss/olgazygner.scss */
  .section_spacer_h {
    padding: 0 0 80px;
  }

  /* line 468, ../scss/olgazygner.scss */
  .section_spacer_index1 h4 {
    margin-top: -10px;
  }

  /* line 471, ../scss/olgazygner.scss */
  .section_spacer_2 .text_foto_right, .section_spacer_2 .text_foto_left {
    width: 37%;
  }

  /* line 473, ../scss/olgazygner.scss */
  .section_spacer_3 {
    padding: 45px 0 15px;
  }

  /* line 474, ../scss/olgazygner.scss */
  .inner_gradient_bg, .inner_header_gradient_bg {
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(239, 240, 244, 0.7) 55px, transparent 55px);
  }

  /* line 478, ../scss/olgazygner.scss */
  .page_button_big {
    padding: 18px 30px;
    font-size: 1rem;
  }

  /* line 482, ../scss/olgazygner.scss */
  h2, h3 {
    font-size: 2.45rem;
    line-height: 1.25;
    color: #250f06;
    font-weight: 500;
    letter-spacing: .5px;
    margin: 10px 0 25px;
  }

  /* line 490, ../scss/olgazygner.scss */
  h4 {
    color: #13110f;
    font-size: 2.05rem;
    line-height: 2.8rem;
    font-weight: 400;
    letter-spacing: .5px;
    margin-top: 0;
    margin-bottom: 40px;
  }

  /* line 499, ../scss/olgazygner.scss */
  .text_menu {
    font-size: 1rem;
  }

  /* line 501, ../scss/olgazygner.scss */
  #menu {
    text-align: right;
    top: 3px;
    padding-right: 5%;
  }

  /* line 506, ../scss/olgazygner.scss */
  .logo {
    margin-top: 46px;
    margin-left: -32px;
  }

  /* line 510, ../scss/olgazygner.scss */
  .text_opinion_container {
    width: 70%;
    margin: auto;
  }

  /* line 514, ../scss/olgazygner.scss */
  .slide {
    min-height: 720px;
  }

  /* line 515, ../scss/olgazygner.scss */
  .slider_1 {
    margin-bottom: 0;
  }

  /* line 516, ../scss/olgazygner.scss */
  .slider1_inner_content_container {
    padding: 166px 0 30px;
    width: 680px;
    margin: 0;
  }

  /* line 521, ../scss/olgazygner.scss */
  .slider1_title {
    display: none;
  }

  /* line 522, ../scss/olgazygner.scss */
  .slider1_text_content_container {
    margin-top: -25px;
  }
  /* line 524, ../scss/olgazygner.scss */
  .slider1_text_content_container h1 {
    font-size: 3.45rem;
    line-height: 1.14;
    letter-spacing: -.5px;
    font-weight: 400;
    margin-bottom: 25px;
  }
  /* line 531, ../scss/olgazygner.scss */
  .slider1_text_content_container h3 {
    font-size: 1.65rem;
    line-height: 1.25;
  }
  /* line 535, ../scss/olgazygner.scss */
  .slider1_text_content_container p {
    font-family: 'Fira Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 400;
    color: #000000;
    margin-bottom: 45px;
  }

  /* line 544, ../scss/olgazygner.scss */
  .title_bg {
    min-height: 360px;
    background-color: #f1f0f1;
    background-position: center 30%;
  }

  /* line 549, ../scss/olgazygner.scss */
  .section_bg {
    min-height: 450px;
  }

  /* line 550, ../scss/olgazygner.scss */
  .gallery_slider {
    margin-bottom: 50px;
  }

  /* line 552, ../scss/olgazygner.scss */
  .page_title_container {
    padding-top: 145px;
  }

  /* line 553, ../scss/olgazygner.scss */
  h1 {
    margin: 0 0 15px;
    font-size: 3.25rem;
    line-height: 1.3;
    font-weight: 400;
    color: #0a416f;
  }

  /* line 561, ../scss/olgazygner.scss */
  .introduction h3 {
    font-size: 1.6rem;
    line-height: 1.25;
    margin: 3px 0;
  }
  /* line 566, ../scss/olgazygner.scss */
  .introduction p {
    margin: 0;
    color: white;
    font-size: 1.2rem;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
  }

  /* line 574, ../scss/olgazygner.scss */
  .section_style_bg_parallax .section_bg {
    min-height: 770px;
  }

  /* line 576, ../scss/olgazygner.scss */
  .section_style_bg_parallax h2 {
    margin: 150px 0 30px;
  }
  /* line 579, ../scss/olgazygner.scss */
  .section_style_bg_parallax h5 {
    font-size: 1.55rem;
    line-height: 2.5rem;
  }
  /* line 583, ../scss/olgazygner.scss */
  .section_style_bg_parallax p, .section_style_bg_parallax .text_content {
    font-size: 1.25rem;
    line-height: 2rem;
    margin: 20px auto 30px;
    color: white;
  }

  /* line 590, ../scss/olgazygner.scss */
  .panels_blockgrid_1 {
    margin: auto;
  }
  /* line 592, ../scss/olgazygner.scss */
  .panels_blockgrid_1 .blockgrid_panel {
    padding: 12px;
  }
  /* line 593, ../scss/olgazygner.scss */
  .panels_blockgrid_1 .panel_item_img {
    width: 90px;
    height: 90px;
    margin: 0 0 12px;
  }
  /* line 598, ../scss/olgazygner.scss */
  .panels_blockgrid_1 .panel_item_title {
    font-family: 'Fira Sans', sans-serif;
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #0a416f;
    margin-bottom: 10px;
    text-transform: none;
    cursor: default;
  }
  /* line 608, ../scss/olgazygner.scss */
  .panels_blockgrid_1 .blockgrid_panel:hover .panel_item_img {
    background-color: #e12d5a;
  }
  /* line 609, ../scss/olgazygner.scss */
  .panels_blockgrid_1 .blockgrid_panel:hover .panel_item_title {
    color: #b1143b;
  }

  /* line 613, ../scss/olgazygner.scss */
  .panels_blockgrid_1a .blockgrid_panel {
    margin-top: -30px;
  }

  /* line 616, ../scss/olgazygner.scss */
  .panels_blockgrid_2 .blockgrid_panel {
    padding: 0 15px 20px 0;
  }
  /* line 619, ../scss/olgazygner.scss */
  .panels_blockgrid_2 .panel_item_img {
    height: 300px;
  }
  /* line 620, ../scss/olgazygner.scss */
  .panels_blockgrid_2 .panel_item_title {
    font-family: 'Fira Sans', sans-serif;
    font-size: 1.25rem;
    line-height: 1.2;
    color: #b1143b;
    font-weight: 500;
    margin: 15px 0 20px;
  }
  /* line 628, ../scss/olgazygner.scss */
  .panels_blockgrid_2 p {
    margin-bottom: 8px;
  }
  /* line 629, ../scss/olgazygner.scss */
  .panels_blockgrid_2 .paragraph_typo_color {
    font-size: .95rem;
    line-height: 1.7rem;
    font-weight: 500 !important;
  }

  /* line 636, ../scss/olgazygner.scss */
  .section_spacer_c1 {
    background-image: linear-gradient(#70abbd 0%, #17578e 100%);
    margin: 10px 0 25px;
  }
  /* line 641, ../scss/olgazygner.scss */
  .section_spacer_c1 .main_content_wrapper {
    padding: 0 10px 0 9%;
  }
  /* line 642, ../scss/olgazygner.scss */
  .section_spacer_c1 ul li {
    padding: 0;
  }
  /* line 643, ../scss/olgazygner.scss */
  .section_spacer_c1 .rightimage_img_container img {
    padding: 80px 80px 0;
  }
  /* line 644, ../scss/olgazygner.scss */
  .section_spacer_c1 h2, .section_spacer_c1 h3, .section_spacer_c1 h4, .section_spacer_c1 h5, .section_spacer_c1 p {
    color: white;
  }

  /* line 646, ../scss/olgazygner.scss */
  .leftimage_text_container, .rightimage_text_container {
    padding: 7% 8% 12% 10px;
  }

  /* line 649, ../scss/olgazygner.scss */
  .contact h2, .contact h3 {
    font-size: 2rem;
    line-height: 2.8rem;
  }

  /* line 654, ../scss/olgazygner.scss */
  .contact_form_header {
    font-size: 2rem;
    line-height: 2.8rem;
  }

  /* line 658, ../scss/olgazygner.scss */
  .article_list_foto {
    width: 380px;
    height: 280px;
  }

  /* line 663, ../scss/olgazygner.scss */
  .article_wrapper .article_img_container {
    float: right;
    margin-top: 15px;
    margin-left: 50px;
    width: 420px;
  }
  /* line 669, ../scss/olgazygner.scss */
  .article_wrapper .article_foto {
    width: 100%;
    height: 400px;
    margin: 0 auto 35px;
  }
  /* line 675, ../scss/olgazygner.scss */
  .article_wrapper .article_title_container .article_title {
    margin: 12px 0 30px;
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 685, ../scss/olgazygner.scss */
  .header_main {
    padding-bottom: 11px;
  }

  /* line 686, ../scss/olgazygner.scss */
  .film_50_l {
    width: 47%;
    height: 390px;
    float: left;
    padding-top: 30px;
    padding-right: 3%;
  }

  /* line 693, ../scss/olgazygner.scss */
  .film_50_r {
    padding-left: 3%;
    width: 47%;
    float: left;
  }

  /* line 698, ../scss/olgazygner.scss */
  .section_opinions {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* line 703, ../scss/olgazygner.scss */
  .blog_gallery_wrapper {
    padding: 0 75px;
  }

  /* line 704, ../scss/olgazygner.scss */
  .section_spacer_default {
    padding: 45px 0;
  }

  /* line 706, ../scss/olgazygner.scss */
  .section_spacer_index1 h4 {
    margin-top: -15px;
  }

  /* line 709, ../scss/olgazygner.scss */
  .section_spacer_2 .text_foto_right, .section_spacer_2 .text_foto_left {
    width: 37%;
  }

  /* line 711, ../scss/olgazygner.scss */
  .section_spacer_3 {
    padding: 45px 0 15px;
  }

  /* line 712, ../scss/olgazygner.scss */
  .inner_gradient_bg, .inner_header_gradient_bg {
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(239, 240, 244, 0.7) 48px, transparent 48px);
  }

  /* line 716, ../scss/olgazygner.scss */
  h2, h3 {
    font-size: 2.1rem;
    line-height: 1.14;
    color: #250f06;
    font-weight: 500;
    letter-spacing: .5px;
    margin: 10px 0 25px;
  }

  /* line 724, ../scss/olgazygner.scss */
  h4 {
    color: #13110f;
    font-size: 1.75rem;
    line-height: 2.3rem;
    font-weight: 400;
    letter-spacing: .5px;
    margin-top: 0;
    margin-bottom: 30px;
  }

  /* line 733, ../scss/olgazygner.scss */
  p, .text_content {
    font-size: 1.05rem;
    line-height: 1.7rem;
  }

  /* line 737, ../scss/olgazygner.scss */
  .section_spacer_h p {
    font-size: 1.1rem;
    line-height: 1.65;
    border-left: 8px solid  #cce1e8;
    padding-left: 22px;
  }

  /* line 744, ../scss/olgazygner.scss */
  .section_spacer_h2 h5 {
    font-size: 1.3rem;
    line-height: 1.9rem;
    font-weight: 500;
    color: #b11447;
    margin: 15px 0;
  }
  /* line 751, ../scss/olgazygner.scss */
  .section_spacer_h2 .paragraph_typo_color {
    font-size: 1.1rem;
    line-height: 1.55rem;
    margin-bottom: 0;
    font-weight: 500;
  }

  /* line 758, ../scss/olgazygner.scss */
  .contact_form_header {
    text-align: left;
    font-size: 1.95rem;
  }

  /* line 763, ../scss/olgazygner.scss */
  #menu {
    text-align: right;
    top: 0;
    padding-right: 50px;
  }

  /* line 768, ../scss/olgazygner.scss */
  .logo {
    margin-top: 45px;
    margin-left: -26px;
  }
  /* line 771, ../scss/olgazygner.scss */
  .logo img {
    max-width: 95px;
  }

  /* line 775, ../scss/olgazygner.scss */
  .text_opinion_container {
    width: 70%;
    margin: auto;
  }

  /* line 779, ../scss/olgazygner.scss */
  .slide {
    min-height: 555px;
  }

  /* line 780, ../scss/olgazygner.scss */
  .slider_1 {
    margin-bottom: 0;
  }

  /* line 781, ../scss/olgazygner.scss */
  .slider1_inner_content_container {
    padding: 145px 0 30px;
    width: 660px;
    margin: 0;
  }

  /* line 786, ../scss/olgazygner.scss */
  .slider1_title {
    display: none;
  }

  /* line 789, ../scss/olgazygner.scss */
  .slider1_text_content_container {
    margin-top: -25px;
  }
  /* line 791, ../scss/olgazygner.scss */
  .slider1_text_content_container h3 {
    font-size: 1.35rem;
    line-height: 1.3;
    margin-bottom: 22px;
  }
  /* line 796, ../scss/olgazygner.scss */
  .slider1_text_content_container h1 {
    font-size: 2.7rem;
    line-height: 1.12;
    letter-spacing: -.5px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  /* line 803, ../scss/olgazygner.scss */
  .slider1_text_content_container p {
    font-size: .95rem;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 25px;
  }

  /* line 810, ../scss/olgazygner.scss */
  .title_bg {
    min-height: 310px;
    background-color: #f1f0f1;
    background-position: center 28%;
  }

  /* line 815, ../scss/olgazygner.scss */
  .section_bg {
    min-height: 450px;
  }

  /* line 816, ../scss/olgazygner.scss */
  .gallery_slider {
    margin-bottom: 50px;
  }

  /* line 818, ../scss/olgazygner.scss */
  .page_title_container {
    padding-top: 128px;
  }

  /* line 819, ../scss/olgazygner.scss */
  h1 {
    margin: 0 0 12px;
    font-size: 2.7rem;
    line-height: 1.3;
    font-weight: 400;
    color: #0a416f;
  }

  /* line 827, ../scss/olgazygner.scss */
  .introduction h3 {
    font-size: 1.4rem;
    line-height: 1.3;
    margin: 0;
  }
  /* line 832, ../scss/olgazygner.scss */
  .introduction p {
    margin: 0;
    color: white;
    font-size: 1.2rem;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
  }

  /* line 840, ../scss/olgazygner.scss */
  .section_style_bg_parallax .section_bg {
    min-height: 770px;
  }

  /* line 842, ../scss/olgazygner.scss */
  .section_style_bg_parallax h2 {
    margin: 150px 0 30px;
  }
  /* line 845, ../scss/olgazygner.scss */
  .section_style_bg_parallax h5 {
    font-size: 1.55rem;
    line-height: 2.5rem;
  }
  /* line 849, ../scss/olgazygner.scss */
  .section_style_bg_parallax p, .section_style_bg_parallax .text_content {
    font-size: 1.25rem;
    line-height: 2rem;
    margin: 20px auto 30px;
    color: white;
  }

  /* line 856, ../scss/olgazygner.scss */
  .panels_blockgrid_1 {
    margin: auto;
  }
  /* line 858, ../scss/olgazygner.scss */
  .panels_blockgrid_1 .blockgrid_panel {
    padding: 0 10px 10px;
  }
  /* line 859, ../scss/olgazygner.scss */
  .panels_blockgrid_1 .panel_item_img {
    width: 80px;
    height: 80px;
    margin: 0 0 12px;
  }
  /* line 864, ../scss/olgazygner.scss */
  .panels_blockgrid_1 .panel_item_title {
    font-family: 'Fira Sans', sans-serif;
    font-size: 1.15rem;
    line-height: 1.4;
    color: #0a416f;
    margin-bottom: 7px;
    text-transform: none;
    cursor: default;
  }
  /* line 874, ../scss/olgazygner.scss */
  .panels_blockgrid_1 .blockgrid_panel:hover .panel_item_img {
    background-color: #e12d5a;
  }
  /* line 875, ../scss/olgazygner.scss */
  .panels_blockgrid_1 .blockgrid_panel:hover .panel_item_title {
    color: #b1143b;
  }

  /* line 879, ../scss/olgazygner.scss */
  .panels_blockgrid_1a .blockgrid_panel {
    margin-top: -25px;
  }

  /* line 882, ../scss/olgazygner.scss */
  .panels_blockgrid_2 .blockgrid_panel {
    padding: 0 15px 20px 0;
  }
  /* line 885, ../scss/olgazygner.scss */
  .panels_blockgrid_2 .panel_item_img {
    height: 300px;
  }
  /* line 886, ../scss/olgazygner.scss */
  .panels_blockgrid_2 .panel_item_title {
    font-family: 'Fira Sans', sans-serif;
    font-size: 1.25rem;
    line-height: 1.2;
    color: #b1143b;
    font-weight: 500;
    margin: 15px 0 20px;
  }
  /* line 894, ../scss/olgazygner.scss */
  .panels_blockgrid_2 p {
    margin-bottom: 8px;
  }
  /* line 895, ../scss/olgazygner.scss */
  .panels_blockgrid_2 .paragraph_typo_color {
    font-size: .95rem;
    line-height: 1.7rem;
    font-weight: 500 !important;
  }

  /* line 901, ../scss/olgazygner.scss */
  .section_spacer_h1 h4 {
    width: 650px;
  }

  /* line 904, ../scss/olgazygner.scss */
  .section_spacer_c1 {
    background-image: linear-gradient(#70abbd 0%, #17578e 100%);
    margin: 10px 0 15px;
  }
  /* line 907, ../scss/olgazygner.scss */
  .section_spacer_c1 ul li {
    padding: 0;
  }
  /* line 908, ../scss/olgazygner.scss */
  .section_spacer_c1 .rightimage_img_container img {
    padding: 60px 83px 0;
  }
  /* line 909, ../scss/olgazygner.scss */
  .section_spacer_c1 h2, .section_spacer_c1 h3, .section_spacer_c1 h4, .section_spacer_c1 h5, .section_spacer_c1 p {
    color: white;
  }
  /* line 910, ../scss/olgazygner.scss */
  .section_spacer_c1 .main_content_wrapper {
    padding: 0 10px 0 75px;
  }

  /* line 912, ../scss/olgazygner.scss */
  .leftimage_text_container, .rightimage_text_container {
    padding: 50px 8% 60px 10px;
  }

  /* line 915, ../scss/olgazygner.scss */
  .short_contact_header {
    font-size: 1.75rem;
    line-height: 2.4rem;
  }

  /* line 920, ../scss/olgazygner.scss */
  .short_contact_content_container h4 {
    color: #13110f;
    font-size: 1.3rem;
    line-height: 1.7rem;
    font-weight: 400;
    letter-spacing: .5px;
    margin: -5px 0 10px;
  }

  /* line 930, ../scss/olgazygner.scss */
  .contact h2, .contact h3 {
    font-size: 2rem;
    line-height: 2.8rem;
  }

  /* line 935, ../scss/olgazygner.scss */
  .article_list_foto {
    width: 280px;
    height: 200px;
  }

  /* line 940, ../scss/olgazygner.scss */
  .article_wrapper .article_img_container {
    float: right;
    margin-top: 15px;
    margin-left: 50px;
    width: 400px;
  }
  /* line 946, ../scss/olgazygner.scss */
  .article_wrapper .article_foto {
    width: 100%;
    height: 355px;
    margin: 0 auto 35px;
  }
  /* line 951, ../scss/olgazygner.scss */
  .article_wrapper .article_img {
    width: 100%;
    height: 320px;
    background-size: cover;
    background-position: center top;
  }

  /* line 958, ../scss/olgazygner.scss */
  .panels_clinics_list .panel_clinic_doctor h4 {
    margin-top: 5px;
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 965, ../scss/olgazygner.scss */
  .blog_gallery_wrapper {
    padding: 0 75px;
  }

  /* line 966, ../scss/olgazygner.scss */
  .breadcrumbs {
    display: none;
  }

  /* line 967, ../scss/olgazygner.scss */
  .section_spacer_default {
    padding: 40px 0;
  }

  /* line 969, ../scss/olgazygner.scss */
  .section_spacer_index1 h4 {
    margin-top: -15px;
  }

  /* line 972, ../scss/olgazygner.scss */
  .section_spacer_2 .text_foto_right, .section_spacer_2 .text_foto_left {
    width: 42%;
  }

  /* line 974, ../scss/olgazygner.scss */
  .section_spacer_3 {
    padding: 40px 0 10px;
  }

  /* line 975, ../scss/olgazygner.scss */
  .section_spacer_h h4 {
    width: 440px;
  }

  /* line 978, ../scss/olgazygner.scss */
  .section_spacer_h1 h4 {
    width: 500px;
  }

  /* line 982, ../scss/olgazygner.scss */
  .section_spacer_h2 h5 {
    font-size: 1.15rem;
    line-height: 1.2;
    font-weight: 500;
    color: #b11447;
    margin: 15px 0;
  }
  /* line 989, ../scss/olgazygner.scss */
  .section_spacer_h2 .paragraph_typo_color {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 3px;
    font-weight: 500;
  }

  /* line 996, ../scss/olgazygner.scss */
  .inner_gradient_bg, .inner_header_gradient_bg {
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(239, 240, 244, 0.75) 45px, transparent 45px);
  }

  /* line 1000, ../scss/olgazygner.scss */
  .page_button_big {
    padding: 13px 24px;
  }

  /* line 1001, ../scss/olgazygner.scss */
  h2, h3 {
    font-size: 1.75rem;
    line-height: 2.2rem;
    color: #250f06;
    font-weight: 500;
    letter-spacing: .5px;
    margin: 10px 0 25px;
  }

  /* line 1009, ../scss/olgazygner.scss */
  h4 {
    color: #13110f;
    font-size: 1.4rem;
    line-height: 1.35;
    font-weight: 400;
    letter-spacing: .5px;
    margin-top: 0;
    margin-bottom: 25px;
  }

  /* line 1018, ../scss/olgazygner.scss */
  h5 {
    font-size: 1.1rem;
    line-height: 1.35rem;
    font-weight: 500;
    color: #0a416f;
  }

  /* line 1024, ../scss/olgazygner.scss */
  p, .text_content {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  /* line 1028, ../scss/olgazygner.scss */
  .section_spacer_h p {
    border-left: 8px solid #cce1e8;
    padding-left: 22px;
    font-size: 1.05rem;
  }

  /* line 1033, ../scss/olgazygner.scss */
  .contact_form_header {
    font-size: 1.6rem;
  }

  /* line 1037, ../scss/olgazygner.scss */
  #menu {
    width: 100%;
    text-align: right;
    padding-top: 10px;
    padding-right: 30px;
  }

  /* line 1043, ../scss/olgazygner.scss */
  .text_menu {
    font-size: 1rem;
  }

  /* line 1044, ../scss/olgazygner.scss */
  .logo {
    margin-top: 18px;
    margin-left: -26px;
  }
  /* line 1047, ../scss/olgazygner.scss */
  .logo img {
    max-width: 85px;
  }

  /* line 1051, ../scss/olgazygner.scss */
  .text_opinion_container {
    width: 70%;
    margin: auto;
  }

  /* line 1055, ../scss/olgazygner.scss */
  .slide {
    min-height: 365px;
  }

  /* line 1056, ../scss/olgazygner.scss */
  .slider_1 {
    margin-bottom: 0;
  }

  /* line 1057, ../scss/olgazygner.scss */
  .slider1_inner_content_container {
    padding: 115px 0 10px;
    width: 375px;
    margin: 0;
  }

  /* line 1062, ../scss/olgazygner.scss */
  .slider1_title {
    display: none;
  }

  /* line 1065, ../scss/olgazygner.scss */
  .slider1_text_content_container {
    margin-top: -25px;
  }
  /* line 1067, ../scss/olgazygner.scss */
  .slider1_text_content_container h3 {
    font-size: 1.1rem;
    line-height: 1.4;
  }
  /* line 1071, ../scss/olgazygner.scss */
  .slider1_text_content_container h1 {
    font-size: 2.25rem;
    line-height: 1.2;
    letter-spacing: -.5px;
    font-weight: 400;
    margin-bottom: 15px;
  }
  /* line 1078, ../scss/olgazygner.scss */
  .slider1_text_content_container p {
    display: none;
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 400;
    margin-bottom: 40px;
  }

  /* line 1086, ../scss/olgazygner.scss */
  .title_bg {
    min-height: 245px;
    background-color: #f1f0f1;
  }

  /* line 1090, ../scss/olgazygner.scss */
  .section_bg {
    min-height: 450px;
  }

  /* line 1091, ../scss/olgazygner.scss */
  .gallery_slider {
    margin-bottom: 50px;
  }

  /* line 1093, ../scss/olgazygner.scss */
  .page_title_container {
    padding-top: 90px;
  }

  /* line 1094, ../scss/olgazygner.scss */
  h1 {
    margin: 0 0 7px;
    font-size: 2.1rem;
    line-height: 2.6rem;
    font-weight: 400;
    color: #0a416f;
  }

  /* line 1102, ../scss/olgazygner.scss */
  .introduction h3 {
    font-size: 1.4rem;
    line-height: 2.1rem;
    margin: 3px 0;
  }
  /* line 1107, ../scss/olgazygner.scss */
  .introduction p {
    margin: 0;
    color: white;
    font-size: 1.2rem;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
  }

  /* line 1115, ../scss/olgazygner.scss */
  .section_style_bg_parallax .section_bg {
    min-height: 770px;
  }

  /* line 1117, ../scss/olgazygner.scss */
  .section_style_bg_parallax h2 {
    margin: 150px 0 30px;
  }
  /* line 1120, ../scss/olgazygner.scss */
  .section_style_bg_parallax h5 {
    font-size: 1.55rem;
    line-height: 2.5rem;
  }
  /* line 1124, ../scss/olgazygner.scss */
  .section_style_bg_parallax p, .section_style_bg_parallax .text_content {
    font-size: 1.25rem;
    line-height: 2rem;
    margin: 20px auto 30px;
    color: white;
  }

  /* line 1131, ../scss/olgazygner.scss */
  .panels_blockgrid_1 {
    margin: auto;
  }
  /* line 1133, ../scss/olgazygner.scss */
  .panels_blockgrid_1 .blockgrid_panel {
    padding: 0 10px 10px;
  }
  /* line 1134, ../scss/olgazygner.scss */
  .panels_blockgrid_1 .panel_item_img {
    width: 77px;
    height: 77px;
    margin: 0 0 12px;
  }
  /* line 1139, ../scss/olgazygner.scss */
  .panels_blockgrid_1 .panel_item_title {
    font-family: 'Fira Sans', sans-serif;
    font-size: 1.05rem;
    line-height: 1.4;
    color: #0a416f;
    margin-bottom: 7px;
    text-transform: none;
    cursor: default;
  }

  /* line 1150, ../scss/olgazygner.scss */
  .panels_blockgrid_1a .blockgrid_panel {
    margin-top: -25px;
  }

  /* line 1153, ../scss/olgazygner.scss */
  .panels_blockgrid_2 .blockgrid_panel {
    padding: 0 15px 20px 0;
  }
  /* line 1156, ../scss/olgazygner.scss */
  .panels_blockgrid_2 .panel_item_img {
    height: 220px;
  }
  /* line 1157, ../scss/olgazygner.scss */
  .panels_blockgrid_2 .panel_item_title {
    font-family: 'Fira Sans', sans-serif;
    font-size: 1.1rem;
    line-height: 1.2;
    color: #b1143b;
    font-weight: 500;
    margin: 15px 0 10px;
  }
  /* line 1165, ../scss/olgazygner.scss */
  .panels_blockgrid_2 p {
    margin-bottom: 8px;
    line-height: 1.5rem;
  }
  /* line 1169, ../scss/olgazygner.scss */
  .panels_blockgrid_2 .paragraph_typo_color {
    font-size: .95rem;
    line-height: 1.7rem;
    font-weight: 500 !important;
  }

  /* line 1175, ../scss/olgazygner.scss */
  .rightimage_container .rightimage_bg {
    width: 370px;
    height: 230px !important;
  }

  /* line 1180, ../scss/olgazygner.scss */
  .section_spacer_c1 {
    padding: 0;
    background-image: linear-gradient(#70abbd 0%, #17578e 100%);
  }
  /* line 1183, ../scss/olgazygner.scss */
  .section_spacer_c1 h2, .section_spacer_c1 h3, .section_spacer_c1 h4, .section_spacer_c1 h5, .section_spacer_c1 p {
    color: white;
  }

  /* line 1185, ../scss/olgazygner.scss */
  .leftimage_text_container, .rightimage_text_container {
    padding: 20px 0;
  }

  /* line 1188, ../scss/olgazygner.scss */
  .rightimage_img_container img, .leftimage_img_container img {
    max-width: 500px;
  }

  /* line 1189, ../scss/olgazygner.scss */
  .short_contact_header {
    font-size: 1.7rem;
    line-height: 2.3rem;
  }

  /* line 1194, ../scss/olgazygner.scss */
  .short_contact_content_container h4 {
    color: #13110f;
    font-size: 1.3rem;
    line-height: 1.7rem;
    font-weight: 400;
    letter-spacing: .5px;
    margin: -5px 0 10px;
  }

  /* line 1204, ../scss/olgazygner.scss */
  .contact h2, .contact h3 {
    font-size: 2rem;
    line-height: 2.8rem;
  }

  /* line 1209, ../scss/olgazygner.scss */
  #map {
    margin-top: 30px;
    height: 350px;
  }

  /* line 1214, ../scss/olgazygner.scss */
  .article_abstract_wrapper .article_list_foto {
    width: 280px;
    height: 215px;
  }

  /* line 1219, ../scss/olgazygner.scss */
  .article_wrapper .article_img_container {
    float: right;
    margin-top: 15px;
    margin-left: 50px;
    width: 43%;
  }
  /* line 1225, ../scss/olgazygner.scss */
  .article_wrapper .article_foto {
    width: 100%;
    height: 240px;
    margin: 0 auto 35px;
  }
  /* line 1230, ../scss/olgazygner.scss */
  .article_wrapper .article_img {
    width: 100%;
    height: 260px;
    background-size: cover;
    background-position: center top;
  }

  /* line 1238, ../scss/olgazygner.scss */
  .panels_clinics_list .panel_clinic_doctor h4 {
    margin-top: 5px;
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 40em) {
  /* line 1245, ../scss/olgazygner.scss */
  .social_share_buttons_container {
    text-align: left;
  }

  /* line 1246, ../scss/olgazygner.scss */
  .breadcrumbs {
    display: none;
  }

  /* line 1247, ../scss/olgazygner.scss */
  .pre_content_wrapper {
    padding: 12px 0;
  }

  /* line 1248, ../scss/olgazygner.scss */
  .section_spacer_default {
    padding: 40px 0;
  }

  /* line 1250, ../scss/olgazygner.scss */
  .section_spacer_2 .text_foto_right, .section_spacer_2 .text_foto_left {
    width: 45%;
    margin: 0;
  }

  /* line 1255, ../scss/olgazygner.scss */
  .section_spacer_3 {
    padding: 40px 0 10px;
  }

  /* line 1256, ../scss/olgazygner.scss */
  .section_spacer_h h4 {
    width: 280px;
    margin-top: 20px;
  }

  /* line 1260, ../scss/olgazygner.scss */
  .section_spacer_h1 h4 {
    margin-top: 20px;
    width: 100%;
  }

  /* line 1265, ../scss/olgazygner.scss */
  .section_spacer_h2 h5 {
    font-size: 1.3rem;
    line-height: 1.9rem;
    font-weight: 500;
    color: #b11447;
    margin: 15px 0;
  }
  /* line 1272, ../scss/olgazygner.scss */
  .section_spacer_h2 .paragraph_typo_color {
    font-size: 1.1rem;
    line-height: 1.55rem;
    margin-bottom: 0;
    font-weight: 500;
  }

  /* line 1279, ../scss/olgazygner.scss */
  .inner_gradient_bg, .inner_header_gradient_bg {
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(239, 240, 244, 0.75) 45px, transparent 45px);
  }

  /* line 1283, ../scss/olgazygner.scss */
  .page_button_big {
    padding: 13px 24px;
  }

  /* line 1284, ../scss/olgazygner.scss */
  h2, h3 {
    font-size: 1.35rem;
    line-height: 1.85rem;
    color: #250f06;
    font-weight: 500;
    letter-spacing: .5px;
    margin: 5px 0 20px;
  }

  /* line 1292, ../scss/olgazygner.scss */
  h4 {
    color: #13110f;
    font-size: 1.3rem;
    line-height: 1.35;
    font-weight: 400;
    letter-spacing: .5px;
    margin-top: 0;
    margin-bottom: 30px;
  }

  /* line 1301, ../scss/olgazygner.scss */
  h5 {
    font-size: 1.1rem;
  }

  /* line 1304, ../scss/olgazygner.scss */
  p, .text_content {
    font-size: .95rem;
    line-height: 1.6rem;
  }

  /* line 1309, ../scss/olgazygner.scss */
  .section_spacer_h h2 {
    margin-bottom: 20px;
    margin-top: 10px;
  }
  /* line 1313, ../scss/olgazygner.scss */
  .section_spacer_h p {
    font-size: .95rem;
    border-left: none;
    padding-left: 3px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 25px;
  }

  /* line 1323, ../scss/olgazygner.scss */
  #menu {
    width: 100%;
    text-align: right;
    padding-top: 10px;
    padding-right: 30px;
  }

  /* line 1329, ../scss/olgazygner.scss */
  .text_menu {
    font-size: 1rem;
  }

  /* line 1330, ../scss/olgazygner.scss */
  .logo {
    margin-top: 18px;
    margin-left: -20px;
  }
  /* line 1333, ../scss/olgazygner.scss */
  .logo img {
    max-width: 68px;
  }

  /* line 1337, ../scss/olgazygner.scss */
  .text_opinion_container {
    width: 70%;
    margin: auto;
  }

  /* line 1341, ../scss/olgazygner.scss */
  .slide {
    min-height: 320px;
    background-position: 70% top;
  }

  /* line 1345, ../scss/olgazygner.scss */
  .slider_1 {
    margin-bottom: 0;
  }

  /* line 1346, ../scss/olgazygner.scss */
  .slider1_inner_content_container {
    padding: 75px 0 0;
    margin: 0;
  }

  /* line 1350, ../scss/olgazygner.scss */
  .slider1_title {
    display: none;
  }

  /* line 1353, ../scss/olgazygner.scss */
  .slider1_text_content_container {
    margin-top: -25px;
  }
  /* line 1355, ../scss/olgazygner.scss */
  .slider1_text_content_container h3 {
    font-size: .95rem;
    line-height: 1.4rem;
    font-weight: 600;
  }
  /* line 1360, ../scss/olgazygner.scss */
  .slider1_text_content_container h1 {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 30px;
    width: 260px;
    text-shadow: 0 0 16px rgba(255, 255, 255, 0.8);
  }
  /* line 1371, ../scss/olgazygner.scss */
  .slider1_text_content_container p {
    display: none;
  }

  /* line 1375, ../scss/olgazygner.scss */
  .title_bg {
    min-height: 190px;
    background-position: 70% top;
  }

  /* line 1379, ../scss/olgazygner.scss */
  .section_bg {
    min-height: 450px;
  }

  /* line 1380, ../scss/olgazygner.scss */
  .gallery_slider {
    margin-bottom: 50px;
  }

  /* line 1382, ../scss/olgazygner.scss */
  .page_title_container {
    padding-top: 77px;
    max-width: 265px;
  }

  /* line 1386, ../scss/olgazygner.scss */
  h1 {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 600;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.75);
    color: #0a416f;
  }

  /* line 1395, ../scss/olgazygner.scss */
  .introduction h3 {
    font-size: 1rem;
    line-height: 1.4;
    color: black;
    font-weight: 600;
  }
  /* line 1401, ../scss/olgazygner.scss */
  .introduction p {
    margin: 0;
    color: white;
    font-size: 1.2rem;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
  }

  /* line 1409, ../scss/olgazygner.scss */
  .text_foto_right {
    max-width: 300px;
    margin-left: 0;
    width: 100%;
    margin-top: 15px;
  }

  /* line 1432, ../scss/olgazygner.scss */
  .panels_blockgrid_1 {
    margin: auto;
  }
  /* line 1434, ../scss/olgazygner.scss */
  .panels_blockgrid_1 .blockgrid_panel {
    padding: 0;
  }
  /* line 1435, ../scss/olgazygner.scss */
  .panels_blockgrid_1 .panel_item_img {
    width: 77px;
    height: 77px;
    margin: 0 0 12px;
  }
  /* line 1440, ../scss/olgazygner.scss */
  .panels_blockgrid_1 .panel_item_title {
    font-family: 'Fira Sans', sans-serif;
    font-size: 1.05rem;
    line-height: 1.4;
    color: #0a416f;
    margin-bottom: 7px;
    text-transform: none;
    cursor: default;
  }

  /* line 1451, ../scss/olgazygner.scss */
  .panels_blockgrid_1a .blockgrid_panel {
    margin-top: -25px;
    padding-bottom: 20px;
  }
  /* line 1455, ../scss/olgazygner.scss */
  .panels_blockgrid_1a .panel_item_img {
    margin: 0 0 9px;
  }

  /* line 1458, ../scss/olgazygner.scss */
  .panels_blockgrid_2 .blockgrid_panel {
    padding: 0 15px 20px 0;
  }
  /* line 1461, ../scss/olgazygner.scss */
  .panels_blockgrid_2 .panel_item_img {
    height: 210px;
  }
  /* line 1462, ../scss/olgazygner.scss */
  .panels_blockgrid_2 .panel_item_title {
    font-family: 'Fira Sans', sans-serif;
    font-size: 1.1rem;
    line-height: 1.2;
    color: #b1143b;
    font-weight: 500;
    margin: 15px 0 10px;
  }
  /* line 1470, ../scss/olgazygner.scss */
  .panels_blockgrid_2 p {
    margin-bottom: 8px;
    line-height: 1.5rem;
  }
  /* line 1474, ../scss/olgazygner.scss */
  .panels_blockgrid_2 .paragraph_typo_color {
    font-size: .95rem;
    line-height: 1.7rem;
    font-weight: 500 !important;
  }

  /* line 1481, ../scss/olgazygner.scss */
  .section_spacer_c1 {
    padding: 0;
    background-image: linear-gradient(#70abbd 0%, #17578e 100%);
  }
  /* line 1484, ../scss/olgazygner.scss */
  .section_spacer_c1 h2, .section_spacer_c1 h3, .section_spacer_c1 h4, .section_spacer_c1 h5, .section_spacer_c1 p {
    color: white;
  }

  /* line 1486, ../scss/olgazygner.scss */
  .leftimage_text_container, .rightimage_text_container {
    padding: 20px 0;
  }

  /* line 1489, ../scss/olgazygner.scss */
  .rightimage_img_container img, .leftimage_img_container img {
    max-width: 300px;
  }

  /* line 1490, ../scss/olgazygner.scss */
  .rightimage_container .rightimage_bg {
    width: 100%;
    height: 215px !important;
  }

  /* line 1494, ../scss/olgazygner.scss */
  .short_contact_header {
    font-size: 1.35rem;
    line-height: 1.85rem;
  }

  /* line 1499, ../scss/olgazygner.scss */
  .short_contact_content_container h4 {
    color: #13110f;
    font-size: 1.15rem;
    line-height: 1.6rem;
    font-weight: 400;
    letter-spacing: .5px;
    margin: -5px auto 10px;
    width: 255px;
  }

  /* line 1510, ../scss/olgazygner.scss */
  .contact h2, .contact h3 {
    font-size: 2rem;
    line-height: 2.8rem;
  }

  /* line 1516, ../scss/olgazygner.scss */
  .article_abstract_wrapper .article_list_foto {
    width: 280px;
    height: 215px;
  }

  /* line 1521, ../scss/olgazygner.scss */
  .article_wrapper .article_img_container {
    margin-top: 15px;
    width: 100%;
  }
  /* line 1525, ../scss/olgazygner.scss */
  .article_wrapper .article_foto {
    width: 240px;
    height: 190px;
    margin: 0 0 25px;
  }
  /* line 1530, ../scss/olgazygner.scss */
  .article_wrapper .article_img {
    width: 100%;
    max-width: 300px;
    height: 200px;
    background-size: cover;
    background-position: center top;
  }

  /* line 1539, ../scss/olgazygner.scss */
  .panels_clinics_list .panel_clinic_doctor h4 {
    margin-top: 5px;
    font-size: 1.25rem;
  }
}
/* line 1545, ../scss/olgazygner.scss */
.mm-list a.mm-subopen + a, .mm-list a.mm-subopen + span {
  font-weight: 600;
}

/* line 1546, ../scss/olgazygner.scss */
.slide_settings_buttons_group_spec {
  top: 130px !important;
}
