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";
    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(107%);
    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: #f00
}

@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.text-img,
    .x-beautiful1-beautiful.img-text {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
    .x-beautiful1-beautiful.text-img .box_img,
    .x-beautiful1-beautiful.img-text .box_img {
        width: 100%;
    }
    .x-beautiful1-beautiful {
        padding-bottom: 20px;
    }
    .x-beautiful1-beautiful .box_text .box .title{
        font-weight: 900
    }
    .x-beautiful1-beautiful.text-img .box_img .box,
    .x-beautiful1-beautiful.img-text .box_img .box {
        max-width: 100%;
        width: 100%;
        position: static
    }
    .x-beautiful1-beautiful.text-img .box_text,
    .x-beautiful1-beautiful.img-text .box_text {
        width: 100%
    }
    .x-beautiful1-beautiful.text-img .box_text .box,
    .x-beautiful1-beautiful.img-text .box_text .box {
        max-width: 100%;
        width: 100%
    }
    .x-beautiful1-beautiful.text-img .box_text .box .title,
    .x-beautiful1-beautiful.img-text .box_text .box .title {
        font-size: 32px
    }
    .x-beautiful1-beautiful.text-img .box_text .box .subtitle,
    .x-beautiful1-beautiful.img-text .box_text .box .subtitle {
        font-size: 22px
    }
    .x-beautiful1-beautiful.text-img .box_text .box .button,
    .x-beautiful1-beautiful.img-text .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
    }
}


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

.x-beautiful8-beautiful {
    max-width: 100%;
    width: 100%;
    background-size: cover;
    background-position: 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;
    font-family: "Open Sans";
    color: #282828;
    padding: 20px
}

.x-beautiful8-beautiful .box_header {
    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;
    padding: 0
}

.x-beautiful8-beautiful .box_header .box {
    max-width: 1000px;
    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
}

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

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

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

.x-beautiful8-beautiful .main {
    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;
    margin: 0 0 30px
}

.x-beautiful8-beautiful .main .box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.x-beautiful8-beautiful .main .box .card {
    max-width: 280px;
    width: 100%;
    margin: 20px 10px 0
}

.x-beautiful8-beautiful .main .box .card.border {
    border: 1px solid #888888
}

.x-beautiful8-beautiful .main .box .card .card-head {
    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-beautiful8-beautiful .main .box .card .card-head img {
    max-width: 100%;
    width: auto
}

.x-beautiful8-beautiful .main .box .card .card-body p {
    padding: 20px 0 0;
    font-size: 16px
}

.x-beautiful8-beautiful .main .box .card:first-child {
    margin: 20px 10px 0 0
}

.x-beautiful8-beautiful .main .box .card:last-child {
    margin: 20px 0 0 10px
}

.x-beautiful8-beautiful .box_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 0 20px
}

.x-beautiful8-beautiful .box_text .text {
    max-width: 1000px;
    width: 100%
}

.x-beautiful8-beautiful .button {
    min-width: 180px;
    width: auto;
    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;
    background-color: #191919;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    padding: 14px 20px;
    margin: 0 0 20px
}

.x-beautiful8-beautiful.alternative {
    color: #ffffff
}

.x-beautiful8-beautiful.blue .step,
.x-beautiful8-beautiful.blue .button {
    background-color: #4c8bf5 !important
}

.x-beautiful8-beautiful.turquoise .step {
    background-color: #15e2f4 !important
}

.x-beautiful8-beautiful.green .step {
    background-color: #80b32a !important
}

.x-beautiful8-beautiful.yellow .step {
    background-color: #ffcc00 !important
}

.x-beautiful8-beautiful.orange .step {
    background-color: #ff6b00 !important
}

.x-beautiful8-beautiful.pink .step {
    background-color: #ff006c !important
}

.x-beautiful8-beautiful.red .step {
    background-color: #ff0000 !important
}

@media only screen and (max-width:1000px) {
    .x-beautiful8-beautiful {
        padding: 0 20px
    }
    .x-beautiful8-beautiful .main {
        padding: 10px
    }
    .x-beautiful8-beautiful .main .box .card {
        margin: 20px 0 0
    }
}

