/****
**
*
Breadcrumbs
*
**
****/

@media screen and (max-width: 740px) {
    .breadcrumbs {
        position: absolute;
        top: 107px;
        z-index: 6;
        width: 100%;
        color: #fff;
        margin: 0;
    }
    .breadcrumbs-list li {
        color: #fff;
        opacity: 1;
    }
    .breadcrumbs-list li a::after {
        content: url('../image/bread-arrow-w.svg');
    }
}

/****
**
*
Banner type
*
**
****/

.banner-typeBox {
    height: 717px;
    position: relative;
}

.banner-type__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.banner-type__info {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 40px;
}

.banner-type__h1 {
    font-weight: 600;
    font-size: 44px;
    line-height: 53px;
    color: #FFFFFF;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 24px;
}

.banner-type__bold {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
    max-width: 480px;
}

.banner-type__txt {
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    opacity: 0.95;
    text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    max-width: 590px;
    margin-bottom: 40px;
}

.banner-type__btn {
    width: 260px;
    height: 48px;
}

@media screen and (max-width: 740px) {
    .banner-typeBox {
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .banner-type__info {
        top: 20%;
        transform: none;
        padding: 0 4.5%;
    }
    .banner-type__h1 {
        font-weight: 600;
        font-size: 40px;
        line-height: 48px;
        color: #FFFFFF;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    }
    .banner-type__bold {
        display: none;
    }
    .banner-type__txt {
        font-size: 24px;
        line-height: 29px;
        color: #FFFFFF;
        opacity: 0.9;
        text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    }
    .banner-type__btn {
        width: 100%;
        height: 60px;
    }
}

/****
**
*
Tri
*
**
****/

.tri {
    padding: 36px 0 85px;
    margin: 0;
}

.tri-item {
    width: 410px;
    height: 132px;
    box-sizing: border-box;
    padding-left: 20px;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 1px 10px rgba(109, 109, 109, 0.08), 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 3px;
    transition: .3s;
}

.tri-item:hover {
    box-shadow: 0px 7px 48px 2px rgba(153, 153, 153, 0.1), 0px 13px 14px rgba(109, 109, 109, 0.1), 0px 16px 24px rgba(0, 0, 0, 0.08), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
}

.tri-item__info {
    margin-left: 21px;
}

.tri-item__title {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
    max-width: 220px;
}

.tri-item__txt {
    font-size: 16px;
    line-height: 19px;
    opacity: 0.9;
    max-width: 234px;
}

.tri-list {
    justify-content: space-between;
}

@media screen and (max-width: 1024px) {
    .tri {
        overflow: hidden;
    }
    .tri-item {
        width: calc(60%)
    }
    .tri-pagination {
        display: flex;
        justify-content: center;
        margin-top: 26px;
    }
    .tri .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: #06BBFE;
        opacity: 0.7;
        margin: 0 8px!important;
    }
    .tri .swiper-pagination-bullet-active {
        transform: scale(1.6);
        opacity: 1;
    }
}

@media screen and (max-width: 740px) {
    .tri {
        padding: 36px 0 84px;
    }
    .tri-item {
        width: 94.3%;
    }
    .tri-pagination {
        margin-top: 23px;
    }
}

/****
**
*
Type
*
**
****/

.type-left {
    width: 850px;
}

.type-right {
    width: 410px;
}

.type-form {
    background: #F2F2F2;
    border-radius: 2px;
    box-sizing: border-box;
    width: 100%;
    padding: 50px 30px;
    position: sticky;
    top: 190px;
}

.type-form__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    opacity: 0.9;
    margin-bottom: 45px;
}

.input-label {
    font-size: 14px;
    line-height: 17px;
    color: #161A1D;
    opacity: 0.5;
}

input.type-input {
    background-color: #FFF;
    width: 100%;
    height: 55px;
    margin: 5px 0 40px;
}

.type-btn {
    width: 100%;
    height: 48px;
}

