/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/*Add your own styles here:*/

/* === Google Fonts Import === */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&display=swap");

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  text-transform: none !important;
}

a:hover strong {
	color: var(--color-dark-red); 
}

/* === Colors === */
:root {
  --color-white: #ffffff;
  --color-light-gray: #e5e5e5;
  --color-dark-blue: #0d0167;
  --color-dark-red: #aa0d0d;
  --button-border-color: rgba(186, 186, 186, 0.4);
}

/* scroll-top-link */

#scroll-top-link {
  border-radius: 16px !important;
}

@media only screen and (max-width: 1600px) {
  #scroll-top-link {
    bottom: 100px !important;
  }
}

/* search form */
.av_searchform_search .input[type='search'] {
	background-color: var(--button-border-color) !important;
}

/* Pagination */

.pagination-meta {
  display: none !important;
}

.pagination-slider .pagination {
  display: flex !important;
  justify-content: center !important;
}

.pagination a {
  font-size: 16px !important;
  color: var(--color-white) !important;
  line-height: 35px !important;
  height: 28px !important;
  width: 28px !important;
  background: transparent !important;
}

.pagination a .inactive {
  font-size: 16px !important;
  color: var(--color-white) !important;
  line-height: 35px !important;
  height: 28px !important;
  width: 28px !important;
  background: transparent !important;
}

.pagination a:hover {
  color: var(--color-dark-red) !important;
}

.pagination .current {
  background: var(--color-white) !important;
  color: var(--color-dark-blue) !important;
  line-height: 35px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  border: 1px solid #e3e3e3 !important;
}

/* Table */

.main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra {
	background-color: var(--color-dark-blue) !important;
}

/* buttons */

.avia-button.avia-size-medium {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: var(--color-dark-red) !important;
  border-radius: 50px !important;
  border: 1px solid var(--button-border-color) !important;
  font-size: 16px !important;
  line-height: 1;
  letter-spacing: -0.004em;
  color: var(--color-white) !important;
  font-weight: 600 !important;
  padding: 14px 40px;
}

.avia-button.avia-size-medium:hover {
  background-color: var(--button-border-color) !important;
}

/* header */
/* Logo left, menu center, widget right */

/* sticky header on smartphone */
.html_header_top.html_header_sticky #header {
  position: fixed !important;
}

.responsive.html_mobile_menu_tablet.html_header_top #top #main {
  padding-top: 70px !important;
}

.responsive #top #header #header_main .inner-container .logo,
.responsive #top #header #header_main .inner-container .main_menu,
.responsive #top #header #header_main .inner-container .widget,
#top #header #header_main .container.av-logo-container .inner-container {
  display: flex;
  position: relative;
}

#top #header #header_main .container.av-logo-container .inner-container {
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  height: inherit;
  position: relative !important;
}

.responsive #top #header #header_main .inner-container .logo {
  order: 1;
  flex-basis: auto;
  min-width: 100px;
  max-width: 174px;
  z-index: 9;
}

.logo svg {
  width: 174px;
}

.responsive #top #header #header_main .inner-container .main_menu {
  order: 2;
  flex-basis: auto;
  align-items: center;
  align-self: center;
  justify-content: flex-start;
  flex-grow: 1;
  margin-left: 30px;
}

.responsive #top #header #header_main .inner-container .widget {
  order: 3;
  flex-basis: auto;
  align-self: center;
  align-items: center;
  z-index: 1;
}

.header-button {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: var(--color-dark-red) !important;
  border-radius: 50px !important;
  border: 1px solid var(--button-border-color) !important;
  font-size: 16px !important;
  line-height: 1;
  letter-spacing: -0.004em;
  color: var(--color-white) !important;
  font-weight: 600 !important;
  width: 173px;
  height: 44px;
  transition: all 0.3s ease-in;
}

.header-button:hover {
  background-color: var(--button-border-color) !important;
  color: var(--color-white) !important;
}

.header-button:hover a {
  color: var(--color-white) !important;
}

.av-main-nav > li > a {
  font-size: 16px;
  font-weight: 400;
}

.av-main-nav > li.current-menu-item > a {
  font-weight: 600 !important;
}

.av-main-nav > li > a:hover {
  color: #ff5c5c !important;
}

@media only screen and (max-width: 989px) {
  .responsive #top #header #header_main .inner-container .logo {
    height: 40px !important;
  }

  .responsive #top #header #header_main .inner-container .main_menu {
    order: 3;
    flex-grow: 0;
    margin-left: 0;
  }
  .responsive #top #header #header_main .inner-container .widget {
    order: 2;
  }
  .header-button {
    font-size: 12px !important;
    width: 120px;
    height: 34px;
    margin-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .responsive #header_main .container {
    height: 70px !important;
  }
}

/*footer and socket*/

.footer-section .content {
  border-top: 1px solid var(--color-white) !important;
  padding-top: 80px !important;
}

.footer-section .footer-col-1 p {
  padding-right: 40%;
  padding-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  color: #a6a0ce;
}

.footer-section .footer-col-2 p,
.footer-section .footer-col-2 a,
.footer-section .footer-col-3 p,
.footer-section .footer-col-3 a,
.footer-section .footer-col-4 p,
.footer-section .footer-col-4 a {
  padding-top: 10px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--color-white);
}

.footer-section .footer-col-2 a:hover,
.footer-section .footer-col-3 a:hover,
.footer-section .footer-col-4 a:hover {
  color: #ff5c5c;
}

