audio:not([controls]) {
    display: none;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

.hidden {
    display: none !important;
}

.faq-item {
    font-size: 18px;
}

.dlfk {
    color: #0b8cb4;
}

:root {
    --bg-gradient: linear-gradient(135deg, #0b8cb4 41.71540109734786%, #002540 100%);
    --bg1-gradient: linear-gradient(135deg, #0b8cb4 41.71540109734786%, #002540 100%);
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#mainFaq {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


/* anim */

#faq1d,
#faq2d,
#faq3d,
#faq4d,
#faq5d,
#faq6d,
#faq7d,
#faq9d,
#faq10d,
#faq11d,
#faq8d {
    padding: 10px;
}

.faq {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.faqh {
    background-color: rgba(0, 37, 64, 0.1);
    width: 100px;
    height: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faqd {
    background-color: rgba(0, 37, 64, 0.05);
    width: 100%;
    height: 100px;
    padding-left: 10px;
    text-align: left;
    display: flex;
    align-items: center;
}

.faq:hover .faqh {
    background-color: #0b8cb4;
}

.article1 .in p {
    font-size: 18px;
    margin-bottom: 30px;
    color: white;
}

.article1 .in h2 {
    padding-top: 25px;
}

#leftSide {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20%;
}

#rightSide {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%) scaleX(-1);
    width: 20%;
    height: auto;
}

#leftHeader {
    position: absolute;
    height: 250px;
    left: -140px;
    top: 15px;
}

.podn {
    margin: 10px 0;
}

#moneyl,
#moneyr {
    width: 100px;
    position: absolute;
    top: -10px;
}

#moneyr {
    right: 5%;
}

#moneyl {
    left: 5%;
}

#map {
    height: 150px;
    position: absolute;
    right: 20%;
    top: -60px;
}

#clock {
    width: 80px;
    height: auto;
}

.orH {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-left: 100px;
}

#heart {
    position: absolute;
    right: 18%;
    top: -50px;
    width: 150px;
    height: auto;
}

#sluzby {
    position: absolute;
    height: 400px;
    right: 0;
    top: -10px;
}


/* anim */

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button {
    cursor: pointer;
}

p {
    margin: 0;
}

ul {
    list-style: none;
}

em {
    font-style: italic;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    margin: 0;
    line-height: 1;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    font-family: 'PT Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #0c0625;
    background: #fff;
    letter-spacing: 0.04em;
}

.info-pro span {
    font-weight: normal;
}

.mail a {
    color: black;
    text-decoration: none;
}

.mail a:hover {
    color: #0b8cb4;
}

.mail {
    margin-bottom: 10px;
}

a {
    color: #0b8cb4;
    text-decoration: underline;
    text-decoration-skip: ink;
}

.ochrana {
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    margin-bottom: 3px;
}

.medevio {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
}

.medevio a {
    display: flex;
    align-items: center;
}

