/* 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: #277e7f;
  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: #6fbab9;
  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: #277e7f !important;
}
/* line 62, ../scss/_lib_wettermin.scss */
.sitesbi_modal h3 {
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-top: 7px;
  margin-left: auto;
  margin-right: auto;
}

/* line 71, ../scss/_lib_wettermin.scss */
.sitesbi_confirm_modal {
  text-align: center;
}
/* line 73, ../scss/_lib_wettermin.scss */
.sitesbi_confirm_modal i {
  position: absolute;
  top: 27px;
  left: 49%;
  font-size: 2.2rem;
  color: #277e7f;
}
/* line 80, ../scss/_lib_wettermin.scss */
.sitesbi_confirm_modal p {
  margin-top: 40px !important;
  text-align: center;
  font-size: .95rem;
  font-weight: 600;
  color: #277e7f;
  margin-bottom: 5px;
}

/* line 89, ../scss/_lib_wettermin.scss */
.wettermin_reg_action_modal_title {
  text-align: center;
}
/* line 91, ../scss/_lib_wettermin.scss */
.wettermin_reg_action_modal_title i {
  font-size: 1.8rem;
  color: #A7DEFF;
}
/* line 95, ../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 105, ../scss/_lib_wettermin.scss */
.wettermin_reg_modal {
  text-align: center;
  padding: 0 37px 0 37px;
}
/* line 108, ../scss/_lib_wettermin.scss */
.wettermin_reg_modal h3 {
  font-weight: 300;
  margin-top: 2px;
  margin-bottom: 10px;
}
/* line 113, ../scss/_lib_wettermin.scss */
.wettermin_reg_modal h4 {
  margin-top: 10px;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 1.15rem;
}
/* line 119, ../scss/_lib_wettermin.scss */
.wettermin_reg_modal .button_x {
  position: absolute;
  z-index: 100;
  top: -10px;
  right: 45px;
}
/* line 124, ../scss/_lib_wettermin.scss */
.wettermin_reg_modal .button_x i {
  color: #CCCCCC;
}
/* line 125, ../scss/_lib_wettermin.scss */
.wettermin_reg_modal .button_x i:hover {
  color: #bababa;
}

/* line 129, ../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 138, ../scss/_lib_wettermin.scss */
.button_cancel:hover {
  background-color: #bababa;
}

/* line 141, ../scss/_lib_wettermin.scss */
.button_action {
  width: 200px;
  margin-bottom: 4px;
  background-color: #6fbab9;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .75rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
/* line 150, ../scss/_lib_wettermin.scss */
.button_action:hover {
  background-color: #6fbab9;
}

/* line 153, ../scss/_lib_wettermin.scss */
.recaptcha {
  margin-bottom: 18px;
}

/* line 155, ../scss/_lib_wettermin.scss */
.lastbooking_wrapper {
  float: left;
  width: 170px;
}
@media only screen and (max-width: 40em) {
  /* line 159, ../scss/_lib_wettermin.scss */
  .lastbooking_wrapper {
    float: none;
  }
}

/* line 163, ../scss/_lib_wettermin.scss */
.lastbooking {
  margin-top: 3px;
  margin-left: 3px;
  font-size: .75rem;
  font-weight: 600;
  color: #6BB900;
  line-height: .9rem;
}
/* line 170, ../scss/_lib_wettermin.scss */
.lastbooking i {
  margin-right: 5px;
}

/* line 173, ../scss/_lib_wettermin.scss */
.lastbooking_clinic {
  text-align: center;
  margin-top: -21px;
  margin-right: 4px;
  font-size: .95rem;
  line-height: .95rem;
}
/* line 179, ../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: #277e7f;
}

/* line 192, ../scss/_lib_wettermin.scss */
.main_content_list_position {
  background-color: #f5f5f5;
  padding-bottom: 50px !important;
  margin-top: 20px;
}

/* line 198, ../scss/_lib_wettermin.scss */
.panels_clinics_list {
  margin-top: 55px;
}
@media only screen and (min-width: 64.063em) {
  /* line 201, ../scss/_lib_wettermin.scss */
  .panels_clinics_list {
    margin-top: 50px;
  }
}
/* line 203, ../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 212, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic_list {
    min-height: 224px;
  }
}
@media only screen and (max-width: 40em) {
  /* line 215, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic_list {
    min-height: 214px;
  }
}
/* line 217, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_list p {
  margin: 0;
  font-size: .85rem;
  line-height: 1.2rem;
}
/* line 222, ../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 228, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic_list h4 {
    padding-bottom: 20px;
  }
}
/* line 231, ../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 237, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic_list .clinic_list_name {
    width: 90%;
  }
}
@media only screen and (max-width: 40em) {
  /* line 240, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic_list .clinic_list_name {
    width: 95%;
    min-height: 90px;
  }
}
/* line 245, ../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 256, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic {
    background-image: none;
  }
}
/* line 258, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic p {
  margin: 0;
}
/* line 261, ../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 269, ../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 272, ../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 275, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic h4 {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 400;
  }
}
/* line 278, ../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 285, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic .clinic_name {
    width: 75%;
  }
}
@media only screen and (max-width: 40em) {
  /* line 288, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic .clinic_name {
    width: 95%;
  }
}
/* line 292, ../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 #dbe7ec;
  background-color: white;
}
/* line 300, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor p {
  margin: 0;
}
/* line 301, ../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 307, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .doctor {
  cursor: pointer;
  width: 100%;
  text-align: center;
  margin-top: -30px;
}
/* line 312, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .doctor i {
  padding-right: 12px;
  font-size: 1.85rem;
  color: #277e7f;
}
/* line 317, ../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 323, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .doctor .doctor_img {
  margin: 0 auto 5px;
  width: 67px;
  height: 67px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px solid #dbe7ec;
}
/* line 336, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .available {
  cursor: pointer;
}
/* line 339, ../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 344, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .closest_term i {
  margin-left: 2px;
  margin-right: 5px;
  color: #277e7f;
}
/* line 350, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .closest_term_date {
  display: inline-block;
  cursor: pointer;
  color: #277e7f;
  font-size: 1rem;
  font-weight: 600;
}
/* line 357, ../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: #6fbab9;
}
/* line 364, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .wh_arrow_down i {
  color: white;
  font-size: .9rem;
  padding: 7px 6px;
}
/* line 370, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .wh_arrow_down:hover {
  transition: background-color 300ms ease-out;
  background-color: #6fbab9;
}
/* line 373, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .wh_arrow_down:hover i {
  transition: padding 300ms ease-out;
  padding-top: 16px;
}
/* line 378, ../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: #6fbab9;
}
/* line 385, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .wh_arrow_up i {
  color: white;
  font-size: .9rem;
  padding: 16px 6px 7px;
}
/* line 391, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .wh_arrow_up:hover {
  transition: background-color 300ms ease-out;
  background-color: #6fbab9;
}
/* line 394, ../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 400, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic_doctor {
    padding: 12px 10px 0 10px;
  }
}
/* line 403, ../scss/_lib_wettermin.scss */
.panels_clinics_list .clinic_list_r {
  padding-left: 27px;
  width: 90%;
}
/* line 407, ../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 412, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .reservation_button_wrapper {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 40em) {
  /* line 415, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .reservation_button_wrapper {
    position: relative;
    margin-top: 15px;
  }
}
/* line 421, ../scss/_lib_wettermin.scss */
.panels_clinics_list .reservation_button_l {
  float: left;
  width: 130px;
}
@media only screen and (max-width: 40em) {
  /* line 425, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .reservation_button_l {
    float: none;
    padding-top: 20px;
  }
}
/* line 427, ../scss/_lib_wettermin.scss */
.panels_clinics_list .reservation_button_l .page_button_small {
  margin-bottom: 2px;
  margin-top: 0;
}
/* line 429, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 0;
  z-index: 1;
}
/* line 435, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul {
  padding-left: 0;
  margin-top: 7px;
}
/* line 440, ../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 448, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li h5 {
  color: #277e7f;
  margin: 5px 0 7px;
  font-size: 1rem;
  line-height: 1.5rem;
}
/* line 454, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li h6 {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}
/* line 459, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li a {
  font-size: .9rem;
}
/* line 460, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li .available {
  font-weight: 400;
  background-color: #f0f5ff;
  padding: 5px 15px;
  text-decoration: underline;
}
/* line 465, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li .available i {
  color: #9ab2da;
  padding-right: 6px;
  font-size: 1rem;
  margin-left: -5px;
}
@media only screen and (max-width: 40em) {
  /* line 472, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .terms_slider ul li .available {
    font-size: .85rem;
  }
}
/* line 475, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li .available:hover {
  color: #6eab21;
  font-weight: 600;
  background-color: #eff9e2;
}
/* line 479, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li .available:hover i {
  color: #92d241;
}
/* line 481, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li .available:focus {
  color: #6BB900;
  font-weight: 600;
}
/* line 485, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li .unavailable {
  cursor: default;
  opacity: .55;
  text-decoration: line-through;
}
/* line 492, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider .slick-prev, .panels_clinics_list .terms_slider .slick-next {
  top: 48px;
}
/* line 493, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider .slick-prev:before, .panels_clinics_list .terms_slider .slick-next:before {
  color: #277e7f;
}
@media only screen and (max-width: 40em) {
  /* line 495, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .terms_slider {
    padding-left: 25px;
    padding-right: 25px;
  }
  /* line 496, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .terms_slider .slick-next, .panels_clinics_list .terms_slider .slick-prev {
    width: 20px;
    height: 20px;
  }
}
/* line 500, ../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 505, ../scss/_lib_wettermin.scss */
.panels_clinics_list .clinic_list_opinions .slick-dots {
  bottom: -33px;
}
/* line 509, ../scss/_lib_wettermin.scss */
.panels_clinics_list .clinic_opinion_author_wrapper {
  float: left;
  margin-right: 20px;
  height: 64px;
}
/* line 514, ../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 524, ../scss/_lib_wettermin.scss */
.cancellation_wrapper {
  text-align: center;
}
/* line 526, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .cancellation_ico {
  font-size: 1.2rem;
  margin-right: 8px;
  color: #ca2702;
}
/* line 531, ../scss/_lib_wettermin.scss */
.cancellation_wrapper p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 7px;
}
/* line 536, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .cancellation_animal {
  margin-bottom: 30px;
}
/* line 537, ../scss/_lib_wettermin.scss */
.cancellation_wrapper textarea {
  max-width: 800px;
  min-height: 125px;
  margin: auto;
}
/* line 542, ../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 550, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .cancellation_recaptcha {
  margin: 20px auto 40px;
}
/* line 553, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .cancellation_recaptcha div:nth-child(1) {
  margin: auto;
}
/* line 555, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .button_cancellation {
  width: 280px;
  background-color: #e85533;
  padding: 16px 5px;
  margin: 0 10px 30px;
}
/* line 560, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .button_cancellation:hover, .cancellation_wrapper .button_cancellation:focus {
  background-color: #ca2702;
}
/* line 562, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .button_cancellation_nt {
  width: 280px;
  background-color: #45a7d8;
  padding: 16px 5px;
  margin: 0 10px 30px;
}
/* line 567, ../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 570, ../scss/_lib_wettermin.scss */
  .cancellation_wrapper .button_cancellation, .cancellation_wrapper .button_cancellation_nt {
    margin: 0 0 30px;
  }
}

