@font-face {
    font-family: Roboto;
    src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: Roboto;
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

body {
    font-family: Roboto,sans-serif;
    line-height: 1.5
}

img {
    max-width: 100%
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.template_index {
    width: 100%;
    min-height: 100vh;
    background-color: #b8b8b8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.template_index .container {
    max-width: 958px;
    width: 100%;
    background-color: #fff;
    margin: 0;
    padding: 0
}

.template_index .container .container__header {
    width: 100%
}

.template_index .container .container__header img {
    margin: 0
}

.template_index .container .container__wrapper {
    width: 100%;
    padding: 0
}

.template_index .container .container__wrapper.full .container__wrapper--left {
    max-width: 1000px;
    width: 80%;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: auto
}

.template_index .container .container__wrapper .container__wrapper--left {
    width: 70%
}

.template_index .container .container__wrapper .container__offer {
    padding: 20px 0
}

.template_index .container .container__wrapper .container__wrapper--left .container__offer {
    max-width: 100%;
    width: 100%;
    padding: 20px 0
}

.template_index .container .container__wrapper .container__form {
    max-width: 550px;
    margin: 0 auto;
    padding: 20px 0
}

.template_index .container .container__wrapper .container__wrapper--sidebar {
    width: 240px
}

.template_index .container .container__wrapper .container__wrapper--sidebar.desktop {
    display: block
}

.template_index .container .container__footer {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .template_index .container .container__wrapper {
        margin:50px 0 0;
        padding: 0
    }

    .template_index .container .container__wrapper.full .container__wrapper--left {
        width: 100%
    }

    .template_index .container .container__wrapper .container__wrapper--left {
        width: 100%
    }

    .template_index .container .container__wrapper .container__wrapper--left .container__wrapper--main {
        width: 100%
    }

    .template_index .container .container__wrapper .container__wrapper--left .container__offer {
        max-width: 100%;
        width: 100%;
        padding: 0
    }

    .template_index .container .container__wrapper .container__wrapper--left .container__offer {
        max-width: 100%;
        width: 100%;
        padding: 0;
        margin-top: 30px;

    }

    .template_index .container .container__wrapper .container__wrapper--left .container__form {
        max-width: 650px;
        width: 100%;
        padding: 0
    }

    .template_index .container .container__wrapper .container__wrapper--sidebar {
        width: 100%
    }

    .template_index .container .container__wrapper .container__wrapper--sidebar.desktop {
        display: none
    }
}

.product_visualization {
    max-height: 300px!important;
    height: auto!important;
    width: auto!important;
    margin: 10px 0 5px!important
}

.product_visualization.x1 {
    max-width: 100%!important
}

@media only screen and (max-width: 768px) {
    .product_visualization {
        max-height:350px!important
    }
}

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

@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 {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
}

.x-p-medical-sp {
    width: auto;
    color: #3d3d3d;
    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
}

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

.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-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.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 {
    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-size: 16px;
    padding: 10px
}

.x-image-medical-sp.right div {
    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;
        padding: 15px;
        color: #fff;
        text-align: inherit;
        font-weight: 700
    }
}

.x-profesor_box-medical-sp {
    color: #3d3d3d;
    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-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
    }
}

* {
    -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-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%
    }

    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-card .card {
        background-color: #fff;
        padding: 10px;
        margin: 20px;
        border: 3px solid #5faf5c
    }

    .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 .card-title {
        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-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 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%
    }

    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-card .card {
        background-color: #fff;
        padding: 10px;
        margin: 20px;
        border: 3px solid #5faf5c
    }

    .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 .card-title {
        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-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 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:#fff;
        margin: 20px;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 9px -2px rgba(0,0,0,.75);
        box-shadow: 0 0 9px -2px rgba(0,0,0,.75);
        -webkit-animation: fade 1s;
        animation: fade 1s
    }

    @-webkit-keyframes fade {

        to {
            opacity: 1
        }
    }

    @keyframes fade {
        from {
            opacity: .4
        }

        to {
            opacity: 1
        }
    }

    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.d-slider .card .card-head {
        background-color: #ddd;
        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-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 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:#fff;
        margin: 20px;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 9px -2px rgba(0,0,0,.75);
        box-shadow: 0 0 9px -2px rgba(0,0,0,.75);
        -webkit-animation: fade 1s;
        animation: fade 1s
    }

    @-webkit-keyframes fade {

        to {
            opacity: 1
        }
    }

    @keyframes fade {
        from {
            opacity: .4
        }

        to {
            opacity: 1
        }
    }

    .x-testimonial_slider_new-medical-sp .testimonial_slider_box.m-slider .card .card-head {
        background-color: #ddd;
        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-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 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
    }
}