@media only screen and (max-width:1000px) {
    .x-beautiful8-beautiful .main .box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (max-width:768px) {
    .x-beautiful8-beautiful .box_header .box .title {
        font-size: 32px
    }
    .x-beautiful8-beautiful .box_header .box .subtitle {
        font-size: 22px
    }
}

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

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

p {
    direction: ltr
}

.x-beautiful7-beautiful {
    max-width: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    font-family: "Open Sans";
    color: #282828;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 20px 40px
}

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

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

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

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

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

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

.x-beautiful7-beautiful .box-card {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap
}

.x-beautiful7-beautiful .box-card .card {
    width: 200px;
    margin: 20px 20px 0 20px
}

.x-beautiful7-beautiful .box-card .card .img {
    display: flex;
    justify-content: center
}

.x-beautiful7-beautiful .box-card .card .text {
    padding: 10px 0 0 0
}

.x-beautiful7-beautiful .box-text {
    max-width: 1000px;
    width: 100%;
    margin: 20px 0 0 0
}

.x-beautiful7-beautiful .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
}

.blue .button {
    background-color: #4c8bf5 !important
}

.turquoise .button {
    background-color: #15e2f4 !important
}

.green .button {
    background-color: #80b32a !important
}

.yellow .button {
    background-color: #fc0 !important
}

.orange .button {
    background-color: #ff6b00 !important
}

.pink .button {
    background-color: #ff006c !important
}

.red .button {
    background-color: #f00 !important
}

@media only screen and (max-width:1000px) {
    .x-beautiful7-beautiful {
        padding: 0 20px 20px
    }
    .x-beautiful7-beautiful .box-card {
        padding: 10px 10px 0 10px
    }
    .x-beautiful7-beautiful .box-card .card {
        margin: 10px 10px 0 10px
    }
}

@media only screen and (max-width:768px) {
    .x-beautiful7-beautiful .box_header .box .title {
        font-size: 32px
    }
    .x-beautiful7-beautiful .box_header .box .subtitle {
        font-size: 22px
    }
}

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

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


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

.x-beautiful_form-beautiful {
    max-width: 100%;
    width: 100%;
    min-height: 700px;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-family: "Open Sans";
    color: #282828
}

.x-beautiful_form-beautiful .box_text {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 40px 20px 40px 40px
}