.footer-section .footer-col-1 {
  width: 49% !important;
}

.footer-section .footer-col-2,
.footer-section .footer-col-3,
.footer-section .footer-col-4 {
  width: 16% !important;
}

.footer-section h2 {
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: none !important;
}

.socket-section .content {
  padding-top: 0;
}

.socket-section h3 {
  font-size: 20px;
  font-weight: 600 !important;
  line-height: 50px;
  letter-spacing: 0;
  color: var(--color-white);
}

.socket-section p {
  font-size: 16px;
  font-weight: 400 !important;
  letter-spacing: 0;
  color: var(--color-white);
}

.socket-section .social-icons {
  display: flex;
  gap: 10px;
  align-items: center;
}

.socket-section .social-icons a:hover img {
  filter: brightness(1.4);
  transition: filter 0.3s ease;
}

.socket-section .custom-socket-text .avia_textblock {
  display: flex !important;
  justify-content: flex-end;
  align-items: flex-end;
}

@media only screen and (max-width: 1080px) {
  .footer-section .footer-col-1 p {
    padding-right: 20%;
  }
  .footer-section .footer-col-1 {
    width: 42% !important;
  }
  .footer-section .footer-col-2,
  .footer-section .footer-col-3,
  .footer-section .footer-col-4 {
    width: 18% !important;
  }
}

@media only screen and (max-width: 989px) {
  .footer-section .footer-col-1 {
    width: 49% !important;
  }
  .footer-section .footer-col-2,
  .footer-section .footer-col-3,
  .footer-section .footer-col-4 {
    width: 49% !important;
    margin-left: 0 !important;
  }
  .footer-section .footer-col-3,
  .footer-section .footer-col-4 {
    margin-top: 70px !important;
  }
}

@media only screen and (max-width: 767px) {
  .footer-section .content {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
  }
  .footer-section .footer-col-1 {
    width: 100% !important;
  }
  .footer-section .footer-col-2,
  .footer-section .footer-col-3,
  .footer-section .footer-col-4 {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .footer-section .footer-col-2,
  .footer-section .footer-col-3,
  .footer-section .footer-col-4 {
    margin-top: 20px !important;
  }
  .footer-section .footer-col-1 p {
    padding-right: 10%;
  }
  .socket-section p {
    text-align: left !important;
  }
  .footer-section .footer-col-2 p,
  .footer-section .footer-col-2 a,
  .footer-section .footer-col-3 p,
  .footer-section .footer-col-3 a,
  .footer-section .footer-col-4 p,
  .footer-section .footer-col-4 a {
    padding-top: 0;
  }
  .socket-section .content {
    padding-bottom: 20px;
  }
  .socket-section .custom-socket-text .avia_textblock {
    justify-content: flex-start;
  }
}

/* Domov podstranka */

.home-top-col {
  height: 70vh;
  background-size: cover !important;
  background-position: 50% 40% !important;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
  padding: 24vh 35vw 8vh 5vw;
}

.home-top-col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 0;
  visibility: visible !important;
  pointer-events: none;
  background: linear-gradient(to top, #342a81 0%, rgba(13, 1, 103, 0) 85%);
}

.home-top-col .av-special-heading-h1 h1 {
  font-size: clamp(2.25rem, 1.75rem + 2.2222vw, 3.75rem) !important;
  font-weight: 500 !important;
  line-height: 1;
  letter-spacing: -0.004em;
  color: var(--color-white);
  text-transform: none !important;
}

.home-top-col .av-special-heading-h1 .av-subheading {
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 1.4;
  letter-spacing: -0.004em;
  color: var(--color-white);
  padding-top: 10px;
  padding-bottom: 30px;
}

.partner-logo-section h2 {
  font-size: 22px;
  font-weight: 400 !important;
  text-transform: none !important;
  color: var(--color-white);
  line-height: 1;
  letter-spacing: 0;
}

.partner-logo-section .partner-logo-col {
  background-color: var(--color-white);
  border-radius: 20px;
  padding: 10px 0;
}

.partner-logo-section .partner-logo-col .av-partner-fake-img {
  padding-bottom: 18% !important;
  padding-top: 15% !important;
  height: auto !important;
  width: 70% !important;
  background-position: center center;
  margin: auto;
}

.onas-home-section .av-special-heading-h2 .av-subheading {
  text-transform: uppercase !important;
  color: var(--color-white) !important;
  font-size: 16px !important;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 600 !important;
  margin-bottom: 20px;
}

.onas-home-section .av-special-heading-h2 h2 {
  text-transform: none !important;
  color: var(--color-white) !important;
  font-size: clamp(2rem, 1.7692rem + 1.0256vw, 3rem) !important;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 500 !important;
  padding-right: 21%;
}

.onas-home-section .avia_textblock p {
  color: var(--color-light-gray) !important;
  font-size: 18px !important;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 400 !important;
  padding-bottom: 10px !important;
}

.onas-home-section .viac-onas-btn a {
  color: #ff5c5c !important;
  font-size: 16px !important;
  background: transparent !important;
  border: none !important;
  text-align: left !important;
  padding: 0 !important;
  transition: transform 0.3s ease-in-out;
}

.onas-home-section .viac-onas-btn a:hover {
  transform: scale(1.06);
  opacity: 1;
}

.ponukame-section {
  background-size: cover !important;
  padding: 160px 0 !important;
}

.ponukame-section .av-special-heading-h2 .av-subheading {
  text-transform: uppercase !important;
  color: var(--color-white) !important;
  font-size: 16px !important;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 600 !important;
  margin-bottom: 20px;
}

.ponukame-section .av-special-heading-h2 h2 {
  text-transform: none !important;
  color: var(--color-white) !important;
  font-size: clamp(2rem, 1.7692rem + 1.0256vw, 3rem) !important;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 500 !important;
  padding-right: 21%;
}

.ponukame-section .service-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 25px;
}

