

p {
    direction: ltr
}

.x-beautiful1-beautiful {
    max-width: 100%;
    width: 100%;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    font-family: 'Open Sans', sans-serif;
    color: #282828;
    padding: 20px 0
}

.x-beautiful1-beautiful .box_header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 40px 20px
}

.x-beautiful1-beautiful .box_header .box {
    max-width: 1000px;
    width: 100%;
    padding: 0
}

.x-beautiful1-beautiful .box_header .box .title {
    width: 100%;
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    margin: 20px 0 0
}

.x-beautiful1-beautiful .box_header .box .subtitle {
    width: 100%;
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    margin: 20px 0 0
}

.x-beautiful1-beautiful .box_header .box .text {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 20px 0 0
}

.x-beautiful1-beautiful .box_img {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    position: relative
}

.x-beautiful1-beautiful .box_img .background2 {
    max-width: 100%;
    width: auto
}

.x-beautiful1-beautiful .box_img .box {
    max-width: 660px;
    width: 100%;
    height: calc(100% + 40px);
    display: flex;
    padding: 0 20px;
    position: absolute
}

@media only screen and (max-width:1000px) {
    .x-beautiful1-beautiful .box_img .box {
        height: 100%
    }
}

.x-beautiful1-beautiful .box_img .box.y_top {
    align-items: flex-start
}

.x-beautiful1-beautiful .box_img .box.y_center {
    align-items: center
}

.x-beautiful1-beautiful .box_img .box.y_bottom {
    align-items: flex-end
}

.x-beautiful1-beautiful .box_img .box.x_left {
    justify-content: flex-start
}

.x-beautiful1-beautiful .box_img .box.x_center {
    justify-content: center
}

.x-beautiful1-beautiful .box_img .box.x_right {
    justify-content: flex-end
}

.x-beautiful1-beautiful .box_img .box img {
    max-width: 100%;
    width: auto;
    max-height: 560px
}

.x-beautiful1-beautiful .box_text {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0
}

.x-beautiful1-beautiful .box_text .box {
    max-width: 660px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px
}

.x-beautiful1-beautiful .box_text .box .title {
    width: 100%;
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    margin: 20px 0 0
}

.x-beautiful1-beautiful .box_text .box .subtitle {
    width: 100%;
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    margin: 20px 0 0
}

.x-beautiful1-beautiful .box_text .box .text {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 20px 0 0
}

.x-beautiful1-beautiful .box_text .box .list {
    width: 100%;
    margin: 20px 0 0;
    padding: 0 0 0 20px
}

.x-beautiful1-beautiful .box_text .box .list li {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 10px 0 0
}

.x-beautiful1-beautiful .box_text .box .signature {
    margin: 20px 0 0
}

.x-beautiful1-beautiful .box_text .box .button {
    min-width: 180px;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #191919;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 14px 20px;
    margin: 20px 0 0
}

.x-beautiful1-beautiful .box_text .box .button.btn-default {
    margin: 20px 0 0
}

.x-beautiful1-beautiful .box_text .box .button.btn-left {
    margin: 20px auto 0 0
}

.x-beautiful1-beautiful .box_text .box .button.btn-center {
    margin: 20px auto 0
}

.x-beautiful1-beautiful .box_text .box .button.btn-right {
    margin: 20px 0 0 auto
}

.x-beautiful1-beautiful .box_text .box>:first-child {
    margin: 0
}

.x-beautiful1-beautiful.text-img {
    flex-direction: row-reverse
}

.x-beautiful1-beautiful.text-img .box_text {
    justify-content: flex-end
}

.x-beautiful1-beautiful.text-img .box_text .box {
    padding: 20px
}

@media only screen and (max-width:768px) {
    .x-beautiful1-beautiful.text-img .box_text .box {
        padding: 0 20px
    }
}

.x-beautiful1-beautiful.text-img .box_img {
    justify-content: flex-start
}

.x-beautiful1-beautiful.text-img .box_img .box {
    padding: 0 20px
}

.x-beautiful1-beautiful.alternative {
    color: #fff
}

.x-beautiful1-beautiful.blue .box_text .box .button {
    background-color: #4c8bf5
}

.x-beautiful1-beautiful.turquoise .box_text .box .button {
    background-color: #15e2f4
}

.x-beautiful1-beautiful.green .box_text .box .button {
    background-color: #80b32a
}

.x-beautiful1-beautiful.yellow .box_text .box .button {
    background-color: #fc0
}

.x-beautiful1-beautiful.orange .box_text .box .button {
    background-color: #ff6b00
}

.x-beautiful1-beautiful.pink .box_text .box .button {
    background-color: #ff006c
}

.x-beautiful1-beautiful.red .box_text .box .button {
    background-color: red
}

.x-beautiful1-beautiful.parallax-fixed {
    background-repeat: no-repeat;
    background-attachment: fixed
}

.x-beautiful1-beautiful.parallax-unfixed {
    background-repeat: repeat-y
}

@media only screen and (max-width:1000px) {
    .x-beautiful1-beautiful {
        padding: 0
    }
    .x-beautiful1-beautiful .box_header {
        width: auto;
        margin: 0 20px 20px
    }
}

