.col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

body {
    overflow-x: hidden;
}

.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

img.bg-image {
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.topbar-flag {
    width: 20px;
    margin-top: -2px
}

.text-center {
    text-align: center !important;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.owl-theme .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    height: 50px;
    transform: translateY(-50%);
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 0;
    left: 40px;
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav .owl-next {
    left: auto;
    right: 40px;
}

.owl-theme.owl-dots-modern .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-item {
    touch-action: initial !important;
    perspective: 1000px !important;
}

.owl-carousel .owl-slide {
    position: relative;
    height: 600px;
    background-color: lightgray;
}

.owl-carousel .owl-slide .bg-image,
.owl-carousel .owl-slide .bg-image-pc {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.owl-carousel .owl-slide-animated {
    transform: translateX(20px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.05s;
}

.owl-carousel .owl-slide-animated.is-transitioned {
    transform: none;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
}

.owl-carousel .owl-slide-title.is-transitioned {
    transition-delay: 0.2s;
}

.owl-carousel .owl-slide-subtitle.is-transitioned {
    transition-delay: 0.35s;
}

.owl-carousel .owl-slide-cta.is-transitioned {
    transition-delay: 0.5s;
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
    position: absolute;
}

.owl-carousel .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid var(--main-black-color);
    transition: all 0.2s ease;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
    background: var(--main-black-color);
}

.owl-carousel .owl-nav {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

.owl-dots {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom:1;*display: inline
}

.owl-theme .owl-dots .owl-dot span {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    background: #dee2e6;
    backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #343a40
}

.owl-theme.owl-dots-modern .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0
}

.owl-theme.owl-dots-modern .owl-dots .owl-dot.active span {
    background: #fff;
    position: relative;
    top: 2px;
    width: 12px!important;
    height: 12px!important
}

.owl-theme.owl-dots-primary .owl-dots .owl-dot span {
    background: #dee2e6
}

.owl-theme.owl-dots-primary .owl-dots .owl-dot.active span {
    background: #f4ebe9
}

@media (max-width: 700px) {
    .owl-carousel .owl-slide .bg-image-pc {
        display: none;
    }

    .owl-carousel .owl-slide .bg-image {
        display: block;
    }
}

@media (min-width: 700px) {
    .owl-carousel .owl-slide .bg-image-pc {
        display: block;
    }

    .owl-carousel .owl-slide .bg-image {
        display: none;
    }
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

.doctor_block {
    width: 1140px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around
}

.doctor_block_video {
    width: 370px
}

.doctor_block_item {
    padding-bottom: 20px;
    width: 370px
}

.nanomeso2_concept_video {
    width: 90vw;
    max-width: 900px
}

.doctor_video {
    width: 34vw;
    height: 19.125vw;
    margin-bottom: 2vw
}

.bg-main {
    background-color: #f6edea;
}

@media(max-width: 1400px) {
    .doctor {
        width:80vw;
        margin-left: 10vw;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap
    }

    .doctor_video {
        width: 39vw;
        height: 21.9375vw;
        margin-bottom: 2vw
    }
}

@media(min-width: 900px) {
    .products_block {
        width:100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* background: #f6edea;  */
        padding-top: 50px;
        padding-bottom: 20px
    }

    .products_block_phone {
        display: none
    }

    .products_block_item {
        display: flex;
        align-items: center;
        margin-bottom: 20px
    }

    .products_block_img_long {
        width: 600px;
        /* height: 300px */
    }

    .products_block_img_short {
        width: 225px;
        height: 225px
    }

    .products_block_dis {
        width: 600px;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }

    .products_block_dis_short {
        width: 225px;
        height: 225px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }
}

@media(max-width: 900px) {
    .products_block {
        display:none
    }

    .doctor {
        width: 80vw;
        margin-left: 10vw;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap
    }

    .doctor_video {
        width: 80vw;
        height: 45vw;
        margin-bottom: 2vw
    }

    .products_block_phone {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* background: #f6edea; */
        padding-top: 50px;
        padding-bottom: 20px
    }

    .products_block_phone_img {
        width: 80%;
        height: 80%
    }

    .products_block_phone_dis {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media(max-width: 700px) {
    .doctor_video {
        width:90vw;
        height: 50.625vw;
        margin-bottom: 2vw
    }

    .last_col {
        flex: 0 0 80%;
        max-width: 80%
    }
}
