@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

.x-image-medical-sp {
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

.x-image-medical-sp .image-img {
    max-width: 100%;
    width: auto;
    margin: 0;
}

.x-image-medical-sp p {
    width: 100%;
    display: block;
    font-size: 14px;
    text-align: center;
    background-color: #ddd;
    margin: 0;
    padding: 5px;
}

@media only screen and (max-width: 768px) {
    .x-image-medical-sp {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .x-image-medical-sp p {
        padding: 15px;
        background-color: #1e851e;
        color: #fff;
        text-align: center;
        font-size: 20px;
        font-weight: 700;
    }
}


/* Wyświetlanie komponentu w trybie mobile lub desktop */

@media only screen and (min-width: 769px) {
    .x-image-medical-sp {
        display: none;
    }

    .x-image-medical-sp.show-desktop {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .x-image-medical-sp {
        display: none;
    }

    .x-image-medical-sp.show-mobile {
        display: block;
    }
}

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

.x-arrow_top-medical-sp {
    width: 100%;
    background-color: #031117;
    margin: 50px 0 0;
    padding: 20px;
}

.x-arrow_top-medical-sp div {
    width: 100%;
    height: 46px;
    cursor: pointer;
    background: url("arrow_top.png");
    background-position: right center;
    background-repeat: no-repeat;
    margin: 0;
}


/* Wyświetlanie komponentu w trybie mobile lub desktop */

@media only screen and (min-width: 769px) {
    .x-arrow_top-medical-sp {
        display: none;
    }

    .x-arrow_top-medical-sp.show-desktop {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .x-arrow_top-medical-sp {
        display: none;
    }

    .x-arrow_top-medical-sp.show-mobile {
        display: block;
    }
}

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

.x-footer_text-medical-sp {
    font-family: 'Roboto', sans-serif;
    max-width: 760px;
    width: 100%;
    color: #aaa;
    font-size: 12px;
    line-height: 15px;
    margin: 20px auto;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .x-footer_text-medical-sp {
        padding-top: 16px;
        color: #dddee3;
        font-size: 12px;
        font-weight: 400;
        line-height: 30px;
        text-align: left;
        padding: 0 15px;
    }
}


/* Wyświetlanie komponentu w trybie mobile lub desktop */

@media only screen and (min-width: 769px) {
    .x-footer_text-medical-sp {
        display: none;
    }

    .x-footer_text-medical-sp.show-desktop {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .x-footer_text-medical-sp {
        display: none;
    }

    .x-footer_text-medical-sp.show-mobile {
        display: block;
    }
}

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

.x-footer_links-medical-sp {
    font-family: 'Roboto', sans-serif;
    margin: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.x-footer_links-medical-sp a {
    color: #666;
    font-size: 14px;
    padding: 0 5px;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .x-footer_links-medical-sp {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 0;
        padding: 0 15px;
    }

    .x-footer_links-medical-sp a {
        color: #dddee3;
        font-size: 16px;
        font-weight: 700;
        line-height: 26px;
        text-align: left;
        text-decoration: none;
        padding: 0 5px;
    }
}


/* Wyświetlanie komponentu w trybie mobile lub desktop */

@media only screen and (min-width: 769px) {
    .x-footer_links-medical-sp {
        display: none;
    }

    .x-footer_links-medical-sp.show-desktop {
        display: flex;
    }
}

@media only screen and (max-width: 768px) {
    .x-footer_links-medical-sp {
        display: none;
    }

    .x-footer_links-medical-sp.show-mobile {
        display: flex;
        color: #fff;
        align-items: center
    }
}

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

.sticky_bar6-on {
    font-family: 'Roboto', sans-serif;
}

.sticky_bar6-on .fly-box {
    width: 100%;
    min-height: 40px;
    position: fixed;
    top: 0;
    left: 0;
}

.sticky_bar6-on .fly-box .box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
}

.sticky_bar6-on .fly-box .text {
    font-size: 15px;
    font-weight: 700;
    line-height: 13px;
    text-align: left;
    margin: 0;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sticky_bar6-on .fly-box .text span {
    margin: 0 0 0 2px;
}

.sticky_bar6-on .b6 {
    background-color: #ce4f00;
    z-index: 16;
    display: none;
}

.sticky_bar6-on .b6 .ico {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-image: url("img4.png");
    background-position: center;
    background-repeat: no-repeat;
}

.sticky_bar6-on .b7 {
    min-height: 80px;
    background-color: #0077cc;
    z-index: 17;
    display: none;
}

.sticky_bar6-on .b7 .ico {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-image: url("img5.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.sticky_bar6-on .b7 .cta_fly {
    font-size: 15px;
    font-weight: 700;
    line-height: 13px;
    text-align: left;
    margin: 0 0 0 40px;
    color: #fff;
    cursor: pointer;
}


/* Wyświetlanie komponentu w trybie mobile lub desktop */

@media only screen and (min-width: 769px) {
    .x-sticky_bar_6-on-medical-sp {
        display: none;
    }

    .x-sticky_bar_6-on-medical-sp.show-desktop {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .x-sticky_bar_6-on-medical-sp {
        display: none;
    }

    .x-sticky_bar_6-on-medical-sp.show-mobile {
        display: block;
    }
}

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

.x-offer_mobile-medical-sp {
    font-family: 'Roboto', sans-serif;
}

.x-offer_mobile-medical-sp .offer_mobile-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    padding: 20px 15px;
    margin: 15px 15px 30px;
    border: 1px solid #dddee3;
}

.x-offer_mobile-medical-sp .offer_mobile-counter .offer_mobile-counterText {
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}

.x-offer_mobile-medical-sp .offer_mobile-counter .offer_mobile-number {
    margin: 0;
    padding: 0;
    background-color: #d4d5da;
    display: block;
    width: 35px;
    padding-left: 5px;
    padding-right: 5px;
    height: 44px;
    margin: 1px;
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
}

.x-offer_mobile-medical-sp .offer_mobile-title {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    padding-bottom: 18px;
    text-transform: uppercase;
    padding: 0 15px;
}

.x-offer_mobile-medical-sp .offer_mobile-text {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    padding: 20px 15px;
}

.x-offer_mobile-medical-sp article {
    background-color: #146388;
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.x-offer_mobile-medical-sp .offer_mobile-img {
    width: 42%;
    margin: -40px 0 10px 15px;
}

.x-offer_mobile-medical-sp .offer_mobile-price {
    width: 163px;
    height: 163px;
    background-image: url("img.png");
    background-position: 100% 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 10px 30px;
    margin: -40px 0 0 20px;
}

.x-offer_mobile-medical-sp .offer_mobile-price .offer_mobile-price1 {
    color: #e6e6e6;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    text-decoration: line-through;
}

.x-offer_mobile-medical-sp .offer_mobile-price .offer_mobile-price2 {
    color: #e6e6e6;
    font-size: 30px;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
    margin-top: 15px;
}

.x-offer_mobile-medical-sp .offer_mobile-price .offer_mobile-priceText {
    color: #151008;
    font-size: 20px;
    display: block;
    font-weight: 700;
    line-height: 21px;
    text-align: center;
    margin-top: 5px;
    text-shadow: none;
}

@media only screen and (max-width: 768px) {
    .x-offer_mobile-medical-sp article {
        margin-top: 90px !important;
        min-height: 150px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .x-offer_mobile-medical-sp article .offer_mobile-img {
        width: 100%;
        max-width: 250px;
        margin: -15px 80px 0 0;
    }

    .x-offer_mobile-medical-sp article .offer_mobile-price {
        position: absolute;
        left: 50%;
        top: 0;
        margin: -40px 0 0 -5px;
    }

    .x-offer_mobile-medical-sp article .offer_mobile-price .offer_mobile-price1 {
        font-size: 16px;
    }

    .x-offer_mobile-medical-sp article .offer_mobile-price .offer_mobile-price2 {
        font-size: 24px;
    }

    .x-offer_mobile-medical-sp .offer_mobile-price .offer_mobile-priceText {
        font-size: 18px;
    }
}

@media only screen and (min-width: 769px) {
    .x-offer_mobile-medical-sp {
        display: none;
    }

    .x-offer_mobile-medical-sp.show-desktop {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .x-offer_mobile-medical-sp {
        display: none;
    }

    .x-offer_mobile-medical-sp.show-mobile {
        display: block;
    }
}

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

.x-offer-medical-sp {
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.x-offer-medical-sp .offer-prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.x-offer-medical-sp .offer-prices .offer-price1 {
    text-decoration: line-through;
    color: #FF0000;
}

.x-offer-medical-sp .offer-prices .offer-price2 {
    color: #008000;
    margin: 0 0 0 10px;
}

.x-offer-medical-sp .offer-img_counter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

.x-offer-medical-sp .ileProduktow {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#666666+0,e5e5e5+37,e5e5e5+59,666666+98 */
    background: #666666;
    /* Old browsers */
    background: -moz-linear-gradient(top, #666666 0%, #e5e5e5 37%, #e5e5e5 59%, #666666 98%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #666666 0%, #e5e5e5 37%, #e5e5e5 59%, #666666 98%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #666666 0%, #e5e5e5 37%, #e5e5e5 59%, #666666 98%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#666666', GradientType=0);
    /* IE6-9 */
    background-size: 100% 115%;
    background-position: 0;
}

.x-offer-medical-sp .ileProduktow {
    font-size: 45px;
    color: #000;
    padding: 0 5px;
    border: 1px solid black;
    border-radius: 5px;
}

.x-offer-medical-sp .licznikProduktow {
    text-align: center;
    float: right;
    margin-top: 10%;
    margin-right: 20px;
}

.x-offer-medical-sp .licznikProduktow p {
    font-size: 18px;
    font-weight: bold;
    word-wrap: break-word;
    max-width: 388px;
    padding-top: 20px;
}

.x-offer-medical-sp .imagesSlider {
    float: left;
    text-align: center;
    padding: 10px;
}

.x-offer-medical-sp .imagesSlider img {
    max-width: 100px;
}

.x-offer-medical-sp .offer-prodbox {
    position: relative;
}

.x-offer-medical-sp .offer-prodbox img {
    max-height: 450px;
}

.x-offer-medical-sp .offer-g {
    position: absolute;
    top: 0px;
    right: 20px;
    width: 80px;
}

@media only screen and (min-width: 769px) {
    .x-offer-medical-sp.show-mobile {
        display: none;
    }

    .x-offer-medical-sp.show-desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (max-width: 768px) {
    .x-offer-medical-sp.show-desktop {
        display: none;
    }

    .x-offer-medical-sp.show-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 15px 0;
    }

    .x-offer-medical-sp.show-mobile .offer-img_counter {
        padding: 15px 0;
    }

    .x-offer-medical-sp.show-mobile .offer-prodbox {
        width: 50%;
    }

    .x-offer-medical-sp.show-mobile .offer-prodbox .offer-img {
        width: 100%;
    }

    .x-offer-medical-sp.show-mobile .ileProduktow {
        font-size: 20px;
    }

    .x-offer-medical-sp.show-mobile .licznikProduktow {
        margin-top: 0px;
    }
}

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

.x-testimonial-medical-sp {
    width: 100%;
    border: 3px solid #5faf5c;
    padding: 10px;
    margin: 0 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.x-testimonial-medical-sp .testimonial-img {
    width: 100%;
    margin-bottom: 10px;
}

.x-testimonial-medical-sp .testimonial-title {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #ff0000;
}

.testimonial-title p {
    text-align: center;
}

.x-testimonial-medical-sp .testimonial-text {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.4em;
    text-align: center;
    margin: 10px 0;
    padding: 0;
}

.x-testimonial-medical-sp .testimonial-signature {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.4em;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .x-testimonial-medical-sp {
        max-width: 100%;
        width: auto;
        margin: 0;
        border-radius: 2px;
        border: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    .x-testimonial-medical-sp .testimonial-img {
        max-width: 240px;
        width: 100%;
        object-fit: cover;
        margin: 0;
    }

    .x-testimonial-medical-sp .testimonial-title {
        width: 100%;
        color: #0c0c0c;
        font-size: 16px;
        font-weight: 700;
        line-height: 26px;
        text-align: left;
        padding: 15px 15px 0;
        margin: 0;
        background-color: #fff;
    }

    .x-testimonial-medical-sp .testimonial-text {
        width: 100%;
        color: #0c0c0c;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        margin: 20px 0;
        padding: 15px;
        margin: 0;
        background-color: #fff;
    }

    .x-testimonial-medical-sp .testimonial-signature {
        width: 100%;
        font-weight: 700;
        font-size: 14px;
        padding: 0 15px 15px;
        margin: 0;
        background-color: #fff;
    }
}


/* Wyświetlanie komponentu w trybie mobile lub desktop */

@media only screen and (min-width: 769px) {
    .x-testimonial-medical-sp {
        display: none;
        background: #fff;
    }

    .x-testimonial-medical-sp.show-desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (max-width: 768px) {
    .x-testimonial-medical-sp {
        display: none;
    }

    .x-testimonial-medical-sp.show-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@import url('https://fonts.googleapis.com/css?family=Lato');

.x-testimonial-slider_mobile-medical-sp {
    display: none;
    font-family: Lato;
}

.x-testimonial-slider_mobile-medical-sp .yellowstar {
    color: gold;
    text-shadow: 1px 1px 1px black;
    font-size: 16px;
}

.x-testimonial-slider_mobile-medical-sp .slider {
    position: relative;
    padding: 10px;
}

.x-testimonial-slider_mobile-medical-sp .slider .slide-buttons a {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ffc000;
    width: 40px;
    height: 80px;
    color: #000000;
    text-decoration: none;
    top: 50%;
    transform: translateY(-40%);
    align-items: center;
}

.x-testimonial-slider_mobile-medical-sp .slider .slide-buttons a i {
    height: 16px;
}

.x-testimonial-slider_mobile-medical-sp .slider .slide-buttons .slide-back {
    left: 0px;
}

.x-testimonial-slider_mobile-medical-sp .slider .slide-buttons .slide-back i {
    content: url(chevron-left-solid.svg);
}

.x-testimonial-slider_mobile-medical-sp .slider .slide-buttons .slide-next {
    right: 0px;
}

.x-testimonial-slider_mobile-medical-sp .slider .slide-buttons .slide-next i {
    content: url(chevron-right-solid.svg);
}

.x-testimonial-slider_mobile-medical-sp .slider .slide {
    background: #fff;
    margin-left: 8px;
    margin-right: 8px;
    -webkit-box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.75);
    position: relative;
    height: auto;
    margin: 15px;
}

.x-testimonial-slider_mobile-medical-sp .slider .slide .slide-image {
    position: relative;
    background: #cccccc;
    text-align: center;
}

.x-testimonial-slider_mobile-medical-sp .slider .slide .slide-image img {
    margin: auto;
    max-height: 250px;
    width: auto;
}

.x-testimonial-slider_mobile-medical-sp .slider .slide .slide-image .slide-circle {
    display: block;
    border-radius: 100%;
    border: solid 2px #ffffff;
    background-color: #1e911e;
    position: absolute;
    width: 69px;
    height: 69px;
    font-family: Arial;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 69px;
    text-align: center;
    top: 80%;
    right: 5%;
}

.x-testimonial-slider_mobile-medical-sp .slider .slide .slide-text {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
}

.x-testimonial-slider_mobile-medical-sp .slider .slide .slide-text h2 {
    color: #0c0c0c;
    font-size: 19px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    padding-right: 20%;
    padding-bottom: 10px;
}

.x-testimonial-slider_mobile-medical-sp .slider .slide .slide-text h2 p {
    color: #0c0c0c;
    font-size: 19px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    padding-right: 20%;
    padding-bottom: 10px;
}

.x-testimonial-slider_mobile-medical-sp .slider .slide .slide-text p {
    font-family: Lato;
    color: #0c0c0c;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    padding-bottom: 18px;
}

.x-testimonial-slider_mobile-medical-sp .slider .slide .slide-text p strong {
    font-weight: 700;
}

@media only screen and (max-width: 768px) {
    .x-testimonial-slider_mobile-medical-sp {
        display: block;
    }
}

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

.x-gps-medical-sp {
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-direction: column;
    background-color: #e6e6e6;
    margin: 0;
    padding: 20px 10px;
}

.x-gps-medical-sp .gps__img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 10px;
}

.x-gps-medical-sp .gps__text {
    display: flex;
    flex-direction: column;
}

.x-gps-medical-sp .gps__text article {
    background-color: #fff;
    border-color: #dddee3;
    border-radius: 2px;
    box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.75);
    margin: 10px 0 0;
    padding: 15px 35px;
    display: flex;
    flex-direction: column;
}

.x-gps-medical-sp .gps__text article .gps__text--title {
    width: 100%;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.x-gps-medical-sp .gps__text article .gps__text--title p {
    width: 100%;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.x-gps-medical-sp .gps__text article .gps__text--text {
    width: 100%;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    padding: 0;
    margin: 0;
}

.x-gps-medical-sp .gps__text article .gps__text--text p {
    width: 100%;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    padding: 0;
    margin: 0;
}


/* Wyświetlanie komponentu w trybie mobile lub desktop */

@media only screen and (min-width: 769px) {
    .x-gps-medical-sp {
        display: none;
    }

    .x-gps-medical-sp.show-desktop {
        display: flex;
    }
}

@media only screen and (max-width: 768px) {
    .x-gps-medical-sp {
        display: none;
    }

    .x-gps-medical-sp.show-mobile {
        display: flex;
    }
}

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

.x-infographics-medical-sp {
    font-family: 'Roboto', sans-serif;
    margin: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.x-infographics-medical-sp .infographics-mobile {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("background.png");
    display: none;
    position: relative;
}

.x-infographics-medical-sp .infographics-mobile .infographics-redbox {
    background-color: #af1500;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
    padding: 10px;
    position: absolute;
    right: 50%;
    bottom: 8%;
    max-width: 200px;
}

.x-infographics-medical-sp .infographics-mobile .infographics-price {
    width: 125px;
    height: 125px;
    background-image: url("img.png");
    background-position: 100% 100%;
    background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 12px 10px 45px;
    margin: -40px 0 0 55px;
    position: absolute;
    top: 0;
    left: 50%;
}

.x-infographics-medical-sp .infographics-mobile .infographics-price .infographics-price1 {
    color: #e6e6e6;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    text-decoration: line-through;
    padding: 0 0 0 10px;
}

.x-infographics-medical-sp .infographics-mobile .infographics-price .infographics-price2 {
    color: #e6e6e6;
    font-size: 24px;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
    margin-top: 15px;
}

.x-infographics-medical-sp .infographics-mobile .infographics-price .infographics-priceText {
    color: #151008;
    font-size: 18px;
    display: block;
    font-weight: 700;
    line-height: 21px;
    text-align: center;
    margin-top: 5px;
    text-shadow: none;
    display: none;
}

.x-infographics-medical-sp .infographics-column {
    width: 33.3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.x-infographics-medical-sp .infographics-column .infographics-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.x-infographics-medical-sp .infographics-column .prod_img {
    width: 100%;
}

.x-infographics-medical-sp .infographics-column .infographics-text {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #5faf5c;
    margin: 10px 0;
}

@media only screen and (max-width: 768px) {
    .x-infographics-medical-sp {
        flex-direction: column;
    }

    .x-infographics-medical-sp .infographics-mobile {
        padding: 30px 20px 70px;
        display: flex;
    }

    .infographics-img {
        display: none;
    }

    .x-infographics-medical-sp .infographics-column {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        max-width: 300px;
        width: auto;
    }

    .x-infographics-medical-sp .infographics-column .infographics-box {
        max-width: 300px;
        width: auto;
        flex-direction: row;
        margin: 10px;
    }

    .x-infographics-medical-sp .infographics-column .infographics-box .infographics-icon {
        width: 66px;
        margin: 0 20px 0 0;
    }

    .x-infographics-medical-sp .infographics-column .infographics-box .infographics-text {
        width: 100%;
        text-align: left;
    }

    .x-infographics-medical-sp .infographics-column .infographics-box-otherside {
        flex-direction: row-reverse;
    }
}


/* Wyświetlanie komponentu w trybie mobile lub desktop */

@media only screen and (min-width: 769px) {
    .x-infographics-medical-sp {
        display: none;
    }

    .x-infographics-medical-sp.show-desktop {
        display: flex;
    }
}

@media only screen and (max-width: 768px) {
    .x-infographics-medical-sp {
        display: none;
    }

    .x-infographics-medical-sp.show-mobile {
        display: flex;
    }
}

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

.sticky_bar5-on {
    font-family: 'Roboto', sans-serif;
}

.sticky_bar5-on .fly-box {
    width: 100%;
    min-height: 40px;
    position: fixed;
    top: 0;
    left: 0;
}

.sticky_bar5-on .fly-box .box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
}

.sticky_bar5-on .fly-box p {
    font-size: 15px;
    font-weight: 700;
    line-height: 13px;
    text-align: left;
    margin: 0;
    color: #fff;
}

.sticky_bar5-on .b5 {
    background-color: #ad0000;
    z-index: 15;
    display: none;
}


/* Wyświetlanie komponentu w trybie mobile lub desktop */

@media only screen and (min-width: 769px) {
    .x-sticky_bar_5-on-medical-sp {
        display: none;
    }

    .x-sticky_bar_5-on-medical-sp.show-desktop {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .x-sticky_bar_5-on-medical-sp {
        display: none;
    }

    .x-sticky_bar_5-on-medical-sp.show-mobile {
        display: block;
    }
}

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

.x-before_after-medical-sp {
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0 15px;
}

.x-before_after-medical-sp .before_after-row {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.x-before_after-medical-sp .before_after-row .before_after-img {
    width: 50%;
    height: auto;
}

.x-before_after-medical-sp .before_after-row .before_after-title {
    width: 50%;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
}

.x-before_after-medical-sp .before_after-row .before_after-title-before {
    color: #c60000;
}

.x-before_after-medical-sp .before_after-row .before_after-title-after {
    color: #5faf5c;
}

.x-before_after-medical-sp .before_after-row .before_after-text {
    width: 50%;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}


/* Wyświetlanie komponentu w trybie mobile lub desktop */

@media only screen and (min-width: 769px) {
    .x-before_after-medical-sp {
        display: none;
    }

    .x-before_after-medical-sp.show-desktop {
        display: flex;
    }
}

@media only screen and (max-width: 768px) {
    .x-before_after-medical-sp {
        display: none;
    }

    .x-before_after-medical-sp.show-mobile {
        display: flex;
    }
}

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

.x-before_after-medical-sp {
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0 15px;
}

.x-before_after-medical-sp .before_after-row {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.x-before_after-medical-sp .before_after-row .before_after-img {
    width: 50%;
    height: auto;
}

.x-before_after-medical-sp .before_after-row .before_after-title {
    width: 50%;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
}

.x-before_after-medical-sp .before_after-row .before_after-title-before {
    color: #c60000;
}

.x-before_after-medical-sp .before_after-row .before_after-title-after {
    color: #5faf5c;
}

.x-before_after-medical-sp .before_after-row .before_after-text {
    width: 50%;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}


/* Wyświetlanie komponentu w trybie mobile lub desktop */

@media only screen and (min-width: 769px) {
    .x-before_after-medical-sp {
        display: none;
    }

    .x-before_after-medical-sp.show-desktop {
        display: flex;
    }
}

@media only screen and (max-width: 768px) {
    .x-before_after-medical-sp {
        display: none;
    }

    .x-before_after-medical-sp.show-mobile {
        display: flex;
    }
}

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

.sticky_bar4-on {
    font-family: 'Roboto', sans-serif;
}

.sticky_bar4-on .fly-box {
    width: 100%;
    min-height: 40px;
    position: fixed;
    top: 0;
    left: 0;
}

.sticky_bar4-on .fly-box .box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
}

.sticky_bar4-on .fly-box p {
    font-size: 15px;
    font-weight: 700;
    line-height: 13px;
    text-align: left;
    margin: 0;
    color: #fff;
}

.sticky_bar4-on .b4 {
    background-color: #e58700;
    z-index: 14;
    display: none;
}

.sticky_bar4-on .b4 .ico {
    width: 14px;
    height: 13px;
    margin-right: 5px;
    background-image: url("img2.png");
    background-position: center;
    background-repeat: no-repeat;
}

.x-sticky_bar-medical-sp .b5 {
    background-color: #ad0000;
    z-index: 15;
}

.x-sticky_bar-medical-sp .b6 {
    background-color: #ce4f00;
    z-index: 16;
}

.x-sticky_bar-medical-sp .b6 .ico {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-image: url("img4.png");
    background-position: center;
    background-repeat: no-repeat;
}

.x-sticky_bar-medical-sp .b7 {
    min-height: 80px;
    background-color: #0077cc;
    z-index: 17;
}

.x-sticky_bar-medical-sp .b7 .ico {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-image: url("img5.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.x-sticky_bar-medical-sp .b7 .cta_fly {
    font-size: 15px;
    font-weight: 700;
    line-height: 13px;
    text-align: center;
    margin: 0 0 0 40px;
    color: #fff;
    cursor: pointer;
}


/* Wyświetlanie komponentu w trybie mobile lub desktop */

@media only screen and (min-width: 769px) {
    .x-sticky_bar_4-on-medical-sp {
        display: none;
    }

    .x-sticky_bar_4-on-medical-sp.show-desktop {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .x-sticky_bar_4-on-medical-sp {
        display: none;
    }

    .x-sticky_bar_4-on-medical-sp.show-mobile {
        display: block;
    }
}

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

.x-h6-medical-sp {
    font-family: 'Roboto', sans-serif;
    padding: 15px;
    background-color: #1e851e;
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin: 0;
    font-size: 20px;
}

.x-h6-medical-sp.red {
    color: #ff0000;
}


/* Wyświetlanie komponentu w trybie mobile lub desktop */

@media only screen and (min-width: 769px) {
    .x-h6-medical-sp {
        display: none;
    }

    .x-h6-medical-sp.show-desktop {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .x-h6-medical-sp {
        display: none;
    }

    .x-h6-medical-sp.show-mobile {
        display: block;
    }
}

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

.sticky_bar3-on {
    font-family: 'Roboto', sans-serif;
}

.sticky_bar3-on .fly-box {
    width: 100%;
    min-height: 40px;
    position: fixed;
    top: 0;
    left: 0;
}

.sticky_bar3-on .fly-box .box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
}

.sticky_bar3-on .fly-box p {
    font-size: 15px;
    font-weight: 700;
    line-height: 13px;
    text-align: left;
    margin: 0;
    color: #fff;
}

.sticky_bar3-on .b3 {
    background-color: #ad0000;
    z-index: 13;
    display: none;
}

.sticky_bar3-on .b3 .box {
    align-items: flex-start;
}

.sticky_bar3-on .b3 .box .ico {
    width: 16px;
    height: 11px;
    margin-right: 5px;
    background-image: url("img3.png");
    background-position: center;
    background-repeat: no-repeat;
}

.sticky_bar3-on .b3 .box span {
    margin: 5px 0;
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.x-sticky_bar-medical-sp .b4 {
    background-color: #e58700;
    z-index: 14;
}

.x-sticky_bar-medical-sp .b4 .ico {
    width: 14px;
    height: 13px;
    margin-right: 5px;
    background-image: url("img2.png");
    background-position: center;
    background-repeat: no-repeat;
}

.x-sticky_bar-medical-sp .b5 {
    background-color: #ad0000;
    z-index: 15;
}

.x-sticky_bar-medical-sp .b6 {
    background-color: #ce4f00;
    z-index: 16;
}

.x-sticky_bar-medical-sp .b6 .ico {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-image: url("img4.png");
    background-position: center;
    background-repeat: no-repeat;
}

.x-sticky_bar-medical-sp .b7 {
    min-height: 80px;
    background-color: #0077cc;
    z-index: 17;
}

.x-sticky_bar-medical-sp .b7 .ico {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-image: url("img5.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.x-sticky_bar-medical-sp .b7 .cta_fly {
    font-size: 15px;
    font-weight: 700;
    line-height: 13px;
    text-align: center;
    margin: 0 0 0 40px;
    color: #fff;
    cursor: pointer;
}


/* Wyświetlanie komponentu w trybie mobile lub desktop */

@media only screen and (min-width: 769px) {
    .x-sticky_bar_3-on-medical-sp {
        display: none;
    }

    .x-sticky_bar_3-on-medical-sp.show-desktop {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .x-sticky_bar_3-on-medical-sp {
        display: none;
    }

    .x-sticky_bar_3-on-medical-sp.show-mobile {
        display: block;
    }
}

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

.x-h2-medical-sp {
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 26px;
    font-weight: 700;
    text-align: left;
    margin: 25px 0;
}

.x-h2-medical-sp.red {
    color: #ff0000;
}

@media only screen and (max-width: 768px) {
    .x-h2-medical-sp {
        margin: 25px 15px;
    }
}


/* Wyświetlanie komponentu w trybie mobile lub desktop */

@media only screen and (min-width: 769px) {
    .x-h2-medical-sp {
        display: none;
    }

    .x-h2-medical-sp.show-desktop {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .x-h2-medical-sp {
        display: none;
    }

    .x-h2-medical-sp.show-mobile {
        display: block;
    }
}

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

.x-pgreen_p-medical-sp {
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-bottom: 26px 0;
}

.x-pgreen_p-medical-sp span p {
    color: #1e911e;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
}

.x-pgreen_p-medical-sp p {
    margin-bottom: 18px;
}

@media only screen and (max-width: 768px) {
    .x-pgreen_p-medical-sp {
        font-size: 16px;
        line-height: 24px;
        margin: 20px 15px;
    }
}


/* Wyświetlanie komponentu w trybie mobile lub desktop */

@media only screen and (min-width: 769px) {
    .x-pgreen_p-medical-sp {
        display: none;
    }

    .x-pgreen_p-medical-sp.show-desktop {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .x-pgreen_p-medical-sp {
        display: none;
    }

    .x-pgreen_p-medical-sp.show-mobile {
        display: block;
    }
}

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

.x-sticky_bar_1-on-medical-sp {
    font-family: 'Roboto', sans-serif;
}

.x-sticky_bar_1-on-medical-sp .fly-box {
    width: 100%;
    min-height: 40px;
    position: fixed;
    top: 0;
    left: 0;
}

.x-sticky_bar_1-on-medical-sp .fly-box .box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
}

.x-sticky_bar_1-on-medical-sp .fly-box p {
    font-size: 15px;
    font-weight: 700;
    line-height: 13px;
    text-align: left;
    margin: 0;
    color: #fff;
}

.x-sticky_bar_1-on-medical-sp .b1 {
    background-color: #1e911e;
    z-index: 11;
    display: none;
}

.x-sticky_bar_1-on-medical-sp .b1 .ico {
    width: 16px;
    height: 11px;
    margin-right: 5px;
    background-image: url("img1.png");
    background-position: center;
    background-repeat: no-repeat;
}

.x-sticky_bar-medical-sp .b2 {
    background-color: #ad0000;
    z-index: 12;
}

.x-sticky_bar-medical-sp .b2 .ico {
    width: 16px;
    height: 11px;
    margin-right: 5px;
    background-image: url("img1.png");
    background-position: center;
    background-repeat: no-repeat;
}

.x-sticky_bar-medical-sp .b3 {
    background-color: #ad0000;
    z-index: 13;
    display: none;
}

.x-sticky_bar-medical-sp .b3 .box {
    align-items: flex-start;
}

.x-sticky_bar-medical-sp .b3 .box .ico {
    width: 16px;
    height: 11px;
    margin-right: 5px;
    background-image: url("img3.png");
    background-position: center;
    background-repeat: no-repeat;
}

.x-sticky_bar-medical-sp .b3 .box span {
    margin: 5px 0;
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.x-sticky_bar-medical-sp .b4 {
    background-color: #e58700;
    z-index: 14;
}

.x-sticky_bar-medical-sp .b4 .ico {
    width: 14px;
    height: 13px;
    margin-right: 5px;
    background-image: url("img2.png");
    background-position: center;
    background-repeat: no-repeat;
}

.x-sticky_bar-medical-sp .b5 {
    background-color: #ad0000;
    z-index: 15;
}

.x-sticky_bar-medical-sp .b6 {
    background-color: #ce4f00;
    z-index: 16;
}

.x-sticky_bar-medical-sp .b6 .ico {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-image: url("img4.png");
    background-position: center;
    background-repeat: no-repeat;
}

.x-sticky_bar-medical-sp .b7 {
    min-height: 80px;
    background-color: #0077cc;
    z-index: 17;
}

.x-sticky_bar-medical-sp .b7 .ico {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-image: url("img5.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.x-sticky_bar-medical-sp .b7 .cta_fly {
    font-size: 15px;
    font-weight: 700;
    line-height: 13px;
    text-align: center;
    margin: 0 0 0 40px;
    color: #fff;
    cursor: pointer;
}


/* Wyświetlanie komponentu w trybie mobile lub desktop */

@media only screen and (min-width: 769px) {
    .x-sticky_bar_2-on-medical-sp {
        display: none;
    }

    .x-sticky_bar_2-on-medical-sp.show-desktop {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .x-sticky_bar_2-on-medical-sp {
        display: none;
    }

    .x-sticky_bar_2-on-medical-sp.show-mobile {
        display: block;
    }
}

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

.x-p-medical-sp {
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin: 20px 0;
}

@media only screen and (max-width: 768px) {
    .x-p-medical-sp {
        font-size: 16px;
        line-height: 24px;
        margin: 20px 15px;
    }
}


/* Wyświetlanie komponentu w trybie mobile lub desktop */

@media only screen and (min-width: 769px) {
    .x-p-medical-sp {
        display: none;
    }

    .x-p-medical-sp.show-desktop {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .x-p-medical-sp {
        display: none;
    }

    .x-p-medical-sp.show-mobile {
        display: block;
    }
}

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

.x-ul_list-medical-sp {
    font-family: 'Roboto', sans-serif;
    margin: 25px 0;
    padding: 0 0 0 20px;
}

.x-ul_list-medical-sp li {
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin: 10px 0;
}

@media only screen and (max-width: 768px) {
    .x-ul_list-medical-sp {
        font-family: 'Roboto', sans-serif;
        margin: 25px 0;
        padding: 0;
        list-style: none;
        border-bottom: 1px solid #acacac;
    }

    .x-ul_list-medical-sp li {
        margin: 0;
        padding: 10px 10px 10px 50px;
        border-top: 1px solid #acacac;
        background-image: url("ok.png");
        background-position: 15px center;
        background-repeat: no-repeat;
    }

    .x-ul_list-medical-sp li p {
        color: #000;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
    }
}


/* Wyświetlanie komponentu w trybie mobile lub desktop */

@media only screen and (min-width: 769px) {
    .x-ul_list-medical-sp {
        display: none;
    }

    .x-ul_list-medical-sp.show-desktop {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .x-ul_list-medical-sp {
        display: none;
    }

    .x-ul_list-medical-sp.show-mobile {
        display: block;
    }
}

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
@import 'colors.css';

.x-h4-medical-sp {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    margin: 25px 0;
}

@media only screen and (max-width: 768px) {
    .x-h4-medical-sp {
        margin: 25px 15px;
    }
}


/* Wyświetlanie komponentu w trybie mobile lub desktop */

@media only screen and (min-width: 769px) {
    .x-h4-medical-sp {
        display: none;
    }

    .x-h4-medical-sp.show-desktop {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .x-h4-medical-sp {
        display: none;
    }

    .x-h4-medical-sp.show-mobile {
        display: block;
    }
}

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

.x-profesor_box-medical-sp {
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4em;
    text-align: left;
    margin: 20px 0;
}

.x-profesor_box-medical-sp .profesor_box-img {
    max-width: 230px;
    width: auto;
    float: right;
    margin: 0 0 20px 20px;
}

.x-profesor_box-medical-sp .profesor_box-text {
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .x-profesor_box-medical-sp {
        font-size: 16px;
        margin: 20px 15px;
    }

    .x-profesor_box-medical-sp .profesor_box-img {
        width: 100px;
        float: left;
        margin: 0 10px 10px 0;
    }
}


/* Wyświetlanie komponentu w trybie mobile lub desktop */

@media only screen and (min-width: 769px) {
    .x-profesor_box-medical-sp {
        display: none;
    }

    .x-profesor_box-medical-sp.show-desktop {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .x-profesor_box-medical-sp {
        display: none;
    }

    .x-profesor_box-medical-sp.show-mobile {
        display: block;
    }
}

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

.x-scroll_box-medical-sp {
    display: block;
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 23px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
    background: url("arrow_down.png");
    background-position: 96% center;
    background-repeat: no-repeat;
    background-color: #ffc000;
    margin: 50px 0;
}

.x-scroll_box-medical-sp p {
    padding: 20px;
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .x-scroll_box-medical-sp {
        margin: 50px 15px;
    }
}


/* Wyświetlanie komponentu w trybie mobile lub desktop */

@media only screen and (min-width: 769px) {
    .x-scroll_box-medical-sp {
        display: none;
    }

    .x-scroll_box-medical-sp.show-desktop {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .x-scroll_box-medical-sp {
        display: none;
    }

    .x-scroll_box-medical-sp.show-mobile {
        display: block;
    }
}

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

.x-h1-medical-sp {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    text-align: left;
    color: #000;
    margin: 25px 0;
}

.x-h1-medical-sp.red {
    color: #ff0000;
}

@media only screen and (max-width: 768px) {
    .x-h1-medical-sp {
        margin: 25px 15px;
    }
}


/* Wyświetlanie komponentu w trybie mobile lub desktop */

@media only screen and (min-width: 769px) {
    .x-h1-medical-sp {
        display: none;
    }

    .x-h1-medical-sp.show-desktop {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .x-h1-medical-sp {
        display: none;
    }

    .x-h1-medical-sp.show-mobile {
        display: block;
    }
}

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

.x-small_prof-medical-sp {
    font-family: 'Roboto', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 25px 15px;
}

.x-small_prof-medical-sp.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.x-small_prof-medical-sp .article-img {
    width: 68px;
    height: auto;
}

.x-small_prof-medical-sp .article-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    margin-left: 5px;
}


/* Wyświetlanie komponentu w trybie mobile lub desktop */

@media only screen and (min-width: 769px) {
    .x-small_prof-medical-sp.show-mobile {
        display: none;
    }

    .x-small_prof-medical-sp.show-desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (max-width: 768px) {
    .x-small_prof-medical-sp.show-desktop {
        display: none;
    }

    .x-small_prof-medical-sp-sp.show-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

.x-image_and_cirkle-medical-sp {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    position: relative;
}

.x-image_and_cirkle-medical-sp .image-img {
    max-width: 100%;
    width: auto;
    margin: 0;
}

.x-image_and_cirkle-medical-sp span {
    font-family: Roboto;
    margin: 0;
    padding: 0;
    display: block;
    font-weight: 900;
    font-size: 17px;
}

.x-image_and_cirkle-medical-sp .cirkle {
    display: none !important;
    width: 79px;
    height: 79px;
    background: #ad0000;
    border: solid 2px white;
    border-radius: 100%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Roboto;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    line-height: 15px;
    margin: 0;
    padding: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
}


/* Wyświetlanie komponentu w trybie mobile lub desktop */

@media only screen and (min-width: 769px) {
    .x-image_and_cirkle-medical-sp {
        display: none;
    }

    .x-image_and_cirkle-medical-sp.show-desktop {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .x-image_and_cirkle-medical-sp {
        display: none;
    }

    .x-image_and_cirkle-medical-sp.show-mobile {
        display: block;
    }
}

.x-comment_popup-medical-sp {
    position: fixed;
    right: 25px;
    bottom: 100px;
    max-width: 300px;
    display: none;
    z-index: 10;
    /* Styling for prev and next buttons */
}

.x-comment_popup-medical-sp .carousel {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.x-comment_popup-medical-sp .slides {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.x-comment_popup-medical-sp .slides ul {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.x-comment_popup-medical-sp .slides .slide {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.x-comment_popup-medical-sp .btn-bar {
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 20px;
}

.x-comment_popup-medical-sp .buttons {
    position: absolute;
    z-index: 999;
    width: 100%;
    padding: 1px;
}

.x-comment_popup-medical-sp .buttons a {
    /* display: none !important; */
    cursor: pointer;
}

.x-comment_popup-medical-sp a.prev {
    width: 20px;
    height: 60px;
    float: left;
    background-image: url("left.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.x-comment_popup-medical-sp a.next {
    width: 20px;
    height: 60px;
    float: right;
    background-image: url("right.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.x-comment_popup-medical-sp .quote-phrase {
    font-size: 14px !important;
    line-height: 18px !important;
}

.x-comment_popup-medical-sp .authorContainer,
.x-comment_popup-medical-sp .quoteContainer {
    display: table;
    width: 100%;
}

.x-comment_popup-medical-sp .quoteContainer {
    background-color: #e9f0fa;
    color: #4869b1;
    padding: 10px 30px;
    border: 1px solid #44a5ff;
    border-bottom: 0;
}

.x-comment_popup-medical-sp .authorContainer {
    color: #4869b1;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #44a5ff;
    border-top: 0;
}

.x-comment_popup-medical-sp .authorContainer img {
    max-width: 50px;
    width: 100%;
    margin: 2px 5px 0 0;
    float: left;
}

.x-comment_popup-medical-sp .quote-author-country {
    color: #6a6a6a;
}

.x-comment_popup-medical-sp .imagesSlider {
    float: left;
    text-align: center;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 0;
}

.x-comment_popup-medical-sp .imagesSlider img {
    max-width: 100px;
    margin: 0 10px 0 0;
}


/* Wyświetlanie komponentu w trybie mobile lub desktop */

/* @media only screen and (min-width: 1400px) {
    .x-comment_popup-medical-sp {
        display: none;
    }

    .x-comment_popup-medical-sp .buttons a {
        display: block;
    }

    .x-comment_popup-medical-sp.show-desktop {
        display: block;
        margin-right: -20px;
    }
}  */

/* @media only screen and (max-width: 768px) {
    .x-comment_popup-medical-sp {
        display: none;
    }

    .x-comment_popup-medical-sp.show-mobile {
        display: block;
    }
} */

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

.x-sticky_bar_2-on-medical-sp {
    font-family: 'Roboto', sans-serif;
}

.x-sticky_bar_2-on-medical-sp .fly-box {
    width: 100%;
    min-height: 40px;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.x-sticky_bar_2-on-medical-sp .fly-box .box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
}

.x-sticky_bar_2-on-medical-sp .fly-box p {
    font-size: 15px;
    font-weight: 700;
    line-height: 13px;
    text-align: left;
    margin: 0;
    color: #fff;
}

.x-sticky_bar_2-on-medical-sp .b2 {
    background-color: #ad0000;
    z-index: 12;
}

.x-sticky_bar_2-on-medical-sp .b2 .ico {
    width: 16px;
    height: 11px;
    margin-right: 5px;
    background-image: url("img1.png");
    background-position: center;
    background-repeat: no-repeat;
}

.x-sticky_bar-medical-sp .b3 {
    background-color: #ad0000;
    z-index: 13;
}

.x-sticky_bar-medical-sp .b3 .box {
    align-items: flex-start;
}

.x-sticky_bar-medical-sp .b3 .box .ico {
    width: 16px;
    height: 11px;
    margin-right: 5px;
    background-image: url("img3.png");
    background-position: center;
    background-repeat: no-repeat;
}

.x-sticky_bar-medical-sp .b3 .box span {
    margin: 5px 0;
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.x-sticky_bar-medical-sp .b4 {
    background-color: #e58700;
    z-index: 14;
}

.x-sticky_bar-medical-sp .b4 .ico {
    width: 14px;
    height: 13px;
    margin-right: 5px;
    background-image: url("img2.png");
    background-position: center;
    background-repeat: no-repeat;
}

.x-sticky_bar-medical-sp .b5 {
    background-color: #ad0000;
    z-index: 15;
}

.x-sticky_bar-medical-sp .b6 {
    background-color: #ce4f00;
    z-index: 16;
}

.x-sticky_bar-medical-sp .b6 .ico {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-image: url("img4.png");
    background-position: center;
    background-repeat: no-repeat;
}

.x-sticky_bar-medical-sp .b7 {
    min-height: 80px;
    background-color: #0077cc;
    z-index: 17;
}

.x-sticky_bar-medical-sp .b7 .ico {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-image: url("img5.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.x-sticky_bar-medical-sp .b7 .cta_fly {
    font-size: 15px;
    font-weight: 700;
    line-height: 13px;
    text-align: center;
    margin: 0 0 0 40px;
    color: #fff;
    cursor: pointer;
}


/* Wyświetlanie komponentu w trybie mobile lub desktop */

/* @media(max-width: 1024px) {
    .x-comment_popup-medical-sp.show-desktop {
        display: none !important;
    }
} */

@media only screen and (min-width: 769px) {
    .x-sticky_bar_1-on-medical-sp {
        display: none;
    }

    .x-sticky_bar_1-on-medical-sp.show-desktop {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .x-sticky_bar_1-on-medical-sp {
        display: none;
    }

    .x-sticky_bar_1-on-medical-sp.show-mobile {
        display: block;
    }

    .x-testimonial-medical-sp {
        display: flex;
        background: #fff;
    }

    .x-offer_mobile-medical-sp article .offer_mobile-price {
        margin: -60px 0 0 55px;
    }

    .x-infographics-medical-sp .infographics-mobile .infographics-redbox {
        left: 0;
        right: 0;


        margin: 0 auto -10px auto;
        max-width: 98px;
    }
}

@media (max-width: 480px) {
    .x-before_after-medical-sp .before_after-row .before_after-text {
        padding-left: 20px;
        font-size: 12px;
    }

    .x-offer_mobile-medical-sp article .offer_mobile-price {
        margin: -70px 0 0 10px;
        padding: 10px;
        background-size: cover !important;
        width: 100px;
        height: 100px;
    }

    .x-offer_mobile-medical-sp article .offer_mobile-price .offer_mobile-price2 {
        margin-top: 10px;
        font-size: 18px;
    }

    .offer_mobile-priceText {
        margin-top: 0 !important;
        font-size: 16px !important;
    }
}

@media (max-width: 360px) {
    .x-offer_mobile-medical-sp article .offer_mobile-img {
        margin: -20px 15px 0 0;
    }

    .x-offer_mobile-medical-sp .offer_mobile-price {}
}

.b6_counter {
    display: flex
}

.slide {
    width: auto !important
}

@media (max-width: 339px) {
    .x-testimonial-slider_mobile-medical-sp .slider .slide {
        margin: 0;
    }
}