.ochrana a {
    align-items: center;
    display: flex;
    gap: 5px;
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.ochrana a:hover {
    color: #0b8cb4;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.vacation-info {
    margin: 20px 0;
    padding: 16px 18px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #fcecd9;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4em;
}

.text-center {
    text-align: center;
}

.btn {
    display: inline-block;
    height: 46px;
    padding: 0 24px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 46px;
    font-weight: 700;
    color: white;
    background: #07a996;
    text-decoration: none;
    letter-spacing: 0.4px;
    vertical-align: top;
    box-shadow: 0px 8px 24px rgba(61, 63, 86, 0.2);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn:hover {
    color: #fff;
    background: #1d1f32;
}

.btnInfo {
    display: inline-block;
    height: 46px;
    width: 250px;
    padding: 0 24px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 46px;
    font-weight: 700;
    color: white;
    background: #07a996;
    text-decoration: none;
    letter-spacing: 0.4px;
    vertical-align: top;
    box-shadow: 0px 8px 24px rgba(61, 63, 86, 0.2);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btnInfo:hover {
    color: #fff;
    background: #1d1f32;
}

.btn-second {
    color: #2173b8;
    background: #fff;
    box-shadow: 0px 8px 24px rgba(61, 63, 86, 0.2);
}

.btn-second:hover {
    color: #fff;
    background: #2173b8;
}

.btn-top {
    color: white;
    width: 180px;
    background: #0b8cb4;
    box-shadow: 0px 8px 24px rgba(61, 63, 86, 0.2);
}

.btn-top:hover {
    color: #0b8cb4;
    background: white;
}

.btn-new {
    position: relative;
    display: inline-block;
    margin: 0 0 20px 0;
    padding: 0 24px 0 64px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 48px;
    font-weight: 700;
    color: #fff;
    background: #07a996;
    text-decoration: none;
    letter-spacing: 0.4px;
    vertical-align: top;
    box-shadow: 0px 8px 24px rgba(61, 63, 86, 0.2);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-new i {
    position: absolute;
    left: 13px;
    top: 30%;
    margin-top: -12px;
    width: 45px;
    height: 45px;
    background: url(img/logo.png) center no-repeat;
    background-size: 100% auto;
}

.btn-new:hover {
    color: #fff;
    background: #1d1f32;
}

.btn-green {
    position: relative;
    display: inline-block;
    border: none;
    margin: 0 0 20px 0;
    padding: 0 24px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 48px;
    font-weight: 700;
    color: #fff;
    background: #0b8cb4;
    text-decoration: none;
    letter-spacing: 0.4px;
    vertical-align: top;
    box-shadow: 0px 8px 24px rgba(61, 63, 86, 0.2);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-green:hover {
    color: #fff;
    background: #1d1f32;
}

.article-home {
    background: #0b8cb4;
}

.article-home {
    background: #0b8cb4;
}

.btn-second {
    color: #0b8cb4;
}

.btn-second:hover {
    color: #fff;
    background: #0b8cb4;
}

.p-contact a {
    color: #0b8cb4;
}

.article-sluzby li:before {
    background: #0b8cb4;
}

.page {
    position: relative;
    width: 100%;
}

.in {
    position: relative;
    margin: 0 auto 0;
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
    max-width: 1100px;
}

.marginfromtopT {
    display: flex;
    flex-direction: row;
    gap: 25px;
}

.in:after {
    content: "";
    display: table;
    clear: both;
}

footer {
    padding: 20px 0;
    background: #f8f7fc;
    text-align: center;
}

footer p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4em;
}

section {
    width: 100%;
}

article {
    padding: 50px 0;
}

article h2 {
    margin: 0 0 10px 0;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.2em;
    font-weight: 700;
    text-align: center;
}

article .h2-margin {
    margin-top: 20px;
}

article h3 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2em;
    font-weight: 600;
}

article .h3-margin {
    margin-top: 20px;
}

article p {
    margin: 0 0 25px 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4em;
}

article .p-contact {
    position: relative;
    margin: 0 0 12px 0;
    padding-left: 160px;
}

.navP {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.navP a {
    color: black;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2rem;
}

.navP a:hover {
    color: #0b8cb4;
    text-decoration: underline;
}

article .p-contact span {
    position: absolute;
    left: 0;
    top: 0;
}

article .p-center {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

article .p-info {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4em;
    opacity: 0.8;
}

article .p-info-center {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4em;
    font-weight: 700;
    text-align: center;
}

.privacy-p {
    padding-top: 100px;
    padding-bottom: 50px;
}

.privacy-p h1 {
    font-size: 3rem;
}

.privacy-p li {
    list-style: disc;
}

table {
    margin: 0 0 20px 0;
    border-top: 4px solid #f8f7fc;
    border-bottom: 4px solid #f8f7fc;
    width: 100%;
    text-align: center;
}

table tr {
    vertical-align: middle;
}

table tr:nth-child(even) {
    background: #f8f7fc;
}

table td,
table th {
    padding: 10px 14px;
    font-family: 'PT Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4em;
    font-weight: 400;
    vertical-align: middle;
    text-align: left;
}

table td small,
table th small {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4em;
    font-weight: normal;
}

table th {
    font-weight: 700;
}

.article-home {
    padding: 80px 0 40px 0;
}

.article-home .item-desc {
    float: left;
    max-width: 50%;
}

.article-home .item-desc h1 {
    margin: 0 0 24px 0;
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 1.2em;
    font-weight: 700;
    color: #fff;
}

.centerOr {
    text-align: center;
    color: #1d1f32;
    font-weight: bold;
}

.centerOrN {
    text-align: center;
    color: #ff5405;
    font-weight: bold;
    margin-bottom: 12px;
    font-size: 2rem;
    text-decoration: none;
}

.centerOrA {
    text-align: center;
    color: #ff5405;
    font-weight: bold;
    margin-bottom: 12px;
    font-size: 2rem;
    text-decoration: none;
}

.centerOrA:hover {
    text-decoration: underline;
}

.marginfrombot {
    margin-bottom: 40px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4em;
    color: #fff;
}

.marginfromtop {
    margin-top: 20px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4em;
    color: #fff;
    margin-bottom: 0;
}

.infoFlex {
    display: flex;
    justify-content: space-between;
}

.marginfromtopA:hover {
    text-decoration: none;
}

.infoMove {
    margin-top: 100px;
}

.infoCenter {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 0;
    text-align: center;
}

.infoCenter p {
    text-align: center;
    color: #1d1f32;
    font-weight: bold;
    font-size: 18px;
}

.infoCenter div {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.infoCenter h2 {
    font-size: 3.6rem;
    line-height: 1.5;
}

.infoCenter h2:first-child {
    margin-bottom: 0;
}

.infoCenter img {
    border-radius: 20px;
    width: 530px;
    margin-bottom: 10px;
}

.infoCenter h2 span {
    color: #07a996;
}

.infoLinks img {
    width: 30px;
    margin-top: 5px;
}

.infoLinks p {
    font-size: 18px;
}

.center img {
    max-width: 495px;
}

.infoLinks {
    align-items: center;
    display: flex;
    margin-top: 20px;
    flex-direction: row;
    text-align: center;
    gap: 10px;
}

.in {
    line-height: 1.5;
}

.in h1 {
    font-size: 4rem;
}

main h2 {
    font-size: 3.6rem;
}

.article1 {
    background-image: var(--bg1-gradient);
    text-align: center;
}

.ochrana strong {
    display: flex;
    gap: 5px;
}

.article1 h2 {
    font-size: 3.6rem;
    line-height: 1.5;
    color: white;
    padding-top: 100px;
}

.underBlueFlex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.underBlueFlexU {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 20px;
}

.icon-bg {
    background: #0b8cb4;
    border-radius: 50%;
    padding: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 120px;
}

.icon-bg img {
    width: 80px;
    display: block;
}

.icon-bgI img {
    width: 120px;
    display: block;
    background-color: #07a996;
    border-radius: 50%;
}

.icon-bgM img {
    width: 120px;
    display: block;
    background-color: rgb(78, 4, 78);
    border-radius: 50%;
}

.btnCal {
    display: inline-block;
    margin-top: 20px;
    height: 46px;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 40px;
    font-weight: 700;
    color: #0b8cb4;
    background: #ffffff;
    text-decoration: none;
    letter-spacing: 0.4px;
    border: solid #0b8cb4 3px;
    vertical-align: top;
    box-shadow: 0px 8px 24px rgba(61, 63, 86, 0.2);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btnCal:hover {
    color: white;
    background: #0b8cb4;
}

.btnInf {
    display: inline-block;
    margin-top: 20px;
    height: 46px;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 40px;
    font-weight: 700;
    color: #07a996;
    background: #ffffff;
    text-decoration: none;
    letter-spacing: 0.4px;
    border: solid #07a996 3px;
    vertical-align: top;
    box-shadow: 0px 8px 24px rgba(61, 63, 86, 0.2);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btnInf:hover {
    color: white;
    background: #07a996;
}

.btnMark {
    display: inline-block;
    margin-top: 20px;
    height: 46px;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 40px;
    font-weight: 700;
    color: rgb(78, 4, 78);
    background: #ffffff;
    text-decoration: none;
    letter-spacing: 0.4px;
    border: solid rgb(78, 4, 78) 3px;
    vertical-align: top;
    box-shadow: 0px 8px 24px rgba(61, 63, 86, 0.2);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btnMark:hover {
    color: white;
    background: rgb(78, 4, 78);
}

.article1 img {
    width: 50px;
    filter: brightness(0) invert(1);
    padding-bottom: 60px;
}

.dopFlex .center img {
    height: 70px;
}

.dopFlex .center {
    justify-content: center;
    gap: 30px;
}

.dopFlex span {
    color: #07a996;
}

.dopFlex a {
    color: #07a996;
}

.article3 {
    background-image: var(--bg-gradient);
    color: white;
}

.article3 .in {
    padding-top: 100px;
    padding-bottom: 100px;
}

.article3 div h2 {
    font-size: 3.6rem;
    line-height: 1;
}

.article3 div p {
    font-size: 18px;
}

.article3 div p:last-child {
    margin-top: 20px;
}

.article2 {
    background-image: var(--bg-gradient);
    color: white;
}

.article2 .in {
    padding-top: 100px;
    padding-bottom: 100px;
}

.article2 div h2 {
    font-size: 3.6rem;
    line-height: 1;
}

.article2 div h2 span {
    color: #ff5405;
}

.article2 div p {
    font-size: 18px;
}

.center {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.article2 .in .center {
    padding-top: 40px;
}

.article2 .in .center img {
    border-radius: 20px;
    width: 100%;
}

.downRedArt ul li {
    list-style: circle;
}

.article-home .item-desc .p-info {
    margin: 18px 0 0 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4em;
    opacity: 0.6;
}

.hour-block span {
    color: #1d1f32;
}

.article-home .item-img {
    position: absolute;
    right: 25px;
    bottom: -90px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 45%;
    height: 230px;
    overflow: hidden;
    box-shadow: 5px 5px 10px #777777;
}

.article-home .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.expand-button {
    border: none;
}

.sl-p {
    padding: 0;
}

.article-ordinacnihodiny {
    padding-top: 100px;
}

.open-list {
    margin: 0 0px;
    padding: 20px 0;
    width: 100%;
}

.open-list ul {
    display: flex;
    width: 100%;
    padding: 0;
}

.open-list ul:after {
    content: "";
    display: table;
    clear: both;
}

.open-list li {
    float: left;
    padding: 20px 20px 26px 20px;
    width: 20%;
    text-align: center;
}

#news-list ul {
    padding: 0;
}

.open-list li:nth-child(1),
.open-list li:nth-child(3),
.open-list li:nth-child(5),
.open-list li:nth-child(7) {
    background: #f8f7fc;
}

.open-list h3 {
    margin: 0 0 10px 0;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.2em;
    font-weight: 700;
    color: #8e8f98;
}

.open-list .hour-block {
    margin: 0 0 16px 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4em;
}

.open-list .hour-block:last-child {
    margin: 0;
}

.open-list .hour-block strong {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4em;
}

.open-list .hour-block small {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4em;
    font-weight: normal;
}

.article-aktuality {
    width: 100%;
}

.article-aktuality .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.4);
}

.article-aktuality .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    max-height: 80%;
    padding: 20px;
    background-color: #ffffff;
    color: #161d1b;
    border-radius: 12px;
    box-shadow: none;
    overflow-y: auto;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.article-aktuality .modal-content h1 {
    margin: 0 0 0.5em 0;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1;
    font-weight: 700;
    color: #000;
}

.article-aktuality .modal-content p {
    white-space: pre-wrap;
}

.article-aktuality .close {
    position: absolute;
    top: 0;
    left: 100%;
    transform: translateX(-100%);
    color: #aaa;
    padding: 1em 1.308em;
    background-color: transparent;
    border-radius: 50%;
}

.gr {
    background-color: #f8f7fc;
}

.modal-content .close .btn-close {
    width: 4em;
    margin: 0;
    padding: 0;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
}

.article-aktuality .close:hover,
.article-aktuality .close:focus {
    background-color: #ccc;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.article-aktuality ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1em;
}

.article-aktuality ul .hide {
    display: none;
}

.article-aktuality li {
    width: calc(50% - 1em);
    background-color: #f8f7fc;
    padding: 32px;
    cursor: pointer;
    border: 1px solid transparent;
}

.article-aktuality li:hover {
    border: 1px solid #164e63;
}

.article-aktuality li h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #000;
}

.article-aktuality li .date {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: gray;
}

.article-aktuality li .collapsed {
    max-height: calc(1.6 * 4em);
    overflow: hidden;
}

.article-aktuality li button {
    margin: 10px 0 0 0;
    font-size: 18px;
    line-height: 1;
    background: transparent;
    font-weight: bold;
    color: #0b8cb4;
}

.article-sluzby ul {
    margin: 20px auto 0;
    max-width: 70%;
}

.article-sluzby li {
    position: relative;
    margin: 0 0 14px 0;
    padding: 0 0 0 24px;
    font-size: 18px;
    line-height: 1.4em;
}

.article-sluzby li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #0b8cb4;
    opacity: 0.4;
}

.article-kontakt h3 {
    margin: 0 0 16px 0;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 700;
    color: #000;
}

.article-kontakt table {
    border: none;
    font-size: 16px;
    line-height: 1.4em;
}

.article-kontakt table tr:nth-child(even) {
    background: transparent;
}

.article-kontakt .p-info {
    margin: 0 0 34px 0;
    font-size: 12px;
    line-height: 1.4em;
}

.detail-contact {
    display: none;
}

.detail-contact.show {
    display: block;
}

.contact-list {
    padding: 20px 0 0 0;
    width: 100%;
}

.contact-list:after {
    content: "";
    display: table;
    clear: both;
}

.contact-list .item-desc {
    float: left;
    width: 46%;
}

.contact-list .item-map {
    float: right;
    width: 50%;
}

.contact-list .item-map iframe {
    height: 400px;
    margin: 0 0 16px 0;
    border-radius: 20px;
}

.insurences {
    padding-bottom: 20px;
}

.insurences h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2em;
}

.insurences div div {
    padding: 20px 0 0 0;
    max-width: 100%;
    text-align: center;
}

.insurences a {
    margin: 0 30px 40px;
    padding: 0;
    line-height: 42px;
    vertical-align: top;
    text-align: center;
}

.insurences a:before {
    display: none;
}

.insurences a img {
    width: auto;
    height: 45px;
    vertical-align: middle;
    max-height: 50px;
    transition: transform 0.3s ease;
}

.insurences a img:hover {
    transform: scale(1.1);
}

.insurences .item-big img {
    width: auto;
    height: 34px;
}

@media screen and (max-width: 1060px) {
    #heart {
        display: none;
    }
    #sluzby {
        display: none;
    }
    #map {
        display: none;
    }
    .btn-top {
        width: 375px;
    }
    .marginfromtopT {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }
    .infoCenter img {
        border-radius: 20px;
        width: 416px;
    }
    .article-aktuality .modal-content {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
    }
    .btn {
        height: 42px;
        padding: 0 20px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 42px;
    }
    .btn-new {
        padding: 0 20px 0 58px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 42px;
    }
    .in {
        padding-left: 30px;
        padding-right: 30px;
    }
    article {
        padding: 30px 0;
    }
    article h2 {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.2em;
    }
    .article-home {
        padding: 40px 0 40px 0;
    }
    .article-home .item-desc h1 {
        margin: 0 0 20px 0;
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 1.2em;
    }
    .article-home .item-desc p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.4em;
    }
    .article-home .item-img {
        right: 30px;
        bottom: -90px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        width: 40%;
        height: 250px;
    }
    .article-ordinacnihodiny {
        padding-top: 80px;
    }
}