.ponukame-section .card {
  background: var(--color-white);
  border-radius: 53px;
  padding: 20px 30px;
  flex: 1 1 calc(50% - 15px);
  box-shadow: 0px 15px 35px rgba(13, 1, 103, 0.2);
}

.ponukame-section .card.wide {
  flex: 1 1 100%;
}

.ponukame-section .card h3 {
  font-size: clamp(1.25rem, 1.1923rem + 0.2564vw, 1.5rem);
  font-weight: 600;
  color: var(--color-dark-blue);
  line-height: 31px;
  margin-bottom: 10px;
  margin-top: 0 !important;
}

.ponukame-section .card p {
  font-size: 16px;
  font-weight: 400;
  color: #58566f;
  line-height: 22px;
  margin-bottom: 15px;
}

.ponukame-section .card a {
  color: var(--color-dark-red);
  font-weight: 600;
  line-height: 26px;
  text-decoration: underline !important;
}

.ponukame-section .card a:hover {
  color: #ff5c5c;
}

.ponukame-section .ponukame-col-2 .avia_textblock p {
  color: var(--color-white) !important;
  font-size: 18px !important;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 400 !important;
  padding-bottom: 50px !important;
  padding-right: 10%;
}

.ponukame-section .ponukame-col-2 .image-doctor img {
  width: 593px;
  height: auto;
  border-radius: 53px;
  box-shadow: 0px 15px 35px rgba(13, 1, 103, 0.2) !important;
}

.ponukame-section .ponukame-col-2 .image-plus-big {
  position: absolute !important;
  top: 166px;
  left: 150px;
  z-index: -1;
}

.ponukame-section .ponukame-col-2 .image-plus-small {
  position: absolute !important;
  top: 150px;
  left: 450px;
  z-index: -1;
}

.preco-medacoplus-section .av-special-heading-h2 h2 {
  text-transform: none !important;
  color: var(--color-white) !important;
  font-size: clamp(2rem, 1.7692rem + 1.0256vw, 3rem) !important;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 500 !important;
  padding-right: 21%;
}

.preco-medacoplus-section .av-special-heading-h2 .av-subheading {
  color: var(--color-white) !important;
  font-size: 18px !important;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 400 !important;
  margin-bottom: 20px;
}

.preco-medacoplus-section .avia-icon-list-container {
  margin: 0 !important;
}

.preco-medacoplus-section .avia-icon-list li {
  background-color: white !important;
  border-radius: 27px;
  margin-bottom: 15px;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  padding: 0 25px 0 10px !important;
}

.preco-medacoplus-section .avia-icon-list .iconlist_icon svg {
  width: 27px !important;
  height: 27px !important;
  margin-top: -4px !important;
}

.preco-medacoplus-section .av_iconlist_title {
  padding-left: 25px;
  color: #000000;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
}

.preco-medacoplus-section .preco-medacoplus-col-2 .avia-image-container img {
  border-radius: 53px;
  width: 595px;
  height: auto;
}

.referencie-slider-section {
  background-size: cover !important;
  padding: 50px 0;
  background-position: 50% 50% !important;
}

.referencie-slider-section .av-special-heading-h2 h2 {
  text-transform: none !important;
  color: #000000 !important;
  font-size: clamp(2rem, 1.7692rem + 1.0256vw, 3rem) !important;
  line-height: 1.2;
  letter-spacing: -0.004em;
  font-weight: 500 !important;
}

/* .referencie-slider-col .testimonial-box {
  margin: 0 auto;
  padding: 40px 30px;
  background: white;
  border-radius: 24px;
  box-shadow: 0px 15px 55px rgba(13, 1, 103, 0.1);
  text-align: left;
  font-family: "Inter", sans-serif;
} */

/* .referencie-slider-col .testimonial-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  color: #999c9f;
  margin-bottom: 30px;
} */

/* .referencie-slider-col .testimonial-author {
  display: flex;
  align-items: center;
  gap: 20px;
}

.referencie-slider-col .testimonial-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.referencie-slider-col .testimonial-author strong {
  font-weight: 400 !important;
  font-size: 16px;
  color: #000;
}

.referencie-slider-col .testimonial-author span {
  font-size: 12px;
  font-weight: 300 !important;
  color: #737373;
}

.referencie-slider-col .avia-smallarrow-slider-heading {
  position: absolute;
  left: -48%;
  top: 435px;
} */

/*new slider swiper */

.referencie-carousel {
  padding: 60px 0;
  position: relative;
}

.swiper {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding: 60px 0;
}