.type-left h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
    color: #000000;
    margin-bottom: 18px;
}

.type-left p {
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 16px;
}

.type-left ul {
    margin: 30px 0;
}

.type-left p strong{
    font-weight: 600
}

.type-left ul li {
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 5px;
}

.type-left ul li:last-child {
    margin-bottom: 0;
}

.type-left ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #06BBFE;
}

.type-left img {
    width: 100%;
    height: 322px;
    object-fit: cover;
    margin: 0 0 30px 0;
}

.wp-block-image {
    height: 322px;
}

.type-left a {
    color: #007FBB;
    text-decoration: underline;
}

@media screen and (max-width: 1024px) {
    .type-right {
        display: none;
    }
    .type-left {
        width: 100%;
    }
}

@media screen and (max-width: 740px) {
    .type-left p {
        font-size: 17px;
        line-height: 20px;
    }
    .type-left img {
        height: 200px;
        margin-bottom: 85px;
    }
    .wp-block-image {
        height: 200px;
    }
}

/* price-table */

.price-tableBox {
    margin-top: 90px;
}

.price-table {
    border-top: 1px solid rgba(22, 26, 29, 0.25);
    border-bottom: 1px solid rgba(22, 26, 29, 0.25);
}

.price-line {
    padding: 24px 0;
    align-items: flex-start;
    border-bottom: 1px solid rgba(22, 26, 29, 0.25);
}

.price-line:last-child {
    border: 0;
}

p.price-line__title {
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #000000;
    opacity: 0.8;
    max-width: 734px;
    margin: 0;
}

span.price-line__value {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.price-tabBtn {
    width: 188px;
    height: 48px;
    margin-top: 40px;
}

@media screen and (max-width: 1024px) {
    p.price-line__title {
        max-width: 70%;
    }
}

@media screen and (max-width: 740px) {
    p.price-line__title {
        max-width: 69%;
    }
    .price-tabBtn {
        width: 100%;
        height: 60px;
    }
}

/****
**
*
Articles
*
**
****/

.article-item {
    box-sizing: border-box;
    padding: 0 22px 0 15px;
    background: #FFFFFF;
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    width: 300px;
    height: 70px;
    margin-right: 30px;
    margin-bottom: 30px;
    transition: .3s;
}

.article-title{
    font-size: 14px;
    line-height: 17px;
    color: #161A1D;
    opacity: 0.8;
    margin-right: 20px;
}

.article-item:hover {
    background: #F7F7F7;
    box-shadow: 0px 7px 14px 3px rgba(0, 0, 0, 0.03), 0px 16px 24px rgba(0, 0, 0, 0.08), 0px 2px 6px rgba(0, 0, 0, 0.07);
}

.article-item:active {
    background: #F7F7F7;
    box-shadow: 0px 16px 8px -13px rgba(0, 0, 0, 0.08), 0px 2px 5px rgba(0, 0, 0, 0.08), 0px 0px 1px rgba(0, 0, 0, 0.07);
}

.article-item:nth-child(4n) {
    margin-right: 0;
}

.article-item:hover circle {
    fill: #434648;
    opacity: 1;
}

.article-item:hover path {
    stroke: #FFFFFF;
}

.article-item:active circle {
    fill: #161A1D;
}

@media screen and (max-width: 1024px) {
    .article-item {
        width: calc(33% - 20px);
    }
    .article-item:nth-child(4n) {
        margin-right: 30px;
    }
    .article-item:nth-child(3n) {
        margin-right: 0;
    }
    .article-title {
        width: calc(100% - 30px)
    }
}

@media screen and (max-width: 760px) {
    .article-item {
        width: calc(50% - 15px);
    }
    .article-item:nth-child(3n) {
        margin-right: 30px;
    }
    .article-item:nth-child(2n) {
        margin-right: 0;
    }
}

.article-more {
    display: none;
}

@media screen and (max-width: 700px) {
    .article-item {
        margin-right: 0;
        min-height: 102px;
        width: 100%;
        display: none;
    }
    .article-item:nth-child(3n) {
        margin-right: 0;
    }
    .article-title {
        font-size: 17px;
    }
    .article-item:nth-child(-n+3) {
        display: flex;
    }
    .article-more {
        display: block;
    }
}

/****
**
*
Doctors
*
**
****/

.doc-item {
    width: 300px;
    height: 464px;
    background-color: #fff;
    position: relative;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.06), 0px 2px 8px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
    margin-right: 30px;
    margin-bottom: 30px;
    transition: .3s;
}