@media screen and (max-width: 920px) {
    .dopFlex .center img {
        height: 50px;
    }
    .btn-top {
        width: 325px;
    }
    .btnCal,
    .btnMark,
    .btnInf {
        font-size: 14px;
    }
    .icon-bg {
        padding: 10px;
        width: 80px;
    }
    .icon-bg img {
        width: 60px;
    }
    .icon-bgI img {
        width: 80px;
    }
    .icon-bgM img {
        width: 80px;
    }
    .vacation-info {
        margin: 14px 0;
        padding: 8px 12px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    .vacation-info p {
        margin: 0;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.4em;
    }
    .vacation-info p br {
        display: none;
    }
    .btn {
        height: 36px;
        padding: 0 20px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 36px;
    }
    .btn-new {
        padding: 0 20px 0 44px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 36px;
    }
    .btn-new i {
        left: 5px;
        margin-top: -10px;
        width: 35px;
        height: 35px;
    }
    header {
        padding: 20px 0;
    }
    header h1 a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 36px;
    }
    header h1 a strong {
        font-size: 20px;
        font-size: 2rem;
        line-height: 36px;
    }
    header .btn {
        margin-top: 0;
    }
    article h2 {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 1.2em;
    }
    article p {
        margin: 0 0 20px 0;
        font-size: 16px;
        line-height: 1.4em;
    }
    article .p-contact {
        margin: 0 0 12px 0;
        padding-left: 70px;
    }
    article .p-center_ {
        max-width: 80%;
    }
    article .p-info,
    article .p-info-center {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.4em;
    }
    table td,
    table th {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.4em;
    }
    .article-home {
        padding: 20px 0 40px 0;
    }
    .article-home .item-desc {
        max-width: 340px;
    }
    .article-home .item-desc h1 {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1.2em;
    }
    .article-home .item-desc p {
        margin-bottom: 15px;
    }
    .article-home .item-desc p br {
        display: none;
    }
    .article-home .item-desc .p-info {
        margin-top: 10px;
    }
    .article-home .item-img {
        height: 150px;
        bottom: -80px;
    }
    .article-ordinacnihodiny {
        padding-top: 60px;
    }
    .open-list {
        padding: 10px 0;
    }
    .open-list li {
        float: left;
        padding: 16px 12px 22px 12px;
    }
    .open-list h3 {
        margin: 0 0 8px 0;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.2em;
    }
    .open-list p {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.4em;
    }
    .open-list p strong {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.4em;
    }
    .article-insurences h2 {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.2em;
    }
    .article-insurences li {
        margin: 0 20px 30px;
        padding: 0;
        line-height: 38px;
    }
    .article-insurences li img {
        width: auto;
        height: 38px;
    }
    .article-insurences .item-big img {
        width: auto;
        height: 30px;
    }
    .marginfromtop {
        margin-top: 0px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 750px) {
    .btnInfo {
        width: 200px;
    }
    .infoCenter div {
        flex-direction: column;
    }
    #moneyl,
    #moneyr {
        display: none;
    }
    .btn-top {
        width: 325px;
    }
    .ochrana,
    .medevio {
        font-size: 1rem;
    }
    #clock {
        width: 60px;
        height: auto;
    }
    .medevio img {
        height: 10px;
    }
    .article-aktuality .modal-content {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 90%;
    }
    .article-aktuality .modal-content h1 {
        font-size: 2rem;
    }
    .btn {
        padding: 10px 18px;
        height: auto;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.3em;
    }
    .btn-new {
        padding: 10px 18px 10px 46px;
        height: auto;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.3em;
    }
    .open-list li div h3 {
        font-size: 1.5rem;
    }
    .open-list .hour-block strong {
        font-size: 10px;
        font-size: 1.2rem;
        line-height: 1em;
    }
    .open-list .hour-block span {
        font-size: 10px;
        font-size: 1.2rem;
        line-height: 1em;
    }
    #news-list ul li {
        padding: 5px;
    }
    #news-list ul li h3 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 680px) {
    .in {
        padding-left: 20px;
        padding-right: 20px;
    }
    article p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5em;
    }
    article .p-center {
        max-width: 90%;
    }
    article .p-info-center {
        max-width: 90%;
    }
    .article-home .item-desc h1 {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.2em;
    }
    .article-home .item-desc p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5em;
    }
    .article-home .item-img {
        position: relative;
        right: 0;
        top: 0;
        width: 45%;
        height: 150px;
        max-width: 100%;
        margin: 30px auto 0;
    }
    .article-ordinacnihodiny {
        padding-top: 40px;
    }
    .article-sluzby ul {
        margin-top: 10px;
        max-width: 90%;
    }
    .contact-list .item-map iframe {
        height: 320px;
    }
    .article-insurences ul {
        padding-top: 10px;
    }
    .article-insurences li {
        margin: 0 14px 20px;
        padding: 0;
        line-height: 32px;
    }
    .article-insurences li img {
        width: auto;
        height: 32px;
    }
    .article-insurences .item-big img {
        width: auto;
        height: 24px;
    }
}