.x-beautiful_form-beautiful .box_text .box {
    max-width: 680px;
    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-beautiful_form-beautiful .box_text .box .title {
    width: 100%;
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    margin: 0 0 20px
}

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

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

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

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

.x-beautiful_form-beautiful .box_text .box img {
    max-width: 100%;
    width: auto
}

.x-beautiful_form-beautiful .box_text .box img.y_top {
    justify-self: flex-start
}

.x-beautiful_form-beautiful .box_text .box img.y_center {
    justify-self: center
}

.x-beautiful_form-beautiful .box_text .box img.y_bottom {
    justify-self: flex-end
}

.x-beautiful_form-beautiful .box_text .box img.x_left {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.x-beautiful_form-beautiful .box_text .box img.x_center {
    -ms-flex-item-align: center;
    align-self: center
}

.x-beautiful_form-beautiful .box_text .box img.x_right {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.x-beautiful_form-beautiful .box_form {
    width: 50%;
    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;
    margin: 0;
    padding: 40px 40px 40px 20px
}

.x-beautiful_form-beautiful .box_form.rtl form div label {
    left: auto;
    right: 10px
}

.x-beautiful_form-beautiful .box_form.rtl form div input {
    text-align: right;
    padding: 10px 10px 0 0
}

.x-beautiful_form-beautiful.alternative {
    color: #ffffff
}

.x-beautiful_form-beautiful.form-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.x-beautiful_form-beautiful.form-text .box_text {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 40px 40px 40px 20px
}

.x-beautiful_form-beautiful.form-text .box_form {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 40px 20px 40px 40px
}

.x-beautiful_form-beautiful.step1 form .form_text-necessary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.x-beautiful_form-beautiful.step1 .next1,
.x-beautiful_form-beautiful.step1 .next_step1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important
}

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

.x-beautiful_form-beautiful.step2 .form_steps .form_steps-line .dot2 {
    border-color: green !important
}

.x-beautiful_form-beautiful.step2 .form_steps .form_steps-line .line {
    border-color: green !important
}

.x-beautiful_form-beautiful.step2 .next2,
.x-beautiful_form-beautiful.step2 .next_step2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.x-beautiful_form-beautiful.blue button,
.x-beautiful_form-beautiful.blue .next {
    background-color: #4c8bf5 !important
}

.x-beautiful_form-beautiful.orange button,
.x-beautiful_form-beautiful.orange .next {
    background-color: #ff6b00 !important
}

.x-beautiful_form-beautiful.mobileForm .box_form {
    padding: 0
}

.x-beautiful_form-beautiful.mobileForm .box_form .box {
    padding: 20px
}

.x-beautiful_form-beautiful.mobileForm .box_form .box .form_steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.x-beautiful_form-beautiful.mobileForm .box_form .box form {
    width: 100%
}

.x-beautiful_form-beautiful.mobileForm .box_form .box button {
    width: 100%
}

@media only screen and (max-width:1000px) {
    .x-beautiful_form-beautiful .box_text,
    .x-beautiful_form-beautiful .box_form {
        padding: 20px
    }
    .x-beautiful_form-beautiful.form-text .box_text,
    .x-beautiful_form-beautiful.form-text .box_form {
        padding: 20px
    }
}

@media only screen and (max-width:768px) {
    .x-beautiful_form-beautiful {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .x-beautiful_form-beautiful .box_text {
        width: 100%
    }
    .x-beautiful_form-beautiful .box_text .box {
        max-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
    }
    .x-beautiful_form-beautiful .box_text .box .title {
        font-size: 32px
    }
    .x-beautiful_form-beautiful .box_text .box .subtitle {
        font-size: 22px
    }
    .x-beautiful_form-beautiful .box_form {
        width: 100%;
        padding: 0
    }
    .x-beautiful_form-beautiful .box_form .box {
        max-width: 100%
    }
    .x-beautiful_form-beautiful.form-text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

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

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

.x-beautiful_footer-beautiful {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #222;
    font-family: "Open Sans"
}

.x-beautiful_footer-beautiful .center {
    max-width: 1320px;
    width: 100%;
    padding: 0 20px
}

.x-beautiful_footer-beautiful .center .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border: 1px solid #2b2b2b;
    border-top: none;
    border-right: none;
    border-left: none
}

.x-beautiful_footer-beautiful .center .row span {
    color: #ededed;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-decoration: none;
    margin: 0 0 0 10px
}

.x-beautiful_footer-beautiful .center .row a {
    margin: 0 0 0 10px
}

.x-beautiful_footer-beautiful .center .row .copyright,
.x-beautiful_footer-beautiful .center .row a {
    color: #ededed;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    text-decoration: none
}

.x-beautiful_footer-beautiful .center .row2 {
    justify-content: center;
    flex-direction: column;
    border: 1px solid #2b2b2b;
    border-bottom: none;
    border-right: none;
    border-left: none
}

.x-beautiful_footer-beautiful .center .row2 P {
    text-align: center
}

.x-beautiful_footer-beautiful .center .row2 P a {
    margin: 0
}

.x-beautiful_footer-beautiful .center .row2 .bibliography {
    width: 100%;
    color: #ededed;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    margin: 20px 0 0;
    direction: ltr
}

.x-beautiful_footer-beautiful .center .row2 .bibliography .headline {
    width: 100%;
    text-align: left
}

.x-beautiful_footer-beautiful .center .row2 .bibliography ol {
    padding: 0 0 0 15px
}

.x-beautiful_footer-beautiful.white {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .75);
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .75)
}

.x-beautiful_footer-beautiful.white .center .row {
    border: 0
}

.x-beautiful_footer-beautiful.white .center .row .copyright,
.x-beautiful_footer-beautiful.white .center .row a,
.x-beautiful_footer-beautiful.white .center .row span {
    color: #282828
}

.x-beautiful_footer-beautiful.white .center .row2 {
    border: 1px solid #cbcbcb;
    border-right: none;
    border-bottom: none;
    border-left: none
}

.x-beautiful_footer-beautiful.blue {
    background-color: #009ee3;
    box-shadow: none
}

.x-beautiful_footer-beautiful.blue .center .row {
    border: 0
}

.x-beautiful_footer-beautiful.blue .center .row .copyright,
.x-beautiful_footer-beautiful.blue .center .row a,
.x-beautiful_footer-beautiful.blue .center .row span {
    color: #fff
}

.x-beautiful_footer-beautiful.blue .center .row2 {
    border: 1px solid #fff;
    border-right: none;
    border-bottom: none;
    border-left: none
}

@media only screen and (max-width:1000px) {
    .x-beautiful_footer-beautiful .center .row {
        flex-direction: column
    }
    .x-beautiful_footer-beautiful .center .row1 div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 20px 0 0
    }
    .x-beautiful_footer-beautiful .center .row1 div a {
        margin: 0
    }
    .x-beautiful_footer-beautiful .center .row1 div span {
        display: none
    }
}

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

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