@media only screen and (min-width: 90.063em) {
  /* line 17, ../scss/komarvet.scss */
  .reservation_header_button {
    right: 20px;
  }
}
/* HEADER */
/* line 2, ../scss/_lib_menu_fixed.scss */
header {
  position: absolute;
  z-index: 20;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 11, ../scss/_lib_menu_fixed.scss */
#menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
}
/* line 16, ../scss/_lib_menu_fixed.scss */
#menu .submenu .submenu_container {
  background-color: #dbdde7;
  color: black;
}

@media only screen and (min-width: 90.063em) {
  /* line 23, ../scss/_lib_menu_fixed.scss */
  #menu {
    text-align: right;
    background-color: #dbdde7;
    height: 50px;
    padding-right: 9%;
  }
  /* line 28, ../scss/_lib_menu_fixed.scss */
  #menu ul li {
    padding: 7px 0;
  }

  /* line 30, ../scss/_lib_menu_fixed.scss */
  .slide, .title_bg {
    background-position-y: 45px;
  }

  /* line 32, ../scss/_lib_menu_fixed.scss */
  .text_menu {
    color: black;
  }
  /* line 34, ../scss/_lib_menu_fixed.scss */
  .text_menu:hover {
    color: #277e7f;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* line 39, ../scss/_lib_menu_fixed.scss */
  #menu {
    text-align: right;
    background-color: #dbdde7;
    height: 46px;
    padding-right: 10%;
  }
  /* line 44, ../scss/_lib_menu_fixed.scss */
  #menu ul {
    padding: 4px 0 3px 0;
  }
  /* line 46, ../scss/_lib_menu_fixed.scss */
  #menu ul li {
    padding: 7px 0;
  }

  /* line 49, ../scss/_lib_menu_fixed.scss */
  .slider_1, .title_bg {
    background-position-y: 40px;
  }

  /* line 51, ../scss/_lib_menu_fixed.scss */
  .text_menu {
    color: black;
  }
  /* line 53, ../scss/_lib_menu_fixed.scss */
  .text_menu:hover {
    color: #277e7f;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 57, ../scss/_lib_menu_fixed.scss */
  #menu {
    text-align: left;
    background-color: #dbdde7;
    height: 37px;
    padding-top: 8px;
    padding-left: 20px;
  }
  /* line 63, ../scss/_lib_menu_fixed.scss */
  #menu ul {
    padding: 4px 0 3px 0;
  }
  /* line 65, ../scss/_lib_menu_fixed.scss */
  #menu ul li {
    padding: 7px 0;
  }

  /* line 68, ../scss/_lib_menu_fixed.scss */
  .slider_1, .title_bg {
    background-position-y: 35px;
  }
}
@media only screen and (max-width: 40em) {
  /* line 71, ../scss/_lib_menu_fixed.scss */
  #menu {
    text-align: left;
    background-color: #dbdde7;
    height: 38px;
    padding-top: 8px;
    padding-left: 20px;
  }
  /* line 77, ../scss/_lib_menu_fixed.scss */
  #menu ul {
    padding: 4px 0 3px 0;
  }
  /* line 79, ../scss/_lib_menu_fixed.scss */
  #menu ul li {
    padding: 7px 0;
  }

  /* line 82, ../scss/_lib_menu_fixed.scss */
  .slider_1, .title_bg {
    background-position-y: 35px;
  }
}
/* line 27, ../scss/komarvet.scss */
.page_top_bar {
  height: 1px;
}

