.ml-0{
    margin-left: 0;
}

.mb-30{
    margin-bottom: 30px;
}

.articleSwiper{
    padding-bottom: 50px;
}
.over-text{position: absolute;padding: 10px 15px 10px 15px;width: 100%;bottom: 0;left: 0;background: rgb(239 239 239 / 68%);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px}
.text-doctor-degree{font-size: 16px;font-weight: 700;line-height: 25px;color: #156b4d}
.over-img{opacity: 0;position: absolute;top: 50%;right: 50%;transform: translate(50%, -50%);width: 100%;height: 100%;object-fit: cover;}
.team-one__single:hover .over-img{opacity: 1;position: absolute;top: 50%;right: 50%;transform: translate(50%, -50%);width: 100%;height: 100%;object-fit: cover;}
.team-one__single:hover .over-img img{width: 105px;height: auto!important;opacity: .5;position: absolute;top: 50%;right: 50%;transform: translate(50%, -50%);}
.static_page-name{
    border-bottom: 1px dashed #c4c4c4;
    color: #1f3c92;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    position: relative;
    text-align: start;
    margin-bottom: 40px;
}
.staticPage-item_text h3{
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: justify;
}

p{
    text-align: justify;
}

.staticPage-item_text p{
    color: #151515;
}

.staticPage-item_text ul li{
    font-size: 14px;
    color: #151515;
    padding-bottom: 10px;
}

.staticPage-view-body{
    margin-top: 30px;
    margin-bottom: 30px;
}

.structure{
    margin-top: 30px;
    margin-bottom: 30px;
}

.static_page-name:before{
    content: '';
    position: absolute;
    left: 0;
    width: 40px;
    height: 4px;
    background-color: #16243d;
    bottom: -2px;
}

.styled-table{
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 16px;
    color: #000;
    width: 100%;
}

.styled-table thead tr {
    background-color: #eeeff1;
    font-weight: 400;
    color: #666c86;
    text-align: left;
    font-size: 14px;
}

.styled-table thead tr td {
    color: #666c86;
}


.styled-table tr td .page-download {
    display:flex;
    align-items: center;
    color: #0000bb;
    padding: 7px 15px;
    font-size: 15px;
    font-weight: 400;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    border: 2px solid #0000bb;
    border-radius: 8px;
}

.styled-table tr td .page-download i{margin-right: 5px;}

.styled-table tbody tr td p{
    padding: 0;
    margin: 0;
}

.styled-table tbody tr td span{
    margin: 0;
    padding: 0;
}


.styled-table th,
.styled-table td {
    padding: 8px 10px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #16243d;
}
 .accordian.active i .fa-angle-down{
     color: #fff;
 }
.accordian.active{
    background-color: #16243d;
}

.accordian.active span{
    color: #fff!important;
}
.staticPage-item_name ul li{
    list-style: disc;
}


.accordian-container{
    width: 100%;
    margin-bottom: 30px;
}

.accordian{
    cursor: pointer;
    padding: 25px 60px 25px 60px;
    font-size: 16px;
    color: #16243d;
    position: relative;
    margin: 0;
    box-shadow: 5px 7px 10px rgb(0 0 0 / 20%);
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 300;
    border-left: 13px solid #16243d;
}

.accordian:before {
    display: block;
    content: " ";
    width: 34px;
    height: 34px;
    position: absolute;
    left: 20px;
    top: 10px;
}

.accordian:after {
    display: block;
    content: " ";
    width: 15px;
    height: 11px;
    position: absolute;
    right: 30px;
    top: 45%;
}

.accordian-arrow{
    transition: all 0.5s ease;
    float:right;
    color:grey;
    margin:0;
}

.accordian:hover .accordian-arrow{
    color:black;
}

.content{
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out;
    background: #fff;
    padding: 20px;
    font-size: 14px;
    color: #555;
}
.content ul li{
    list-style: disc;
}

.staticPage-contact-box{padding: 30px 20px;display: flex;align-items: baseline;background: #ededed;margin-bottom: 30px;border-radius: 10px;}
.staticPage-contact-icon{display: flex;align-items: center;justify-content: center;margin-right: 10px;width: 40px;height: 40px;min-width: 40px;border: 2px solid #0000bb;border-radius: 50%;}
.staticPage-contact-icon span{font-size: 20px;color: #0000bb}
.staticPage-contact-txt{font-size: 16px;line-height: 25px;color: #000;}
.staticPage-contact-img img{width: 100%;height: 100%;border-radius: 8px}
.more{
    transform: rotateX(0deg);
}

.less{
    transform: rotateX(180deg);
}

.home-swiper{
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.accordion-button:focus{
    border: none;
    box-shadow: none;
}

.space-extra-bottom{
    padding: 0;
}

.widget_title {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    margin-top: 35px;
    text-align: start;
}

.widget_title {
    color: #2A2A2A;
}

.widget_title {
    margin-bottom: 30px;
    border-bottom: none
}

.widget_title {
    font-size: 22px;
    margin: -0.12em 0 24px 0
}

.widget_title {
    max-width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    margin: -0.12em 0 35px 0;
    padding: 0 0 12px 0
}


.widget_title {
    margin-bottom: 30px
}

.check__text ul{
    padding: 0;
}
.check__text ul li{
    list-style: none;
}

.check__text ul li svg{
    margin-right: 10px;
}

.check__text ul li marker{
    height: 20px;
}

.check__text ul li{
    margin-bottom: 15px;
    padding-left: 10px;
    display: flex;
    align-items: baseline;
}
.check__text ul li span{font-size: 16px;line-height: 20px;color: #000}
.check__text ul li p{margin-bottom: 0;font-size: 16px;line-height: 20px;color: #000}

.team-one__img-item{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
    height: 0;
    z-index: 1;
    padding-bottom: 130%;
}

.team-one__single:hover .team-one__img-item:before {
    -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.team-one__img-item:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    border-radius: 20px;
    background-color: rgba(var(--insur-black-rgb), .50);
    -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    z-index: 1;
}

.team-one__single:hover .team-one__img-item img {
    transform: scale(1.05)translate(50%, -50%);
}

.team-one__single{
    margin-bottom: 20px;
}

.team-one__img-item img {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 20px;
    transition: all 500ms ease;
    object-fit: cover;
}

.team-one__img-box img{
    height: 360px;
}

@media (max-width: 800px) {
    .team-one__img-box img{
        height: auto;
    }
}

 .doctor {
     padding-bottom: 30px;
 }

.modal-image__profile{
    color: #55ACEE;
    font-size: 14px;
}
.modal-text p ul li{
    font-size: 14px;
}
.modal-content{
    border: none;
}
.modal-header{
    border-bottom: none;
}
.modal-image__title{
    margin: 10px 0;
    font-size: 24px;
    text-transform: uppercase;
}
.modal-image{
    display: block;!important;
    height: 400px;
    position: relative;
    padding: 40px;
}
.modal-image img{
    max-width: none;
    width: 310px;
    height: 400px;
    object-fit: cover;
}
.modal-text{
    font-size: 14px;
    display: block;
    width: 349px;
    position: relative;
    padding-right: 10px;
}
.modal-header-into{
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}
.modal-header .close-modal {
    font-size: 16px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #A3A3A4;
    background: #E9ECEF;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 20px;
    cursor: pointer;
    border-radius: 50%;
    transition: color 0.15s linear;
}

.open-modal{
    width: 100%;
}
.open-modal:hover  {
    box-shadow: none;
    color: #28a745;
}
.modal{
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    align-items: center;
    justify-content: center;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.1);
    font-family: sans-serif;
}
.modal.open {
    display: flex;
}
.modal-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    max-width: 700px;
    margin:auto;
    border-radius:0px;
    background-color: #fff;
    position: relative;
}
.modal.open .modal-container {
    animation: move 0.6s ease-out;
}

.modal-image-cover{
    position: relative;
    overflow: hidden;
    height: 0;
    width: 52%;
    padding-bottom: 57%;
    border-radius: 13px;
    transition: all 0.3s ease-in;
    margin-right: 20px;
}

.modal-image-cover img {
    width: 100%;
    object-fit: cover;
}


.modal-text{
    width: 350px;
}

.display-flex{
    display: flex;
}

@keyframes move {
    from {
        transform: translateY(-50px);
    }
    to {
        transform: translateY(0px);
    }
}
.member-info span{
    display: flex;
}
.modal-content {
    display: flex;
    height: 480px;
    padding: 25px;
    broder: 2px solid rgb(180 148 76);
}

@media(max-width: 700px){
    .member-info h4{
        font-size: 16px;
    }
}

.modal-content h2 {
    margin: 1.5rem 0 0.6rem 0;
}
.modal-content p {
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
}
.modal-content a {
    font-size: 0.8rem;
    text-decoration: none;
    padding-bottom: 1rem;
    display: inline-block;
}
.modal-content a:hover {
    color: salmon;
}

.close-modal:hover {
    color: #28a745;
}

.modal-header{
    height: 40px;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #0D1A33;
}

.pic {
    position: relative;
    overflow: hidden;
    padding-bottom: 150%;
    height: 0;
    background-color: #c9c9c9;
}
.pic img {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-one__img {
    height: 0;
    padding-bottom: 77%;
    overflow: hidden;
}

.about-one__img>img {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    height: 100%;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.swiper-pagination-bullet{
    width: 11px;
    height: 11px;
}
.footer-widget__newsletter-text ul li{
    list-style: none;
}

.footer-widget__newsletter-text ul li a{
    color: var(--insur-white);
    line-height: 26px;
    font-size: 15px;
    letter-spacing: var(--insur-letter-spacing);
}

.center-detail .madical-staff .schedule .row .txt-content > div .box {
    width: 13px;
    height: 13px;
    background: transparent;
}
.center-detail .madical-staff .schedule .row .txt-content > div .box {
    width: 13px;
    height: 13px;
    background: transparent;
}
.center-detail .madical-staff .schedule, .center-detail .madical-staff .schedule * {
    display: flex !important;
}
.center-detail .madical-staff .schedule .schedule-header .txt, .center-detail .madical-staff .schedule .txt-title, .center-detail .madical-staff .schedule .row .txt-content > div {
    min-width: 31px;
    max-width: 31px;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    line-height: 35px;
    justify-content: center;
    align-items: center;
}
.center-detail .madical-staff .schedule .schedule-header {
    background: #f4f4f4;
}
.center-detail .madical-staff .schedule .schedule-header {
    background: #f4f4f4;
}
.center-detail .madical-staff .schedule {
    flex-direction: column;
    font-size: 12px;
}
.center-detail .madical-staff .schedule {
    border-top: 2px solid rgba(0, 0, 0, 0.5);
    flex-direction: column;
}

.center-detail .madical-staff .schedule-content{
    width: 265px;
    height: 105.6px;
    margin-top: 30px;
}
.center-detail .madical-staff .info .sub.gray {
    color: #818181;
}
.center-detail .madical-staff .info .sub {
    font-size: 16px;
    font-weight: 300;
    text-overflow: ellipsis;
    overflow: hidden;
}
.center-detail .madical-staff .info .sub.blue {.content
    color: #3086c9;
}
.center-detail .madical-staff .info .title {
    font-size: 20px;
    font-weight: 500;
}
.center-detail .madical-staff .info{
    overflow: hidden;
    padding-right: 30px;
}
.center-detail .profile .sub-content{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
@media (max-width: 700px) {
    .center-detail .madical-staff .profile-bg {
        width: 78px!important;
        height: 79px!important;
    }
}

.center-detail .madical-staff .profile-bg img{
    width: 120px;
    height: 120px;
    background-color: #F5F5F5;
    vertical-align: top;
    margin-right: 30px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
}
.center-detail .profile-row .profile:first-child{
    margin-right: 30px;
    border-right: 1px solid #ddd;
}

.center-detail .profile{
    display: flex;
}
.center-detail .medical-staff .profile-row:first-child{
    margin-top: 0;
}
.center-detail .profile-row{
    margin-top: 70px;
    padding-bottom: 50px;
    display: flex;
    flex: 1;
    border-bottom: 1px solid #ddd;
}
.center-detail .medical-staff{
    display: flex;
    flex-direction: column;
}
.schedule-info .txt{
    font-size: 15px;
    font-weight: 300;
    color: #666666;
}
.schedule-info .icon.blue {
    width: 17px;
    height: 17px;
    margin-right: 8px;
    vertical-align: middle;
    background: #4487e1;
}
.schedule-info {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 41px;
    align-items: center;
}
#medicalStaff .schedule-info {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 41px;
    align-items: center;
}
.center-detail .view.sg-current {
    display: block;
}
.center-detail .view {
    display: none;
}
.center-detail .btn-content .btn.sg-current a {
    color: #ffffff!important;
}
.center-detail .btn-content .btn.sg-current{
    border: 0;
    background-color: #049b10;
}
.center-detail .btn-content .btn a{
    font-size: 16px;
    color: #666666;
    cursor: pointer;
}

@media (max-width: 700px) {
    .center-detail .btn-content .btn{
        width: 100%!important;
    }
}

.center-detail .btn-content .btn{
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    width: 33.3%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: solid 1px #dddddd;
    border-bottom: 0;
}
.center-detail .btn-content{
    width: 100%;
    margin-top: 65px;
    display: inline-block;
    margin-bottom: 30px;
    border-bottom: solid 1px #1db3a0;
}
/*.content-image{*/
/*    position: relative;*/
/*    display: block;*/
/*    padding-bottom: 53%;*/
/*    height: 0;*/
/*    overflow: hidden;*/
/*}*/
.content-image img{
    /*position: absolute;*/
    /*top: 50%;*/
    /*right: 50%;*/
    /*transform: translate(50%, -50%);*/
    /*width: 100%;*/
    /*height: 100%;*/
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.center-detail > .title, .center-staff > .title{
    font-size: 34px;
    font-weight: 500;
    margin: 0px 0 30px 0;
}

.doctor-name{
    margin: 5px 0 0;
    color: #373f50;
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    text-transform: uppercase;
}
.doctor-name:hover{
    color: #07a7e3;
}

.doctor-work{
    margin: 5px 0 0;
    color: #07a7e3;
    font-size: 14px;
    line-height: 22px;
}

.doctor-desc{
    font-size: 13px;
    line-height: 20px;
    color: #959595;
}


.future-doctor__img-wrap{
    width: 220px;
}

.docter-list {
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 20px;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}
.center-detail .madical-staff .info {
    overflow: hidden;
    padding-right: 30px;
}

.center-detail .madical-staff .info .title {
    font-size: 20px;
    font-weight: 500;
}

.center-detail .madical-staff .info .sub.blue {
    color: #3086c9;
}
.center-detail .madical-staff .info .sub {
    font-size: 16px;
    font-weight: 300;
    text-overflow: ellipsis;
    overflow: hidden;
}

.center-detail .madical-staff .info .sub {
    font-size: 16px;
    font-weight: 300;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 800px) {
    .select.classic{
        width: 100%;
        margin-bottom: 30px;
    }
}

.comment-form__input-box select {
    height: 60px;
    width: 100%;
    border: none;
    background-color: var(--insur-extra);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 14px;
    color: var(--insur-gray);
    display: block;
    border-radius: var(--insur-bdr-radius);
    font-weight: 500;
    letter-spacing: var(--insur-letter-spacing);
}
.order-detail-comment__form{
    margin-bottom: 30px;
}

.uk-margin-small-bottom {
    margin-bottom: 10px !important;
}

.order-detail-comment__form .uk-input {
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    resize: none;
    color: #363636;
    padding: 10px 14px;
    font-size: 14px;
    width: calc(100% - 160px);
    margin-right: 20px;
}

.uk-button:not(:disabled) {
    cursor: pointer;
}
.order-detail-comment__form .uk-button {
    background: #0000bb;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    border: 2px solid #0000bb;
    transition: .5s all;
    width: 139px;
    box-sizing: border-box;
    height: 46px;
}

.order-detail-comment__form .uk-input{
    border: 1px solid #CBCBCB;
    border-radius: 5px;
    resize: none;
    color: #363636;
    padding: 10px 14px;
    font-size: 14px;
    width: calc(100% - 160px);
}

.order-detail-comment__form .uk-textarea:focus-visible{outline: none}
.order-detail-comment__form .uk-input:focus-visible{outline: none}
.order-detail-comment__form .uk-textarea {
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    resize: none;
    min-height: 100px;
    color: #363636;
    padding: 10px 14px;
    font-size: 14px;
    width: 100%;
}


@media(max-width: 700px){
    .level-1 .boss.st-link {
        position: relative!important;
        left: 0!important;
        top: 0!important;
        width: 100% !important;
        text-transform: uppercase;
        margin-left: 0!important;
        font-weight: bold;
    }
}


.ajax-banner{width: 100%;}
.ajax-banner img{width: 100%;height: 500px;object-fit: cover;}
.modal.open {display: flex;}

.modal {display: none;position: fixed;z-index: 9999;left: 0;top: 0;width: 100%;height: 100%;
    overflow: auto;align-items: center;justify-content: center;background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.1);font-family: sans-serif;}
.modal.open .st-modal-container {animation: move 0.6s ease-out;}

.st-modal-container {width: 100%;padding: 15px;overflow: hidden;position: relative;box-sizing: border-box;max-width: 1200px;max-height: 880px;margin: auto;border-radius: 0px;padding: 15px;background-color: #fff;position: relative;}
.st-modal-content {display: flex;min-height: 400px;max-height: 850px;padding: 25px;overflow: auto;broder: 2px solid rgb(180 148 76);}
.st-modal-content {position: relative;display: flex;flex-direction: column;width: 100%;pointer-events: auto;
    background-color: #fff;background-clip: padding-box;border-radius: 0.3rem;outline: 0;}
.close-modal {font-size: 2rem;position: absolute;top: 0;right: 0;background-color: #fff;height: 40px;width: 40px;
    text-align: center;line-height: 40px;cursor: pointer;transition: color 0.15s linear;}


.line3:before{content: " ";display: block;position: absolute;top: -29px;right: 318px;width: 2px;background: #156b4d;height: 30px;}
.subs .overflow{position: absolute;left: 58%;top: 0;}
.level-2 .st-link{background: #3a9575;display: block;border: 2px solid #3a9575;color: #FFF;}
.level-2 .st-link a{color: #eee;}
.ajax-link a{color: #fff;}
.line1, .line2 , line{position: relative;}
.st-link{color: #FFF;background: #156b4d;padding: 13px 20px;border-radius: 5px;text-align: center;}
.first .subs{padding-left: 0;}
.subs{position: relative;margin: 50px 0;}
.first .subs .dep-link {width: 160px;max-width: 164px;}
.dep-link a{color: #8a8b8d;}
.dep-link {color: #8a8b8d;margin-bottom: 15px;display: block;transition: color .3s linear;margin-left: 20px;
    position: relative;line-height: 20px;padding: 7px;border: 1px solid #93b9ab;border-radius: 3px;text-align: center;width: 360px;}
.level-2 .first:before {
    content: " ";
    display: block;
    position: absolute;
    top: -30px;
    left: 65%;
    width: 2px;
    background: #156b4d;
    height: 30px;
}
.level-2 .first{position: relative;}
.w32 {width: 32%;}

.mr15{margin-right: 15px;}
left{float: left;}
.level-2:before{content: " ";display: block;position: absolute;top: -30px;left: 50%;width: 670px;background: #156b4d;height: 2px;margin-left: -340px;}
.level-2{position: relative;}
.inner{padding: 30px 0;}
.level-1{position: relative;width: 783px;height: 320px;margin: 0 auto;margin-bottom: 70px;}
.level-1 .boss.st-link {display: block;position: absolute;left: 50%;top: 0;width: 195px;text-transform: uppercase;margin-left: -102px;font-weight: bold;}
.level-1 .st-link a{color: #fff;}
.level-1 .st-link {width: 250px;margin-bottom: 15px;border: 2px solid #156B4D;color: #FFF;}
.st-link {color: #FFF;background: #156b4d;padding: 13px 20px;border-radius: 5px;text-align: center;}

.boss:before {
    content: " ";
    display: block;
    position: absolute;
    bottom: -281px;
    left: 50%;
    height: 279px;
    background: #156B4D;
    width: 2px;
}

.third:before {
    content: " ";
    display: block;
    position: absolute;
    bottom: -270px;
    top: -2%;
    right: 255px;
    height: 30px;
    background: #156B4D;
    width: 2px;
}

.boss:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: -251px;
    left: 50%;
    height: 208px;
    background: #156B4D;
    width: 2px;
}

:after, :before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.block{position: relative;}
/*.block1:before{content: " ";display: block;position: absolute;top: 50%;right: -25px;width: 25px;background: #156b4d;height: 2px;}*/
/*.block1:after{content: " ";display: block;position: absolute;top: -41px;right: -25px;height: 65px;background: #156b4d;width: 2px;}*/
.right {float: right;display: flex;flex-direction: column;}
.left {float: left;display: flex;flex-direction: column;}


.green-box ul li{margin-bottom: 40px;padding-left: 10px;}
.green-box ul li{list-style: url(../img/li.png);}
.green-box ul{margin-left: 20px;text-align: justify;}
.green-box{padding: 40px;border: 1px solid #166b4d;margin-top: 40px;}


.line-clamp2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 1000px) {
    .pic {
        position: relative;
        overflow: hidden;
        padding-bottom: 59%;
        height: 0;
        background-color: #c9c9c9;
    }
    .modal-text {
        width: 100%;
        height: 117px!important;
    }
}

@media only screen and (max-width: 1100px){
    .level-1 {
        width: 100%;
    }
}

@media only screen and (max-width: 1100px){
    .boss {
        position: static;
    }
}

@media only screen and (max-width: 1100px){
    .level-1 .left, .level-1 .right {
        float: none;
    }
}

@media only screen and (max-width: 1100px){
    .level-1 .st-link {
        width: 100%;
    }
}

@media only screen and (max-width: 500px){
    .w32 {
        width: 100%;
    }
}

@media only screen and (max-width: 500px){
    .first .subs, .second .subs, .third .subs {
        padding-left: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 1100px) {
    .dep-link {
        margin-left: 0;
    }
}
@media only screen and (max-width: 1275px){
    .dep-link, .first .subs .dep-link {
        max-width: 100%;
        width: 100%;
        padding-left: 0;
    }
}
@media only screen and (max-width: 1100px){
    .second .subs {
        position: static;
    }
}
@media only screen and (max-width: 1100px){
    .first .subs, .second .subs, .third .subs {
        padding-left: 0;
        width: 100%;
    }
    .level-2{
        width: 100%;
        margin-top: 400px;
    }
    .level-2 .first {
        width: 100%;
    }
    .level-2 .second {
        width: 100%;
    }
    .level-2 .third {
        width: 100%;
    }
    .boss:after{
        display: none;
    }
    .level-2:before{
        display: none;
    }
    .level-2:after{
        display: none;
    }
    .third:before{
        display: none;
    }
    .level-2 .first:before{
        display: none;
    }
    .ajax-banner img{
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}

@media (max-width: 700px){
    .st-modal-container{
        width: 100%;
        padding: 15px;
        overflow: hidden;
        position: relative;
        box-sizing: border-box;
        max-width: 337px;
        max-height: 413px;
        margin: auto;
        border-radius: 0px;
        padding: 15px;
        background-color: #fff;
        position: relative;
    }
    .st-modal-content h2{
        font-size: 14px;
    }
    dl, ol, ul {
        margin-top: 0;
        margin-bottom: 0rem;
    }
    ol, ul {
        padding-left: 0rem;
        font-size: 12px;
    }
    .st-modal-content {
        max-height: 279px;
    }
    .page-president__name {
        margin-top: 22px;
        margin-bottom: 10px!important;
    }
}

.level-2{position: relative;width: 100%;height: 140vh;}

.staticPage-item_text table{
    width: 100% !important;
    height: auto!important;
    margin-bottom: 15px;
    margin-top: 15px;
}

.staticPage-item_text table thead tr{
    background-color: #16243d;
    color: #ffffff;
    text-align: left;
}

.staticPage-item_text table th, .staticPage-item_text table td {
    padding: 12px 15px;
}

.staticPage-item_text table tbody tr {
    border-bottom: 1px solid #dddddd;
}



.kv-swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    background-color: #DEE2E6;
    opacity: 1;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    outline: none;
    border-radius: 0!important;
    margin: 0 0.78125vw;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet {
    width: 60px;
    height: 4px;
    display: inline-block;
    background: #000;
    opacity: 0.3;
    border-radius: 0;
}


.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
}

.mr-home-kv .kv-swiper-pagination {
    bottom: 30px!important;
}

.kv-swiper-pagination {
    bottom: 7px!important;
    left: 0!important;
    width: 100% !important;
}
.swiper-height{
    padding-bottom: 36px;
}

.swiper-pagination-bullet-active {
    background-color: #0000bb;
    opacity: 0.7!important;
}

.page-president__img{
    border-radius: 8px;
}

.styled-table td:last-child {
    padding-right: 0px;
    display: flex;
    justify-content: right;
}

.styled-table th:last-child{
    width: 8%;
}

/*.main-menu .main-menu__list>li>ul>li:hover>ul{*/
/*    overflow: auto!important;*/
/*}*/

.comment-form__input-box select {
    border: none;
}

.footer-link a span{
    color: #fff;
}

.site-header__social a {
    position: relative;
    height: 43px;
    width: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--insur-white);
    font-size: 15px;
    border-radius: 17px;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.site-header__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 32px;
}

.search-popup__content form input[type="text"] {
    width: 100%;
    background-color: #fff;
    font-size: 14px;
    border: none;
    outline: none;
    height: 38px;
    padding-left: 25px;
}

@media (min-width: 1400px){
    .container-large {
        max-width: 1400px;
        width: 100%;
        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);
        margin-right: auto;
        margin-left: auto;
    }
}

.main-menu__logo:first-child a {
    margin-right: 2px;
}

.team-one__bottom-text p{
    line-height: 26px;
    text-align: justify;
}


.widget_title:after {
    position: absolute;
    top: 29px;
    left: 0;
    height: 2px;
    width: 200px;
    content: "";
    background-color: #0000bb;
    border: none;
}

.line-clamp6{
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.breaking_news {
    width: 100%;
    font-size: 14px;
}

.ripple {
    position: relative;
    overflow: hidden;
}
.label {
    float: left;
    padding: 0 15px;
    font-size: 14px;
    color: #FFF;
    line-height: 40px;
    font-weight: bold;
    height: 40px;
    text-transform: uppercase;
}

.news_title {
    line-height: 35px;
    height: 35px;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.js-marquee {
    display: flex;
}

.uk-flex{
    display: flex;
}

.breaking_news__wrapper{
    border-top: 1px solid #fff;
    background-color: #156b4d;
}

.breaking-before a{
    color: #fff;
    font-size: 16px;
}

.tools{
    position: fixed;
    left: 0;
    top: 40%;
    margin-top: -50px;
    z-index: 9999999;
}

.tools .tool{
    background: #049b10;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
    position: relative;
    width: 250px;
    left: -205px;
    -webkit-transition: right .3s ease-in-out;
    -moz-transition: right .3s ease-in-out;
    -o-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out;
}

.tools .tool a{
    color: #fff;
    display: block;
    padding-left: 2px;
    line-height: 24px;
}

.tools .tool a img {
    margin-right: 5px;
    width: 26px;
}

.tools .tool:hover {
    left: 0;
    -webkit-transition: right .3s ease-in-out;
    -moz-transition: right .3s ease-in-out;
    -o-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out;
}

.fixed-head>ul {padding: 0;margin: 0;}
.fixed-head>ul>li {margin: 0;padding: 0;list-style-type: none;}
.fixed-head>ul>li>a {position: fixed;left: -150px;top: 40%;-webkit-box-align: center;align-items: center;display: -webkit-box;display: flex;height: 50px;width: 200px;text-align: center;-webkit-box-orient: horizontal;-webkit-box-direction: reverse;flex-direction: row-reverse;line-height: 50px;color: #fff;background: #0000bb;border-top-right-radius: 5px;border-bottom-right-radius: 5px;z-index: 1000;font-size: 18px;-webkit-transition: .5s all;transition: .5s all;}
.fixed-head>ul>li>a>span {font-size: 10px;margin-right: 10px;display: inline-block;text-transform: uppercase;font-weight: 300;width: 110px;line-height: 12px;color: #fff}
.fixed-head>ul>li>a>i.fa {width: 50px;display: inline-block;}
.fixed-head>ul>li>a>i.fab {width: 50px;display: inline-block;}
.fixed-head>ul>li>a:hover {background: #0000bb;}
.fixed-head>ul>li:nth-child(1)>a {top: calc(20% + 140px);}
.fixed-head>ul>li:nth-child(2)>a {top: calc(20% + 195px);}
.fixed-head>ul>li:nth-child(3)>a {top: calc(20% + 250px);}
.fixed-head>ul>li:nth-child(4)>a {top: calc(20% + 305px);}
.fixed-head>ul>li:nth-child(5)>a {top: calc(20% + 360px);}
.fixed-head>ul>li:nth-child(6)>a {top: calc(20% + 415px);}
.fixed-head>ul>li:nth-child(7)>a {top: calc(20% + 470px);}
.fixed-head>ul>li>a:hover {left: 0;}

.social-icons li{
    list-style: none;
}

.ul.social-icons-simple li, ul.social-icons li {
    display: inline-block;
}

ul.social-icons li:first-child a {
    margin-left: 0;
}

ul.social-icons li a, ul.social-icons-simple li a {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 1px;
    text-align: center;
    display: block;
    position: relative;
    transition: 0.3s all;
}

ul.social-icons li:hover a, ul.social-icons-simple li:hover a{
    color: #ffff;
}

.font-button {
    height: 40px;
    width: 40px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
}

.top-navbar-item {
    position: relative;
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
}

.top-navbar-item .top-navbar-text {
    display: inline-block;
    color: #fff;
    padding: 10px 15px 10px;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.social-icons {
    padding-left: 0;
}
.lang__icon-2{
    font-size: 17px;
}
.lang__icon-2 span{
    color: #fff;
}

.footer-widget, .footer-widget .widget {
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: rgba(0,0,0,0);
}
.breadcrumb-box{padding: 30px 0;background: #efefef;}
.widget_title {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    line-height: 1em;
    color: #444;
    margin: 0
}
@media (max-width: 800px) {
    .footer-text{
        flex-direction: column;
    }
    .fixed-head{
        display: none;
    }
    .team-one__img-box img{
        object-fit: cover;
    }
}

.banner-image{
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 124%;
    overflow: hidden;
    border-radius: var(--insur-bdr-radius);
}

.banner-image img{
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.latest-news-list > div a img{
    width: 100%;
    object-fit: cover;
}

.tab-content{
    padding: 15px;
}

.latest-news-list h5 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
}

.latest-news-list span {
    margin: 5px 0;
    display: block;
    color: #666;
    font-size: 12px;
}

.tab-content{
    position: relative;
}

.scroll-news{
    height: 279px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.sidebar__title{
    display: flex;
    align-items: center;
}

.latest-news-list{
    padding-bottom: 20px;
}

.scroll-news::-webkit-scrollbar {
    width: 3px;
}
.scroll-news::-webkit-scrollbar-thumb {
    background: #888;
}
.scroll-news::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.sidebar__post .sidebar__title{
    margin-bottom: 20px;
}

.doctors-title{
    margin-bottom: 30px;
}
.doctors-title h5{
    font-size: 18px;
    color: #151515;
    text-align: center;
}

.team-one__single button{padding: 0 45px}
.team-one__img-box img{height: 360px!important;}


@media (min-width: 800px) {
    .time img{
        height: 284px;
        object-fit: cover;
        width: 100%;
    }
}

.structure-image img{
    width: 100%;
}

.footer-widget__about-text-box{
    border-top: 2px solid #fff;
}

.main-menu__position{
    display: flex;
    justify-content: end;
    align-items: center;
}

.light-arrow{
    border-right: 2px solid #e1e1e1;
    height: 38px;
    transform: rotate(23deg);
    position: absolute;
    right: 19%;
    top: 31px;
}

.logo-left {
    position: relative;
}

.logo-left__wrapper {
    position: absolute;
    left: 205px;
    top: 8vh;
    z-index: 100;
}

.logo-left__wrapper img {
    height: 350px;
}
.pageText p{font-size: 18px;line-height: 20px;color: #000;font-weight: 400;margin-bottom: 10px;}

.article-video{width: 100%}
.web-statistics__header {
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    background-color: #e7ae05;
    width: 100%;
    display: block;
    padding: 5px 0;
    text-align: center;
    border-radius: 2px;
    margin-bottom: 8px;
}

.web-statistics__visit-count-title {
    font-size: 11px;
    color: #666;
    text-align: center;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 6px;
}

.web-statistics__visit-count-item {
}

.web-statistics__visit-count-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.visit-count{display: flex;align-items: center;}
.visit-icon svg{width: 30px;height: 30px}
.visit-count__text {
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    margin-right: 30px;
}

.visit-count__count {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #fff;
    line-height: 20px;
    padding: 0 4px;
    border-radius: 2px;

}

.articles__pagination{display: flex;justify-content: center;align-items: center;}
.uk-pagination {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    padding: 0;
    list-style: none;
}

.uk-pagination>* {
    width: 35px;
    height: 35px;
    border: 1px solid #e8e9ec;
    border-radius: 5px;
    padding: 0;
    line-height: 35px;
    text-align: center;
    list-style:none;
    margin: 0 4px;
    transition: .5s all;
}
.uk-pagination>.uk-active {
    background: #0000bb;
    border-color: #0000bb;
}
.uk-pagination>.uk-active>* {
    color: #fff;
}
.attachment-file-box{padding: 10px;border: 1px solid #ededed}
.attachment-file-box iframe{width: 100%; height: 800px; border-style: none;}

.staticPage-view-branch {
    padding: 1.5rem 0;
    overflow: hidden;
}

.staticPage-view-branch .about-img {
    float: left;
    width: 40%;
    margin-right: 2rem;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
}

.staticPage-view-branch .about-img img {
    width: 100%;
    height: auto;
    display: block;
}

.about-body p{
    font-size: 18px;
    color: #000;
    line-height: 25px;
    font-weight: 300;
}


.staticPage-view-branch::after {
    content: '';
    display: table;
    clear: both;
}

/* Жижиг дэлгэц */
@media (max-width: 576px) {
    .staticPage-view-branch .about-img {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 1.25rem;
    }
}

.page-president__director p:last-child{
    font-weight: 600;
    font-size: 20px;
}
.page-president__director{
    display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: end;
    text-align: left;
}
.page__president {
    margin-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #c4c4c4;
}
.page-president__img {
    position: relative;
    overflow: hidden;
    padding-bottom: 84%;
    height: 0;
    background-repeat: no-repeat;
}
.page-president__img img {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-president__name {
    font-size: 24px;
    line-height: 30px;
    color: #22181C;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 10px;
    margin-bottom: 30px!important;
}
.page-president__desc, .page-president__desc>* {
    font-size: 16px;
    color: #000;
    line-height: 25px;
    text-align: left;
}
.president-wrap {
    display: flex;
    flex-direction: column;
}
.pos-change {
    text-align: end;
    margin-bottom: 10px;
}
.president-wrap .text-style {
    text-align: end;
}
.pointer-item__img {
    margin-bottom: 20px;
}
.pointer-item__img img {
    max-height: 90px;
    max-width: 90px;
}
.pointer-item__name {
    line-height: 30px;
    font-weight: 700;
    font-size: 18px;
    color: #424040;
    text-transform: uppercase;
}
.pointer-item__desc {
    font-size: 14px;
    color: #363636;
    line-height: 26px;
    text-align: justify;
}
.chamber-list ul li {
    list-style: disc;
}


.lead-header {
    margin-bottom: 2rem;
}

.lead-tag {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0.75rem;
}

.lead-tag-line {
    width: 28px;
    height: 1.5px;
    background: #0000bb;
}

.lead-tag span {
    font-size: 10px;
    text-transform: uppercase;
    color: #0000bb;
}

.lead-heading {
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    line-height: 30px;
}


.lead-card {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid rgba(0,0,0,0.08);
    background: #fff;
    transition: box-shadow 0.25s;
}

.lead-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.10);
}

.lead-photo {
    width: 100%;
    aspect-ratio: 3/4;
    overflow: hidden;
    background: linear-gradient(160deg, #1c1c2e 0%, #2d1b4e 60%, #0d1b2a 100%);
    position: relative;
}

.lead-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.lead-card:hover .lead-photo img {
    transform: scale(1.04);
}

.lead-photo-ph {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lead-photo-ph svg {
    opacity: 0.2;
}

.lead-info {
    padding: 1.25rem 1.25rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 6px;
    border-top: 2px solid #0000bb;
}

.lead-name {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #0000bb;
}

.lead-role {
    font-size: 14px;
    color: #444;
    font-weight: 400;
    line-height: 1.5;
}


.gallery-item {
    break-inside: avoid;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.gallery-item:nth-child(3n+2) {
    margin-top: 20px;
}

.gallery-photo {
    width: 100%;
    aspect-ratio: 3/4;
    background: linear-gradient(160deg, #1c1c2e 0%, #2d1b4e 60%, #0d1b2a 100%);
    overflow: hidden;
}

.gallery-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.gallery-item:hover .gallery-photo img {
    transform: scale(1.06);
}

.gallery-ph {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-ph svg { opacity: 0.2; }

@media (max-width: 640px) {
    .gallery-grid { columns: 2; }
    .gallery-item:nth-child(3n+2) { margin-top: 0; }
    .gallery-item:nth-child(2n) { margin-top: 16px; }
}

@media (max-width: 380px) {
    .gallery-grid { columns: 1; }
}

.tl-wrap {
    padding: 1.5rem 0;
    position: relative;
}

.tl-center-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent, #0b0b7d 5%, #0000bb 95%, transparent);
    transform: translateX(-50%);
}

.tl-items {
    display: flex;
    flex-direction: column;
    position: relative;
}

.tl-item {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.tl-side {
    width: calc(50% - 28px);
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
}

.tl-side.right {
    text-align: right;
    align-items: flex-end;
}

.tl-side.left {
    text-align: left;
    align-items: flex-start;
}

.tl-mid {
    width: 56px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 0;
}

.tl-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #0000bb;
    box-shadow: 0 0 0 4px rgba(201,168,76,0.12);
    cursor: pointer;
    transition: all 0.35s;
    z-index: 1;
    flex-shrink: 0;
}

.tl-item.active .tl-dot {
    background: #0000bb;
    box-shadow: 0 0 0 6px rgba(201,168,76,0.18);
}

.tl-connector {
    flex: 1;
    width: 1px;
    background: rgba(201,168,76,0.18);
    margin-top: 8px;
}

.tl-year {
    font-size: 34px;
    font-weight: 600;
    color: #0000bb;
    line-height: 1;
    margin-bottom: 10px;
    cursor: pointer;
}

.tl-preview p{
    font-size: 16px;
    color: #444;
    line-height: 25px;
    font-weight: 300;
    margin-bottom: 10px;
}

.tl-full{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.35s ease;
    opacity: 0;
}

.tl-full p{
    font-size: 16px;
    color: #444;
    line-height: 25px;
    font-weight: 300;
    margin-bottom: 10px;
}


.tl-item.active .tl-preview {
    display: none;
}
.tl-img{width: 100%;margin-bottom: 10px;}
.tl-img img{width: 100%;height: 100%;border-radius: 10px;}

.tl-item.active .tl-full {
    max-height: 800px;
    opacity: 1;
}

.tl-toggle {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #0000bb;
    cursor: pointer;
    text-transform: uppercase;
    user-select: none;
    border-bottom: 1px solid rgba(201,168,76,0.3);
    padding-bottom: 1px;
    transition: opacity 0.2s;
}

.tl-toggle:hover {
    opacity: 0.75;
}

.tl-icon {
    font-size: 13px;
    transition: transform 0.35s;
    display: inline-block;
}

.tl-item.active .tl-icon {
    transform: rotate(180deg);
}

.tl-item.active .tl-toggle-label::before {
    content: 'Хураах';
}

.tl-toggle-label::before {
    content: 'Дэлгэрэнгүй';
}

@media (max-width: 580px) {
    .tl-center-line { left: 20px; }
    .tl-side.right { display: none; }
    .tl-side.left { width: 100%; padding-left: 1rem; padding-right: 0; }
    .tl-mid { width: 40px; }
    .tl-year { font-size: 26px; }
}