.doc-item:hover {
    box-shadow: 0px 7px 40px 5px rgba(139, 139, 139, 0.1), 0px 8px 16px 5px rgba(0, 0, 0, 0.06), 0px 2px 34px 10px rgba(0, 0, 0, 0.06), 0px 0px 7px rgba(0, 0, 0, 0.04);
}

.doc-item:nth-child(4n) {
    margin-right: 0;
}

.doc-pic {
    height: 270px;
    width: 100%;
    object-fit: cover;
}

.doc-info {
    box-sizing: border-box;
    padding: 12px 0 0 19px;
}

.doc-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    min-height: 48px;
    margin-bottom: 3px;
}

.doc-type {
    font-size: 14px;
    line-height: 17px;
    color: rgba(22, 26, 29, 0.8);
}

.doc-btn {
    position: absolute;
    bottom: 30px;
    left: 19px;
    width: calc(100% - 19px - 21px);
    height: 48px;
}

@media screen and (max-width: 1024px) {
    .doc-item {
        width: calc(50% - 15px);
    }
    .doc-item:nth-child(4n) {
        margin-right: 30px;
    }
    .doc-item:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 740px) {
    .doc-item {
        width: 100%;
        margin: 0 0 30px 0;
    }
}

/****
**
*
Sales
*
**
****/

.sale-item {
    position: relative;
    margin-right: 30px;
    width: 300px;
    height: 370px;
    margin-bottom: 30px;
    overflow: hidden;
    display: block;
}

.sale-item::after {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 64.58%);
}

.sale-item:nth-child(4n) {
    margin-right: 0;
}

.sale-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: .3s;
}

.sale-item:hover .sale-img {
    transform: scale(1.2)
}

.sale-value {
    position: absolute;
    left: 20px;
    top: 32px;
    z-index: 3;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    padding: 0 16px 0 10px;
    background: #fff;
    height: 28px;
}

.sale-value::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -10px;
    border: 10px solid transparent;
    border-bottom: 15px solid #fff;
}

.sale-value::before {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    border: 10px solid transparent;
    border-top: 15px solid #fff;
}

.sale-name {
    position: absolute;
    left: 20px;
    bottom: 59px;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    z-index: 3;
}

.sale-link {
    position: absolute;
    z-index: 3;
    left: 20px;
    bottom: 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.sale-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.8px;
    background-color: #fff;
}

@media screen and (max-width: 1024px) {
    .sale-item {
        width: calc(50% - 15px);
    }
    .sale-item:nth-child(4n) {
        margin-right: 30px;
    }
    .sale-item:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 740px) {
    .sale-item {
        height: 400px;
        width: 100%;
        margin: 0 0 30px 0;
        overflow: visible;
        box-shadow: 0px 8px 16px 5px rgba(0, 0, 0, 0.06), 0px 2px 34px 10px rgba(0, 0, 0, 0.06);
    }
    .sale-value {
        height: 32px;
        line-height: 32px;
        font-size: 20px;
        top: 30px;
        left: 30px;
    }
    .sale-name {
        left: 30px;
        bottom: 57px;
        font-weight: 500;
        font-size: 24px;
        line-height: 29px;
    }
    .sale-link {
        left: 30px;
        bottom: 24px;
    }
    .sale-item:hover .sale-img {
        transform: scale(1);
    }
    .sale-item::after {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 64.58%);
    }
}