/* line 29, ../scss/komarvet.scss */
body, .page p, .page .text_content, .page .text_menu, button, .button, .page h1, .page h2, .page h3, .page h4, .page h5, blockquote {
  font-family: 'Poppins', sans-serif !important;
}

/* line 30, ../scss/komarvet.scss */
.section_spacer_bgcolor1 {
  background-color: #f1f1f1;
  padding: 19px 0 0;
  margin-top: 25px;
  margin-bottom: 35px;
}

/* line 36, ../scss/komarvet.scss */
.section_spacer_bgcolor2 {
  background-color: #f1f1f1;
  padding: 19px 0 45px;
  margin-top: 25px;
  margin-bottom: 0;
}

/* line 42, ../scss/komarvet.scss */
.section_spacer_1 {
  padding: 0 0 50px;
}

/* line 43, ../scss/komarvet.scss */
.section_spacer_2 {
  padding: 25px 0 50px;
}

/* line 45, ../scss/komarvet.scss */
.section_spacer_p p {
  margin-bottom: 5px;
}

/* line 50, ../scss/komarvet.scss */
.panel_effect_scale1 .blockgrid_panel:hover {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* line 59, ../scss/komarvet.scss */
.effect_color_panelitem_h .blockgrid_panel:hover .panel_item_title {
  color: #009fe7;
  transition: color 0.35s ease;
}

/* line 63, ../scss/komarvet.scss */
.blockgrid_panel ul {
  list-style-type: disc;
  margin-bottom: 10px;
}

/* COLORS */
/* line 69, ../scss/komarvet.scss */
.section_style_c {
  background-color: #eff0f4;
}

/* line 78, ../scss/komarvet.scss */
.text_color_c {
  color: white;
}

/* line 79, ../scss/komarvet.scss */
.text_brand_color {
  color: #d9a04b;
}

/* line 81, ../scss/komarvet.scss */
.article_abstract_wrapper {
  background-color: white;
}

/* TYPOGRAPHY */
/* line 84, ../scss/komarvet.scss */
strong {
  font-weight: 600;
}

/* line 85, ../scss/komarvet.scss */
h1 {
  margin: 0;
  font-weight: 700;
  color: white;
  letter-spacing: 0;
}

/* line 91, ../scss/komarvet.scss */
h2, h3 {
  font-size: 1.8rem;
  line-height: 1.24;
  font-weight: 400;
  margin: 20px 0 15px;
}

/* line 97, ../scss/komarvet.scss */
.slider1_title {
  line-height: 1.29;
}

/* line 100, ../scss/komarvet.scss */
h4 {
  font-size: 1.1rem;
  line-height: 1.7;
  font-weight: 400;
  margin: 10px 0;
}

/* line 106, ../scss/komarvet.scss */
h5 {
  margin: 10px 0;
  color: #31afa5;
  font-size: .9rem;
}

/* line 111, ../scss/komarvet.scss */
p, .text_content {
  font-size: .95rem;
  line-height: 1.55;
}

/* line 115, ../scss/komarvet.scss */
.paragraph_typo_color {
  font-size: 1.1rem;
  line-height: 1.55;
}

/* line 119, ../scss/komarvet.scss */
blockquote {
  font-size: 1.1rem;
  line-height: 1.55;
  font-weight: 500;
}

/* line 124, ../scss/komarvet.scss */
blockquote:before {
  opacity: 1;
  color: #277e7f;
}

/* line 128, ../scss/komarvet.scss */
.text_menu {
  font-family: "Open Sans", sans-serif;
  padding: 10px;
  font-size: 1rem;
  letter-spacing: .5px;
  font-weight: 600;
}

/* line 135, ../scss/komarvet.scss */
.panels_blockgrid_3 p {
  font-weight: 600;
  font-size: .95rem;
  line-height: 1.55;
}

/* line 140, ../scss/komarvet.scss */
.footer_links {
  font-size: .9rem;
  line-height: 1.6;
}

/* line 144, ../scss/komarvet.scss */
.social_icons {
  margin-left: 10px;
}

/* BUTTONS */
/* line 147, ../scss/komarvet.scss */
.page_button_big {
  margin-top: 12px;
  font-weight: 500;
  background-color: #6fbab9;
  font-size: .85rem;
  padding: 14px 30px;
  color: #ffffff;
  min-width: 185px;
  box-shadow: 0 12px 40px 0 rgba(53, 26, 26, 0.1);
  border-radius: 50px;
}
/* line 157, ../scss/komarvet.scss */
.page_button_big:hover {
  background-color: #277e7f;
}
/* line 158, ../scss/komarvet.scss */
.page_button_big:focus {
  background-color: #277e7f;
}

/* line 160, ../scss/komarvet.scss */
.page_button_small, .page_button_blog {
  margin-top: 12px;
  font-weight: 500;
  background-color: #6fbab9;
  font-size: .85rem;
  padding: 10px 25px;
  color: #ffffff;
  min-width: 140px;
  border-radius: 50px;
}
/* line 169, ../scss/komarvet.scss */
.page_button_small:hover, .page_button_blog:hover {
  background-color: #277e7f;
}
/* line 170, ../scss/komarvet.scss */
.page_button_small:focus, .page_button_blog:focus {
  background-color: #277e7f;
}

/* line 176, ../scss/komarvet.scss */
.button_mmenu {
  text-transform: uppercase;
  font-weight: 600;
  font-size: .95rem;
}

/* line 182, ../scss/komarvet.scss */
.content_page .main_content_position {
  padding-top: 0;
}

/* line 183, ../scss/komarvet.scss */
.header_main {
  padding: 10px 0 15px;
}

/* line 184, ../scss/komarvet.scss */
.menu_flexchild_container {
  text-align: right;
}

/* line 186, ../scss/komarvet.scss */
.pre_content_wrapper {
  padding: 0;
  z-index: 10;
}

/* line 190, ../scss/komarvet.scss */
.section_page_index {
  display: none;
}

/* SLIDER */
/* line 194, ../scss/komarvet.scss */
.slider_1 .slick-dots {
  display: none !important;
}

/* line 196, ../scss/komarvet.scss */
.gallery_slider .slick-prev:before, .gallery_slider .slick-next:before {
  color: #6fbab9;
}

/* PANELS */
/* line 202, ../scss/komarvet.scss */
.panels_blockgrid_1 .blockgrid_panel .panel_item_img {
  width: 84px;
  height: 84px;
  background-color: #6fbab9;
  border-radius: 50%;
  margin: 0 auto 12px;
  border: 3px solid rgba(255, 255, 255, 0.45);
}
/* line 210, ../scss/komarvet.scss */
.panels_blockgrid_1 .blockgrid_panel .panel_item_title {
  font-size: 1rem;
  line-height: 1.55;
  font-weight: 500;
  text-transform: none;
  text-align: center;
  cursor: default;
}
/* line 219, ../scss/komarvet.scss */
.panels_blockgrid_1 .blockgrid_panel:hover .panel_item_img, .panels_blockgrid_1 .blockgrid_panel:focus .panel_item_img {
  background-color: rgba(199, 45, 109, 0.8);
}

/* line 224, ../scss/komarvet.scss */
.panels_blockgrid_1a .blockgrid_panel {
  background-color: #f7f7f7;
  background-image: linear-gradient(#ffffff 0%, #ffffff 15%, #eff0f4 15%, #eff0f4 100%);
  padding: 20px 30px;
  margin-top: -15px;
}
/* line 230, ../scss/komarvet.scss */
.panels_blockgrid_1a .panel_item_img {
  width: 180px;
  height: 180px;
  margin: 15px auto 22px;
  border: 7px solid #c9e1e4;
}
/* line 236, ../scss/komarvet.scss */
.panels_blockgrid_1a .panel_item_title {
  margin-top: 0;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  text-transform: none;
  text-align: center;
}

/* line 246, ../scss/komarvet.scss */
.panels_blockgrid_3 .blockgrid_panel_inner_gradient_bg {
  background-color: transparent;
  background-image: linear-gradient(transparent 55%, rgba(255, 255, 255, 0.25) 100%);
}

/* line 250, ../scss/komarvet.scss */
.panels_blockgrid_3 .panel_item_content_container {
  padding: 15px 28px;
}

/* line 251, ../scss/komarvet.scss */
.panels_blockgrid_3 .title_container, .panels_blockgrid_3 .text_content_container {
  width: 80%;
}

/* SECTIONS */
/* line 254, ../scss/komarvet.scss */
.text_foto_right, .text_foto_left {
  width: 43%;
}

/* BLOG */
/* line 258, ../scss/komarvet.scss */
.blog_list {
  margin-top: 35px;
}

/* line 259, ../scss/komarvet.scss */
.post_abstract_wrapper {
  padding: 25px 30px;
  background-color: #f5f3f3;
}
/* line 262, ../scss/komarvet.scss */
.post_abstract_wrapper .post_abstract_title {
  margin-top: 25px;
  margin-bottom: 18px;
  font-size: 1.5rem;
  line-height: 1.35;
  font-weight: 400;
}
/* line 269, ../scss/komarvet.scss */
.post_abstract_wrapper .post_abstract_content {
  font-size: 1rem;
  line-height: 1.55;
}
/* line 273, ../scss/komarvet.scss */
.post_abstract_wrapper .post_list_foto {
  width: 380px;
  height: 250px;
}
/* line 277, ../scss/komarvet.scss */
.post_abstract_wrapper .post_abstract_button_wrapper {
  margin-top: 40px;
  margin-bottom: 25px;
}

/* OPINIONS */
/* line 284, ../scss/komarvet.scss */
.opinions_bg {
  padding: 80px 0;
  min-height: 66vh;
}

/* line 288, ../scss/komarvet.scss */
.section_opinions_title {
  margin-right: 50%;
  margin-bottom: 10px;
}

/* line 292, ../scss/komarvet.scss */
.opinions_content_container {
  margin-right: 50%;
  padding-left: 4px;
}

/* line 296, ../scss/komarvet.scss */
.section_opinions .slick-dots {
  text-align: left;
}

/* FOOTER*/
/* line 299, ../scss/komarvet.scss */
.footer_container {
  padding: 25px 0 50px;
  text-align: center;
  background-color: #dbdde5;
}

/* line 306, ../scss/komarvet.scss */
.short_contact_content_container h5 {
  font-size: 1.15rem;
  line-height: 1.45;
  font-weight: 400;
}
/* line 311, ../scss/komarvet.scss */
.short_contact_content_container hr {
  opacity: .4;
  width: 50%;
}

/* line 319, ../scss/komarvet.scss */
.footer_links ul li {
  display: inline;
}

/* line 322, ../scss/komarvet.scss */
.footer_sitesbi {
  margin-top: 15px;
}
/* line 324, ../scss/komarvet.scss */
.footer_sitesbi h3 {
  margin-top: 10px;
  margin-bottom: 35px;
  font-size: 1.28rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

/* line 332, ../scss/komarvet.scss */
#map {
  height: 370px;
}

@media only screen and (min-width: 90.063em) {
  /* line 335, ../scss/komarvet.scss */
  .section_spacer_bgcolor1 {
    padding: 25px 0;
  }

  /* line 336, ../scss/komarvet.scss */
  .content_page .main_content_wrapper, .content_page .main_header_wrapper {
    padding: 0 11%;
    max-width: 100%;
  }

  /* line 340, ../scss/komarvet.scss */
  .page_button_big {
    font-size: .95rem;
    padding: 15px 30px;
  }

  /* line 344, ../scss/komarvet.scss */
  .page_button_small, .page_button_blog {
    font-size: .9rem;
  }

  /* line 345, ../scss/komarvet.scss */
  h2, h3 {
    font-size: 2.05rem;
  }

  /* line 348, ../scss/komarvet.scss */
  h4 {
    font-size: 1.15rem;
    margin: 10px 0;
  }

  /* line 352, ../scss/komarvet.scss */
  p, .text_content {
    font-size: 1rem;
  }

  /* line 353, ../scss/komarvet.scss */
  #menu .submenu {
    top: 30px;
  }

  /* line 354, ../scss/komarvet.scss */
  #menu .submenu ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }

  /* line 355, ../scss/komarvet.scss */
  .logo {
    margin-top: 35px;
  }
  /* line 356, ../scss/komarvet.scss */
  .logo img {
    max-height: 165px;
    margin-left: 2px;
  }

  /* line 358, ../scss/komarvet.scss */
  .slide {
    min-height: 610px;
  }

  /* line 359, ../scss/komarvet.scss */
  .slider1_inner_content_container {
    padding: 245px 0 30px;
  }

  /* line 360, ../scss/komarvet.scss */
  .slider1_title_wrapper {
    width: 640px;
  }

  /* line 361, ../scss/komarvet.scss */
  .slider1_title {
    font-size: 2.7rem;
    line-height: 1.25;
    color: #277e7f !important;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 15px;
  }

  /* line 369, ../scss/komarvet.scss */
  .slider1_text_content_container {
    width: 540px;
  }
  /* line 371, ../scss/komarvet.scss */
  .slider1_text_content_container h1, .slider1_text_content_container p {
    margin-bottom: 25px;
    font-size: 1.5rem;
    color: #9f702a;
    font-weight: 600;
  }

  /* line 378, ../scss/komarvet.scss */
  .title_bg {
    min-height: 360px;
    margin-bottom: 20px;
  }

  /* line 382, ../scss/komarvet.scss */
  .section_bg {
    min-height: 460px;
    padding-top: 35px;
  }

  /* line 386, ../scss/komarvet.scss */
  .text_50_left, .text_50_right {
    padding: 50px 0;
  }

  /* line 388, ../scss/komarvet.scss */
  .page_title_container {
    padding-top: 255px;
  }

  /* line 389, ../scss/komarvet.scss */
  .page_title {
    font-size: 2.6rem;
    color: #000000;
    font-weight: 400;
    letter-spacing: 0;
  }

  /* line 395, ../scss/komarvet.scss */
  .introduction {
    margin-top: 10px;
  }
  /* line 397, ../scss/komarvet.scss */
  .introduction p {
    font-size: 1.15rem;
  }

  /* line 399, ../scss/komarvet.scss */
  .contact_form_header {
    font-size: 1.85rem;
  }

  /* line 401, ../scss/komarvet.scss */
  .rightimage_text_container {
    padding: 0 70px 0 0;
  }

  /* line 402, ../scss/komarvet.scss */
  .leftimage_text_container {
    padding: 0 0 0 55px;
  }

  /* line 403, ../scss/komarvet.scss */
  .rightimage_container .rightimage_bg {
    min-height: 530px;
    border-left: 10px solid transparent;
  }

  /* line 407, ../scss/komarvet.scss */
  .leftimage_container .leftimage_bg {
    min-height: 530px;
    border-right: 10px solid transparent;
  }

  /* line 413, ../scss/komarvet.scss */
  .panels_blockgrid_last_blog_post_list .last_blog_post_list {
    padding: 25px 30px;
    background-color: #f5f3f3;
  }
  /* line 417, ../scss/komarvet.scss */
  .panels_blockgrid_last_blog_post_list .panel_item_img {
    width: 360px;
    height: 300px;
  }
  /* line 421, ../scss/komarvet.scss */
  .panels_blockgrid_last_blog_post_list .post_title {
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 1.75rem;
    font-weight: 400;
  }
  /* line 427, ../scss/komarvet.scss */
  .panels_blockgrid_last_blog_post_list .text_content {
    font-size: 1rem;
  }
  /* line 430, ../scss/komarvet.scss */
  .panels_blockgrid_last_blog_post_list .button_wrapper {
    margin-top: 25px;
  }

  /* line 433, ../scss/komarvet.scss */
  .panels_blockgrid_1 .blockgrid_panel {
    margin-top: 10px;
  }
  /* line 435, ../scss/komarvet.scss */
  .panels_blockgrid_1 .blockgrid_panel .panel_item_img {
    width: 92px;
    height: 92px;
  }
  /* line 439, ../scss/komarvet.scss */
  .panels_blockgrid_1 .blockgrid_panel .panel_item_title {
    font-size: 1.05rem;
  }

  /* line 445, ../scss/komarvet.scss */
  .panels_blockgrid_1a .blockgrid_panel {
    padding: 25px 30px 25px;
  }
  /* line 446, ../scss/komarvet.scss */
  .panels_blockgrid_1a .panel_item_img {
    width: 250px;
    height: 250px;
  }
  /* line 450, ../scss/komarvet.scss */
  .panels_blockgrid_1a .panel_item_title {
    font-size: 1.35rem;
  }

  /* line 455, ../scss/komarvet.scss */
  .post_wrapper {
    background-color: #f5f3f3;
    margin-top: 20px;
    padding: 30px 50px;
  }
  /* line 459, ../scss/komarvet.scss */
  .post_wrapper .post_img_container {
    float: right;
    margin-top: 15px;
    margin-left: 50px;
    width: 43%;
  }
  /* line 465, ../scss/komarvet.scss */
  .post_wrapper .post_foto {
    width: 100%;
    height: 400px;
    margin: 0 auto 35px;
  }
  /* line 471, ../scss/komarvet.scss */
  .post_wrapper .post_title_container .post_title {
    margin: 12px 0 30px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* line 480, ../scss/komarvet.scss */
  .section_spacer_default {
    padding: 60px 0;
  }

  /* line 481, ../scss/komarvet.scss */
  .section_spacer_bgcolor1 {
    padding: 25px 0;
  }

  /* line 482, ../scss/komarvet.scss */
  #menu .submenu {
    top: 30px;
  }

  /* line 483, ../scss/komarvet.scss */
  #menu .submenu ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }

  /* line 484, ../scss/komarvet.scss */
  .logo {
    margin-top: 30px;
  }
  /* line 486, ../scss/komarvet.scss */
  .logo img {
    max-height: 130px;
    margin-left: 2px;
  }

  /* line 488, ../scss/komarvet.scss */
  .slide {
    min-height: 495px;
    background-position-y: 45px;
  }

  /* line 492, ../scss/komarvet.scss */
  .slider1_inner_content_container {
    padding: 205px 0 25px;
  }

  /* line 493, ../scss/komarvet.scss */
  .slider1_title_wrapper {
    width: 500px;
  }

  /* line 494, ../scss/komarvet.scss */
  .slider1_title {
    margin: 20px 0;
    font-size: 2.2rem;
    color: #277e7f !important;
    font-weight: 600;
    letter-spacing: 0;
  }

  /* line 501, ../scss/komarvet.scss */
  .slider1_text_content_container {
    width: 490px;
  }
  /* line 503, ../scss/komarvet.scss */
  .slider1_text_content_container h1, .slider1_text_content_container p {
    margin-bottom: 20px;
    font-size: 1.15rem;
    color: #9f702a;
    font-weight: 600;
  }

  /* line 510, ../scss/komarvet.scss */
  .title_bg {
    min-height: 305px;
    margin-bottom: 20px;
  }

  /* line 514, ../scss/komarvet.scss */
  .page_title_wrapper {
    padding-top: 100px;
  }

  /* line 515, ../scss/komarvet.scss */
  .section_bg {
    min-height: 390px;
    padding-top: 25px;
  }

  /* line 519, ../scss/komarvet.scss */
  .text_50_left, .text_50_right {
    padding: 35px 0;
  }

  /* line 521, ../scss/komarvet.scss */
  .page_title_container {
    padding-top: 110px;
  }

  /* line 522, ../scss/komarvet.scss */
  .page_title {
    font-size: 2.15rem;
    color: #000000;
    font-weight: 400;
    letter-spacing: 0;
  }

  /* line 528, ../scss/komarvet.scss */
  .introduction {
    margin-top: 10px;
  }

  /* line 529, ../scss/komarvet.scss */
  .contact_form_header {
    font-size: 1.85rem;
  }

  /* line 531, ../scss/komarvet.scss */
  .rightimage_text_container {
    margin-top: -20px;
    padding: 0 25px 0 0;
  }

  /* line 535, ../scss/komarvet.scss */
  .leftimage_img_container {
    padding-right: 30px !important;
  }

  /* line 536, ../scss/komarvet.scss */
  .leftimage_text_container {
    margin-top: -20px;
    padding: 0 0 0 25px;
  }

  /* line 540, ../scss/komarvet.scss */
  .rightimage_img_container {
    padding-left: 30px !important;
  }

  /* line 541, ../scss/komarvet.scss */
  .rightimage_container .rightimage_bg {
    min-height: 530px;
    border-left: 10px solid transparent;
  }

  /* line 545, ../scss/komarvet.scss */
  .leftimage_container .leftimage_bg {
    min-height: 530px;
    border-right: 10px solid transparent;
  }

  /* line 551, ../scss/komarvet.scss */
  .panels_blockgrid_last_blog_post_list .last_blog_post_list {
    padding: 25px 30px;
    background-color: #f5f3f3;
  }
  /* line 555, ../scss/komarvet.scss */
  .panels_blockgrid_last_blog_post_list .panel_item_img {
    width: 360px;
    height: 300px;
  }
  /* line 559, ../scss/komarvet.scss */
  .panels_blockgrid_last_blog_post_list .post_title {
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 1.75rem;
    font-weight: 400;
  }
  /* line 565, ../scss/komarvet.scss */
  .panels_blockgrid_last_blog_post_list .text_content {
    font-size: 1rem;
  }
  /* line 568, ../scss/komarvet.scss */
  .panels_blockgrid_last_blog_post_list .button_wrapper {
    margin-top: 25px;
  }

  /* line 572, ../scss/komarvet.scss */
  .panels_blockgrid_1 .blockgrid_panel .panel_item_img {
    width: 86px;
    height: 86px;
  }

  /* line 579, ../scss/komarvet.scss */
  .post_wrapper {
    background-color: #f5f3f3;
    margin-top: 20px;
    padding: 30px 50px;
  }
  /* line 583, ../scss/komarvet.scss */
  .post_wrapper .post_img_container {
    float: right;
    margin-top: 15px;
    margin-left: 50px;
    width: 43%;
  }
  /* line 589, ../scss/komarvet.scss */
  .post_wrapper .post_foto {
    width: 100%;
    height: 400px;
    margin: 0 auto 35px;
  }
  /* line 595, ../scss/komarvet.scss */
  .post_wrapper .post_title_container .post_title {
    margin: 12px 0 30px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 605, ../scss/komarvet.scss */
  .page_button_reservation {
    width: 70px;
    padding: 19px 0 19px 10px;
  }

  /* line 609, ../scss/komarvet.scss */
  .page_button_reservation:hover, .page_button_reservation:focus {
    width: 164px;
    padding: 19px 0;
  }

  /* line 613, ../scss/komarvet.scss */
  .page_button_reservation:hover .button_reservation_text, .page_button_reservation:focus .button_reservation_text {
    font-size: .75rem;
  }

  /* line 614, ../scss/komarvet.scss */
  .page_button_reservation i {
    font-size: 1.35rem !important;
  }

  /* line 617, ../scss/komarvet.scss */
  .panels_clinics_list .panel_clinic_doctor h4 {
    font-size: 1.25rem;
  }

  /* line 619, ../scss/komarvet.scss */
  .section_spacer_default {
    padding: 40px 0;
  }

  /* line 620, ../scss/komarvet.scss */
  .section_spacer_1 {
    padding: 0 0 40px;
  }

  /* line 621, ../scss/komarvet.scss */
  .section_spacer_1_index {
    margin-top: -95px;
  }

  /* line 622, ../scss/komarvet.scss */
  .section_spacer_bgcolor1 {
    padding: 25px 0 40px;
  }

  /* line 624, ../scss/komarvet.scss */
  .content_page .main_content_wrapper, .content_page .main_header_wrapper {
    padding: 0 55px;
  }

  /* line 625, ../scss/komarvet.scss */
  .header_main {
    padding: 11px 0 13px;
  }

  /* line 626, ../scss/komarvet.scss */
  .logo {
    margin-top: 15px;
  }
  /* line 628, ../scss/komarvet.scss */
  .logo img {
    max-height: 115px;
    margin-left: 2px;
  }

  /* line 630, ../scss/komarvet.scss */
  .text_menu {
    padding: 10px 7px;
    font-size: .95rem;
  }

  /* line 635, ../scss/komarvet.scss */
  h2, h3 {
    font-size: 1.4rem;
    margin: 20px 0 15px;
  }

  /* line 639, ../scss/komarvet.scss */
  h4 {
    font-size: 1rem;
    margin: 18px 0;
  }

  /* line 643, ../scss/komarvet.scss */
  p, .text_content {
    font-size: .9rem;
  }

  /* line 646, ../scss/komarvet.scss */
  blockquote {
    font-size: .95rem;
  }

  /* line 649, ../scss/komarvet.scss */
  .paragraph_typo_color {
    font-size: 1rem;
  }

  /* line 653, ../scss/komarvet.scss */
  .slide {
    background-position-y: 30px;
    min-height: 380px;
  }

  /* line 657, ../scss/komarvet.scss */
  .slider1_inner_content_container {
    padding: 160px 0 10px;
  }

  /* line 658, ../scss/komarvet.scss */
  .slider1_title_wrapper {
    width: 350px;
  }

  /* line 659, ../scss/komarvet.scss */
  .slider1_title {
    margin: 25px 0 15px;
    font-size: 1.6rem;
    color: #277e7f !important;
    font-weight: 600;
    letter-spacing: 0;
  }

  /* line 666, ../scss/komarvet.scss */
  .slider1_text_content_container {
    width: 330px;
  }
  /* line 668, ../scss/komarvet.scss */
  .slider1_text_content_container h1, .slider1_text_content_container p {
    font-size: 1rem;
    color: #9f702a;
    font-weight: 600;
    margin-bottom: 20px;
  }

  /* line 675, ../scss/komarvet.scss */
  .title_bg {
    min-height: 170px;
  }

  /* line 676, ../scss/komarvet.scss */
  .section_bg {
    min-height: 360px;
    padding-top: 25px;
  }

  /* line 677, ../scss/komarvet.scss */
  .text_50_left, .text_50_right {
    padding: 25px 0;
    width: 70%;
  }

  /* line 678, ../scss/komarvet.scss */
  .page_title {
    margin: 10px 0;
    font-size: 2rem;
    color: #231812;
    font-weight: 400;
    letter-spacing: 0;
  }

  /* line 685, ../scss/komarvet.scss */
  .page_title_container {
    padding-top: 170px;
  }

  /* line 686, ../scss/komarvet.scss */
  h1 {
    font-size: 1.8rem;
    margin: 20px 0 15px;
  }

  /* line 692, ../scss/komarvet.scss */
  .introduction h3 {
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 3px 0;
  }
  /* line 697, ../scss/komarvet.scss */
  .introduction p {
    font-size: .9rem;
  }

  /* line 699, ../scss/komarvet.scss */
  .opinions_bg {
    padding: 50px 0;
    min-height: 400px;
  }

  /* line 703, ../scss/komarvet.scss */
  .section_opinions_title, .opinions_content_container {
    margin-bottom: 5px;
  }

  /* line 707, ../scss/komarvet.scss */
  .rightimage_text_container, .leftimage_text_container {
    padding: 0;
  }

  /* line 708, ../scss/komarvet.scss */
  .rightimage_container .rightimage_bg, .leftimage_container .leftimage_bg {
    height: 320px !important;
    width: 400px;
  }

  /* line 712, ../scss/komarvet.scss */
  .rightimage_img_container img, .leftimage_img_container img {
    max-width: 450px;
  }

  /* line 716, ../scss/komarvet.scss */
  .panels_blockgrid_1 .blockgrid_panel {
    padding: 5px 0;
  }
  /* line 718, ../scss/komarvet.scss */
  .panels_blockgrid_1 .blockgrid_panel .panel_item_img {
    width: 70px;
    height: 70px;
    margin: 0 auto 7px;
  }
  /* line 723, ../scss/komarvet.scss */
  .panels_blockgrid_1 .blockgrid_panel .panel_item_title {
    font-size: .95rem;
    margin-top: 12px;
  }

  /* line 729, ../scss/komarvet.scss */
  .panels_blockgrid_1a .blockgrid_panel {
    height: auto !important;
  }

  /* line 744, ../scss/komarvet.scss */
  .post_abstract_wrapper .post_list_foto {
    width: 260px;
    height: 200px;
  }

  /* line 748, ../scss/komarvet.scss */
  .post_wrapper {
    background-color: #f5f3f3;
    margin-top: 20px;
    padding: 20px 40px;
  }
  /* line 752, ../scss/komarvet.scss */
  .post_wrapper .post_img_container {
    float: right;
    margin-top: 15px;
    margin-left: 50px;
    width: 43%;
  }
  /* line 758, ../scss/komarvet.scss */
  .post_wrapper .post_foto {
    width: 100%;
    height: 240px;
    margin: 0 auto 35px;
  }
  /* line 764, ../scss/komarvet.scss */
  .post_wrapper .post_title_container .post_title {
    margin: 12px 0 25px;
    font-size: 1.55rem;
  }

  /* line 770, ../scss/komarvet.scss */
  .post_abstract_content {
    font-size: .95rem;
  }

  /* line 773, ../scss/komarvet.scss */
  .short_contact_header {
    font-size: 1.6rem;
    margin: 15px 0;
  }

  /* line 777, ../scss/komarvet.scss */
  .short_contact_content_container h5 {
    font-size: 1.05rem;
    font-weight: 400;
    margin: 20px 0;
  }
}
@media only screen and (max-width: 40em) {
  /* line 785, ../scss/komarvet.scss */
  .social_share_buttons_container {
    margin-top: 10px;
  }

  /* line 786, ../scss/komarvet.scss */
  .page_button_reservation {
    width: 70px;
    padding: 19px 0 19px 10px;
  }

  /* line 790, ../scss/komarvet.scss */
  .page_button_reservation:hover, .page_button_reservation:focus {
    width: 164px;
    padding: 19px 0;
  }

  /* line 794, ../scss/komarvet.scss */
  .page_button_reservation:hover .button_reservation_text, .page_button_reservation:focus .button_reservation_text {
    font-size: .75rem;
  }

  /* line 795, ../scss/komarvet.scss */
  .page_button_reservation i {
    font-size: 1.35rem !important;
  }

  /* line 798, ../scss/komarvet.scss */
  .panels_clinics_list .panel_clinic_doctor h4 {
    font-size: 1.15rem;
  }

  /* line 799, ../scss/komarvet.scss */
  .panels_clinics_list .terms_slider ul li h5 {
    font-size: .9rem;
  }

  /* line 800, ../scss/komarvet.scss */
  .panels_clinics_list .panel_clinic_doctor .closest_term {
    font-size: .95rem;
  }

  /* line 802, ../scss/komarvet.scss */
  .section_spacer_default {
    padding: 30px 0;
  }

  /* line 803, ../scss/komarvet.scss */
  .section_spacer_1 {
    padding: 0 0 30px;
  }

  /* line 804, ../scss/komarvet.scss */
  .section_spacer_1_index {
    margin-top: 0;
  }

  /* line 805, ../scss/komarvet.scss */
  .section_spacer_bgcolor1 {
    padding: 25px 0 40px;
  }

  /* line 807, ../scss/komarvet.scss */
  .inner_gradient_bg {
    background-color: transparent;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.3) 100%);
  }

  /* line 812, ../scss/komarvet.scss */
  .header_main {
    padding: 40px 0 15px;
  }

  /* line 813, ../scss/komarvet.scss */
  .logo {
    margin-top: 20px;
  }
  /* line 815, ../scss/komarvet.scss */
  .logo img {
    max-height: 95px;
    margin-top: -33px;
  }

  /* line 820, ../scss/komarvet.scss */
  .logo_index {
    margin-top: 295px !important;
    text-align: center;
    width: 100%;
  }
  /* line 824, ../scss/komarvet.scss */
  .logo_index img {
    max-height: 75px;
  }

  /* line 828, ../scss/komarvet.scss */
  .text_menu {
    padding: 10px 7px;
    font-size: .95rem;
  }

  /* line 832, ../scss/komarvet.scss */
  h2, h3 {
    font-size: 1.25rem;
  }

  /* line 835, ../scss/komarvet.scss */
  h4 {
    font-size: 1rem;
    margin: 18px 0;
  }

  /* line 839, ../scss/komarvet.scss */
  p, .text_content {
    font-size: .9rem;
  }

  /* line 842, ../scss/komarvet.scss */
  blockquote {
    font-size: .9rem;
  }

  /* line 845, ../scss/komarvet.scss */
  .paragraph_typo_color {
    font-size: 1rem;
  }

  /* line 848, ../scss/komarvet.scss */
  .slider_1 {
    background-color: #ecedf1;
  }

  /* line 849, ../scss/komarvet.scss */
  .slide {
    height: 300px;
    min-height: 240px;
    margin-bottom: 325px;
    margin-top: 10px;
  }

  /* line 855, ../scss/komarvet.scss */
  .inner_gradient_bg {
    background-image: none;
  }

  /* line 856, ../scss/komarvet.scss */
  .slider1_inner_content_container {
    text-align: center;
    padding-top: 405px;
  }

  /* line 860, ../scss/komarvet.scss */
  .slider1_title {
    margin: 15px 0;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0;
    color: #277e7f !important;
  }

  /* line 868, ../scss/komarvet.scss */
  .slider1_text_content_container h1, .slider1_text_content_container p {
    font-size: .95rem;
    color: #9f702a;
    font-weight: 600;
  }

  /* line 874, ../scss/komarvet.scss */
  .title_bg {
    min-height: 115px;
    background-position-x: 70%;
  }

  /* line 875, ../scss/komarvet.scss */
  .section_bg {
    padding-top: 25px;
    background-color: #f5f3f3;
    background-image: none !important;
  }

  /* line 880, ../scss/komarvet.scss */
  .text_50_left, .text_50_right {
    padding: 25px 0 50px;
  }

  /* line 882, ../scss/komarvet.scss */
  .text_foto_right, .text_foto_left {
    width: 100%;
    margin-left: 0;
    text-align: left;
  }

  /* line 887, ../scss/komarvet.scss */
  .text_foto_right img, .text_foto_left img {
    padding-top: 15px;
    padding-bottom: 10px;
  }

  /* line 891, ../scss/komarvet.scss */
  .page_title {
    font-size: 1.6rem;
    color: #231812;
    font-weight: 400;
    letter-spacing: 0;
    text-shadow: 1px 1px 6px #ffffff;
  }

  /* line 898, ../scss/komarvet.scss */
  .page_title_container {
    padding-top: 140px;
  }

  /* line 899, ../scss/komarvet.scss */
  h1 {
    font-size: 1.55rem;
    letter-spacing: .5px;
    margin: 20px 0 15px;
  }

  /* line 904, ../scss/komarvet.scss */
  .introduction {
    display: none;
  }

  /* line 907, ../scss/komarvet.scss */
  .opinions_bg {
    padding: 50px 0;
    min-height: 370px;
    background-image: none !important;
    background-color: #f2f1f5;
  }

  /* line 913, ../scss/komarvet.scss */
  .section_opinions_title, .opinions_content_container {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5px;
    padding-right: 0;
  }

  /* line 919, ../scss/komarvet.scss */
  .rightimage_text_container, .leftimage_text_container {
    padding: 0;
  }

  /* line 920, ../scss/komarvet.scss */
  .rightimage_container .rightimage_bg, .leftimage_container .leftimage_bg {
    height: 250px !important;
    width: 100%;
  }

  /* line 926, ../scss/komarvet.scss */
  .panels_blockgrid_1 .blockgrid_panel {
    padding: 2px 0;
  }
  /* line 928, ../scss/komarvet.scss */
  .panels_blockgrid_1 .blockgrid_panel .panel_item_img {
    width: 70px;
    height: 70px;
    margin: 0 auto 7px;
  }
  /* line 933, ../scss/komarvet.scss */
  .panels_blockgrid_1 .blockgrid_panel .panel_item_title {
    font-size: .95rem;
    color: black;
  }

  /* line 940, ../scss/komarvet.scss */
  .panels_blockgrid_1a .panel_item_img {
    width: 160px;
    height: 160px;
  }
  /* line 944, ../scss/komarvet.scss */
  .panels_blockgrid_1a .panel_item_title {
    font-size: 1rem;
    font-weight: 600;
  }

  /* line 949, ../scss/komarvet.scss */
  .post_abstract_wrapper .post_abstract_title {
    font-size: 1.35rem;
  }

  /* line 953, ../scss/komarvet.scss */
  .panels_blockgrid_last_blog_post_list .last_blog_post_list {
    padding: 25px 30px;
    background-color: #f5f3f3;
  }
  /* line 957, ../scss/komarvet.scss */
  .panels_blockgrid_last_blog_post_list .panel_item_img {
    width: 100%;
    height: 160px;
  }
  /* line 961, ../scss/komarvet.scss */
  .panels_blockgrid_last_blog_post_list .post_title {
    margin-top: 25px;
    margin-bottom: 18px;
    font-size: 1.25rem;
    font-weight: 400;
  }
  /* line 967, ../scss/komarvet.scss */
  .panels_blockgrid_last_blog_post_list .text_content {
    font-size: .95rem;
  }
  /* line 970, ../scss/komarvet.scss */
  .panels_blockgrid_last_blog_post_list .button_wrapper {
    margin-top: 25px;
  }

  /* line 973, ../scss/komarvet.scss */
  .panels_blockgrid_1 .blockgrid_panel {
    padding: 5px 0;
  }
  /* line 974, ../scss/komarvet.scss */
  .panels_blockgrid_1 .panel_item_img {
    width: 300px;
    height: 285px;
  }
  /* line 978, ../scss/komarvet.scss */
  .panels_blockgrid_1 .panel_item_title {
    margin-bottom: 15px;
    font-size: 1.35rem;
  }

  /* line 983, ../scss/komarvet.scss */
  .rightimage_img_container img, .leftimage_img_container img {
    max-width: 300px;
  }

  /* line 984, ../scss/komarvet.scss */
  .panels_blockgrid_1a .blockgrid_panel {
    height: auto !important;
  }

  /* line 986, ../scss/komarvet.scss */
  .panels_blockgrid_3 .panel_item_img {
    height: 530px;
  }

  /* line 987, ../scss/komarvet.scss */
  .panels_blockgrid_3 .panel_item_title {
    margin: 10px 0;
    font-size: 1.85rem;
    font-weight: 400;
  }

  /* line 993, ../scss/komarvet.scss */
  .post_abstract_wrapper .post_list_foto {
    width: 100%;
    height: 200px;
  }
  /* line 997, ../scss/komarvet.scss */
  .post_abstract_wrapper .post_abstract_content {
    font-size: .95rem;
  }

  /* line 1001, ../scss/komarvet.scss */
  .post_wrapper {
    background-color: #f5f3f3;
    margin-top: 20px;
    padding: 20px 30px;
  }
  /* line 1005, ../scss/komarvet.scss */
  .post_wrapper .post_foto {
    width: 100%;
    height: 200px;
    margin: 0 auto 25px;
  }
  /* line 1011, ../scss/komarvet.scss */
  .post_wrapper .post_title_container .post_title {
    margin: 10px 0 20px;
    font-size: 1.4rem;
  }

  /* line 1017, ../scss/komarvet.scss */
  .post_abstract_content {
    font-size: .95rem;
  }

  /* line 1020, ../scss/komarvet.scss */
  .short_contact_header {
    font-size: 1.45rem;
    margin: 15px 0;
  }

  /* line 1024, ../scss/komarvet.scss */
  .short_contact_content_container h5 {
    font-size: 1.05rem;
    font-weight: 400;
    margin: 20px 0;
  }
}
/* line 1031, ../scss/komarvet.scss */
.mm-list a.mm-subopen + a, .mm-list a.mm-subopen + span {
  font-weight: 600;
}

@media only screen and (min-width: 64.063em) {
  /* line 1033, ../scss/komarvet.scss */
  .post_content_container .redactor-toolbar {
    height: 70px;
    width: 50% !important;
  }
}