.swiper-slide {
  min-height: 404px;
  background: transparent;
  padding: 40px;
  border-radius: 20px;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wpcpro-wrapper .wpcp-carousel-section.wpcp-standard .swiper-slide {
  text-align: left;
}

.wpcpro-wrapper
  .wpcp-carousel-section.wpcp-content-carousel
  .wpcp-single-content {
  padding-left: 0;
  padding-right: 0;
}

.swiper-slide-active {
  opacity: 1;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.swiper-slide .referencia-text {
  font-size: 18px;
  font-weight: 300 !important;
  line-height: 26px;
  color: #999c9f;
  margin-bottom: 30px;
  margin: 0 0 !important;
}

.swiper-slide .referencia-author {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 30px;
}

.swiper-slide .referencia-author img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}

.swiper-slide .referencia-author strong {
  font-weight: 400 !important;
  font-size: 16px;
  color: #000;
}

.swiper-slide .referencia-author {
  font-size: 12px;
  font-weight: 300 !important;
  color: #737373;
}

/*******/

.spojte-section .av-special-heading-h2 h2 {
  text-transform: none !important;
  color: var(--color-white) !important;
  font-size: clamp(2rem, 1.7692rem + 1.0256vw, 3rem) !important;
  line-height: 1.3;
  letter-spacing: -0.004em;
  font-weight: 500 !important;
  padding-bottom: 20px;
}

.spojte-section .av-special-heading-h2 .av-subheading {
  text-transform: none !important;
  color: #f5f5f5 !important;
  font-size: 18px !important;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 400 !important;
  padding-right: 20%;
}

.spojte-section .spojte-kontakt-col {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 30px 0 35px 0;
}

.spojte-section .spojte-kontakt-col .kontakt-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.spojte-section .spojte-kontakt-col .kontakt-item a {
  color: var(--color-white);
  font-size: 18px;
  font-weight: 400 !important;
}

.spojte-section .spojte-kontakt-col .kontakt-item a:hover {
  color: var(--color-dark-red);
}

.spojte-formular-col .form-wrap {
  background-color: #eeeeee;
  padding: 52px 40px;
  border-radius: 53px;
  max-width: 500px;
  margin: 0 0 0 auto;
}

.spojte-formular-col .form-wrap h2 {
  font-size: clamp(1.5rem, 1.3413rem + 0.7051vw, 2.1875rem);
  font-weight: 600;
  margin-bottom: 30px;
  color: #000000;
  text-transform: none !important;
  font-family: "Inter", sans-serif;
}

.spojte-formular-col .form-row label {
  font-weight: 500 !important;
  color: var(--color-dark-blue);
  font-family: "Inter", sans-serif;
  font-size: 16px !important;
  margin-left: 19px;
}

.spojte-formular-col .form-row p {
  background-color: var(--color-white);
  border-radius: 14px;
  padding-top: 13px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.spojte-formular-col .form-row input[type="text"],
.spojte-formular-col .form-row input[type="email"],
.spojte-formular-col .form-row textarea {
  width: 100% !important;
  padding: 8px 20px 13px 20px !important;
  border: none !important;
  border-radius: 14px !important;
  font-size: 16px !important;
  font-family: "Inter", sans-serif !important;
  background-color: #ffffff !important;
  color: #333 !important;
}

.spojte-formular-col .form-row input[type="text"]:focus,
.spojte-formular-col .form-row input[type="email"]:focus,
.spojte-formular-col .form-row textarea:focus {
  box-shadow: none !important;
}

.spojte-formular-col .wpcf7-not-valid-tip {
  margin-left: 19px;
}

.spojte-formular-col .form-row textarea {
  height: 135px !important;
  resize: none;
}

.spojte-formular-col .form-submit input[type="submit"] {
  background-color: var(--color-dark-blue);
  color: var(--color-white);
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 28px;
  border: none;
  cursor: pointer;
  font-family: "Inter", sans-serif;
}

.spojte-formular-col .form-submit input[type="submit"]:hover {
  background-color: #524b88;
}

@media only screen and (max-width: 1366px) {
  .ponukame-section {
    padding: 40px 0 !important;
  }
  .ponukame-section .ponukame-col-2 .image-plus-big {
    top: 174px;
    left: 150px;
  }
  .ponukame-section .ponukame-col-2 .image-plus-small {
    top: 165px;
    left: 450px;
  }
  .ponukame-section .av-flex-placeholder {
    width: 6% !important;
  }
}

@media only screen and (max-width: 1280px) {
  .onas-home-section .av-flex-placeholder {
    width: 1% !important;
  }
  .ponukame-section .ponukame-col-2 .image-plus-big {
    top: 235px;
    left: 150px;
  }
  .ponukame-section .ponukame-col-2 .image-plus-small {
    top: 210px;
    left: 450px;
  }
  .ponukame-section .av-special-heading-h2 h2 {
    padding-right: 0;
  }
}

@media only screen and (max-width: 1080px) {
  .ponukame-section .ponukame-col-2 .image-plus-big {
    top: 100px;
    left: 0px;
  }
  .ponukame-section .ponukame-col-2 .image-plus-small {
    top: 200px;
    left: 240px;
  }
}

@media only screen and (max-width: 989px) {
  .swiper-button-prev {
    left: 40%;
  }
  .swiper-button-next {
    right: 40%;
  }
  .spojte-section .av-special-heading-h2 .av-subheading {
    padding-right: 10%;
  }
  .spojte-formular-col .form-wrap {
    padding: 40px 25px;
  }
}

@media only screen and (max-width: 767px) {
  .home-top-section .content {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .home-top-col {
    padding: 18vh 8vw 6vh 5vw;
    background-position: 70% 40% !important;
  }
  .partner-logo-section .content {
    padding-top: 0;
    padding-bottom: 0;
  }
  .onas-home-section .av-special-heading-h2 h2 {
    padding-right: 0;
  }
  .ponukame-section .ponukame-col-2 .image-plus-big {
    top: 107px;
    left: 50px;
  }
  .ponukame-section .ponukame-col-2 .image-plus-small {
    top: 120px;
    left: 270px;
  }
  .ponukame-section .image-doctor {
    margin-right: 0 !important;
  }
  .ponukame-section .image-doctor img {
    width: 100% !important;
  }
  .preco-medacoplus-section .av_iconlist_title {
    font-size: 14px;
  }
  .preco-medacoplus-section .preco-medacoplus-col-2 .avia-image-container img {
    width: 100%;
  }
  .preco-medacoplus-col-2 .avia-image-container {
    margin-left: 0 !important;
  }
  .ponukame-section {
    padding: 0 0 !important;
  }
  .referencie-slider-section {
    padding: 0 0;
  }
  .swiper {
    padding: 55px 20px;
  }
  .spojte-formular-col .form-wrap {
    max-width: 100%;
  }
  .spojte-section .content {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .ponukame-section .ponukame-col-2 .avia_textblock p {
    color: var(--color-dark-blue) !important;
  }
}

@media only screen and (max-width: 522px) {
  .ponukame-section .ponukame-col-2 .image-plus-big {
    top: 160px;
    left: 50px;
  }
  .ponukame-section .ponukame-col-2 .image-plus-small {
    top: 145px;
    left: 270px;
  }
  .ponukame-section .card {
    flex: 1 1 100%;
    padding: 20px 35px;
  }

  .preco-medacoplus-section .avia-icon-list li {
    padding: 0 15px 0 5px !important;
  }
  .preco-medacoplus-section .avia-icon-list .iconlist_icon svg {
    width: 22px !important;
    height: 22px !important;
    margin-top: -2px !important;
  }
  .preco-medacoplus-section .avia-icon-list li {
    width: 100%;
  }
  .preco-medacoplus-section .av_iconlist_title {
    padding-left: 15px;
  }
}

/* O nas podstranka */

.o-nas-top-section .av-special-heading-h1 h1 {
  text-transform: none !important;
  color: var(--color-white) !important;
  font-size: clamp(2.25rem, 1.75rem + 2.2222vw, 3.75rem) !important;
  line-height: 1;
  letter-spacing: -0.004em;
  font-weight: 500 !important;
  padding-right: 2%;
}

.o-nas-top-section .avia_textblock p {
  color: var(--color-white) !important;
  font-size: 18px !important;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 400 !important;
}

.o-nas-top-section .content-col .avia_textblock p {
  color: var(--color-white) !important;
  font-size: 18px !important;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 400 !important;
}

.partner-logo-section-o-nas h2 {
  color: #0c1523;
}

.partner-logo-section-o-nas .content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.nas-tim-section .av-special-heading-h2 h2 {
  text-transform: none !important;
  color: var(--color-white) !important;
  font-size: clamp(2rem, 1.7692rem + 1.0256vw, 3rem) !important;
  line-height: 1.3;
  letter-spacing: -0.004em;
  font-weight: 500 !important;
  padding-bottom: 20px;
}

.nas-tim-section .avia-image-container img {
  border-radius: 32px;
}

.nas-tim-section .av-special-heading-h3 {
  margin-top: 30px !important;
}

.nas-tim-section .av-special-heading-h3 h3 {
  text-transform: none !important;
  color: var(--color-white) !important;
  font-size: clamp(1.375rem, 1.2917rem + 0.3704vw, 1.625rem) !important;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 600 !important;
}

.nas-tim-section .av-subheading p {
  color: #819fdd !important;
  font-size: clamp(1.0625rem, 0.9792rem + 0.3704vw, 1.3125rem) !important;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 400 !important;
}

@media only screen and (max-width: 767px) {
  .o-nas-top-section .content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .o-nas-top-section .av-special-heading-h1 h1 {
    padding-right: 0;
  }
  .o-nas-top-section .av-special-heading-h1 {
    padding-bottom: 0 !important;
  }
  .o-nas-top-section .onas-top-image {
    min-height: 340px !important;
  }
  .partner-logo-section-o-nas .content {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .nas-tim-section .content {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .nas-tim-section .av-special-heading-h2 h2 {
    padding-bottom: 10px;
  }
  .nas-tim-section .av-special-heading-h3 {
    margin-top: 15px !important;
  }
  .nas-tim-section .flex_column_table {
    margin-top: 0 !important;
  }
}

/* Blog podstranka */

.blog-top-section .av-special-heading-h1 h1 {
  text-transform: none !important;
  color: var(--color-white) !important;
  font-size: clamp(2.25rem, 1.75rem + 2.2222vw, 3.75rem) !important;
  line-height: 1;
  letter-spacing: -0.004em;
  font-weight: 500 !important;
  padding-bottom: 30px;
}

.blog-top-section .av-special-heading-h1 .av-subheading p {
  color: var(--color-white) !important;
  font-size: 18px !important;
  line-height: 30px;
  letter-spacing: -0.004em;
  font-weight: 400 !important;
  padding: 0 10%;
}

.blog-grid-section .flex_column .av_one_third {
  margin-left: 1.5% !important;
  width: 32.33% !important;
  max-height: 400px;
}

.blog-grid-section .flex_column .first {
  margin-left: 0 !important;
  width: 32.33% !important;
  max-height: 400px;
}

.blog-grid-section .avia-content-slider .slide-image {
  border-radius: 26px;
}

.blog-grid-section .avia-content-slider .slide-image img {
  object-fit: cover !important;
  max-height: 285px !important;
  object-position: top !important;
}

.blog-grid-section .slide-entry-title {
  margin-top: 40px;
  text-align: left !important;
  text-transform: none !important;
  font-size: clamp(1rem, 0.9712rem + 0.1282vw, 1.125rem) !important;
  line-height: 24px !important;
  color: var(--color-white) !important;
  font-weight: 600 !important;
  padding-right: 4% !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 64px;
}

.blog-grid-section .avia-content-slider .slide-meta {
  margin-top: 0 !important;
  text-align: left !important;
  border-top-style: none !important;
  border-bottom-style: none !important;
  position: relative !important;
  bottom: 105px !important;
  color: #819fdd !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.blog-grid-section .blog-categories,
.blog-grid-section .av-vertical-delimiter,
.blog-grid-section .slide-entry-excerpt {
  display: none !important;
}

.blog-grid-section
  .image-overlay.overlay-type-extern
  .image-overlay-inside:before {
  display: none !important;
}

.avia_transform a:hover .image-overlay {
  opacity: 0.4 !important;
}

@media only screen and (max-width: 1388px) {
  .blog-grid-section .slide-entry-title {
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 989px) {
  .blog-top-section .content {
    padding-bottom: 0;
  }
  .blog-top-section .av-special-heading-h1 .av-subheading p {
    padding: 0 5%;
  }
  .blog-grid-section .avia-content-slider-inner {
    display: flex !important;
    flex-wrap: wrap;
    gap: 3%;
    justify-content: space-between;
  }
  .blog-grid-section .slide-entry-wrap {
    display: contents !important;
  }
  .blog-grid-section .flex_column .first,
  .blog-grid-section .flex_column .av_one_third {
    width: 48% !important;
    margin-left: 0 !important;
    margin-bottom: 5% !important;
  }
}

@media only screen and (max-width: 767px) {
  .blog-top-section .content {
    padding-top: 20px;
  }
  .blog-top-section .av-special-heading-h1 .av-subheading p {
    padding: 0 0;
  }
  .blog-grid-section .flex_column .first,
  .blog-grid-section .flex_column .av_one_third {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 25px !important;
    border-bottom: solid 1px #2a308a;  }
  .blog-grid-section .avia-content-slider .slide-image img {
    width: 100%;
  }
  .blog-grid-section .flex_column .slide-entry-wrap:last-child .av_one_third:last-child {
    border-bottom: none;
  }
}

.wp-block-post-author__avatar {
  display: none;
}

.template-blog .wp-block-post-date {
  position: static !important;
}
/* single blog podstranka */

#top .fullsize .template-blog .post .entry-content-wrapper {
  max-width: 100% !important;
}

#top .fullsize .template-blog .post .entry-content-wrapper > * {
  max-width: 100% !important;
}

.template-blog .wp-block-image img {
  border-radius: 18px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.template-blog .av-vertical-delimiter {
  display: none !important;
}

.template-blog .wp-block-post-date {
  position: relative;
  bottom: 30px;
  left: 62px;
}

.template-blog .wp-block-heading {
  text-align: left !important;
}

.template-blog .entry-content h1,
.template-blog .entry-content-header h1 {
  margin-top: 30px !important;
  font-size: clamp(1.875rem, 1.6154rem + 1.1538vw, 3rem) !important;
  font-weight: 700 !important;
  line-height: clamp(36px, 3.125vw + 18px, 60px) !important;
  padding-bottom: 20px !important;
  max-width: 100% !important;
  text-align: left !important;
  text-transform: none !important;
  letter-spacing: -1px !important;
}

.template-blog .entry-content-header h1:hover {
  opacity: 1 !important;
}

.template-blog .entry-content h2 {
  font-size: clamp(1.5rem, 1.4135rem + 0.3846vw, 1.875rem);
  font-weight: 700 !important;
  line-height: clamp(30px, 1.25vw + 25px, 38px);
}

.template-blog .entry-content h3 {
  font-size: clamp(1.25rem, 1.1635rem + 0.3846vw, 1.625rem);
  font-weight: 700 !important;
  line-height: clamp(28px, 1.25vw + 25px, 32px);
}

.template-blog .entry-content p,
.template-blog .entry-content li {
  color: var(--color-white) !important;
  font-size: 16px !important;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400 !important;
  text-align: left !important;
}

.template-blog .blog-label {
  color: var(--color-white) !important;
  font-size: 16px !important;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400 !important;
  text-align: left !important;
}

.template-blog .entry-content a {
  color: var(--color-light-gray) !important;
  text-decoration: underline !important;
}

.template-blog .entry-content a:hover {
  color: var(--color-dark-red) !important;
}

.template-blog .post-meta-infos {
  display: none !important;
}

.template-blog .av-social-sharing-box h5 {
  text-align: left !important;
}

.template-blog
  .av-social-sharing-box.av-social-sharing-box-icon
  .av-share-box
  ul
  li
  a {
  background: var(--color-white) !important;
  margin-right: 12px !important;
  width: 34px !important;
  height: 34px !important;
  color: #0d0167 !important;
  font-size: 20px !important;
  line-height: 2px !important;
}

.template-blog
  .av-social-sharing-box.av-social-sharing-box-icon
  .av-share-box
  ul
  .avia-social-link-copy-link
  a {
  display: inline-block;
  background-image: url("https://medacoweb.jrsystems.sk/wp-content/uploads/2025/07/Share-Button.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 30px 30px !important;
  position: relative;
  top: 10px;
}

.avia-social-link-copy-link .avia-related-tooltip {
  width: 150px;
  display: none;
  opacity: 0;
  transition: opacity 0.2s ease;
  position: absolute;
  z-index: 999999;
  margin-top: -98px;
  margin-left: -59px;
}

@media only screen and (max-width: 767px) {
  .template-blog .content {
    padding-top: 20px;
  }
}

/* Kontakt podstranka */

.kontakt-top-section .av-special-heading-h1 h1 {
  text-transform: none !important;
  color: var(--color-white) !important;
  font-size: clamp(2.25rem, 1.75rem + 2.2222vw, 3.75rem) !important;
  line-height: 1;
  letter-spacing: -0.004em;
  font-weight: 500 !important;
  padding-bottom: 30px;
}

.kontakt-top-section .av-special-heading-h1 .av-subheading p {
  color: var(--color-white) !important;
  font-size: 18px !important;
  line-height: 30px;
  letter-spacing: -0.004em;
  font-weight: 400 !important;
}

.kontakt-content-section .content {
  padding-top: 0;
  padding-bottom: 120px;
}

.kontakt-content-section .podpora-col {
  padding: 60px 40px;
  background-size: cover !important;
  border-radius: 18px;
}

.kontakt-content-section .podpora-col .av-special-heading-h2 h2 {
  text-transform: none !important;
  color: var(--color-white) !important;
  font-size: clamp(1.625rem, 1.524rem + 0.4487vw, 2.0625rem) !important;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 600 !important;
  padding-bottom: 20px;
}

.kontakt-content-section .podpora-col .av-special-heading-h2 .av-subheading p {
  color: #c9c9c9 !important;
  font-size: clamp(1.0625rem, 1.0192rem + 0.1923vw, 1.25rem) !important;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 400 !important;
  padding-right: 20%;
}

.kontakt-content-section .podpora-col .podpora-kontakt-col {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin: 100px 0 35px 0;
}

.kontakt-content-section
  .podpora-col
  .podpora-kontakt-col
  .podpora-kontakt-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.kontakt-content-section
  .podpora-col
  .podpora-kontakt-col
  .podpora-kontakt-item
  img {
  width: 29px;
  height: auto;
}

.kontakt-content-section
  .podpora-col
  .podpora-kontakt-col
  .podpora-kontakt-item {
  font-size: 19px !important;
  color: var(--color-white) !important;
}

.kontakt-content-section
  .podpora-col
  .podpora-kontakt-col
  .podpora-kontakt-item
  a:hover {
  color: #ff5c5c !important;
}

.kontakt-content-section .podpora-col .podpora-kontakt-col .email-icon-podpora {
  width: 24px !important;
  height: auto;
  margin-right: 5px;
}

.kontakt-form-col form {
  margin-bottom: 0 !important;
}

.kontakt-form-col .contact-form-wrap {
  background: #fff;
  border-radius: 16px;
  padding: 50px 50px 100px 50px;
  width: 100%;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
}

.kontakt-form-col .contact-form-wrap .sade-form-row {
  display: flex;
  gap: 50px;
}

.kontakt-form-col .contact-form-wrap .sade-form-row label,
.kontakt-form-col .contact-form-wrap > p > label {
  flex: 1;
  display: flex;
  flex-direction: column;
  font-weight: 500 !important;
  font-size: 14px;
  color: #000 !important;
}

.kontakt-form-col .contact-form-wrap .sade-input,
.kontakt-form-col .contact-form-wrap textarea.sade-input {
  border: none !important;
  border-bottom: 1.2px solid #8d8d8d !important;
  padding: 12px 0 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #000000 !important;
  background: transparent !important;
  outline: none !important;
  resize: vertical;
  margin-bottom: 0 !important;
}

.kontakt-form-col .contact-form-wrap .sade-input:focus,
.kontakt-form-col .contact-form-wrap textarea.sade-input:focus {
  box-shadow: none !important;
}

.kontakt-form-col .contact-form-wrap .sade-input::placeholder {
  color: #8d8d8d !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

.kontakt-form-col .contact-form-wrap textarea.sade-input {
  min-height: 45px !important;
  height: 45px !important;
  resize: none !important;
}

.kontakt-form-col .contact-form-wrap .sade-form-radio-wrap p strong {
  font-size: 17px;
  font-weight: 600 !important;
  color: #011c2a !important;
  line-height: 50px;
}

.kontakt-form-col .contact-form-wrap .sade-form-radio-wrap {
  margin-bottom: 60px;
}

.kontakt-form-col .contact-form-wrap .sade-form-radio-wrap label {
  display: flex;
  align-content: center;
  gap: 6px;
}

.kontakt-form-col .contact-form-wrap .sade-form-radio-wrap label span {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #011c2a !important;
}

.kontakt-form-col .contact-form-wrap input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 14px;
  height: 14px;
  background-color: #e0e0e0;
  border: none;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.kontakt-form-col .contact-form-wrap input[type="radio"]:checked {
  background-color: #e0e0e0;
  background-image: url("https://medacoweb.jrsystems.sk/wp-content/uploads/2025/07/Vector-1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 15px;
}

.kontakt-form-col .contact-form-wrap .sade-submit-wrap {
  text-align: right;
}

.kontakt-form-col .contact-form-wrap input[type="submit"] {
  background: #00005a;
  color: #fff;
  padding: 14px 26px;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600 !important;
  cursor: pointer;
  transition: all 0.3s ease;
}

.kontakt-form-col .contact-form-wrap input[type="submit"]:hover {
  background: #524b88;
}

.kontakt-form-col .wpcf7-spinner {
  position: absolute;
  left: 553px;
}

@media only screen and (max-width: 1280px) {
  .kontakt-content-section
    .podpora-col
    .av-special-heading-h2
    .av-subheading
    p {
    padding-right: 10%;
  }
}

/*from 989-767 */
@media only screen and (max-width: 989px) and (min-width: 768px) {
  .kontakt-content-section
    .podpora-col
    .podpora-kontakt-col
    .podpora-kontakt-item {
    flex-direction: column;
    text-align: center;
    gap: 6px;
  }
}

@media only screen and (max-width: 989px) {
  .kontakt-content-section
    .podpora-col
    .av-special-heading-h2
    .av-subheading
    p {
    padding-right: 30%;
  }
  .kontakt-content-section .podpora-col {
    padding: 40px 40px;
  }
  .kontakt-form-col .contact-form-wrap {
    padding: 40px !important;
  }
  .kontakt-form-col .contact-form-wrap .sade-form-row {
    flex-direction: column;
    gap: 0;
  }
  .sade-form-radio-wrap .wpcf7-form-control {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .sade-form-radio-wrap .wpcf7-list-item {
    margin: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .kontakt-top-section .content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .kontakt-top-section .av-special-heading-h1 h1 {
    padding-bottom: 10px;
  }
  .kontakt-content-section .content {
    padding-bottom: 40px;
  }
  .kontakt-content-section .podpora-col .podpora-kontakt-col {
    margin: 50px 0 30px 0;
  }
  .kontakt-form-col .contact-form-wrap .sade-input,
  .kontakt-form-col .contact-form-wrap textarea.sade-input {
    padding: 5px 0 !important;
  }
  .kontakt-form-col .contact-form-wrap textarea.sade-input {
    min-height: 40px !important;
    height: 40px !important;
  }
}

@media only screen and (max-width: 522px) {
  .kontakt-content-section
    .podpora-col
    .av-special-heading-h2
    .av-subheading
    p {
    padding-right: 10%;
  }
}

/* Referencie podstranka */
/***top section used: o-nas-top-section ***/

.referencie-section .content {
  padding-bottom: 100px;
}

.referencie-section .flex_column_table {
  margin-top: 0 !important;
}

.referencie-section .referencia-col {
  display: flex !important;
  width: 100% !important;
  min-height: 461px;
  align-items: stretch;
  border-radius: 20px;
  overflow: hidden;
  background-color: #564d95;
  padding: 0;
}

.referencia-col .avia-image-container {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  background-color: transparent;
  margin: 0 0 0 0 !important;
}

.referencia-col .avia-image-container-inner {
  height: 100%;
  display: block !important;
}

.referencia-col .avia-image-container img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
  position: absolute !important;
  top: 0;
  left: 0;
}

.referencia-col .referencia-text {
  flex: 1;
  color: #fff;
  padding: 10px 20px 10px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.referencia-col .referencia-text .quote-icon {
  width: 18px;
  height: auto;
  margin: 15px 0;
}

.referencia-col .referencia-text h3 {
  font-size: 24px;
  font-weight: 400 !important;
  margin-bottom: 20px;
  color: #fff;
}

.referencia-col .referencia-text .stars {
  font-size: 18px;
  color: #ffd000;
  margin-top: 60px;
}

.referencia-col .referencia-text .referencia-message {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400 !important;
  margin-bottom: 15px;
  color: #fff;
}

.referencia-col .referencia-text .referencia-line {
  width: 63px;
  height: 1px;
  background: #fff;
  margin: 0;
}

.referencia-col .referencia-text .referencia-name {
  font-weight: 600 !important;
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px !important;
}

.referencia-col .referencia-text .referencia-position {
  font-size: 14px;
  color: #fff;
  margin: 5px 0 !important;
}

@media only screen and (max-width: 1366px) {
  .referencia-col .referencia-text .stars {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 989px) {
  .referencie-section .flex_column_table {
    display: flex !important;
    flex-direction: column;
  }
  .referencie-section .flex_column {
    margin-top: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .referencie-section .content {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .referencie-section .referencia-col {
    flex-direction: column;
  }
  .referencia-col .avia-image-container {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
    max-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .referencia-col .avia-image-container-inner {
    height: 540px !important;
  }
  .referencia-col .avia-image-container img {
    position: relative !important;
    object-fit: cover;
    object-position: center center;
    border-radius: 20px 20px 0 0;
    display: block;
    margin: 0 auto;
  }
  .referencia-col .referencia-text .stars {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 522px) {
  .referencia-col .avia-image-container-inner {
    height: 320px !important;
  }
}

.html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul a:hover {
  background-color: #281b86;
}

.html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li a {
  border-color: #2a308a;
}

/* Ochrana osobnich udajov podstranka */
.ochrana-osobnich-section table td {
	color: #fff !important;
}