@media screen and (max-width: 650px) {
    .dopFlex .center img {
        height: 40px;
    }
    .open-list {
        padding-bottom: 0;
    }
    .open-list ul {
        text-align: center;
    }
    .open-list li {
        display: inline-block;
        float: none;
        margin: 0 0 20px 0;
        width: 29%;
        text-align: center;
        vertical-align: top;
    }
    .open-list h3 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.2em;
    }
    .open-list p {
        margin: 0 0 10px 0;
    }
    .open-list p:last-child {
        margin: 0;
    }
    .open-list p strong {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.4em;
    }
    .article-sluzby ul {
        margin: 20px auto 0;
        max-width: 400px;
    }
    .article-sluzby li {
        padding: 0 0 0 16px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.4em;
    }
    .article-sluzby li:before {
        left: 0;
        top: 5px;
        width: 6px;
        height: 6px;
    }
    #news-list ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .article-aktuality li {
        width: 80%;
    }
}

@media screen and (max-width: 616px) {
    .article-home {
        padding: 20px 0 40px 0;
        text-align: center;
    }
    .article-home .item-desc {
        float: none;
        margin: 0 auto 0;
        max-width: 360px;
    }
    .privacy-p h1 {
        font-size: 200%;
    }
    .privacy-p h2 {
        font-size: 140%;
    }
    .privacy-p h3 {
        font-size: 120%;
    }
    .privacy-p {
        font-size: 80%;
    }
    .underBlueFlex {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 550px) {
    .infoCenter img {
        border-radius: 20px;
        width: 260px;
        margin-bottom: 10px;
    }
    header {
        padding: 10px 0 10px 0;
        background: #0C0625;
        text-align: center;
    }
    header h1 {
        display: block;
        margin: 0 0 10px 0;
        float: none;
    }
    header h1 a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
    }
    header h1 a strong {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.2em;
    }
    header .btn {
        float: none;
    }
    article h2 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.2em;
    }
    .article-home {
        padding: 20px 0 40px 0;
        text-align: center;
    }
    .article-home .item-desc {
        float: none;
        margin: 0 auto 0;
        max-width: 360px;
    }
    .article-home .item-desc h1 {
        margin-bottom: 10px;
    }
    .article-home .item-img {
        position: relative;
        right: 0;
        top: 0;
        width: 260px;
        height: 82px;
        max-width: 100%;
        margin: 0px auto 0;
    }
    .contact-list {
        text-align: center;
    }
    .contact-list .item-desc {
        float: none;
        margin: 0 auto 30px;
        width: 300px;
        text-align: left;
    }
    .contact-list .item-map {
        float: none;
        width: 100%;
    }
    .contact-list .item-map iframe {
        height: 240px;
    }
    .centerOrA {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 512px) {
    .open-list ul {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: 1fr 1fr 1fr;
    }
    #clinic-hours-even li div h3 {
        grid-row: 1;
        grid-column: 1 / 4;
    }
    .open-list li {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .btn-top {
        width: 150px;
    }
    table {
        margin-bottom: 10px;
    }
    .article2 div h2,
    .article3 div h2 {
        font-size: 2rem;
        line-height: 1;
    }
    .article2 div h2 span {
        color: #ED1566;
    }
    .article2 div p,
    .article3 div p,
    .in p {
        font-size: 12px;
    }
    table td,
    table th {
        padding: 8px 10px;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.4em;
    }
    table th span {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.4em;
    }
    .open-list {
        margin: 0 0 20px 0;
    }
    .open-list li {
        float: none;
        margin: 0;
        width: 100%;
        display: block;
    }
    .article-aktuality li {
        width: 100%;
    }
    .h2-margin,
    .in h2 {
        font-size: 2rem;
    }
    .btn-green {
        height: 50px;
    }
    .article-aktuality .modal-content h1 {
        font-size: 1.5rem;
    }
    .privacy-p h2 {
        font-size: 140%;
    }
}

.display-none {
    display: none;
}

@media screen and (max-width: 1300px) {
    #leftHeader {
        display: none;
    }
}

@media screen and (max-width: 1800px) {
    #leftSide,
    #rightSide {
        display: none;
    }
}