.about-us iframe {
    border-radius: 24px;
}

/* Brochure embed: fill viewport minus site chrome (header, flash area, footer) */
.broshura-benu-page {
    padding-top: 0;
    padding-bottom: 0;
}

.broshura-benu-embed-wrap {
    width: 100%;
    /* Fill visible viewport; offset approximates header, flash area, footer */
    height: clamp(360px, -webkit-calc(100vh - 10.5rem), 4000px);
    height: clamp(360px, calc(100vh - 10.5rem), 4000px);
    height: clamp(360px, -webkit-calc(100svh - 10.5rem), 4000px);
    height: clamp(360px, calc(100svh - 10.5rem), 4000px);
    height: clamp(360px, -webkit-calc(100dvh - 10.5rem), 4000px);
    height: clamp(360px, calc(100dvh - 10.5rem), 4000px);
}

.broshura-benu-embed {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    border: 0;
}

/* mission */
.mission {
    padding-left: 50px;
    padding-right: 30px;
    border-radius: 24px;
    background-color: #EDEDED;
}

.mission .heading {
    text-align: left;
}

.mission p:last-child {
    margin: 0;
}


/* services */
.services .service {
    background-color: #EEF2F7;
    padding: 15px;
    text-align: center;
    border-radius: 12px;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.services .service img {
    margin: 0 0 15px;
    height: 50px;
}

.services .service .lab {
    color: #3A5876;
    font-weight: bold;
    padding: 0 30px;
    margin: 0 0 10px 0;
}

/* exlusive brands */
.exclusive-brands a {
    display: block;
    border-radius: 24px;
}

.exclusive-brands a:hover {
    border: 1px solid #002664;
}

.exclusive-brands a img {
    border-radius: 24px;
}


/* health expert */
.health-expert .heading {
    text-align: left;
}

.health-expert-img {
    border-radius: 24px;
}

.client-rate {
    padding: 15px;
    border-radius: 24px;
    background-color: #EEF2F7;
    margin: 20px 0 20px 0;
    display: table;
}

.client-rate .val {
    color: #002664;
    font-size: 24px;
    font-weight: bold;
}

.client-rate .lab {
    color: #4A4A49;
}

.client-rate .fa {
    color: #FFB558;
    margin-right: 7px;
}

.object-network {
    padding: 15px 15px 5px 15px;
    background-color: #F8F9FA;
    margin: 20px 0 0 0;
    border-radius: 24px;
}

.object-network h3 {
    color: #3A5876;
    margin: 0 0 15px 0;
}

.object-network img {
    margin-right: 5px;
}

.object-country {
    font-size: 12px;
    margin: 0 0 10px 0;
    display: -webkit-box;
    display: flex;
}

/* symbol */
.symbol {
    background-color: #F8F9FA;
    margin: 70px 0 0 0;
}

.symbol .heading {
    text-align: right;
}

.symbol .symbol-text {
    text-align: right;
    width: 65%;
    margin: 0 0 0 auto;
    display: table;
}

.symbol-img {
    position: relative;
}

.symbol-img-01 {
    border-radius: 24px;
}

.symbol-img-02 {
    position: absolute;
    right: -200px;
    bottom: 30px;
}


/* MOBILE */
@media only screen and (min-width: 1920px) and (max-width: 2500px) {
    .services .service .lab {
        padding: 0 60px;
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1919px) {
    .services .service .lab {
        padding: 0 30px;
    }
}


@media only screen and (min-width: 767px) and (max-width: 991px) {
    .services .service {
        height: auto;
        margin: 0 0 15px 0;
    }

    .object-network img {
        height: 15px;
    }

    .services .service {
        height: auto;
        margin: 0 0 15px 0;
    }

    .symbol {
        margin: 50px 0 0 0;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {

    .object-country {
        margin: 0 0 15px 0;
    }

    .object-country img {
        margin-right: 10px;
    }

    .mission {
        padding: 0 15px 15px 15px;
    }

    .mission img {
        margin: 30px 0 15px 0;
    }

    .object-network {
        padding: 15px 15px 15px 15px;
    }

    .services .service {
        height: auto;
        margin: 0 0 15px 0;
    }

    .client-rate {
        width: 100%;
    }

    .symbol {
        margin: 30px 0 0 0;
    }

    .symbol .heading {
        text-align: left;
    }

    .symbol .symbol-text {
        text-align: left;
        width: 100%;
        margin: 0;
    }

    .symbol-img-01 {
        border-radius: 24px;
        width: 65%;
        margin: 0 0 15px 0;
    }

    .symbol-img-02 {
        position: absolute;
        right: 0;
        bottom: 30px;
        height: 100px;
    }

    .exclusive-brands a {
        margin: 0 0 15px 0;
    }
}