@media only screen and (max-width:768px) {
    .x-beautiful1-beautiful .box_header .box .title {
        font-size: 32px
    }
    .x-beautiful1-beautiful .box_header .box .subtitle {
        font-size: 22px
    }
    .x-beautiful1-beautiful.img-text,
    .x-beautiful1-beautiful.text-img {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
    .x-beautiful1-beautiful.img-text .box_img,
    .x-beautiful1-beautiful.text-img .box_img {
        width: 100%
    }
    .x-beautiful1-beautiful.img-text .box_img .box,
    .x-beautiful1-beautiful.text-img .box_img .box {
        max-width: 100%;
        width: 100%;
        position: static
    }
    .x-beautiful1-beautiful.img-text .box_text,
    .x-beautiful1-beautiful.text-img .box_text {
        width: 100%
    }
    .x-beautiful1-beautiful.img-text .box_text .box,
    .x-beautiful1-beautiful.text-img .box_text .box {
        max-width: 100%;
        width: 100%
    }
    .x-beautiful1-beautiful.img-text .box_text .box .title,
    .x-beautiful1-beautiful.text-img .box_text .box .title {
        font-size: 32px
    }
    .x-beautiful1-beautiful.img-text .box_text .box .subtitle,
    .x-beautiful1-beautiful.text-img .box_text .box .subtitle {
        font-size: 22px
    }
    .x-beautiful1-beautiful.img-text .box_text .box .button,
    .x-beautiful1-beautiful.text-img .box_text .box .button {
        margin: 20px auto 0
    }
}

@media only screen and (min-width:769px) {
    .x-beautiful1-beautiful.hide-desktop {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .x-beautiful1-beautiful.hide-mobile {
        display: none
    }
}

.x-fixed-notify-medical-sp {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 999
}

.x-fixed-notify-medical-sp .notification {
    width: 300px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    background-color: #FFFFEC;
    border: 2px solid #F7F9B6;
    padding: 16px;
    margin-top: 16px
}

.x-fixed-notify-medical-sp .notification h5,
.x-fixed-notify-medical-sp .notification p {
    margin: 0;
    font-size: 16px;
    font-family: 'Roboto'
}

.x-fixed-notify-medical-sp .notification p {
    padding-top: 3px
}

.x-fixed-notify-medical-sp .notification p:first-child {
    padding: 0
}

.x-fixed-notify-medical-sp .notification h5 {
    padding-bottom: 8px
}

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

@media only screen and (min-width: 769px) {
    .x-fixed-notify-medical-sp.hide-desktop {
        display: none
    }
}

@media only screen and (max-width: 768px) {
    .x-fixed-notify-medical-sp.hide-mobile {
        display: none
    }
}

.x-comment_popup-medical-sp {
    /* Slider */
    position: fixed;
    right: 25px;
    bottom: 100px;
    max-width: 300px;
    display: block;
    z-index: 10;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: 2s;
    transition: 2s;
    /* Styling for prev and next buttons */
}

.x-comment_popup-medical-sp .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.x-comment_popup-medical-sp .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.x-comment_popup-medical-sp .slick-list:lang(ar),
.x-comment_popup-medical-sp .slick-track:lang(ar) {
    direction: ltr !important;
}

.x-comment_popup-medical-sp .slick-list:focus {
    outline: none;
}

.x-comment_popup-medical-sp .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.x-comment_popup-medical-sp .slick-slider .slick-track,
.x-comment_popup-medical-sp .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.x-comment_popup-medical-sp .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.x-comment_popup-medical-sp .slick-track:before,
.x-comment_popup-medical-sp .slick-track:after {
    display: table;
    content: '';
}

.x-comment_popup-medical-sp .slick-track:after {
    clear: both;
}

.x-comment_popup-medical-sp .slick-loading .slick-track {
    visibility: hidden;
}

.x-comment_popup-medical-sp .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.x-comment_popup-medical-sp [dir='rtl'] .slick-slide {
    float: right;
}

.x-comment_popup-medical-sp .slick-slide img {
    display: block;
}

.x-comment_popup-medical-sp .slick-slide.slick-loading img {
    display: none;
}

.x-comment_popup-medical-sp .slick-slide.dragging img {
    pointer-events: none;
}

.x-comment_popup-medical-sp .slick-initialized .slick-slide {
    display: block;
}

.x-comment_popup-medical-sp .slick-loading .slick-slide {
    visibility: hidden;
}

.x-comment_popup-medical-sp .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.x-comment_popup-medical-sp .slick-arrow.slick-hidden {
    display: none;
}

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

.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: block;
    cursor: pointer;
}

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

.x-comment_popup-medical-sp a.next {
    right: 0;
    width: 20px;
    height: 60px;
    float: right;
    background-image: url(comment_popup/themes/medical-sp/img/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;
}

.x-comment_popup-medical-sp.right {
    text-align: right;
    right: unset;
    left: 25px;
}

/* Ukrycie komponentu w trybie mobile lub desktop */

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

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

.x-p-medical-sp {
    width: auto;
    color: #3d3d3d;
    font-family: 'Georgia';
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 20px;
}

.x-p-medical-sp.left {
    text-align: left;
}

.x-p-medical-sp.right {
    text-align: right;
}

.x-p-medical-sp.center {
    text-align: center;
}

.x-p-medical-sp.justify {
    text-align: justify;
}

@media only screen and (max-width: 768px) {
    .x-p-medical-sp {
        color: #000;
        font-family: 'Roboto';
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
        margin: 20px 0;
        padding: 0 15px;
    }
}

/* Ukrycie komponentu w trybie mobile lub desktop */

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

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

.x-image-medical-sp {
    margin: 10px 20px;
    direction: ltr !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.x-image-medical-sp.position-left {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.x-image-medical-sp.position-right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.x-image-medical-sp.position-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.x-image-medical-sp.bcg-lightgrey {
    background-color: #EBEBEB
}

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

.x-image-medical-sp .image-img.max-width {
    width: 100%;
    max-width: none
}

.x-image-medical-sp div.title-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.x-image-medical-sp div.title-container p {
    width: 100%;
    display: block;
    font-family: 'Georgia';
    font-size: 16px;
    line-height: 25px;
    padding: 5px;
    color: #3d3d3d
}

.x-image-medical-sp div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ddd;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.x-image-medical-sp div.text-container p {
    width: 100%;
    max-width: 100% !important;
    display: block;
    font-family: 'Georgia';
    font-size: 16px;
    padding: 10px
}

.x-image-medical-sp.right div {
    text-align: right
}

.x-image-medical-sp.right div.title-container {
    text-align: right
}

.x-image-medical-sp.right div.text-container {
    text-align: right
}

@media only screen and (max-width: 768px) {
    .x-image-medical-sp {
        margin: 0 15px
    }
    .x-image-medical-sp div.text-container p {
        background-color: #1e851e;
        font-family: 'Roboto';
        padding: 15px;
        color: #fff;
        text-align: inherit;
        font-weight: 700
    }
}

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

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

.x-profesor_box-medical-sp {
    color: #3d3d3d;
    font-family: 'Georgia';
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 20px;
}

.x-profesor_box-medical-sp.right {
    text-align: right;
}

.x-profesor_box-medical-sp .img {
    max-width: 230px;
    width: 100%;
    float: right;
}

.x-profesor_box-medical-sp .img.right {
    margin-left: 20px;
}

.x-profesor_box-medical-sp .img.left {
    margin-right: 20px;
}

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

@media only screen and (max-width: 768px) {
    .x-profesor_box-medical-sp {
        color: #0c0c0c;
        font-family: 'Roboto';
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        margin: 20px 15px;
    }
    .x-profesor_box-medical-sp .img {
        width: 100px;
        float: left;
        margin: 0 10px 10px 0;
    }
}

/* Ukrycie komponentu w trybie mobile lub desktop */

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

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

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

* ::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

* ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.x-testimonial_slider_new-medical-sp {
    color: #3d3d3d;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    position: relative
}

@media only screen and (min-width:769px) {
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-card {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-card .card {
        background-color: #ffffff;
        padding: 10px;
        margin: 20px;
        border: 3px solid #5faf5c
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-card .card.border-0 {
        border: none
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-card .card.padding-0 {
        padding: 0
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-card .card.margin-0 {
        padding: 0
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-card .card .card-head .card-img {
        width: 100%
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-card .card .card-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-card .card .card-body .card-title {
        font-family: 'Helvetica Neue', sans-serif;
        font-size: 20px;
        font-weight: 700;
        word-break: break-word
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-card .card .card-body .card-title p {
        margin: 10px 0
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-card .card .card-body .card-title>* p {
        margin: 10px 0
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-card .card .card-body .card-text p {
        margin: 10px 0
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-card .card .card-body .card-text>* p {
        margin: 10px 0
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-card .card .card-body .card-stars {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-card .card .card-body .card-stars.stars-0 {
        display: none
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-card .card .card-body .card-stars.stars-left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-card .card .card-body .card-stars.stars-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-card .card .card-body .card-stars.stars-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-card .card .card-body .card-stars img {
        max-width: 15px;
        width: 100%;
        margin: 0 1px
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-card .card .card-body .card-author p {
        margin: 10px 0
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-card .card .card-body .card-author>* p {
        margin: 10px 0
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-card .btn {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-card {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-card .card {
        background-color: #ffffff;
        padding: 10px;
        margin: 20px;
        border: 3px solid #5faf5c
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-card .card.border-0 {
        border: none
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-card .card.padding-0 {
        padding: 0
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-card .card.margin-0 {
        padding: 0
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-card .card .card-head .card-img {
        width: 100%
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-card .card .card-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-card .card .card-body .card-title {
        font-family: 'Helvetica Neue', sans-serif;
        font-size: 20px;
        font-weight: 700;
        word-break: break-word
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-card .card .card-body .card-title p {
        margin: 10px 0
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-card .card .card-body .card-title>* p {
        margin: 10px 0
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-card .card .card-body .card-text p {
        margin: 10px 0
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-card .card .card-body .card-text>* p {
        margin: 10px 0
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-card .card .card-body .card-stars {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-card .card .card-body .card-stars.stars-0 {
        display: none
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-card .card .card-body .card-stars.stars-left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-card .card .card-body .card-stars.stars-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-card .card .card-body .card-stars.stars-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-card .card .card-body .card-stars img {
        max-width: 15px;
        width: 100%;
        margin: 0 1px
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-card .card .card-body .card-author p {
        margin: 10px 0
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-card .card .card-body .card-author>* p {
        margin: 10px 0
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-card .btn {
        display: none
    }
}

@media only screen and (min-width:769px) {
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-slider .card {
        background-color: #ffffff;
        margin: 20px;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 9px -2px rgba(0, 0, 0, 0.75);
        box-shadow: 0 0 9px -2px rgba(0, 0, 0, 0.75);
        -webkit-animation: fade 1s;
        animation: fade 1s
    }
    @-webkit-keyframes fade {
        from {
            opacity: .4
        }
        to {
            opacity: 1
        }
    }
    @keyframes fade {
        from {
            opacity: .4
        }
        to {
            opacity: 1
        }
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-slider .card.border-0 {
        border: none
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-slider .card.padding-0 {
        padding: 0
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-slider .card.margin-0 {
        padding: 0
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-slider .card .card-head {
        background-color: #dddddd;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-slider .card .card-head .card-img {
        width: 100%;
        max-width: 250px
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-slider .card .card-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-slider .card .card-body .card-title {
        font-size: 20px;
        font-weight: 700;
        word-break: break-word;
        text-align: left
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-slider .card .card-body .card-title p {
        margin: 10px 0
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-slider .card .card-body .card-title>* p {
        margin: 10px 0
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-slider .card .card-body .card-text {
        text-align: left
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-slider .card .card-body .card-text p {
        margin: 10px 0
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-slider .card .card-body .card-text>* p {
        margin: 10px 0
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-slider .card .card-body .card-stars {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 20px 0 10px
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-slider .card .card-body .card-stars.stars-0 {
        display: none
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-slider .card .card-body .card-stars.stars-left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-slider .card .card-body .card-stars.stars-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-slider .card .card-body .card-stars.stars-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-slider .card .card-body .card-stars img {
        max-width: 15px;
        width: 100%;
        margin: 0 1px
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-slider .card .card-body .card-author {
        text-align: left
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-slider .card .card-body .card-author p {
        margin: 10px 0
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-slider .card .card-body .card-author>* p {
        margin: 10px 0
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-slider .btn {
        position: absolute;
        bottom: 50%;
        padding: 20px 10px;
        font-size: 20px;
        background: #FFAD32;
        cursor: pointer
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-slider .btn.btn-prev {
        left: 0
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-slider .btn.btn-next {
        right: 0
    }
}

@media only screen and (max-width:768px) {
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-slider .card {
        background-color: #ffffff;
        margin: 20px;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 9px -2px rgba(0, 0, 0, 0.75);
        box-shadow: 0 0 9px -2px rgba(0, 0, 0, 0.75);
        -webkit-animation: fade 1s;
        animation: fade 1s
    }
    @-webkit-keyframes fade {
        from {
            opacity: .4
        }
        to {
            opacity: 1
        }
    }
    @keyframes fade {
        from {
            opacity: .4
        }
        to {
            opacity: 1
        }
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-slider .card.border-0 {
        border: none
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-slider .card.padding-0 {
        padding: 0
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-slider .card.margin-0 {
        padding: 0
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-slider .card .card-head {
        background-color: #dddddd;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-slider .card .card-head .card-img {
        width: 100%;
        max-width: 250px
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-slider .card .card-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-slider .card .card-body .card-title {
        font-size: 20px;
        font-weight: 700;
        word-break: break-word;
        text-align: left
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-slider .card .card-body .card-title p {
        margin: 10px 0
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-slider .card .card-body .card-title>* p {
        margin: 10px 0
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-slider .card .card-body .card-text {
        text-align: left
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-slider .card .card-body .card-text p {
        margin: 10px 0
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-slider .card .card-body .card-text>* p {
        margin: 10px 0
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-slider .card .card-body .card-stars {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 20px 0 10px
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-slider .card .card-body .card-stars.stars-0 {
        display: none
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-slider .card .card-body .card-stars.stars-left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-slider .card .card-body .card-stars.stars-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-slider .card .card-body .card-stars.stars-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-slider .card .card-body .card-stars img {
        max-width: 15px;
        width: 100%;
        margin: 0 1px
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-slider .card .card-body .card-author {
        text-align: left
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-slider .card .card-body .card-author p {
        margin: 10px 0
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-slider .card .card-body .card-author>* p {
        margin: 10px 0
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-slider .btn {
        position: absolute;
        bottom: 50%;
        padding: 20px 10px;
        font-size: 20px;
        background: #FFAD32;
        cursor: pointer
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-slider .btn.btn-prev {
        left: 0
    }
    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-slider .btn.btn-next {
        right: 0
    }
}

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

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

.x-h3-medical-sp {
    font-family: 'Georgia';
    color: #000000;
    font-size: 26px;
    font-weight: 700;
    text-align: left;
    margin: 20px 0;
    padding: 5px 20px;
}

.x-h3-medical-sp.left {
    text-align: left;
}

.x-h3-medical-sp.right {
    text-align: right;
}

.x-h3-medical-sp.center {
    text-align: center;
}

.x-h3-medical-sp.justify {
    text-align: justify;
}

@media only screen and (max-width: 768px) {
    .x-h3-medical-sp {
        margin: 20px 0;
        padding: 5px 15px;
    }
}

/* Ukrycie komponentu w trybie mobile lub desktop */

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

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

.x-list_magneticinsoles_sp-magneticinsoles-sp {
    font-family: 'Roboto';
    margin: 0 20px;
}

.x-list_magneticinsoles_sp-magneticinsoles-sp .list {
    display: flex;
}

.x-list_magneticinsoles_sp-magneticinsoles-sp .list .img {
    color: #ff5400;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.49px;
    margin-right: 10px;
}

.x-list_magneticinsoles_sp-magneticinsoles-sp .list .li_item {
    line-height: 28px;
}

.x-list_magneticinsoles_sp-magneticinsoles-sp .list .li_item p {
    font-size: 18px;
}

/* Ukrycie komponentu w trybie mobile lub desktop */

@media only screen and (min-width: 769px) {
    .x-list_magneticinsoles_sp-magneticinsoles-sp.hide-desktop {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .x-list_magneticinsoles_sp-magneticinsoles-sp.hide-mobile {
        display: none;
    }
}

.x-sticky_bar_5-on-medical-sp {
    font-family: 'Roboto'
}

.x-sticky_bar_5-on-medical-sp .b5 {
    background-color: #ad0000;
    z-index: 15;
    display: none
}

.x-sticky_bar_5-on-medical-sp .fly-box {
    width: 100%;
    min-height: 40px
}

.x-sticky_bar_5-on-medical-sp .fly-box .box {
    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;
    padding: 15px
}

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

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

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


.x-list_new-RobotoLobster {
    font-family: 'Roboto';
    color: #000000;
    margin: 20px 0
}

.x-list_new-RobotoLobster .box-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px
}

.x-list_new-RobotoLobster .box-list .mark {
    margin: 0 10px 0 0
}

.x-list_new-RobotoLobster .box-list .mark p {
    padding: 5px 10px;
    background-color: #000000;
    color: #ffffff
}

.x-list_new-RobotoLobster .box-list .content .title {
    margin: 0 0 15px;
    font-size: 150%
}

.x-list_new-RobotoLobster .box-list .content .text p {
    margin: 0 0 15px
}

.x-list_new-RobotoLobster .box-list .content .text * p {
    margin: 0 0 15px
}

.x-list_new-RobotoLobster .box-list .content .text ul {
    list-style-position: inside
}

.x-list_new-RobotoLobster .box-list .content .text ul li {
    margin: 0 0 15px
}

.x-list_new-RobotoLobster .box-list .content .text ul li p {
    display: contents
}

@media only screen and (min-width: 769px) {
    .x-list_new-RobotoLobster.hide-desktop {
        display: none
    }
}

@media only screen and (max-width: 768px) {
    .x-list_new-RobotoLobster.hide-mobile {
        display: none
    }
}

.x-guarantee_2-medical-sp {
    margin: 0 20px
}

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

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

.x-before_after-medical-sp {
    font-family: 'Roboto';
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 20px
}

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

.x-before_after-medical-sp .before_after-row .before_after-img {
    max-width: 50%;
    width: auto;
    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
}

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

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

.x-chart-medical {
    width: 100%;
    margin: 25px auto;
    font-family: 'Roboto';
    padding: 0 20px;
}

@media only screen and (max-width: 600px) {
    .x-chart-medical {
        padding: 0 10px;
    }
}

.x-chart-medical .chart_box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.x-chart-medical .chart_box .chart_column {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.x-chart-medical .chart_box .chart_column:first-child .chart_column-body {
    border-left: 2px solid #000000;
}

.x-chart-medical .chart_box .chart_column .chart_column-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 10px 10px 0;
    border-bottom: 2px solid #000000;
}

@media only screen and (max-width: 600px) {
    .x-chart-medical .chart_box .chart_column .chart_column-body {
        padding: 10px 5px 0;
    }
}

.x-chart-medical .chart_box .chart_column .chart_column-body .chart_column-textIn {
    font-size: 12px;
}

@media only screen and (max-width: 600px) {
    .x-chart-medical .chart_box .chart_column .chart_column-body .chart_column-textIn {
        font-size: 10px;
    }
}

.x-chart-medical .chart_box .chart_column .chart_column-body .chart_column-pillar {
    width: 50%;
    max-width: 90px;
    margin: 20px auto 0;
}

.x-chart-medical .chart_box .chart_column .chart_column-textUnder {
    padding: 10px;
}

@media only screen and (max-width: 600px) {
    .x-chart-medical .chart_box .chart_column .chart_column-textUnder {
        font-size: 12px;
        padding: 5px;
    }
}

/* Ukrycie komponentu w trybie mobile lub desktop */

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

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

/*# sourceMappingURL=style.css.map */


.x-img_list-medical-sp {
    width: auto;
    color: #3d3d3d;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 20px;
    padding: 10px;
    list-style-type: none;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.x-img_list-medical-sp .visual {
    max-width: 210px;
    width: 100%;
}

.x-img_list-medical-sp .first-line {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 10px;
}

.x-img_list-medical-sp .first-line p {
    margin: 10px 0 0 15px;
}

.x-img_list-medical-sp .sec-line {
    padding-left: 20px;
    color: #3d3d3d;
    font-size: 16px;
}

.x-img_list-medical-sp .sec-line p {
    border-left: 3px solid #dcdcdc;
    padding-left: 20px;
    margin: 15px 0 15px 20px;
}

.x-img_list-medical-sp.right {
    text-align: right;
}

.x-img_list-medical-sp.right .first-line p {
    margin: 10px 15px 0 0px;
}

.x-img_list-medical-sp.right .sec-line p {
    padding-left: unset;
    padding-right: 20px;
    border-left: unset;
    border-right: 3px solid #dcdcdc;
}

@media only screen and (max-width: 769px) {
    .x-img_list-medical-sp {
        flex-direction: column;
        align-items: center;
    }
}

/* Ukrycie komponentu w trybie mobile lub desktop */

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

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

/*# sourceMappingURL=style.css.map */

.x-offer-medical-sp {
    font-family: 'Georgia';
    color: #3d3d3d;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 20px;
    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-text1 {
    margin: 0 20px
}

.x-offer-medical-sp .offer-text2 {
    margin: 20px 0 0;
    font-weight: 400
}

.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 {
    direction: ltr !important;
    -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 .productsCount {
    direction: ltr !important;
    background: #666666;
    background: -webkit-gradient(linear, left top, left bottom, from(#666666), color-stop(37%, #e5e5e5), color-stop(59%, #e5e5e5), color-stop(98%, #666666));
    background: -webkit-linear-gradient(top, #666666 0%, #e5e5e5 37%, #e5e5e5 59%, #666666 98%);
    background: -o-linear-gradient(top, #666666 0%, #e5e5e5 37%, #e5e5e5 59%, #666666 98%);
    background: linear-gradient(to bottom, #666666 0%, #e5e5e5 37%, #e5e5e5 59%, #666666 98%);
    background-size: 100% 115%;
    background-position: 0
}

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

.x-offer-medical-sp .productCounter {
    text-align: center;
    float: right;
    margin: 20px
}

.x-offer-medical-sp .productCounter p {
    font-size: 14px;
    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;
    margin: 20px 0 0
}

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

.x-offer-medical-sp .offer-prodbox .offer-g {
    position: absolute
}

@media only screen and (max-width:768px) {
    .x-offer-medical-sp {
        margin: 20px 15px
    }
    .x-offer-medical-sp .offer-img_counter {
        padding: 15px 0
    }
    .x-offer-medical-sp .offer-prodbox {
        width: 50%
    }
    .x-offer-medical-sp .offer-prodbox .offer-img {
        width: 100%
    }
    .x-offer-medical-sp .productsCount {
        font-size: 20px
    }
    .x-offer-medical-sp .productCounter {
        margin-top: 0px
    }
}

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

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

.x-sticky_bar_6-on-medical-sp {
    font-family: 'Roboto'
}

.x-sticky_bar_6-on-medical-sp .b6 {
    background-color: #ce4f00;
    z-index: 16;
    display: none;
    color: #fff
}

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

.x-sticky_bar_6-on-medical-sp .b7 .text {
    color: #fff
}

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

.x-sticky_bar_6-on-medical-sp .fly-box {
    width: 100%
}

.x-sticky_bar_6-on-medical-sp .fly-box .box {
    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;
    padding: 15px
}

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

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

.x-offer_mobile-medical-sp {
    font-family: 'Roboto'
}

.x-offer_mobile-medical-sp .offer_mobile-counter,
.x-offer_mobile-medical-sp article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.x-offer_mobile-medical-sp .offer_mobile-counter {
    -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 5px 0 0;
    padding: 0;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px
}

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

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

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

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

.x-offer_mobile-medical-sp .offer_mobile-redBox {
    line-height: 31px;
    position: absolute;
    bottom: 20%;
    left: 10%;
    max-width: 100%;
    background-color: #ff0049;
    border: 3px solid #dee5ff;
    padding: 5px 10px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2)
}

.x-offer_mobile-medical-sp .offer_mobile-redBox p {
    margin: auto;
    font-size: 2.34vw
}

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

.x-offer_mobile-medical-sp .offer_mobile-price {
    width: 125px;
    height: 125px;
    background-color: #f02049;
    border: 5px solid #fff;
    border-radius: 100px;
    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: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: -40px 0 0 20px
}

.x-offer_mobile-medical-sp .offer_mobile-price .offer_mobile-price1 {
    width: 115px;
    height: 57.5px;
    background-color: #000;
    color: #e6e6e6;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    text-decoration: line-through;
    min-height: 30px;
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
    padding: 10px;
    border-bottom: 20px solid #f02049
}

.x-offer_mobile-medical-sp .offer_mobile-price .offer_mobile-price1 p,
.x-offer_mobile-medical-sp .offer_mobile-price .offer_mobile-price2 p {
    margin-bottom: 0
}

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

.x-offer_mobile-medical-sp.right .offer_mobile-text,
.x-offer_mobile-medical-sp.right .offer_mobile-title {
    text-align: right
}

@media only screen and (max-width:768px) {
    .x-offer_mobile-medical-sp article {
        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: -60px 0 0 80px
    }
    .x-offer_mobile-medical-sp article .offer_mobile-price {
        position: absolute;
        right: 55%;
        top: 0;
        margin: -40px 0 0 -5px
    }
    .x-offer_mobile-medical-sp article .offer_mobile-price1 {
        font-size: 16px
    }
    .x-offer_mobile-medical-sp article .offer_mobile-price2 {
        font-size: 24px
    }
    .x-offer_mobile-medical-sp article .offer_mobile-priceText {
        font-size: 18px
    }
}

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

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

.footer_links {
    font-family: 'Roboto';
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px
}

.footer_links a {
    color: #aaa;
    font-size: 12px;
    padding: 0 5px;
    margin: 0 0 10px;
    line-height: 25px;
    text-align: center
}

@media only screen and (max-width: 768px) {
    .footer_links {
        padding: 20px;
        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: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .footer_links a {
        color: #dddee3;
        font-weight: 700;
        text-decoration: none;
        padding: 0;
        text-align: left
    }
}

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

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

.x-footer_text-medical-sp {
    font-family: 'Roboto';
    width: 100%;
    color: #aaa;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    margin: 0 auto 0;
    padding: 20px 20px 0;
    text-align: center
}

.x-footer_text-medical-sp p {
    padding: 0 0 20px
}

.x-footer_text-medical-sp p a {
    color: #aaa;
    text-decoration: none
}

@media only screen and (max-width: 768px) {
    .x-footer_text-medical-sp {
        color: #dddee3;
        text-align: left
    }
}

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

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

.x-bibliography-medical-sp {
    max-width: 1000px;
    width: 100%;
    font-family: 'Roboto';
    color: #aaa;
    font-size: 12px;
    line-height: 15px;
    margin: 0 auto;
    padding: 20px;
    direction: ltr
}

.x-bibliography-medical-sp .headline {
    font-weight: 700;
    margin: 0
}

.x-bibliography-medical-sp .list {
    margin: 10px 0 0;
    padding: 0 0 0 20px
}

@media only screen and (max-width: 768px) {
    .x-bibliography-medical-sp {
        color: #dddee3
    }
    .x-bibliography-medical-sp .list {
        display: none
    }
}

@media only screen and (min-width: 769px) {
    .bibliography-medical-sp.hide-desktop {
        display: none
    }
}

@media only screen and (max-width: 768px) {
    .bibliography-medical-sp.hide-mobile {
        display: none
    }
}

.x-footer_copyright-medical-sp {
    font-family: 'Roboto';
    direction: ltr;
    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_copyright-medical-sp {
        color: #dddee3;
        font-size: 12px;
        font-weight: 400;
        line-height: 30px;
        text-align: left;
        padding: 0 15px
    }
}

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

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

.x-arrow_top-medical-sp {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #031117;
    margin: 40px 0 0;
    padding: 20px;
}

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

/* Ukrycie komponentu w trybie mobile lub desktop */

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

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

.x-testimonial-medical-sp .testimonial-title.black {
    color: black
}

.x-testimonial-medical-sp .testimonial-title.red {
    color: red
}

.x-testimonial-medical-sp .testimonial-title.dark-red {
    color: #820000
}

.x-testimonial-medical-sp.border-green {
    border-color: #008000
}

.x-testimonial-medical-sp.border-blue {
    border-color: #1c478b
}

.x-testimonial-medical-sp.border-yellow {
    border-color: #F7F9B6
}

.x-testimonial-medical-sp {
    width: auto;
    border: 3px solid #5faf5c;
    padding: 10px;
    margin: 20px
}

.x-testimonial-medical-sp.border-black {
    border-color: #000000
}

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

.x-testimonial-medical-sp .title {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 20px;
    text-align: center;
    color: #ff0000;
    font-weight: 900;
    word-break: break-word
}

.x-testimonial-medical-sp .text {
    font-family: 'Georgia';
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    color: #3d3d3d;
    text-align: center;
    margin: 10px 0;
    padding: 0
}

.x-testimonial-medical-sp .signature {
    font-family: 'Georgia';
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    color: #3d3d3d;
    text-align: center;
    margin: 0;
    padding: 0
}

.x-testimonial-medical-sp .stars {
    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;
    margin-bottom: 10px
}

.x-testimonial-medical-sp .stars .star {
    width: 15px !important
}

@media only screen and (max-width: 768px) {
    .x-testimonial-medical-sp {
        max-width: 100%;
        width: auto;
        margin: 10px;
        border-radius: 2px;
        border: none;
        background-color: #fff
    }
    .x-testimonial-medical-sp .title {
        color: #0c0c0c;
        font-size: 18px;
        font-weight: 700;
        line-height: 26px;
        text-align: left
    }
    .x-testimonial-medical-sp .text {
        color: #0c0c0c;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        margin: 20px 0
    }
    .x-testimonial-medical-sp .signature {
        font-weight: 700
    }
}

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

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

@font-face {
    font-family: 'DancingScript';
    font-style: normal;
    font-weight: 400;
    src: url(h1/themes/medical-sp/../../../fonts/Dancing_Script/DancingScript-Regular.ttf)
}

@font-face {
    font-family: 'DancingScript';
    font-style: normal;
    font-weight: 700;
    src: url(h1/themes/medical-sp/../../../fonts/Dancing_Script/DancingScript-Bold.ttf)
}

.x-h1-medical-sp {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1em;
    text-align: left;
    color: #000;
    margin: 20px 0;
    padding: 5px 20px
}

.x-h1-medical-sp.left {
    text-align: left
}

.x-h1-medical-sp.right {
    text-align: right
}

.x-h1-medical-sp.center {
    text-align: center
}

.x-h1-medical-sp.justify {
    text-align: justify
}

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

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

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

.x-h2-medical-sp {
    font-family: 'Helvetica Neue', sans-serif;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    line-height: 1.4em;
    margin: 20px 0;
    padding: 5px 20px;
}

.x-h2-medical-sp.left {
    text-align: left;
}

.x-h2-medical-sp.right {
    text-align: right;
}

.x-h2-medical-sp.center {
    text-align: center;
}

.x-h2-medical-sp.justify {
    text-align: justify;
}

@media only screen and (max-width: 768px) {
    .x-h2-medical-sp {
        font-family: 'Roboto';
        color: #000000;
        font-size: 24px;
        font-weight: 700;
        text-align: left;
        line-height: 1.4em;
        margin: 20px 0;
        padding: 5px 15px;
    }
}

/* Ukrycie komponentu w trybie mobile lub desktop */

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

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

.x-counter-medical-sp {
    font-family: 'Helvetica Neue', sans-serif;
    color: #ff0000;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    margin: 25px 20px;
}

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

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

.x-guarantee-medical-sp {
    margin: 0 20px;
}

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

.x-guarantee-medical-sp div {
    width: 100%;
    display: flex;
}

.x-guarantee-medical-sp div p {
    background-color: #ddd;
    width: 100%;
    display: block;
    font-family: 'Georgia';
    font-size: 14px;
    padding: 5px;
}

@media only screen and (max-width: 768px) {
    .x-guarantee-medical-sp {
        margin: 0 15px;
    }
    .x-guarantee-medical-sp div p {
        background-color: #1e851e;
        font-family: 'Roboto';
        padding: 15px;
        color: #fff;
        text-align: inherit;
        font-size: 20px;
        font-weight: 700;
    }
}

/* Ukrycie komponentu w trybie mobile lub desktop */

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

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

.x-comparison_new-medical-sp {
    font-family: 'Roboto';
    font-size: 16px;
    margin: 20px
}

.x-comparison_new-medical-sp article {
    display: flex
}

.x-comparison_new-medical-sp article div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px
}

.x-comparison_new-medical-sp article div img {
    max-width: 150px;
    width: 100%
}

.x-comparison_new-medical-sp article div:nth-child(1) {
    width: 20%;
    border: 1px solid #ccc;
    border-top: 0
}

.x-comparison_new-medical-sp article div:nth-child(2),
.x-comparison_new-medical-sp article div:nth-child(3) {
    width: 40%;
    border: 1px solid #ccc;
    border-left: 0;
    border-top: 0
}

.x-comparison_new-medical-sp article:nth-child(1) {
    border-top: 1px solid #ccc;
    background-color: #dce9f9;
    font-size: 18px;
    font-weight: 700;
    text-align: center
}

.x-comparison_new-medical-sp article:nth-child(5) {
    font-weight: 700
}

.x-comparison_new-medical-sp article:nth-child(5) div:nth-child(2) {
    color: red;
    font-size: 20px;
    text-align: center
}

.x-comparison_new-medical-sp article:nth-child(5) div:nth-child(3) {
    color: green;
    font-size: 20px;
    text-align: center
}

@media only screen and (max-width: 768px) {
    .x-comparison_new-medical-sp {
        margin: 20px 15px;
        font-size: 12px
    }
    .x-comparison_new-medical-sp article:nth-child(1),
    .x-comparison_new-medical-sp article:nth-child(5) div:nth-child(2),
    .x-comparison_new-medical-sp article:nth-child(5) div:nth-child(3) {
        font-size: 14px
    }
}

@media only screen and (max-width: 400px) {
    .x-comparison_new-medical-sp article:nth-child(1),
    .x-comparison_new-medical-sp article:nth-child(5) div:nth-child(2),
    .x-comparison_new-medical-sp article:nth-child(5) div:nth-child(3) {
        font-size: 12px
    }
}

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

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

.x-buttons_order1-medical-sp {
    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;
    margin: 20px;
}

.x-buttons_order1-medical-sp .buttonBig {
    max-width: 350px;
    width: 100%;
    font-family: "Times New Roman", Times, serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px #333;
    background-color: green;
    color: #FFF;
    margin: 0 0 10px;
    padding: 10px;
}

.x-buttons_order1-medical-sp .buttonSmall {
    max-width: 350px;
    width: 100%;
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-shadow: 2px 2px #111;
    background-color: #333;
    color: #999;
    margin: 0;
    padding: 10px;
}

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

/* Ukrycie komponentu w trybie mobile lub desktop */

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

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

.x-wpn_popup-medical-sp .wpn_popup {
    display: none;
}

.x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content {
    font-family: 'Roboto', sans-serif;
    max-width: 225px;
    width: 100%;
    position: fixed;
    left: 204px;
    top: 150px;
    padding: 10px;
    border: 1px solid #000;
    background: #ffcb29;
    background: linear-gradient(180deg, #ffcb29 0%, #d78726 100%);
    z-index: 100001;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    flex-direction: column-reverse;
}

.x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content:after,
.x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content:before {
    content: "";
    right: 35px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
}

.x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content:before {
    top: -11px;
    border-bottom: 12px solid #ffcb29;
}

.x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content #wpn_popup_courier {
    display: block;
    max-width: 120px;
    width: 100%;
}

.x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content .wpn_popup_on {
    display: none;
}

.x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content p {
    color: #fff;
    font-size: 20px;
}

.x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content .allow_styles {
    color: #ff0000;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content {
        top: 0;
        bottom: 0;
        left: 0;
        max-width: 100%;
        flex-direction: column;
        justify-content: center;
        border-radius: unset;
    }
    .x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content div {
        margin: 40px auto;
    }
    .x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content .wpn_popup_exit {
        display: none;
    }
    .x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content:after,
    .x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content:before {
        border: none;
    }
    .x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content #wpn_popup_courier {
        max-width: 200px;
    }
    .x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content .wpn_popup_on {
        display: block;
    }
    .x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content .wpn_popup_on p {
        background-color: #000;
        border-radius: 5px;
        border: none;
        cursor: pointer;
        text-align: center;
        margin: 0 auto;
        text-transform: uppercase;
        padding: 10px;
    }
}

.x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content_edit {
    top: 20px;
}

@media screen and (max-width: 768px) {
    .x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content_edit {
        top: 0;
    }
}

.x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content_edit:after,
.x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content_edit:before {
    right: auto;
    left: 46px;
}

.x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content_for_windows {
    left: 110px;
}

.x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content_for_windows:after,
.x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content_for_windows:before {
    right: 35px;
}

.x-wpn_popup-medical-sp .wpn_popup_delivery {
    display: none;
}

.x-wpn_popup-medical-sp .wpn_popup_delivery .wpn_popup_delivery_content {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-content: center;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #000;
    background: #d78726;
    padding: 10px;
    cursor: pointer;
}

.x-wpn_popup-medical-sp .wpn_popup_delivery .wpn_popup_delivery_content div {
    margin: auto;
}

.x-wpn_popup-medical-sp .wpn_popup_delivery .wpn_popup_delivery_content div img {
    width: 100%;
}

/*# sourceMappingURL=style.css.map */

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

.x-typconf_summary-medical-sp .typconf_summary-table .typconf_summary-table_img {
    max-width: 220px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.x-typconf_summary-medical-sp .typconf_summary-table .typconf_summary-table_img img {
    width: 100px
}

.x-typconf_summary-medical-sp .typconf_summary-table .typconf_summary-table_img img.product_visualization.x1 {
    max-width: 50% !important
}

.x-typconf_summary-medical-sp .typconf_summary-table h2 {
    font-size: 18px !important;
    line-height: 30px !important;
    color: #3d3d3d;
    margin: 0 0 10px
}

.x-typconf_summary-medical-sp .typconf_summary-table table td {
    border-color: #c5c5c5;
    border-style: dotted
}

.x-typconf_summary-medical-sp .typconf_summary-table table td p {
    margin: 0
}

@media only screen and (max-width: 500px) {
    .x-typconf_summary-medical-sp .typconf_summary-table {
        flex-direction: column
    }
    .x-typconf_summary-medical-sp .table {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .x-typconf_summary-medical-sp .table h2 {
        font-size: 16px !important
    }
    .x-typconf_summary-medical-sp .table .table_img {
        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;
        margin: 0 0 10px
    }
}

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

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

.x-ol_list-medical-sp {
    color: #3d3d3d;
    font-family: 'Georgia';
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    margin: 0 20px;
    padding: 0;
}

.x-ol_list-medical-sp.border-blue {
    border: 1px solid #009fe3;
    padding: 10px 10px 10px 20px;
}

.x-ol_list-medical-sp.dark-blue {
    background-color: #009fe3;
    padding: 80px 50px;
}

.x-ol_list-medical-sp.dark-blue div {
    background-color: #fffae0;
    padding: 20px;
}

/* Ukrycie komponentu w trybie mobile lub desktop */

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

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

.x-h4-medical-sp {
    font-family: Arial;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    margin: 20px 0;
    padding: 5px 20px;
}

.x-h4-medical-sp.left {
    text-align: left;
}

.x-h4-medical-sp.right {
    text-align: right;
}

.x-h4-medical-sp.center {
    text-align: center;
}

.x-h4-medical-sp.justify {
    text-align: justify;
}

@media only screen and (max-width: 768px) {
    .x-h4-medical-sp {
        font-size: 18px;
        margin: 20px 0;
        padding: 5px 20px;
    }
}

/* Ukrycie komponentu w trybie mobile lub desktop */

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

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

.x-float_img_text-medical-sp {
    font-family: 'Georgia';
    color: #3d3d3d;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    margin: 20px
}

.x-float_img_text-medical-sp a[href] {
    color: inherit;
    text-decoration: inherit
}

.x-float_img_text-medical-sp .float_img_text-img {
    max-width: 270px;
    width: auto;
    float: left;
    margin: 0 15px
}

.x-float_img_text-medical-sp .float_img_text-img.float_left {
    display: flex;
    float: left !important
}

.x-float_img_text-medical-sp .float_img_text-img.float_right {
    display: flex;
    flex-direction: row-reverse;
    float: right !important
}

.x-float_img_text-medical-sp .float_img_text-img.column {
    flex-direction: column
}

.x-float_img_text-medical-sp .float_img_text-img img {
    width: 100%
}

.x-float_img_text-medical-sp .float_img_text-img p {
    text-align: center;
    font-size: 14px;
    margin: 0;
    background-color: #ddd;
    padding: 2px 5px
}

.x-float_img_text-medical-sp .float_img_text-list {
    margin: 0 !important
}

.x-float_img_text-medical-sp .float_img_text-list li {
    margin: 20px 0
}

.x-float_img_text-medical-sp .float_img_text-list li p {
    display: inline
}

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

@media only screen and (max-width: 768px) {
    .x-float_img_text-medical-sp {
        font-family: 'Roboto';
        color: #000;
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
        margin: 20px 15px
    }
    .x-float_img_text-medical-sp .float_img_text-img {
        float: none
    }
    .x-float_img_text-medical-sp .float_img_text-img p {
        background-color: #1e851e;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        padding: 15px
    }
    .x-float_img_text-medical-sp .float_img_text-text {
        font-size: 16px;
        font-family: 'Roboto';
        margin: 20px 0 0
    }
    .x-float_img_text-medical-sp .float_img_text-list {
        font-size: 16px;
        margin-left: 20px !important
    }
}

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

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

.x-buttons_TypConfSmall-medical-sp {
    margin: 20px;
}

.x-buttons_TypConfSmall-medical-sp form {
    width: auto;
    background: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto';
}

.x-buttons_TypConfSmall-medical-sp form #orbb {
    max-width: 350px;
    width: 100%;
    border: none;
    padding: 10px 5px;
    line-height: 22px;
    height: auto;
    background-image: none;
    margin: 10px auto;
    border-radius: 5px;
    background-color: #00A323;
    color: #FFF;
    text-decoration: none;
    text-shadow: 1px 1px #333;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin: 5px 0;
    cursor: pointer;
}

.x-buttons_TypConfSmall-medical-sp form #orsb {
    max-width: 350px;
    width: 100%;
    border: none;
    padding: 10px 5px;
    line-height: 22px;
    height: auto;
    background-image: none;
    margin: 10px auto;
    border-radius: 5px;
    background-color: #363636;
    color: #999;
    text-decoration: none;
    text-shadow: 1px 1px #333;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    margin: 5px 0;
    cursor: pointer;
}

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

/* Ukrycie komponentu w trybie mobile lub desktop */

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

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

/*# sourceMappingURL=style.css.map */

.x-form_d1m3-medical-sp.right label {
    left: unset !important;
    right: 10px !important;
}

.x-form_d1m3-medical-sp.right.form_headline {
    left: unset !important;
    right: 10px !important;
}

.x-form_d1m3-medical-sp.right .form_row-cod label {
    float: right !important;
}

.x-form_d1m3-medical-sp.right .form_row-cod #cod {
    float: right !important;
}

.x-form_d1m3-medical-sp.noOnlinePayment .form_row-cod {
    display: none !important;
}

.x-form_d1m3-medical-sp.mobileForm {
    font-family: 'Roboto';
    padding: 25px 10px 50px;
    background-color: #dddee3;
}

.x-form_d1m3-medical-sp.mobileForm .form_headline {
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 25px;
}

.x-form_d1m3-medical-sp.mobileForm .form_img {
    width: 100%;
    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;
    margin: 0;
}

.x-form_d1m3-medical-sp.mobileForm .form_img img {
    width: auto;
    max-width: 100%;
    margin: 0 5px;
}

.x-form_d1m3-medical-sp.mobileForm .form_text {
    display: none;
}

.x-form_d1m3-medical-sp.mobileForm .form_steps {
    width: 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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0;
}

.x-form_d1m3-medical-sp.mobileForm .form_steps .form_steps-text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.x-form_d1m3-medical-sp.mobileForm .form_steps .form_steps-text div {
    width: 100px;
}

.x-form_d1m3-medical-sp.mobileForm .form_steps .form_steps-text div p {
    color: #8a8a8a;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
}

.x-form_d1m3-medical-sp.mobileForm .form_steps .form_steps-line {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 40px 0;
}

.x-form_d1m3-medical-sp.mobileForm .form_steps .form_steps-line .dot {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: 2px solid #afafb1;
    background-color: #fff;
}

.x-form_d1m3-medical-sp.mobileForm .form_steps .form_steps-line .line {
    width: 46%;
    border-bottom: 2px dashed #a6a6a6;
}

.x-form_d1m3-medical-sp.mobileForm .form_steps .form_steps-line .dot1 {
    border-color: green;
}

.x-form_d1m3-medical-sp.mobileForm form>div {
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -ms-flex-align: start;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.x-form_d1m3-medical-sp.mobileForm form div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.x-form_d1m3-medical-sp.mobileForm form div .form_row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative;
    margin: 0 0 5px 0;
}

.x-form_d1m3-medical-sp.mobileForm form div .form_row label {
    position: absolute;
    top: 0;
    left: 10px;
    font-family: 'Roboto';
    color: #656565;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.x-form_d1m3-medical-sp.mobileForm form div .form_row input,
.x-form_d1m3-medical-sp.mobileForm form div .form_row select,
.x-form_d1m3-medical-sp.mobileForm form div .form_row textarea {
    width: 100%;
    height: 46px;
    border-radius: 3px;
    border: 1px solid #afb0b4;
    padding: 10px 0 0 10px;
    background-color: #ffffff;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
}

.x-form_d1m3-medical-sp.mobileForm form div .form_row.not_focus label {
    top: 12.5px;
    color: #000000;
    font-size: 18px;
}

.x-form_d1m3-medical-sp.mobileForm form div .form_row-number,
.x-form_d1m3-medical-sp.mobileForm form div .form_row-local {
    width: 49.667%;
}

.x-form_d1m3-medical-sp.mobileForm form div .form_row-country,
.x-form_d1m3-medical-sp.mobileForm form div .form_row-deliveryForm,
.x-form_d1m3-medical-sp.mobileForm form div .form_row-note2,
.x-form_d1m3-medical-sp.mobileForm form div .form_row-cod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.x-form_d1m3-medical-sp.mobileForm form div .form_row-country label,
.x-form_d1m3-medical-sp.mobileForm form div .form_row-deliveryForm label,
.x-form_d1m3-medical-sp.mobileForm form div .form_row-note2 label,
.x-form_d1m3-medical-sp.mobileForm form div .form_row-cod label {
    position: static;
    color: #000000;
    font-size: 16px;
}

.x-form_d1m3-medical-sp.mobileForm form div .form_row-country select,
.x-form_d1m3-medical-sp.mobileForm form div .form_row-deliveryForm select,
.x-form_d1m3-medical-sp.mobileForm form div .form_row-note2 select,
.x-form_d1m3-medical-sp.mobileForm form div .form_row-cod select,
.x-form_d1m3-medical-sp.mobileForm form div .form_row-country textarea,
.x-form_d1m3-medical-sp.mobileForm form div .form_row-deliveryForm textarea,
.x-form_d1m3-medical-sp.mobileForm form div .form_row-note2 textarea,
.x-form_d1m3-medical-sp.mobileForm form div .form_row-cod textarea {
    font-family: 'Roboto';
    width: 100%;
    height: 46px;
    border-radius: 3px;
    border: 1px solid #afb0b4;
    padding: 0 0 0 8px;
    background-color: #ffffff;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    resize: none;
}

.x-form_d1m3-medical-sp.mobileForm form div .form_row-cod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -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-form_d1m3-medical-sp.mobileForm form div .form_row-cod label {
    width: 100%;
}

.x-form_d1m3-medical-sp.mobileForm form div .form_row-cod input {
    width: 15px;
    height: 15px;
    float: left;
    margin: 0 5px 0 0;
}

.x-form_d1m3-medical-sp.mobileForm form div .form_row-cod #cod_help {
    width: 90%;
    font-size: 14px;
    color: #808080;
}

.x-form_d1m3-medical-sp.mobileForm form div .form_row-button {
    width: 100%;
    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-form_d1m3-medical-sp.mobileForm form div .form_row-button button {
    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;
    width: 100%;
    height: 70px;
    border-radius: 3px;
    border-width: 1px;
    border-color: #afb0b4;
    border-style: solid;
    background-color: #0077cc;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
    margin: 0 0 25px;
    cursor: pointer;
    display: none;
}

.x-form_d1m3-medical-sp.mobileForm form div .form_row-button button span {
    display: block;
    font-size: 15px;
    font-weight: 400;
}

.x-form_d1m3-medical-sp.mobileForm form div ul {
    list-style: none;
    color: #ff0000;
    display: inline;
    padding: 0;
}

.x-form_d1m3-medical-sp.mobileForm form div ul p:nth-child(2) {
    display: none;
}

.x-form_d1m3-medical-sp.mobileForm form .form_text-necessary {
    margin: 15px 0 0;
    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;
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    display: none;
}

.x-form_d1m3-medical-sp.mobileForm form.mxForm div .form_row-contact,
.x-form_d1m3-medical-sp.mobileForm form.mxForm div .form_row-contact2 {
    position: relative;
    margin: 0 0 5px 44px;
}

.x-form_d1m3-medical-sp.mobileForm form.mxForm div .form_row-contact span,
.x-form_d1m3-medical-sp.mobileForm form.mxForm div .form_row-contact2 span {
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: -44px;
    background-color: #ebeae5;
    border: 1px solid #afb0b4;
    border-radius: 3px 0 0 3px;
}

.x-form_d1m3-medical-sp.mobileForm form.mxForm div .form_row-contact ul,
.x-form_d1m3-medical-sp.mobileForm form.mxForm div .form_row-contact2 ul {
    margin: 0 0 0 -44px;
}

.x-form_d1m3-medical-sp.mobileForm form.mxForm div .form_row-contact label,
.x-form_d1m3-medical-sp.mobileForm form.mxForm div .form_row-contact2 label {
    position: absolute;
    top: 0;
    left: 10px;
    font-family: 'Roboto';
    color: #656565;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.x-form_d1m3-medical-sp.mobileForm form.mxForm div .form_row-contact.right .label,
.x-form_d1m3-medical-sp.mobileForm form.mxForm div .form_row-contact2.right .label {
    left: unset;
    right: 10px;
}

.x-form_d1m3-medical-sp.mobileForm .form_img-payment {
    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;
    margin: 0 0 15px;
}

.x-form_d1m3-medical-sp.mobileForm .next_step-button {
    width: 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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    border-radius: 3px;
    border-width: 1px;
    border-color: #afb0b4;
    border-style: solid;
    background-color: #0077cc;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
    margin: 28px 0 25px;
    cursor: pointer;
    display: none;
}

.x-form_d1m3-medical-sp.mobileForm .next_step-button span {
    display: block;
    font-size: 15px;
    font-weight: 400;
}

.x-form_d1m3-medical-sp.mobileForm .next_step-text {
    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;
    margin: 0;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    display: none;
}

.x-form_d1m3-medical-sp.mobileForm .next_step-text span {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

@media only screen and (max-width: 600px) {
    .x-form_d1m3-medical-sp.mobileForm .form_img {
        height: 35px;
    }
    .x-form_d1m3-medical-sp.mobileForm .form_img img {
        width: auto;
        height: 100%;
    }
}

.x-form_d1m3-medical-sp.mobileForm.step1 form .form_row-deliveryForm,
.x-form_d1m3-medical-sp.mobileForm.step1 form .form_row-local,
.x-form_d1m3-medical-sp.mobileForm.step1 form .form_row-country,
.x-form_d1m3-medical-sp.mobileForm.step1 form .form_row-note2,
.x-form_d1m3-medical-sp.mobileForm.step1 form .form_row-cod,
.x-form_d1m3-medical-sp.mobileForm.step1 form .form_row-phone2,
.x-form_d1m3-medical-sp.mobileForm.step1 form .form_row-blok_ro,
.x-form_d1m3-medical-sp.mobileForm.step1 form .form_row-scara_ro,
.x-form_d1m3-medical-sp.mobileForm.step1 form .form_row-pietro_ro,
.x-form_d1m3-medical-sp.mobileForm.step1 form .form_row-ap_ro {
    display: none !important;
}

.x-form_d1m3-medical-sp.mobileForm.step1 form .form_text-necessary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.x-form_d1m3-medical-sp.mobileForm.step1 .next_step-button1,
.x-form_d1m3-medical-sp.mobileForm.step1 .next_step-text1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.x-form_d1m3-medical-sp.mobileForm.step2 form .form_row-deliveryForm,
.x-form_d1m3-medical-sp.mobileForm.step2 form .form_row-local,
.x-form_d1m3-medical-sp.mobileForm.step2 form .form_row-country,
.x-form_d1m3-medical-sp.mobileForm.step2 form .form_row-note2,
.x-form_d1m3-medical-sp.mobileForm.step2 form .form_row-cod,
.x-form_d1m3-medical-sp.mobileForm.step2 form .form_row-blok_ro,
.x-form_d1m3-medical-sp.mobileForm.step2 form .form_row-scara_ro,
.x-form_d1m3-medical-sp.mobileForm.step2 form .form_row-pietro_ro,
.x-form_d1m3-medical-sp.mobileForm.step2 form .form_row-ap_ro {
    display: none !important;
}

.x-form_d1m3-medical-sp.mobileForm.step2 .form_steps .form_steps-line .dot1 {
    border: none;
    background: url(form_d1m3/themes/medical-sp/../../tick.png);
    background-position: center;
    background-size: 100% 100%;
}

.x-form_d1m3-medical-sp.mobileForm.step2 .form_steps .form_steps-line .dot2 {
    border-color: green;
}

.x-form_d1m3-medical-sp.mobileForm.step2 .form_steps .form_steps-line .line1 {
    border-color: green;
}

.x-form_d1m3-medical-sp.mobileForm.step2 .next_step-button2,
.x-form_d1m3-medical-sp.mobileForm.step2 .next_step-text2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.x-form_d1m3-medical-sp.mobileForm.step3 .form_steps .form_steps-line .dot1 {
    border: none;
    background: url(form_d1m3/themes/medical-sp/../../tick.png);
    background-position: center;
    background-size: 100% 100%;
}

.x-form_d1m3-medical-sp.mobileForm.step3 .form_steps .form_steps-line .dot2 {
    border: none;
    background: url(form_d1m3/themes/medical-sp/../../tick.png);
    background-position: center;
    background-size: 100% 100%;
}

.x-form_d1m3-medical-sp.mobileForm.step3 .form_steps .form_steps-line .dot3 {
    border-color: green;
}

.x-form_d1m3-medical-sp.mobileForm.step3 .form_steps .form_steps-line .line1 {
    border-color: green;
}

.x-form_d1m3-medical-sp.mobileForm.step3 .form_steps .form_steps-line .line2 {
    border-color: green;
}

.x-form_d1m3-medical-sp.mobileForm.step3 #save {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.x-form_d1m3-medical-sp.mobileForm.step3 .form_row-phone2 {
    display: none !important;
}

.x-form_d1m3-medical-sp:not(.mobileForm) {
    max-width: 660px;
    width: auto;
    background-color: #EBEBEB;
    border: 2px solid #6c6c6c;
    padding: 50px 10px;
    margin: 20px;
    position: relative;
}

.x-form_d1m3-medical-sp:not(.mobileForm) .form_headline {
    width: auto;
    text-align: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #0083B2;
    position: absolute;
    top: -15px;
    left: 10px;
    padding: 0 5px;
    z-index: 0;
}

.x-form_d1m3-medical-sp:not(.mobileForm) .form_headline:after {
    content: '';
    display: block;
    position: inherit;
    top: 0;
    height: 50%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: -1;
}

.x-form_d1m3-medical-sp:not(.mobileForm) .form_img_payment {
    display: none;
}

.x-form_d1m3-medical-sp:not(.mobileForm) .form_img {
    width: 100%;
    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;
    margin: 0 0 10px;
}

.x-form_d1m3-medical-sp:not(.mobileForm) .form_img img {
    width: auto;
    max-width: 100%;
    margin: 0 5px;
}

.x-form_d1m3-medical-sp:not(.mobileForm) .form_text {
    color: #3d3d3d;
    font-size: 14px;
    font-family: 'Georgia';
    line-height: 25px;
    margin: 0 0 20px;
}

.x-form_d1m3-medical-sp:not(.mobileForm) .form_steps,
.x-form_d1m3-medical-sp:not(.mobileForm) .form_text-necessary,
.x-form_d1m3-medical-sp:not(.mobileForm) .next_step-text,
.x-form_d1m3-medical-sp:not(.mobileForm) .next_step-button {
    display: none;
}

.x-form_d1m3-medical-sp:not(.mobileForm) form div div {
    display: -webkit-box;
    display: -ms-flexbox;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    margin: 8px 0;
    width: 100%;
    display: flex;
}

.x-form_d1m3-medical-sp:not(.mobileForm) form div div .help-text {
    width: auto;
    margin-left: 190px;
    text-align: left;
    font-family: 'Georgia';
    font-size: 12px;
    color: #3d3d3d;
}

.x-form_d1m3-medical-sp:not(.mobileForm) form div div label {
    max-width: 180px;
    width: 100%;
    margin: 0 10px 0 0;
    height: 24px;
    padding: 3px 0;
    color: #3d3d3d;
    font-family: 'Georgia';
    font-size: 16px;
    font-weight: 700;
    text-align: right;
}

.x-form_d1m3-medical-sp:not(.mobileForm) form div div label.required:before {
    content: "*";
    color: #ff0000;
}

.x-form_d1m3-medical-sp:not(.mobileForm) form div div label[for="country"]:before {
    content: none;
}

.x-form_d1m3-medical-sp:not(.mobileForm) form div div ul {
    padding-left: 190px;
    list-style: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.x-form_d1m3-medical-sp:not(.mobileForm) form div div ul li,
.x-form_d1m3-medical-sp:not(.mobileForm) form div div ul p {
    font-family: 'Georgia';
    font-size: 16px;
    color: #ff0000;
}

.x-form_d1m3-medical-sp:not(.mobileForm) form div div ul p:nth-child(2) {
    display: none;
}

.x-form_d1m3-medical-sp:not(.mobileForm) form div div input,
.x-form_d1m3-medical-sp:not(.mobileForm) form div div select {
    max-width: 234px;
    width: 100%;
    height: 24px;
}

.x-form_d1m3-medical-sp:not(.mobileForm) form div div textarea {
    max-width: 234px;
    width: 100%;
    height: 50px;
    resize: none;
}

.x-form_d1m3-medical-sp:not(.mobileForm) form div div #cod {
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 5px 0 0;
}

.x-form_d1m3-medical-sp:not(.mobileForm) form div div #cod_help {
    max-width: 400px;
    width: auto;
    font-family: 'Georgia';
    color: #3d3d3d;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
}

.x-form_d1m3-medical-sp:not(.mobileForm) form div div button {
    font: 700 20px/1 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Geneva", "Verdana", sans-serif;
    font-size: 22px;
    line-height: 24px;
    color: #fff;
    background-color: #0083B2;
    text-shadow: 0px -1px 1px #64799E;
    text-decoration: underline;
    padding: 12px 10px;
    box-shadow: inset 0px 1px 0px 0px #A5B9D9;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    margin: auto;
}

.x-form_d1m3-medical-sp:not(.mobileForm) form div div.form_row-number,
.x-form_d1m3-medical-sp:not(.mobileForm) form div div.form_row-local {
    display: none;
}

.x-form_d1m3-medical-sp:not(.mobileForm) form div div.form_row-deliveryForm {
    display: none;
}

.x-form_d1m3-medical-sp:not(.mobileForm) form div div.form_row-note2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.x-form_d1m3-medical-sp:not(.mobileForm) form div div.form_row-cod {
    display: inline;
}

.x-form_d1m3-medical-sp:not(.mobileForm) form div div.form_row-cod label {
    float: left;
    margin: 0 10px 50px 0;
}

.x-form_d1m3-medical-sp:not(.mobileForm) form div div.form_row-button {
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.x-form_d1m3-medical-sp:not(.mobileForm) form.roForm div .form_row-pcode input {
    max-width: 180px;
    width: 100%;
}

.x-form_d1m3-medical-sp:not(.mobileForm) form.roForm div .form_row-pcode a {
    margin: 3px 5px;
}

.x-form_d1m3-medical-sp:not(.mobileForm) form.mxForm div div label[for="phone"],
.x-form_d1m3-medical-sp:not(.mobileForm) form.mxForm div div label[for="phone2"],
.x-form_d1m3-medical-sp:not(.mobileForm) form.mxForm div div input[name="phone"],
.x-form_d1m3-medical-sp:not(.mobileForm) form.mxForm div div input[name="phone2"] {
    display: none;
}

.x-form_d1m3-medical-sp:not(.mobileForm) form.mxForm div div.form_row-phone,
.x-form_d1m3-medical-sp:not(.mobileForm) form.mxForm div div.form_row-phone2 {
    display: none;
}

.x-form_d1m3-medical-sp:not(.mobileForm) form.mxForm div div.form_row-contact,
.x-form_d1m3-medical-sp:not(.mobileForm) form.mxForm div div.form_row-contact2 {
    position: relative;
}

.x-form_d1m3-medical-sp:not(.mobileForm) form.mxForm div div.form_row-contact input,
.x-form_d1m3-medical-sp:not(.mobileForm) form.mxForm div div.form_row-contact2 input {
    padding: 0 0 0 40px;
}

.x-form_d1m3-medical-sp:not(.mobileForm) form.mxForm div div.form_row-contact span,
.x-form_d1m3-medical-sp:not(.mobileForm) form.mxForm div div.form_row-contact2 span {
    width: 38px;
    height: 24px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-color: #ebebe4;
    color: #585858;
    border: 1px solid #a8a8a8;
    margin: 0 0 0 190px;
}

@media only screen and (max-width: 768px) {
    .x-form_d1m3-medical-sp:not(.mobileForm) {
        max-width: 100%;
        width: auto;
        margin: 20px;
    }
    .x-form_d1m3-medical-sp:not(.mobileForm) .form_img {
        height: 35px;
    }
    .x-form_d1m3-medical-sp:not(.mobileForm) .form_img img {
        width: auto;
        height: 100%;
    }
    .x-form_d1m3-medical-sp:not(.mobileForm) form div div {
        flex-direction: column;
    }
    .x-form_d1m3-medical-sp:not(.mobileForm) form div div label {
        max-width: 100%;
        width: 100%;
        text-align: left;
        margin: 0;
    }
    .x-form_d1m3-medical-sp:not(.mobileForm) form div div ul {
        padding: 0;
    }
    .x-form_d1m3-medical-sp:not(.mobileForm) form div div input,
    .x-form_d1m3-medical-sp:not(.mobileForm) form div div select,
    .x-form_d1m3-medical-sp:not(.mobileForm) form div div textarea {
        max-width: 100%;
        width: 100%;
    }
    .x-form_d1m3-medical-sp:not(.mobileForm) form div div .help-text {
        margin: 0;
    }
    .x-form_d1m3-medical-sp:not(.mobileForm) form div div #cod_help {
        max-width: 100%;
    }
    .x-form_d1m3-medical-sp:not(.mobileForm) form div div.form_row-cod label {
        margin: 0;
    }
    .x-form_d1m3-medical-sp:not(.mobileForm) form.roForm div .form_row-pcode input {
        max-width: 100%;
        width: 100%;
    }
    .x-form_d1m3-medical-sp:not(.mobileForm) form.roForm div .form_row-pcode a {
        margin: 0;
    }
    .x-form_d1m3-medical-sp:not(.mobileForm) form.mxForm div div.form_row-contact span,
    .x-form_d1m3-medical-sp:not(.mobileForm) form.mxForm div div.form_row-contact2 span {
        margin: 24px 0 0 0;
    }
}

/* Ukrycie komponentu w trybie mobile lub desktop */

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

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

.x-order2-medical-sp {
    font-family: "Lato", sans-serif;
    color: #333;
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
    background: no-repeat top left;
    background-size: auto auto;
    background-size: cover;
}

.x-order2-medical-sp.right .car {
    float: left;
}

.x-order2-medical-sp.right p:not(.center),
.x-order2-medical-sp.right h1:not(.center),
.x-order2-medical-sp.right h3:not(.center) {
    text-align: right !important;
}

.x-order2-medical-sp.right .signature {
    float: left;
}

.x-order2-medical-sp .car {
    float: right;
    margin: 10px 15px 20px 5.5%;
    width: 130px;
    height: 121px;
    background: center center no-repeat;
}

.x-order2-medical-sp .content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.x-order2-medical-sp .frame {
    text-align: left;
    margin: 20px auto;
    max-width: 850px;
    padding: 7px;
    z-index: 1;
    position: relative;
}

@media all and (max-width: 1000px) {
    .x-order2-medical-sp .frame {
        margin: auto;
        box-shadow: 0 0 5px #bdbdbd;
    }
}

.x-order2-medical-sp .frame .ebook {
    margin: 30px auto;
}

.x-order2-medical-sp .frame .ebook a {
    display: flex;
    justify-content: center;
    text-decoration: none;
    font-size: 20px;
    color: #157072;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.x-order2-medical-sp h1 {
    color: #157072;
    font-family: "Open Sans Condensed", sans-serif;
    margin: 0 0 25px;
    padding: 0 5px;
    font-weight: 900;
}

.x-order2-medical-sp h2,
.x-order2-medical-sp h3,
.x-order2-medical-sp h4,
.x-order2-medical-sp h5,
.x-order2-medical-sp h6 {
    font-weight: 900;
}

.x-order2-medical-sp p {
    font-size: 18px;
    line-height: 1.5em;
    margin: 0 0 15px;
    padding: 0 5px;
}

.x-order2-medical-sp .welcome p {
    font-size: 16px;
    font-weight: bold;
}

.x-order2-medical-sp .welcome textarea {
    width: 100%;
    height: 150px;
    border: 1px solid black;
    resize: none;
    padding: 10px;
}

.x-order2-medical-sp .welcome .send-btn {
    margin: 5px 0 auto auto;
    display: block;
    padding: 15px;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.x-order2-medical-sp .welcome .send-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.x-order2-medical-sp .welcome .send-btn:focus {
    border: 1px solid rgba(0, 0, 0, 0.1);
    outline: none;
}

.x-order2-medical-sp .main {
    border-spacing: 15px 0;
    margin: 20px 0;
}

@media all and (max-width: 400px) {
    .x-order2-medical-sp .main {
        border-bottom: 1px dotted #cccbcb;
        border-spacing: 10px 0;
    }
}

.x-order2-medical-sp .table {
    display: table;
    width: 100%;
}

.x-order2-medical-sp .table p {
    font-size: 14px;
    margin: 0;
    line-height: 1.8em;
}

.x-order2-medical-sp .table h1 {
    border-top: 1px solid #333;
    margin: 0;
    font-size: 18px;
    padding: 10px 0 8px 5px;
}

.x-order2-medical-sp .table h4 {
    font-size: 17px;
    margin: 20px 0;
}

.x-order2-medical-sp .table .paddingTop .cell {
    padding: 10px 0 0 5px;
}

.x-order2-medical-sp .table .prod img {
    max-height: 200px;
    max-width: 140px;
}

@media all and (max-width: 400px) {
    .x-order2-medical-sp .table .prod img {
        max-width: 100px;
        max-height: 100px;
    }
}

.x-order2-medical-sp .table .center,
.x-order2-medical-sp .table .center h1,
.x-order2-medical-sp .table .center h3 {
    text-align: center;
}

.x-order2-medical-sp .table .details {
    border-spacing: 0;
    padding-bottom: 10px;
}

.x-order2-medical-sp .table .details table {
    width: 100%;
    border-spacing: inherit;
}

.x-order2-medical-sp .table .details h1 {
    border: 0;
    padding: 0;
}

.x-order2-medical-sp .table .details h2 {
    font-size: 15px;
    margin: 0 0 10px;
    padding: 0 5px;
    font-weight: normal;
}

.x-order2-medical-sp .table .details h3 {
    font-weight: normal;
    margin: 0;
    font-size: 1em;
    padding: 7px 10px;
}

.x-order2-medical-sp .table .details .pad h3 {
    padding-left: 10px;
}

.x-order2-medical-sp .table .details .borderTop .cell:first-child {
    padding: 10px 0 8px 5px;
}

.x-order2-medical-sp .table .details .borderTop td {
    border-top: 1px solid #333;
}

.x-order2-medical-sp .table .details .cell {
    vertical-align: middle;
    display: table-cell;
}

@media all and (max-width: 700px) {
    .x-order2-medical-sp .table .table .cell {
        display: table-cell;
    }
}

@media all and (max-width: 400px) {
    .x-order2-medical-sp .table .table .cell {
        display: block;
    }
}

.x-order2-medical-sp .table .what h3 {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    max-width: 240px;
    margin: auto;
    line-height: 25px;
    padding: 5px 0;
}

.x-order2-medical-sp .table .what .table h2 {
    font-size: 15px;
    margin: 0 0 10px;
    padding: 0 1px;
}

.x-order2-medical-sp .table .what .table h3 {
    font-size: 20px;
    font-weight: bold;
}

.x-order2-medical-sp .table .what .table .cell {
    vertical-align: middle;
}

.x-order2-medical-sp .table .what .table .title h2 span {
    color: #9a9a9a;
}

.x-order2-medical-sp .table .product {
    text-align: center;
}

.x-order2-medical-sp .table .product img {
    max-width: 170px;
    margin: auto;
    max-height: 260px;
}

.x-order2-medical-sp .cell {
    display: table-cell;
    padding: 0;
}

@media all and (max-width: 700px) {
    .x-order2-medical-sp .cell {
        display: block;
    }
}

.x-order2-medical-sp .top {
    vertical-align: top;
}

.x-order2-medical-sp .signature {
    text-align: right;
    background: url(order2/themes/medical-sp/../img/order2-overlay.png) repeat;
    float: right;
}

.x-order2-medical-sp .clear {
    clear: both;
}

.x-order2-medical-sp .box {
    padding: 10px 0;
    margin-bottom: 10px;
}

/* Ukrycie komponentu w trybie mobile lub desktop */

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

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