.x-h3-medical-sp {
    color: #000;
    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
}

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

.x-list_magneticinsoles_sp-magneticinsoles-sp {
    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: .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
}

.x-list_new-RobotoLobster {
    color: #000;
    margin: 20px 0;
    padding: 0 15px;
}

.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: #000;
    color: #fff
}

.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;
    padding-right: 5px;
}

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

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

.x-before_after-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: 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 {
    width: 50%;
    margin-bottom: 15px;
    height: auto
}

.x-before_after-medical-sp .before_after-row .before_after-img img {
    display: block;
    margin: 0 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
}

.x-chart-medical {
    width: 100%;
    margin: 25px auto;
    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 #000
}

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

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

.x-img_list-medical-sp {
    width: auto;
    color: #3d3d3d;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 20px;
    padding: 10px;
    list-style-type: none
}

.x-img_list-medical-sp img {
    max-width: none
}

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

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

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

.x-offer-medical-sp .offer-prices .offer-price1 {
    text-decoration: line-through;
    color: red;
    font-size: 1.1em
}

.x-offer-medical-sp .offer-prices .offer-price2 {
    color: green;
    margin: 0 0 0 10px;
    font-size: 1.5em
}

.x-offer-medical-sp .offer-img_counter {
    margin-bottom: 15px;
    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: #666;
    background: -webkit-gradient(linear,left top,left bottom,from(#666),color-stop(37%,#e5e5e5),color-stop(59%,#e5e5e5),color-stop(98%,#666));
    background: -webkit-linear-gradient(top,#666 0,#e5e5e5 37%,#e5e5e5 59%,#666 98%);
    background: -o-linear-gradient(top,#666 0,#e5e5e5 37%,#e5e5e5 59%,#666 98%);
    background: linear-gradient(to bottom,#666 0,#e5e5e5 37%,#e5e5e5 59%,#666 98%);
    background-size: 100% 115%;
    background-position: 0
}

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

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

.x-offer-medical-sp .productCounter .productCounter-text {
    font-size: 14px;
    font-weight: 700;
    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 .productsCount {
        font-size: 30px
    }

    .x-offer-medical-sp .productCounter {
        margin-top: 0
    }
}

@keyframes fade {
    0% {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.main-carousel-wrapper {
    position: fixed;
    bottom: 200px;
    right: 10px;
    width: 260px;
    max-width: 300px;
    font-family: Roboto,sans-serif;
    display: none
}

.main-carousel-wrapper.visible {
    display: block
}

.main-carousel-wrapper .carousel-inner {
    width: 100%;
    position: relative
}

.main-carousel-wrapper .carousel-inner .carousel-items .carousel-item {
    border: 1px solid #44a5ff;
    border-radius: 3px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.main-carousel-wrapper .carousel-inner .carousel-items .carousel-item .carousel-item-top {
    background-color: #e9f0fa;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    min-height: 138px
}

.main-carousel-wrapper .carousel-inner .carousel-items .carousel-item .carousel-item-top .carousel-item-content {
    color: #4869b1;
    font-size: 14px;
    line-height: 1.4em
}

.main-carousel-wrapper .carousel-inner .carousel-items .carousel-item .carousel-item-bottom {
    background-color: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    display: flex;
    flex-direction: column;
    padding: 10px 30px;
    font-size: 16px;
    height: 62px
}

.main-carousel-wrapper .carousel-inner .carousel-items .carousel-item .carousel-item-bottom .carousel-item-author {
    color: #4869b1
}

.main-carousel-wrapper .carousel-inner .carousel-items .carousel-item .carousel-item-bottom .carousel-item-city {
    color: #6a6a6a
}

.main-carousel-wrapper .carousel-inner .carousel-btns {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 70px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 1px
}

.main-carousel-wrapper .carousel-inner .carousel-btns img {
    cursor: pointer;
    width: 20px;
    height: 60px
}

.carousel-btns picture {
    position: absolute;
    left: 1px;
    bottom: 0
}

.carousel-btns picture:nth-child(2) {
    left: auto;
    right: 1px
}

@media only screen and (max-width: 1600px) {
    .main-carousel-wrapper {
        max-width:200px;
        width: 200px
    }

    .main-carousel-wrapper .carousel-inner .carousel-items .carousel-item .carousel-item-top {
        padding: 10px 20px
    }

    .main-carousel-wrapper .carousel-inner .carousel-items .carousel-item .carousel-item-top .carousel-item-content {
        font-size: 12px
    }

    .main-carousel-wrapper .carousel-inner .carousel-items .carousel-item .carousel-item-bottom {
        font-size: 12px;
        padding: 10px 20px
    }

    .main-carousel-wrapper .carousel-inner .carousel-btns img {
        cursor: pointer;
        width: 15px;
        height: 40px
    }
}

@media only screen and (max-width: 1355px) {
    .main-carousel-wrapper.visible {
        display:none
    }
}

@media only screen and (max-width: 1158px) {
    .main-carousel-wrapper.visible {
        display:none
    }
}

.main-carousel-wrapper .carousel-inner .carousel-items .carousel-item .carousel-item-top .carousel-item-content {
    font-size: 12px
}

.main-carousel-wrapper {
    max-width: 300px;
    width: 300px
}

.carousel-item .carousel-item-top .imagesSlider img {
    width: 100%;
    border-radius: 3px
}

.carousel-item .carousel-item-top .imagesSlider {
    float: left;
    text-align: center;
    padding: 10px;
    max-width: 94px
}

.carousel-item .carousel-item-top .carousel-item-content {
    width: 100%
}

.fa-check-circle:before {
    width: 20px;
    height: 20px;
    content: "";
    display: inline-block;
    background: url(../images/red-checked.png);
    background-size: contain
}

.core_form {
    width: 100%;
    font-family: Roboto,sans-serif;
}

.core_form .box {
    width: 100%;
    background-color: #dddee3;
    margin: 0;
    padding: 20px
}

.core_form .box .headline {
    position: static;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    margin: 0 auto!important;
    background: 0 0!important;
    max-width: 100%!important
}

.core_form .box .headline {
    position: static;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #0083b2;
    margin: 0 auto!important;
    background: 0 0!important;
    max-width: 100%!important
}

.core_form .box .text {
    display: block;
    margin: 20px;
    text-align: left;
    line-height: 25px;
    color: #3d3d3d
}

.core_form .box form .row {
    max-width: 100%;
    width: 100%;
    position: relative;
    margin: 0 0 5px
}

.core_form .box form .row label {
    width: auto;
    position: absolute;
    top: 0;
    left: 10px;
    color: #656565;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    -webkit-transition: .1s;
    transition: .1s;
    padding: 0
}

.core_form .box form .row input {
    max-width: 100%;
    width: 100%;
    height: 46px;
    background-color: #fff;
    border: 1px solid #afb0b4;
    border-radius: 3px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    padding: 0 0 0 10px
}

.core_form .box form .row .error p {
    color: red;
    font-size: 14px;
    display: none
}

.core_form .box form .row .error p:nth-child(1) {
    display: block
}

.core_form .box form .row.not_focus label {
    font-size: 14px;
    top: 12px;
    display: none
}

.core_form .box form .row.row_save button {
    width: 100%;
    background-color: #07c;
    border-radius: 2px;
    text-decoration: none;
    border: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    color: #fff;
    padding: 12px 10px;
    cursor: pointer
}

.core_form .box form .row.row_save button span {
    display: block;
    font-size: 16px
}

@media only screen and (max-width: 768px) {
    .core_form .box .headline {
        color:#000;
        margin: 10px 0!important
    }

    .core_form .box .text {
        display: none
    }
}

.inL_693868 {
    visibility: visible
}

.inL_689231 {
    background: #054694;
    color: #fff;
    min-height: 0
}

.inL_708991 {
    text-align: center
}

.inL_851430 {
    text-align: center
}

.inL_710638 {
    text-align: left
}

.inL_556605 {
    clear: both
}

.inL_355592 {
    text-align: left
}

.inL_559408 {
    border-color: #054694;
    background-color: #f3fffd
}

.inL_27517 {
    text-align: center
}

.inL_302305 {
    text-align: center
}

.inL_98153 {
    color: #000;
    background-color: #054694;
    color: #fff
}

.inL_353624 {
    text-align: left
}

.inL_758761 {
    text-align: left
}

.inL_79912 {
    text-align: center;
    background-color: #feecee
}

.inL_324642 {
    text-align: center
}

.inL_581667 {
    color: red
}

.inL_345539 {
    color: red
}

.inL_147148 {
    text-align: left
}

.inL_802678 {
    text-align: center;
    background-color: #feecee
}

.inL_48679 {
    text-align: center
}

.inL_678792 {
    color: red
}

.inL_818914 {
    color: red
}

.inL_622113 {
    text-align: left
}

.inL_46029 {
    text-align: center;
    background-color: #feecee
}

.inL_39668 {
    text-align: center
}

.inL_107891 {
    color: red
}

.inL_513642 {
    color: red
}

.inL_54025 {
    text-align: left
}

.inL_562622 {
    text-align: center;
    background-color: #feecee
}

.inL_431215 {
    text-align: center
}

.inL_721089 {
    color: red
}

.inL_28056 {
    color: red
}

.inL_25133 {
    text-align: left
}

.inL_159582 {
    text-align: left;
    background-color: #feecee
}

.inL_263787 {
    text-align: center
}

.inL_65302 {
    color: red
}

.inL_751820 {
    color: red
}

.inL_544086 {
    text-align: left
}

.inL_542138 {
    text-align: center;
    background-color: #feecee
}

.inL_738075 {
    text-align: center
}

.inL_990766 {
    color: red
}

.inL_638950 {
    color: red
}

.inL_770783 {
    text-align: left
}

.inL_577497 {
    text-align: left
}

.inL_843640 {
    border-color: #054694;
    background-color: #f3fffd
}

.inL_309944 {
    text-align: center
}

.inL_466730 {
    text-align: center
}

.inL_386301 {
    color: #000;
    background-color: #054694;
    color: #fff
}

.inL_109466 {
    text-align: left
}

.inL_851761 {
    text-align: left
}

.inL_348623 {
    color: #000;
    background-color: #054694;
    color: #fff
}

.inL_453806 {
    text-align: left
}

.inL_149835 {
    text-align: left
}

.inL_751456 {
    border-color: #054694;
    background-color: #f3fffd
}

.inL_851023 {
    text-align: center
}

.inL_929838 {
    text-align: center
}

.inL_272116 {
    color: #000;
    background-color: #054694;
    color: #fff
}

.inL_927496 {
    text-align: center
}

.inL_359019 {
    text-align: left
}

.inL_496078 {
    text-align: center
}

.inL_416294 {
    text-align: left
}

.inL_466808 {
    text-align: center
}

.inL_740946 {
    text-align: left
}

.inL_238378 {
    color: #000;
    background-color: #054694;
    color: #fff
}

.inL_477486 {
    text-align: left
}

.inL_263869 {
    text-align: center;
    background-color: #feecee;
    padding: 15px
}

.inL_703290 {
    text-align: center
}

.inL_11719 {
    text-align: left
}

.inL_128576 {
    border-color: #054694;
    background-color: #f3fffd
}

.inL_683845 {
    text-align: center
}

.inL_544246 {
    text-align: center
}

.inL_356311 {
    color: #000;
    background-color: #054694;
    color: #fff
}

.inL_959901 {
    text-align: left
}

.inL_780572 {
    text-align: left
}

.inL_956017 {
    text-align: left
}

.inL_628012 {
    text-align: left
}

.inL_113656 {
    color: #000;
    background-color: #054694;
    color: #fff
}

.inL_734120 {
    text-align: left
}

.inL_752313 {
    text-align: left
}

.inL_644630 {
    color: #000;
    background-color: #054694;
    color: #fff
}

.inL_242547 {
    text-align: left
}

.inL_781657 {
    max-width: 600px
}

.inL_370886 {
    max-width: 600px
}

.inL_279603 {
    background-color: #fff6dd
}

.inL_825092 {
    background-color: #d8be3e!important;
    font-size: 40px
}

.inL_593824 {
    background-color: #fff6dd
}

.inL_709738 {
    background-color: #ffcf86
}

.inL_643537 {
    background-color: #ee7816!important;
    font-size: 40px
}

.inL_474794 {
    background-color: #fdacb2
}

.inL_999499 {
    background-color: #d50414!important;
    font-size: 40px
}

.inL_972369 {
    text-align: left
}

.inL_540722 {
    color: #000;
    background-color: #054694;
    color: #fff
}

.inL_304688 {
    text-align: left
}

.inL_335641 {
    border-color: #054694;
    background-color: #f3fffd
}

.inL_6841 {
    text-align: center
}

.inL_295735 {
    text-align: center
}

.inL_17741 {
    color: #000;
    background-color: #054694;
    color: #fff
}

.inL_495962 {
    text-align: left
}

.inL_893463 {
    background-color: #f3fffd
}

.inL_868275 {
    background-color: #04e0c3!important;
    font-size: 40px;
    padding: 20px 10px
}

.inL_947629 {
    background-color: #f3fffd
}

.inL_647433 {
    background-color: #04e0c3!important;
    font-size: 40px;
    padding: 20px 10px
}

.inL_694039 {
    background-color: #f3fffd
}

.inL_120556 {
    background-color: #04e0c3!important;
    font-size: 40px;
    padding: 20px 10px
}

.inL_944979 {
    text-align: center
}

.inL_53379 {
    color: red
}

.inL_434157 {
    text-align: center
}

.inL_115915 {
    color: green
}

.inL_718587 {
    text-align: center
}

.inL_570303 {
    text-align: center
}

.inL_999516 {
    color: #000;
    background-color: #054694;
    color: #fff
}

.inL_531180 {
    max-width: 600px
}

.inL_413047 {
    max-width: 600px
}

.inL_207988 {
    text-align: left
}

.inL_15335 {
    text-align: left
}

.inL_868797 {
    text-align: center;
    background-color: #d8e8fd;
    padding: 15px
}

.inL_874594 {
    text-align: center
}

.inL_935414 {
    border-color: #054694;
    background-color: #f3fffd
}

.inL_714284 {
    text-align: center
}

.inL_418944 {
    text-align: center
}

.inL_299098 {
    color: #000;
    background-color: #054694;
    color: #fff
}

.inL_725204 {
    text-align: left
}

.inL_999640 {
    text-align: left
}

.inL_821997 {
    text-align: left
}

.inL_724501 {
    text-align: center;
    background-color: #d8e8fd;
    padding: 5px
}

.inL_343539 {
    text-align: center
}

.inL_56990 {
    max-width: 600px
}

.inL_203732 {
    max-width: 600px
}

.inL_224112 {
    text-align: left
}

.inL_847207 {
    color: #000;
    background-color: #054694;
    color: #fff
}

.inL_119434 {
    text-align: left
}

.inL_343259 {
    text-align: left
}

.inL_28289 {
    color: #000;
    background-color: #054694;
    color: #fff
}

.inL_301510 {
    text-align: left
}

.inL_460491 {
    text-align: left
}

.inL_290036 {
    text-align: left
}

.inL_305918 {
    text-align: left
}

.inL_668795 {
    text-align: left
}

.inL_488855 {
    text-align: left
}

.inL_364645 {
    color: #000;
    background-color: #054694;
    color: #fff
}

.inL_811958 {
    text-align: left
}

.inL_367629 {
    text-align: left;
    background-color: #feecee;
    padding: 5px
}

.inL_970655 {
    text-align: center
}

.inL_29868 {
    color: #000
}

.inL_607300 {
    background: #fff
}

.inL_892554 {
    height: 200px;
    background: #d80d0d
}

.inL_670396 {
    color: #000
}

.inL_244407 {
    background: #fff
}

.inL_451954 {
    height: 200px;
    background: #d80d0d
}

.inL_119943 {
    color: #000
}

.inL_697194 {
    background: #fff
}

.inL_894346 {
    height: 200px;
    background: #d80d0d
}

.inL_265509 {
    color: #000
}

.inL_743739 {
    background: #fff
}

.inL_116885 {
    height: 200px;
    background: #d80d0d
}

.inL_761415 {
    color: #000
}

.inL_607195 {
    background: #fff
}

.inL_169903 {
    height: 200px;
    background: #d80d0d
}

.inL_949869 {
    color: #000
}

.inL_82452 {
    background: #fff
}

.inL_700724 {
    height: 200px;
    background: #d80d0d
}

.inL_603861 {
    text-align: left
}

.inL_36430 {
    text-align: left;
    background-color: #f2e8ff;
    padding: 5px
}

.inL_699481 {
    text-align: center
}

.inL_465705 {
    color: #000
}

.inL_949038 {
    background: #fff
}

.inL_499306 {
    height: 200px;
    background: #7a0db8
}

.inL_892528 {
    text-align: center
}

.inL_904552 {
    color: #000
}

.inL_501225 {
    background: #fff
}

.inL_409886 {
    height: 200px;
    background: #7a0db8
}

.inL_8818 {
    text-align: center
}

.inL_586753 {
    color: #000
}

.inL_387418 {
    background: #fff
}

.inL_821598 {
    height: 200px;
    background: #7a0db8
}

.inL_639557 {
    text-align: center
}

.inL_937274 {
    text-align: left
}

.inL_723654 {
    text-align: left;
    background-color: #e8ecff;
    padding: 5px
}

.inL_751379 {
    text-align: center
}

.inL_686169 {
    color: #000
}

.inL_64864 {
    background: #fff
}

.inL_609953 {
    text-align: center
}

.inL_452388 {
    height: 200px;
    background: #e29be7
}

.inL_153499 {
    text-align: center
}

.inL_424456 {
    color: #000
}

.inL_173182 {
    background: #fff
}

.inL_435690 {
    text-align: center
}

.inL_787968 {
    height: 200px;
    background: #7caef5
}

.inL_204253 {
    text-align: center
}

.inL_701268 {
    text-align: left
}

.inL_306055 {
    border-color: #054694;
    background-color: #f3fffd
}

.inL_800217 {
    text-align: center
}

.inL_159490 {
    text-align: center
}

.inL_805928 {
    color: #000;
    background-color: #054694;
    color: #fff
}

.inL_253726 {
    text-align: left
}

.inL_251143 {
    text-align: left
}

.inL_6443 {
    color: #000;
    background-color: #054694;
    color: #fff
}

.inL_521281 {
    text-align: left
}

.inL_767159 {
    text-align: left
}

.inL_34433 {
    color: #000;
    background-color: #054694;
    color: #fff
}

.inL_52333 {
    text-align: left
}

.inL_195262 {
    text-align: left
}

.inL_512706 {
    text-align: left
}

.inL_813582 {
    text-align: center
}

.inL_786922 {
    color: #000;
    background-color: #054694;
    color: #fff
}

.inL_68564 {
    text-align: left
}

.inL_688744 {
    color: #000;
    background-color: #054694;
    color: #fff
}

.inL_934286 {
    text-align: left
}

.inL_964484 {
    text-align: left
}

.inL_854424 {
    background-color: #feecee
}

.inL_93631 {
    background-color: #d50414!important;
    font-size: 40px;
    padding: 20px 10px
}

.inL_543858 {
    background-color: #f3fffd
}

.inL_821596 {
    background-color: #04e0c3!important;
    font-size: 40px;
    padding: 20px 10px
}

.inL_305841 {
    color: #000;
    background-color: #054694;
    color: #fff
}

.inL_278436 {
    text-align: left
}

.inL_139130 {
    text-align: left
}

.inL_537346 {
    text-align: right
}

.inL_961945 {
    text-align: left
}

.inL_560853 {
    text-align: right
}

.inL_938008 {
    color: red
}

.inL_956752 {
    display: flex;
    max-width: 300px
}

.inL_345756 {
    width: 80px;
    height: auto;
    top: -5px;
    right: -5px;
    display: block
}

.inL_227433 {
    font-weight: 700;
    font-size: 14px;
    display: block;
    margin-bottom: 30px;
    width: 130px
}

.inL_259646 {
    display: none
}

.inL_630838 {
    display: none
}

.inL_915461 {
    display: none
}

.inL_911046 {
    display: flex
}

.inL_530889 {
    display: none
}

.inL_940889 {
    display: none
}

.inL_731531 {
    display: none
}

.inL_842179 {
    display: none
}

.copyright {
    width: 100%;
    color: #aaa;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
    margin: 0 auto;
    padding: 20px
}

a,a:active,a:focus,a:hover,a:visited {
    outline: 0!important
}

input:invalid {
    outline: 0;
    box-shadow: none
}

#target-form {
    display: block
}

input::-ms-clear {
    display: none
}

.bel-footer-block {
    outline: 1px solid #2f3543!important
}

.ev-footer, .create_rom_footer {
    padding-bottom: 0;
}

.ev-footer__link {
    font-size: 14px;
}

@media screen and (max-width: 405px) {
    .x-img_list-medical-sp img {
        max-width: 65px;
    }

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

    .x-img_list-medical-sp {
        padding: 0;
    }

    .x-img_list-medical-sp .first-line p {
        margin-top: 0;
    }
}