.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
    }
}


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

.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-counter-medical-sp {
    font-family: 'Helvetica Neue', sans-serif;
    color: #ff0000;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    margin: 25px 20px;
}


/* Ukrycie komponentu w trybie mobile lub desktop */

@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;
    }
}


/*# 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-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;
    }
}

.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-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-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-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-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-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;
    }
}

p {
    direction: ltr
}

.x-beautiful2-beautiful {
    max-width: 100%;
    width: auto;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Open Sans";
    color: #282828;
    padding: 20px
}

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

.x-beautiful2-beautiful .box_img img {
    max-width: 100%;
    width: auto
}

.x-beautiful2-beautiful .title {
    max-width: 1000px;
    width: 100%;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    margin: 0 0 20px
}

.x-beautiful2-beautiful .subtitle {
    max-width: 1000px;
    width: 100%;
    font-size: 26px;
    font-weight: 400;
    line-height: 40px;
    margin: 0 0 20px
}

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

.x-beautiful2-beautiful .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: 0 auto 20px
}

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

.x-beautiful2-beautiful.blue .button {
    background-color: #4c8bf5
}

.x-beautiful2-beautiful.turquoise .button {
    background-color: #15e2f4
}

.x-beautiful2-beautiful.green .button {
    background-color: #80b32a
}

.x-beautiful2-beautiful.yellow .button {
    background-color: #fc0
}

.x-beautiful2-beautiful.orange .button {
    background-color: #ff6b00
}

.x-beautiful2-beautiful.pink .button {
    background-color: #ff006c
}

.x-beautiful2-beautiful.red .button {
    background-color: #f00
}

.x-beautiful2-beautiful>:last-child {
    margin: 0
}

.x-beautiful2-beautiful.contentPosition-top {
    justify-content: flex-start
}

@media only screen and (max-width:768px) {
    .x-beautiful2-beautiful .box_text .box .title {
        font-size: 32px
    }
    .x-beautiful2-beautiful .box_text .box .subtitle {
        font-size: 22px
    }
}

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

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


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

.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;
    }
}


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

.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-beautiful7-beautiful .box-card .card{
        width: 157px
    }
}

.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-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;
    }
}


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

.x-beautiful_footer-beautiful .center .row span.footer-logo {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 45px;
}

@media(max-width:1000px) {
    .x-beautiful1-beautiful.text-img .box_img .box {
        justify-content: center;
    }
    
    .x-beautiful_form-beautiful .box_form .box {
        width: 95%;
        max-width: 700px;
        margin: 0 auto;
    }
    
    .x-beautiful_form-beautiful .box_form .core_form {
        margin: 0 auto 30px;
    }

    .x-beautiful1-beautiful.without-bg.img-text {
        background-image: none !important;
        background-color: #2b2b2b;
    }

    .x-beautiful1-beautiful.without-bg2.img-text {
        background-image: none !important;
        background: rgb(251,252,254) !important;
        background: linear-gradient(186deg, rgba(251,252,254,1) 0%, rgba(246,247,251,1) 100%) !important;
    }
}

