@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300;0,800;1,400&display=swap');
body {
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 400;
    color: #19236A;
}

p {
    line-height: 1.8em;
}


/* shared content */

.cmp-content {
    padding-bottom: 20px;
    min-height: calc(1px + 30vw);
}


/* cmp-home */

.cmp-home {
    background: url('../image/background.jpg')no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position-y: -80px;
}


/* .cmp-home-content*/

.cmp-home-content h1 {
    margin-top: 40px;
    font-weight: bold;
    line-height: 1.6;
}

.cmp-home-content h1>span {
    color: #EC0058;
}

.cmp-home-content h2 {
    margin-top: 40px;
    font-weight: bold;
    margin-bottom: 40px;
}

#cmp-home-content-text {
    /* font-size: 1.45vw; */
    font-weight: bold;
    line-height: 1.8;
}


/* cmp-home-content-more" */

.cmp-home-content-more a {
    color: #EC0058;
    font-size: calc(12px +0.5vw);
    text-decoration: none;
}


/* cmp line */

.cmp_line {
    border-top: 3px solid #19236A;
    opacity: 1;
}


/* override bootstrap */

.btn-primary {
    background-color: #19236A;
}

.btn-primary:hover {
    background-color: #EC0058;
    border-color: #EC0058;
}


/* contact page */

.cpm-web-contact-index {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 14px;
}

.cpm-web-contact-index h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.cpm-web-contact-index h3 {
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
}

.cpm-web-contact-index span {
    line-height: 2;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #19236A;
}


/* katalog */

.lab-catalog h3 {
    font-weight: 700;
    border-top: 3px solid #19236a;
    padding-top: 10px;
    border-bottom: 3px solid #19236a;
    padding-bottom: 10px;
    font-size: 16px;
    padding-left: 10px;
}

.medicalLabCatalogsGroups {
    font-size: 14px;
}

.medicalLabCatalogsGroups a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    text-decoration: none;
}

.medicalLabCatalogsGroup {
    padding: 10px;
    list-style: none;
    border: 1px solid #19236a;
    margin-bottom: 10px;
    background-color: #19236a;
    color: white;
    border-radius: 5px;
    text-align: center;
}

.medicalLabCatalogsGroup.active {
    border: 1px solid #ec0058;
    background-color: #ec0058;
}

.medicalLabCatalogsGroup:hover {
    background-color: #ec0058;
    border: 1px solid #ec0058;
}

.medicalLabCatalogsGroup a:hover {
    color: white;
}

.cmp-diagnostic-tests-left>.img {
    margin-right: 20px;
}

.cmp-diagnostic-tests-left a {
    color: #19236A;
    text-decoration: none;
    font-weight: 700;
}

.cmp-diagnostic-tests-left a:hover {
    color: #ec0058;
}


/* cmp-individual */

.cmp-individual-ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    padding-left: 0px;
}

.cmp-individual-ul li {
    list-style: none;
}

.cmp-individual-ul span {
    color: #ec0058;
    font-size: 20px;
    font-weight: 600;
}


/* cmp-offerForCompanies */

.cmp-offerForCompanies {
    background: url('../image/background_offer.jpg') no-repeat center center fixed;
    background-size: cover;
    height: 100%;
    overflow: hidden;
}

.cmp-offerForCompanies-content {
    margin-bottom: 70px;
}

.cmp-offerForCompanies-left a {
    color: #19236A;
    text-decoration: none;
}


/* cmp-occupationalMedicine */

.cmp-occupationalMedicine {
    background: url('../image/background_mp.jpg') no-repeat center center fixed;
    background-size: cover;
    height: 100%;
    overflow: hidden;
}

.cmp-occupationalMedicine-content {
    margin-bottom: 70px;
}


/* cmp-laboratory */

.cmp-laboratory {
    background: url('../image/background_lab.jpg') no-repeat center center fixed;
    background-size: cover;
    height: 100%;
    overflow: hidden;
}

.cmp-laboratory-content {
    margin-bottom: 70px;
}


/* cmp-specialists */

.individualSpecialist {}

.individual>.price_description strong {
    font-weight: normal;
    color: red;
}


/* cmp-vaccination */

.cmp-vaccination-left a {
    color: #19236A;
    text-decoration: none;
    font-weight: 700;
}

.cmp-vaccination-left>.img {
    margin-right: 20px;
}

.map-container {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    margin-bottom: 10px;
}

.map-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.cmp-contact-action {
    margin-bottom: 10px;
}

.preparation-table h2 {
    font-size: 16px;
    font-weight: 700;
}

.preparation-table>.centered {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-responsive {
    max-width: 80%;
    height: auto;
    zoom: 80%;
}