/* reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*::before,
*::after {
    margin: 0;
    padding: 0;
}
ul, li, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
body {
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
}
a {
    color: inherit;
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
    padding: 0;
    margin: 0;
    font-family: inherit;
}
body.locked {
    overflow: hidden;
}
.container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}

.container_header {
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
}
section .container {
    padding: 0;
}

header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 99;
    border-bottom: 2px solid #006FB0;
}

.header_wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 0;
}

.header_nav ul:not(.sub-menu) {
    display: flex;
    align-items: center;
}

.header_nav ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 0 20px;
    transition: all ease 0.3s;
}

.header_nav ul li a:hover {
    color: #01B191;
}

.btn_buy a {
    background: linear-gradient(139.1deg, #00B0B0 18.27%, #005CB0 99.99%);
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 11px 55px;
}

/*main slider*/
.main_slider_item {
    position: relative;
    width: 100vw;
    height: clamp(
        250px,
        calc(250px + 250 * ((100vw - 320px) / 1600)),
        500px
    ) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Фон-картинка */
.main_slider_item img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.main_slider_text {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
}

/* Фон ТОЛЬКО под текст */
.main_slider_text_bg {
    display: inline-block;          /* ключевой момент */
    background: rgba(0, 0, 0, 0.3);
    padding: 35px 5px;
    border-radius: 30px;
    margin-bottom: 20px;
}

/* Заголовок */
.main_slider_title {
    display: inline-block;
    font-size: clamp(26px, calc(3vw + 14px), 100px);
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
}

/* Подчёркивание — строго по тексту */
.main_slider_title::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    margin-top: clamp(15px, calc(1.8750vw + 9.000px), 45px);
}

/* Подзаголовок */
.main_slider_subtitle {
    font-size: clamp(24px, calc(1.2500vw + 20.000px), 44px);
    line-height: clamp(30px, calc(1.25vw + 26px), 50px);
}


/* Кнопка */
.main_slider_btn {
    position: relative;
    z-index: 2;
}

.main_slider_btn a {
    display: inline-block;
    background: linear-gradient(139.1deg, #00B0B0 18.27%, #005CB0 99.99%);
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    line-height: 20px;
    font-weight: 500;
    font-size: 15px;
    transition: all ease 0.3s;
}

.main_slider_btn a:hover {
    transform: scale(.95);
}


@media  (max-width: 500px){
    .main_slider_text{
        width: 100%;
    }
    .main_slider_text_bg{
        padding: 20px 15px;
        border-radius: unset;
    }
}

.main_slider_items .slick-prev {
    left: 2%;
}

.main_slider_items .slick-next {
    right: 2%;
}

.main_slider_items .slick-prev, 
.main_slider_items .slick-next{
    z-index: 1;
    width: 30px;
    height: 30px;
}

.main_slider_items .slick-prev:before, 
.main_slider_items .slick-next:before {
    font-size: 30px;
}
/*main slider*/

.quality_wrap {
    display: flex;
    margin: 100px auto 0px;
    justify-content: space-between;
    align-items: center;
}


.left_quality img{
    width: 100%;
    height: auto;
}

.quality_item {
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
}

.right_quality h1 {
    background: linear-gradient(139.1deg, #00B0B0 18.27%, #005CB0 99.99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
    font-weight: 500;
    font-size: 70px;
    line-height: 75px;
    margin-bottom: 15px;
}

p.sub_quality {
    background: linear-gradient(139.1deg, #00B0B0 18.27%, #005CB0 99.99%);
    background: linear-gradient(139.1deg, #00B0B0 18.27%, #005CB0 99.99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
}

.desc_quality p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    margin-bottom: 20px;
}

.left_quality.quality_item {
    padding: 0 30px;
}

.right_quality.quality_item {
    padding-left: 15px;
}

.right_quality hr {
    background: url(/wp-content/themes/qlab/assets/images/line-quality.png);
    border: none;
    height: 8px;
    background-repeat: no-repeat;
    width: 100%;
    margin: 20px 0 20px 0;
}

.benefits {
    position: relative;
    top: 82px;
}

.benefits_wrap {
    display: flex;
    background: #F6F8F7;
    box-shadow: 0px 4px 14px rgb(0 0 0 / 25%);
    border-radius: 30px;
    justify-content: space-between;
    align-items: center;
}

.benefit_item {
    display: flex;
    align-items: center;
    padding: 30px 25px;
    flex: 0 0 33%;
    max-width: 33%;
}

.benefit_text h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #333;
}

.benefit_text p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000;
}

.benefit_text {
    margin-left: 20px;
}

.doctors {
    background: linear-gradient(139.1deg, #00B0B0 18.27%, #005CB0 99.99%);
    width: 100%;
    padding-bottom: 40px;
}

div#about {
    padding-top: 25px;
}

.doctor_title {
    padding-top: 140px;
    text-align: center;
    position: relative;
}

.doctor_title:after {
    content: '';
    background: url(/wp-content/themes/qlab/assets/images/doctor-line.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 8px;
}

.doctor_title h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    color: #F2F2F2;
}

.doctors_wrap {
    margin: 50px 0 90px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-gap: 15px;
}

.doctor_item {
    background: #F6F8F7;
    box-shadow: 0px 4px 14px rgb(0 0 0 / 25%);
    border-radius: 10px;
    padding: 15px 15px 20px;
    flex: 0 0 23%;
    max-width: 23%;
}

.doctor_img {
    text-align: center;
}

.doctor_img img {
    width: 100%;
    height: auto;
}

.doctor_name p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #333;
    text-align: center;
    margin: 15px 0 12px;
}

.doctor_position p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #000000;
}

.price_wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: #F6F8F7;
    box-shadow: 0px 4px 14px rgb(0 0 0 / 25%);
    border-radius: 30px;
    top: 77px;
}

.price_icone img {
    width: 100%;
    height: auto;
}

.price_btn a {
    background: linear-gradient(139.1deg, #00B0B0 18.27%, #005CB0 99.99%);
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 22px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}

.price_icone {
    position: absolute;
    left: 15%;
}

.price_btn {
    padding: 65px 80px 65px;
}

.equipment_wrap {
    padding-top: 200px;
}

.equipment_wrap {
    padding-top: 250px;
    display: flex;
    justify-content: space-between;
}

.equipment_left {
    flex: 0 0 50%;
    max-width: 50%;
}

.equipment_right {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
}

.equipment_right:before{
    content: '';
    background: linear-gradient(139.1deg, #00B0B0 18.27%, #005CB0 99.99%);
    position: absolute;
    width: 50vw;
    height: 100%;
    z-index: -9;
    left: -9px;
}

.equipment_left h2 {
    background: linear-gradient(139.1deg, #00B0B0 18.27%, #005CB0 99.99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    position: relative;
}

.equipment_left h2:after{
    content: '';
    background: url(/wp-content/themes/qlab/assets/images/line-equipment.png);
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 100%;
    height: 8px;
    background-repeat: no-repeat;
}

.equipment_desc p {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #FFFFFF;
}

.equipment_desc {
    padding: 75px 0px 75px 100px;
}

.equipment_left p {
    margin-top: 30px;
    padding-right: 60px;
    padding-right: 60px;
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 30px;
    color: #333;
}

.equipment_items_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    top: -55px;
    margin-bottom: 60px;
}

.equipment_item {
    min-height: 110px;
    display: flex;
    align-items: center;
    flex: 0 0 calc(100% / 5.5);
    max-width: calc(100% / 5.5);
    background: #F6F8F7;
    box-shadow: 0px 4px 14px rgb(0 0 0 / 25%);
    border-radius: 30px;
    margin-bottom: 25px;
    padding: 0 15px;
    margin: 0 10px 25px;
}

.equipment_item p {
    text-align: center;
    background: linear-gradient(139.1deg, #00B0B0 18.27%, #005CB0 99.99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.photo_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.item_photo {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #00B0B0;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.img_photo img {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.desc_photo {
    padding: 0 20px;
    height: 150px;
}

.desc_photo h3{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(139.1deg, #00B0B0 18.27%, #005CB0 99.99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.desc_photo p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #333333;
}

.blog_home {
    position: relative;
    width: 100%;
}

.blog_home:after {
    content: '';
    background: linear-gradient(139.1deg, #00B0B0 18.27%, #005CB0 99.99%);
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 783px;
    bottom: 181px;
}

.title_blog h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    color: #F2F2F2;
    position: relative;
}

.title_blog {
    position: relative;
    padding-top: 80px;
}

.title_blog:after {
    content: '';
    background: url(/wp-content/themes/qlab/assets/images/doctor-line.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 8px;
}

.blog_home_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}

.blog_home_item {
    flex: 0 0 32%;
    max-width: 32%;
    position: relative;
}

.blog_home_item img {
    width: 100%;
    height: 100%;
    min-height: 250px;
    border-radius: 15px;
}

.doctors_item .overlay_blog{
    height: 20%;
}

.overlay_blog {
    position: absolute;
    padding: 15px;
    bottom: 0;
    left: 0;
    background: linear-gradient(139.1deg, rgba(0, 176, 176, 0.5) 18.27%, rgba(0, 92, 176, 0.5) 99.99%);
    color: #fff;
    height: 50%;
    width: 100%;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.blog_home_item a {
    display: flex;
}



.date {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 15px;
}

.title_blog_home {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: clamp(15px, calc(0.2817vw + 13.944px), 18px);
    line-height: clamp(20px, calc(0.3756vw + 18.592px), 24px);
    text-transform: uppercase;
}

.photo_home {
    position: relative;
}

.contacts {
    padding-bottom: 50px;
}

.title_contact {
    position: relative;
    margin-top: 100px;
    margin-bottom: 50px;
}

.title_contact h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(139.1deg, #00B0B0 18.27%, #005CB0 99.99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.title_contact h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(139.1deg, #00B0B0 18.27%, #005CB0 99.99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.title_contact:after {
    content: '';
    background: url(/wp-content/themes/qlab/assets/images/contact-line.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 8px;
}

.contact_home_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact_item {
    flex: 0 0 48%;
    max-width: 48%;
}

.item_info {
    background: #F6F8F7;
    box-shadow: 0px 4px 14px rgb(0 0 0 / 25%);
    border-radius: 30px;
    display: flex;
    padding: 30px 30px 30px 75px;
    align-items: center;
    height: 125px;
}

.item_info:not(:last-child) {
    margin-bottom: 30px;
}


.title_info {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
    color: #333333;
}

.icone_contact {
    margin-right: 40px;
}

.adress_info {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: #333333;
}

.contact_item.map_item {
    overflow: hidden;
    border-radius: 35px;
}

footer{
    background: linear-gradient(139.1deg, #00B0B0 18.27%, #005CB0 99.99%);
}

.footer_wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 80px 0;
}

.menu_footer ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.menu_footer ul li{
    padding-bottom: 10px;
}

.social_footer ul {
    display: flex;
    margin-bottom: 20px;
}

.social_footer ul li{
    padding-right: 40px;
}

.social_footer ul li:last-child{
    padding-right: 0px;
}

@media(max-width:1460px) {
    .header_nav ul li a {
        font-size: 15px;
        line-height: 20px;
        padding: 0 25px;
    }
    .btn_buy a {
        padding: 10px 50px;
        font-size: 15px;
    }
    .right_quality h1 {
        font-size: 60px;
        line-height: 70px;
        margin-bottom: 15px;
    }
    p.sub_quality {
        font-size: 30px;
        line-height: 38px;
    }
    .desc_quality p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .doctor_title h2 {
        font-size: 34px;
        line-height: 40px;
    }
    .price_btn a {
        padding: 12px 22px;
        font-size: 18px;
        line-height: 24px;
    }
    .equipment_left h2 {
        font-size: 34px;
        line-height: 40px;
    }
    .equipment_left p {
        margin-top: 30px;
        padding-right: 40px;
        font-size: 20px;
        line-height: 30px;
    }
}

@media(max-width:1250px) {
    .header_nav ul li a {
        font-size: 15px;
        line-height: 20px;
        padding: 0 24px;
    }
    .right_quality h1 {
        font-size: 55px;
        line-height: 65px;
        margin-bottom: 15px;
    }
    .adress_info {
        font-size: 20px;
        line-height: 28px;
    }
}

@media(max-width:1140px) {
    .equipment_item {
        min-height: 110px;
        flex: 0 0 calc(100% / 5.5);
        max-width: calc(100% / 5.5);
        margin-bottom: 25px;
        padding: 0 10px;
        margin: 0 5px 20px;
    }
}

@media(max-width:1091px) {
    .header_nav ul li a {
        font-size: 15px;
        line-height: 20px;
        padding: 0 22px;
    }
    .right_quality h1 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 10px;
    }
    p.sub_quality {
        font-size: 26px;
        line-height: 32px;
    }
    .desc_quality p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .benefit_text h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .benefit_item {
        display: flex;
        padding: 20px 18px;
    }
    .doctors_wrap {
        margin: 50px 0 80px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        grid-gap: 15px;
    }
    .price_icone {
        left: 12%;
    }
    .price_btn {
        padding: 60px 70px 60px;
    }
    .equipment_desc {
        padding: 65px 20px 80px 50px;
    }
    .equipment_desc p {
        font-size: 18px;
        line-height: 32px;
    }
    .equipment_item p {
        font-size: 16px;
        line-height: 22px;
    }
    .title_blog {
        padding-top: 60px;
    }
    .doctor_title {
        padding-top: 150px;
    }
}

@media(max-width:1024px) {
    .header_nav ul li a {
        font-size: 15px;
        line-height: 20px;
        padding: 0 18px;
    }
    .right_quality h1 {
        font-size: 42px;
        line-height: 50px;
        margin-bottom: 10px;
    }
    p.sub_quality {
        font-size: 22px;
        line-height: 28px;
    }
    .benefit_item {
        display: flex;
        padding: 15px 12px;
    }
    .doctor_title h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .doctors_wrap {
        margin: 50px 0 65px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        grid-gap: 15px;
    }
    .desc_photo h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 18px;
    }
    .desc_photo {
        padding: 0 10px;
    }
    .title_blog {
        padding-top: 60px;
    }
    .title_blog h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .title_contact h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .adress_info {
        font-size: 18px;
        line-height: 24px;
    }
    .item_info:not(:last-child) {
        margin-bottom: 25px;
    }
    .item_info {
        display: flex;
        padding: 25px 30px 25px 65px;
        height: 120px;
    }
}

header .menu-btn {
    cursor: pointer;
    display: none;
}

header .menu-btn .burger {
    display: none;
}





@media(max-width:991px) {
    .benefit_item {
        display: flex;
        padding: 15px 10px;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .benefit_text p{
        padding: 10px;
    }
    .right_quality h1 {
        font-size: 38px;
        line-height: 44px;
        margin-bottom: 10px;
    }
    p.sub_quality {
        font-size: 20px;
        line-height: 24px;
    }
    .desc_quality p {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 15px;
    }
    .price_icone {
        left: 10%;
    }
    .equipment_left h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .equipment_left p {
        margin-top: 30px;
        padding-right: 30px;
        font-size: 18px;
        line-height: 24px;
    }
    .equipment_desc p {
        font-size: 18px;
        line-height: 30px;
    }
    .equipment_desc {
        padding: 50px 15px 70px 40px;
    }
    .equipment_items_wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
        top: -45px;
    }

    .title_contact {
        margin-top: 70px;
        margin-bottom: 50px;
    }
    .quality_wrap {
        display: flex;
        margin: 60px auto 0px;
        justify-content: space-between;
        align-items: center;
    }
    .desc_quality p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    p.sub_quality {
        font-size: 18px;
        line-height: 22px;
    }
    .benefit_item {
        display: flex;
        padding: 15px 5px;
    }
    .header_nav nav{
        display: none;
    }
    header .menu-btn{
     display: block; 
 }
 header .menu-btn .burger {
    display: block;
}
header .menu-btn .burger .burger-line:not(:last-child) {
    margin-bottom: 5px;
}
header .menu-btn .burger .burger-line {
    display: block;
    width: 31px;
    height: 4px;
    background: #0060B0;
    border-radius: 3px;
}
.btn_buy {
    margin-left: auto;
    margin-right: 30px;
}

.header_wrap.open-menu .header_nav nav {
    display: block;
}
.header_wrap.open-menu .header_nav nav>ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: fixed;
    background: #fff;
    left: 0;
    top: 83px;
    width: 100%;
    padding: 30px 20px 40px;
}

.header_wrap.open-menu .header_nav ul li a{
    font-size: 18px;
    line-height: 20px;
    padding: 0;
}

.header_wrap.open-menu .header_nav ul li:not(:last-child){
    padding: 10px;
    border-bottom: 2px solid #00b0b06e;
    width: 100%;
}

.header_wrap.open-menu .header_nav ul li.pll-parent-menu-item{
    border-bottom:none;
    padding: 40px 0;
}

.header_wrap.open-menu .header_nav ul li.pll-parent-menu-item>a{
    border: 1px solid #91dddd;
    padding: 10px;
    border-radius: 10px;
}

.header_wrap.open-menu .header_nav ul li.pll-parent-menu-item ul.sub-menu li{
    border-bottom:none;
    padding: 10px;
}

.header_wrap.open-menu .header_nav ul li.pll-parent-menu-item ul.sub-menu{
    padding: 10px;
    display: none;
}

.header_wrap.open-menu .header_nav ul li.pll-parent-menu-item ul.sub-menu li:first-child{
    border-bottom: 1px solid #91dddd;
}

.header_wrap.open-menu .header_nav ul li.pll-parent-menu-item ul.sub-menu.active{
    display: block;
    border: 1px solid #91dddd;
    width: 170px;
    margin-top: 20px;
    border-radius: 10px;
}


header .open-menu .menu-btn .burger .burger-line:first-child {
    display: block;
    width: 31px;
    height: 4px;
    background: #0060B0;
    border-radius: 3px;
    -webkit-transition-delay: .12s;
    -o-transition-delay: .12s;
    transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: 8px;
}
header .open-menu .menu-btn .burger .burger-line:nth-child(2n) {
    display: block;
    width: 31px;
    height: 4px;
    background: #0060B0;
    border-radius: 3px;
    -webkit-transition-delay: .12s;
    -o-transition-delay: .12s;
    transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
header .open-menu .menu-btn .burger .burger-line:last-child {
    display: none;
}
}

.sertificate_wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.sertificate_img {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    align-items: flex-start;
}
.sertificate_img img {
    margin: auto;
    width: 80%;
}


.iso_wrap p {
    color: #fff;
    font-size: 14px;
    margin-right: 15px;
    text-transform: uppercase;
}



.item_photo .img_photo {
    flex: 0 0 100%;
    max-width: 100%;
    overflow: hidden;
}

.item_photo .img_photo img {
    margin: 0 auto;
    max-height: 300px;
    max-width: initial;
    width: auto;
}

.sertificate {
    padding-top: 20px;
    padding-bottom: 80px;
    background: linear-gradient(139.1deg, #00B0B0 18.27%, #005CB0 99.99%);
}

.sertificate .title_contact h2{
    color: #F2F2F2;
    bbackground: linear-gradient(139.1deg, #00B0B0 18.27%, #005CB0 99.99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
}

@media(max-width:900px) {
    .sertificate_img img {
        width: 100%;
        margin: auto;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .quality_wrap {
        display: flex;
        margin: 50px auto 0px;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    .quality_item {
        flex: 0 0 100%;
        max-width:100%;
    }
    .left_quality.quality_item {
        order: 2;
        margin-top: 25px;
    }
    .benefits_wrap {
        display: flex;
        padding: 20px 0;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    .benefit_item {
        display: flex;
        padding: 15px 5px;
        flex-direction: column;
    }
    .benefit_text {
        margin-left: 0px;
        text-align: center;
    }
    .benefits {
        top: 50px;
    }
    .doctor_title {
        padding-top: 110px;
    }
    .doctor_title h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .doctors_wrap {
        margin: 50px 0 65px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        grid-gap: 15px;
        flex-direction: row;
    }
    .doctor_item {
        background: #F6F8F7;
        box-shadow: 0px 4px 14px rgb(0 0 0 / 25%);
        border-radius: 10px;
        padding: 15px 15px 20px;
        flex: 0 0 48%;
        max-width: 48%;
    }
    .price_icone {
        left: 5%;
    }
    .price_btn {
        padding: 50px 35px 50px;
    }
    .equipment_wrap {
        padding-top: 220px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .equipment_left {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }
    .equipment_right {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .equipment_right:before {
        content: '';
        width: 100vw;
        height: 100%;
        left: -20px;
    }
    .equipment_items_wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
        top: -53px;
        flex-direction: row;
    }
    .equipment_item {
        min-height: 110px;
        flex: 0 0 calc(100% / 3.5);
        max-width: calc(100% / 3.5);
        margin-bottom: 25px;
        padding: 0 10px;
        margin: 0 5px 20px;
    }
    .photo_wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column;
    }
    .item_photo {
        display: flex;
        align-items: center;
        background: #FFFFFF;
        border-radius: 10px;
        border: 1px solid #00B0B0;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .title_blog {
        padding-top: 40px;
    }
    .blog_home_wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin-top: 60px;
        flex-direction: column;
        padding-bottom: 30px;
    }
    .blog_home_item {
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
    }
    .blog_home_item:not(:last-child){
        margin-bottom: 20px;
    }

    .blog_home:after {
        content: '';
        background: linear-gradient(139.1deg, #00B0B0 18.27%, #005CB0 99.99%);
        width: 100%;
        position: absolute;
        z-index: -1;
        height: 100%;
        bottom: 0%;
    }
    .contact_home_wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    .contact_item.map_item {
        order: 2;
        margin-top: 30px;
        width: 100%;
    }
    .contact_item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .item_info {
        display: flex;
        padding: 30px 40px 30px 40px;
        height: 100px;
    }
    .contacts {
        padding-bottom: 60px;
    }
    .footer_wrap {
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        padding: 50px 0;
        flex-direction: column;
    }
    .logo_footer {
        margin-bottom: 25px;
    }
    .menu_footer {
        margin-bottom: 25px;
    }
}

.iso_wrap img {
    width: 100%;
    max-width: 120px;
    margin-top: 20px;
}

@media(max-width:768px) {
    .sertificate_wrap {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 30px;
        flex-direction: column;
    }
    .sertificate_img {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        align-items: flex-start;
        margin-bottom: 20px;
    }
    .iso_wrap {
        display: flex;
        align-items: flex-start;
        margin-top: 30px;
        flex-direction: column;
    }
    .iso_wrap p {
        color: #fff;
        font-size: 14px;
        margin-right: 0;
        text-transform: uppercase;
        margin-bottom: 15px;
    }
    .logo img {
        width: 110px;
    }
    .btn_buy a {
        padding: 8px 40px;
        font-size: 14px;
    }
    .header_wrap.open-menu .header_nav>nav>ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: fixed;
        background: #fff;
        left: 0;
        top: 75px;
        width: 100%;
        padding: 30px 20px;
    }
    .quality_wrap {
        display: flex;
        margin: 40px auto 0px;
    }
    .doctor_item {
        background: #F6F8F7;
        box-shadow: 0px 4px 14px rgb(0 0 0 / 25%);
        border-radius: 10px;
        padding: 15px 15px 20px;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .doctors_wrap {
        margin: 50px 0 30px;
    }
    .price_icone {
        left: 0%;
        top: -255px;
    }
    .price_btn {
     padding: 40px 5px 40px;
 }
 .equipment_item {
    min-height: 100px;
    flex: 0 0 calc(100% / 2.5);
    max-width: calc(100% / 2.5);
    margin-bottom: 25px;
    padding: 0 5px;
    margin: 0 5px 15px;
}
.equipment_item p {
    font-size: 14px;
    line-height: 20px;
}
.item_photo {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #00B0B0;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    flex-direction: column;
}
.desc_photo {
    padding: 20px 10px 20px;
    height: 220px;
}
.img_photo {
    padding-top: 20px;
}
.equipment_items_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
    top: -53px;
    flex-direction: row;
}
.equipment_wrap {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.price_wrap {
    position: relative;
    border-radius: 30px;
    top: 120px;
    align-items: center;
    justify-content: center;
}
}

@media(max-width:320px) {
    .logo img {
        width: 80px;
    }
    .header_wrap.open-menu .header_nav nav ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: fixed;
        background: #fff;
        left: 0;
        top: 65px;
        width: 100%;
        padding: 30px 20px 80px;
    }
}

.top_articles_wrap img {
    width: 100%;
    object-fit: cover;
    height: auto;
    position: relative;
}

.top_articles_wrap{
    position: relative;
}

.top_articles_wrap .breadcrumbs {
    position: absolute;
    top: 0;
}

.breadcrumbs a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #4F4F4F;
}

.breadcrumbs .breadcrumb_last {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #333333;
}

.breadcrumbs{
    font-size: 12px;
    margin-top: 20px;
}

.title_archive_blog {
    position: absolute;
    width: 30%;
    top: 50%;
    left: 40%;
    transform: translate(-50%,-50%);
}

.title_archive {
    position: relative;
    margin-bottom: 35px;
}

.title_archive:after {
    content: '';
    background: url(/wp-content/themes/qlab/assets/images/line-blog.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 8px;
}

.title_archive h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(139.1deg, #00B0B0 18.27%, #005CB0 99.99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.desc_archive p {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: #333333;
}

.middle_articles_wrap {
    margin-top: 80px;
}

.articles_item_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
    justify-content: space-between;
}

.articles_item_wrap .blog_home_item{
    margin-bottom: 20px;
}

article.blog_home_item a {
    display: flex;
}

.pagination {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
}

span.page-numbers.current {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    background: linear-gradient(139.1deg, #00B0B0 18.27%, #005CB0 99.99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: 0 8px;
}

.nav-links a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #231F20;
    margin: 0 8px;
}

h1.title_post {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    margin: 35px 0 35px 0;
    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on;
    background: linear-gradient(139.1deg, #00B0B0 18.27%, #005CB0 99.99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.post_img {
    margin-bottom: 40px;
}

.bottom_info_post {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 50px;
}

.bottom_info_post p{
    margin-bottom: 20px;
}

.post_img img {
    width: 100%;
    height: auto;
}



.bottom_info_post h2{
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    background: linear-gradient(139.1deg, #00B0B0 18.27%, #005CB0 99.99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 20px;
}

.bottom_info_post h3{
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    background: linear-gradient(139.1deg, #00B0B0 18.27%, #005CB0 99.99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 20px;
}

.bottom_info_post ul {
    padding-left: 40px;
    margin-bottom: 20px;
    list-style: circle;
}

.bottom_info_post ul li{
    position: relative;
    padding-bottom: 14px;
    list-style: circle;
}

.bottom_info_post ul li:before{
    content: '';
    position: absolute;
    background: linear-gradient(139.1deg, #00B0B0 18.27%, #005CB0 99.99%);
    width: 6px;
    height: 6px;
    top: 8px;
    left: -20px;
    border-radius: 50%;
}

.bottom_info_post ol {
    padding-left: 40px;
    margin-bottom: 20px;
}

.bottom_info_post ol li{
    position: relative;
    padding-bottom: 14px;
}

.bottom_info_post ol {
    color: #000;
    counter-reset: section;
    list-style-type: none;
    position: relative;
    word-wrap: break-word;
}

.bottom_info_post ol li:before {
    counter-increment: section;
    content: counters(section,".") ". ";
    color: #05a6a6;
    position: absolute;
    top: 2px;
    left: -20px;
}

.title_price h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 60px;
    text-transform: uppercase;
    background: linear-gradient(139.1deg, #00B0B0 18.27%, #005CB0 99.99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-align: center;
    margin: 35px 0;
}

ul.list_price {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 15px;
    background: #00b0b03b;
    padding: 5px 0;
    border-radius: 5px;
}

ul.list_price li:nth-of-type(1){
    flex: 0 0 10%;
    text-align: center;
}

ul.list_price li:nth-of-type(2){
    flex: 0 0 35%;
}

ul.list_price li:nth-of-type(3){
    flex: 0 0 15%;
    text-align: center;
}

ul.list_price li:nth-of-type(4){
    flex: 0 0 10%;
}

ul.list_price li:nth-of-type(5){
    flex: 0 0 15%;
}

ul.list_price li:nth-of-type(6){
    flex: 0 0 15%;
}



.table_wrap .first_price {
    -ms-flex: 0 0 5%;
    flex: 0 0 5%;
    max-width: 5%;
    margin: 5px 0;
    font-size: 14px;
}

.table_wrap .second_price {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    margin: 5px 0;
    font-size: 14px;
}

.table_wrap .third_price {
    -ms-flex: 0 0 5%;
    flex: 0 0 5%;
    max-width: 5%;
    margin: 5px 0;
    font-size: 14px;
}

.table_wrap .fourth_price {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
    margin: 5px 0;
    font-size: 14px;
}



.table_wrap .fifth_price {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
    margin: 5px 0;
    font-size: 14px;
}

.elastic li.hide{
    display: none;
}
.header-li ul{
    display: none;
}
.header-li.active ul{
    display: flex;
}
.header-li ul.hide{
    display: none;
}
.header-li span{
    display: flex;
    cursor: pointer;
    min-width: 400px;
    padding: 15px 10px;
    background: linear-gradient(139.1deg, #00B0B0 18.27%, #005CB0 99.99%);
    text-align: center;
    font-family: 'Montserrat';
    font-style: normal;
    justify-content: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-radius: 10px;
}

.wrapper-boxes {
    margin-bottom: 40px;
}

.table_wrap ul {
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.list_price li{
    font-size: 16px !important;
    font-weight: bold;
}

input#elastic {
    border: 1px solid #808080;
    border-radius: 10px;
    padding: 10px 10px;
    font-size: 14px;
    width: 20%;
}

label.text_serch {
    display: flex;
    flex-direction: column;
}

label.text_serch input {
    margin-top: 10px;
}

@media(max-width:1440px) {
    .title_archive h1 {
        font-size: 40px;
        line-height: 42px;
    }
    .desc_archive p {
        font-size: 20px;
    }

    .title_archive_blog {
        position: absolute;
        width: 30%;
        top: 50%;
        left: 35%;
        transform: translate(-50%,-50%);
    }
}

@media(max-width:1091px) {
    .title_archive h1 {
        font-size: 36px;
        line-height: 40px;
    }
    .desc_archive p {
        font-size: 18px;
        line-height: 28px;
    }

    .title_archive_blog {
        position: absolute;
        width: 30%;
        top: 50%;
        left: 35%;
        transform: translate(-50%,-50%);
    }
}

@media(max-width:991px) {
    .title_archive_blog {
        position: absolute;
        width: 30%;
        top: 50%;
        left: 30%;
        transform: translate(-50%,-50%);
    }
    .title_archive {
        margin-bottom: 30px;
    }
    .desc_archive p {
        font-size: 16px;
        line-height: 24px;
    }
    .title_archive h1 {
        font-size: 32px;
        line-height: 36px;
    }
    .articles_item_wrap .blog_home_item {
        flex: 0 0 48%;
        max-width: 48%;
    }

}

@media(max-width:768px) {
    .title_archive_blog {
        position: relative;
        width: 100%;
        top: 150%;
        left: 50%;
        transform: translate(-50%,20%);
    }
    .articles_item_wrap {
        display: flex;
        flex-wrap: wrap;
        margin: 60px -15px 0;
        justify-content: space-between;
    }
    .articles_item_wrap .blog_home_item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    h1.title_post {
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        margin: 20px 0 20px 0;
    }

    .bottom_info_post h3{
        font-size: 20px;
        line-height: 26px;
    }
    .header-li span {
        min-width: 100%;
        padding: 10px;
        font-size: 14px;
        line-height: 16px;
        font-weight: 400;
    }
    input#elastic {
        border: 1px solid #808080;
        border-radius: 10px;
        padding: 10px 10px;
        font-size: 14px;
        width: 100%;
    }
    .list_price li {
        font-size: 12px !important;    
    }
    .slide_equipment .slick-prev {
        left: -10px;
    }
    .slide_equipment .slick-next {
        right: -10px;
    }
    .slide_equipment .slick-prev:before{
        color: #00B0B0;
    }
    .slide_equipment .slick-next:before{
        color: #00B0B0;
    }
    .slide_equipment .slick-prev, .slick-next {
        z-index: 999;
    }

}

section.equipment.equipment_single {
    margin-top: 40px;
}

.equipment_single .quality_wrap {
    display: flex;
    margin: 0 auto;
}

.desc_doctor_text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}

.desc_doctor_text p {
    text-align: center;
}

p.quality_desc {
    font-size: 18px;
    line-height: 26px;
}

.copyright {
    font-size: 14px;
    color: #fff;
    padding-bottom: 10px;
}

.social_footer a {
    display: flex;
}

.logo a {
    display: flex;
}

/* romans styles*/
.header-li ul {
    display: flex;
}   

.header-li .header-li-content{
    display: none;
}

.header-li-content ul:nth-of-type(odd){
    background: #00b0b01c;
}


.header-li.active .header-li-content{
    display: block;
}

.header-li .header-li-content.search_results{
    display: block;
    padding: 15px;
}


.title_h1 h1{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 60px;
    text-transform: uppercase;
    background: linear-gradient(139.1deg, #00B0B0 18.27%, #005CB0 99.99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-align: center;
    margin: 35px 0;
}


.template-analizy-i-ceny .tabs {
    margin: 30px auto;
    font-family: sans-serif;
}

.template-analizy-i-ceny .tab-nav {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
    justify-content: space-evenly;
    background: linear-gradient(139.1deg, #00B0B0 18.27%, #005CB0 99.99%);
    color: #fff;
    font-size: clamp(10px, calc(1.0227vw + 6.727px), 19px);
    line-height: clamp(20px, calc(2.2727vw + 12.727px), 40px);
    border-radius: 10px;
}

.template-analizy-i-ceny .tab-nav li {
    padding: 10px 20px;
    cursor: pointer;
    transition: 0.3s;
}

.template-analizy-i-ceny .tab-nav li.active {
    color: #000;
    background: #fff;
    border: 1px solid #cdc2c2;
    border-radius: 10px;
    margin-right: -1px;
}

.template-analizy-i-ceny .tab-item {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.template-analizy-i-ceny .tab-item.active {
    display: block;
    opacity: 1;
}


.alphabet-bar{
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 500px){

    .pretext{
        font-size: 16px;
    }

    .title_h1 h1{
        font-size: 30px;
        line-height: 30px;
        margin: 20px 0;
    }


    .alphabet-bar{
        padding: 20px 0;
    }


    .test_name.elastic_item{
        font-size: 16px;
        line-height: 16px;
        font-weight: 400;
    }



    .tabs .form_search{
        padding-bottom: 20px;
    }


    .template-analizy-i-ceny .tab-nav li:first-child{
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .template-analizy-i-ceny .tab-nav li:last-child{
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

}


.template-analizy-i-ceny ul.tab-nav li{
    flex:0 0 33.333%;
    text-align: center;
}


.table_wrap .cart img{
    width: 25px;
}

.table_wrap .cart a.add-to-cart{
    background: linear-gradient(139.1deg, #00B0B0 18.27%, #005CB0 99.99%);
    border-radius: 10px;
    color: #fff;
    padding: 9px;
    display: inline-block;
    transition: transform 0.3s ease;
}
.table_wrap .cart a.add-to-cart:hover{
    transform: scale(0.95);
}

input.search_input {
    border: 1px solid #808080;
    border-radius: 10px;
    padding: 10px 10px;
    font-size: 14px;
    width: 20%;
}

.header-li-content ul.elastic:last-child{
    margin-bottom: 20px;
}

.cena.elastic_item .full_price{
    color: grey;
    font-size: 15px;
}


.table_wrap .code{
    flex: 0 0 10%;
    text-align: center;
}
.table_wrap .test_name{
    flex: 0 0 35%;
}

.table_wrap .termin{
    flex: 0 0 15%;
    text-align: center;
}

.table_wrap .sale{
    flex: 0 0 10%;
}       


.table_wrap .cena{
    flex: 0 0 15%;
}

.table_wrap .cart{
    flex: 0 0 15%;
}

.mob_code{
    display: none;
}


.elastic .termin.elastic_item .clock_icon{
    display: none;
}


@media (max-width: 850px){

    .elastic .termin.elastic_item .clock_icon{
        display: block;
    }


    .tabs .list_price{
        display: none !important;
    }


    .mob_code{
        display: block;
    }

    .sale.elastic_item{
        display: none;
    }

    .template-analizy-i-ceny-group .list_price{
        display: none;
    }

    .template-analizy-i-ceny-group .form_search{
        padding-bottom: 20px;
    }

    .template-analizy-i-ceny-group .search_inside_panel {
        padding-bottom: 0;
    }

    .template-analizy-i-ceny-group .test_name.elastic_item,
    .template-analizy-i-ceny .test_name.elastic_item{
        font-weight: 600;
    }

    .code.elastic_item{
        display: none;
    }

    .cart.elastic_item{
        display: flex;
        clear: both;
        justify-content: space-around;
        align-items: center;
    }

    .termin.elastic_item{
        float: left;
        width: 50%;
    }

    .cena.elastic_item{
        float: left;
        width: 50%;
    }

    .cena.elastic_item{
        display: flex;
        justify-content: center;
        gap:10px;
    }


    label.text_serch input {
        border: 1px solid #808080;
        border-radius: 10px;
        padding: 10px 10px;
        font-size: 14px;
        width: 100%;
    }


    .header-li-content ul.elastic{
        display: block;
        text-align: center;
        border: 1px solid grey;
        padding: 5px;
        border-radius: 10px;
    }


    .header-li-content ul.elastic li{
        padding: 5px 0;
    }
    .list_price .cart{
        display: none;
    }

    .table_wrap .termin{
        padding: 0;
    }
}

.title_cat{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: clamp(30px, calc(1.5909vw + 24.909px), 44px);
    line-height: clamp(40px, calc(2.2727vw + 32.727px), 60px);
    text-transform: uppercase;
    background: linear-gradient(139.1deg, #00B0B0 18.27%, #005CB0 99.99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-align: center;
    margin: 35px 0;
}

.test_cena_order{
    display: flex;
    gap: 30px;
    align-items: center;
}

.full_cena del{
    color: grey;
}

.full_cena {
    margin-bottom: 15px;
    font-size: 18px;
}

.sale_cena{
    font-size: 30px;
}

.btn_buy a{
    display: inline-block;
    transition: transform 0.3s ease;
}

.btn_buy a:hover{
    transform: scale(0.95);
}


.test_name h1{
    font-size: 26px;
    line-height: 28px;
}

.list_price .code{
    padding-left: 10px;
}


.test_code{
    padding-bottom: 20px;
}


.test_termin{
    padding-bottom: 20px;
}
.test_cena_order{
    padding-bottom: 50px;
}
.test_content{
    font-size: 16px;
}

.test_content p{
    padding-bottom: 20px;
}

.test_content h2{
    font-size: 18px;
    padding-bottom: 5px;
}

.test_content h3{
    font-size: 16px;
    padding-bottom: 5px;
}
.test_order.btn_buy{
    margin: 0;
}



.alphabet-bar .alphabet-letter{
    padding: 5px 10px;
    color: grey;
    font-size: 13px;
}

.alphabet-bar .alphabet-letter.active{
    color: #000;
    font-weight: 900;
    border: 1px solid #0063b0;
}


.alphabet-letter.black{
    color: #000;
    font-weight: 700;
}

.alphabet-letter.all{
    cursor: pointer;
}

.alphabet-letter.black:hover{
    cursor: pointer;
}

.analizy_i_ceny_single_content{
    display: flex;
}

.analizy_i_ceny_single_content aside{
    flex:0 0 30%;
    padding: 20px;
}

.analizy_i_ceny_single_content main{
    flex:0 0 70%;
    padding: clamp(1px, calc(1.6964vw + -4.429px), 20px);
}

.analizy_i_ceny_single_content .back_link{
    padding-bottom: 20px;
}

.analizy_i_ceny_single_content .test_name{
    padding-bottom: 20px;
}

aside {
    background: #00b0b00d;
    border-radius: 20px;
}

aside .search_inside_panel input{
    width: 100%;
    margin-top: 0px;
}

.search_inside_panel{
    padding-bottom: 20px;
}

.panel_title{
    font-weight: 700;
    padding-bottom: 20px;
}

.see_all_tests_mob.btn_buy{
    display: none;
}


@media (max-width: 991px){
    .analizy_i_ceny_single_content{
        display: block;
    }

    .see_all_tests_mob.btn_buy{
        display: block;
        padding-bottom: 20px;
    }

    .panel_cat_and_tests{
        display: none;
    }
    .panel_cat_and_tests.visible{
        display: block;
    }

}


.spoiler-header {
  cursor: pointer;
  background: #fff;
  padding: 10px;
  user-select: none;
  border: 1px solid #00afb08c;
  margin: 5px 0;
  border-radius: 10px;
}
.spoiler-content {
  display: none;
  padding: 10px;
  background: #fff;
}

.panel_cat_and_tests .result{
    padding: 10px;
    background: #fff;
}


.panel_cat_and_tests .spoiler-content[data-slug="kompleksni-doslidzhennya-uk-uk"]{
    display: block;
}

.template-analizy-i-ceny-group ul.elastic .termin{
    flex: 0 0 10%;
}
.template-analizy-i-ceny-group ul.elastic .cart{
    flex: 0 0 20%;
}

.template-analizy-i-ceny-group ul.list_price li:nth-of-type(3) {
    flex: 0 0 10%;
}

.template-analizy-i-ceny-group ul.list_price li:nth-of-type(6) {
    flex: 0 0 20%;
}

.template-analizy-i-ceny-group ul.elastic li{
    padding: 5px 0;
}


/* Затемнение фона */
#cart-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Появление */
#cart-modal.show {
  opacity: 1;
}

/* Контейнер корзины */
.cart-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: #fff;
  border-radius: 16px;
  padding: 20px 25px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  width: 90%;
  max-width: 500px;
  max-height: 80vh;
  overflow-y: auto;
  transition: transform 0.3s ease;
}

/* Анимация появления */
#cart-modal{
    font-size: 16px;
}

#cart-modal.show .cart-inner {
  transform: translate(-50%, -50%) scale(1);
}

/* Заголовок */
.cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}
.cart-header h3 {
  margin: 0;
  font-size: 20px;
}

/* Кнопка закрытия */
.close-modal {
  font-size: 60px;
  cursor: pointer;
  color: #333;
  transition: color 0.2s;
}
.close-modal:hover {
  color: #000;
}

/* Содержимое */
.cart-content {
  margin-bottom: 20px;
}

/* Таблица */
.cart-table {
  width: 100%;
  border-collapse: collapse;
}

.cart-table del{
 color: #a3a3a3;
 font-size: 14px;
}

.cart-table th, .cart-table td {
  border-bottom: 1px solid #ddd;
  padding: 8px;
  text-align: left;
  font-size: 15px;
}
.cart-table td:last-child {
  text-align: center;
}

/* Итоговая сумма */
.cart-total {
  text-align: center;
  font-size: 16px;
  margin: 10px 0;
  padding: 10px;
  background: #c6ffff;
  border-radius: 10px;
}



.cart-note{
    font-size: 14px;
    padding: 10px;
    border: 1px solid red;
    border-radius: 10px;
    margin: 10px 0;
    color: red;
}

.checkout_mes{
    font-size: 14px;
    padding: 10px;
    border: 1px solid red;
    border-radius: 10px;
    margin: 10px 0;
    color: red;
}


.cart-total b{
    font-size: 26px;
}


/* Кнопки */
.cart-actions {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.cart-actions button {
  flex: 1;
  padding: 10px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s;
}
.continue-btn {
  background: #e0e0e0;
}
.continue-btn:hover {
  background: #d5d5d5;
}
.checkout-btn {
  background: #0796a7;
  color: #fff;
}
.checkout-btn:hover {
  background: #006c78;
}

/* Кнопка удаления */
.remove-item,
.remove-item-checkout
{
  cursor: pointer;
  font-size: 26px;
}


.remove-item:hover {
  opacity: 0.7;
}

/* Блокировка скролла при открытии */
body.no-scroll {
  overflow: hidden;
}

/* === Оформлення замовлення === */
.checkout-wrapper {
  background: #f7f8fa;
  padding: 40px 0;
  min-height: 80vh;
}

.checkout-container {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  padding: 30px 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.checkout-title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
  color: #222;
}

.checkout-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

/* Левая колонка (форма) */
.checkout-form {
  flex: 1 1 45%;
}

.checkout-form h2 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #333;
}

/* Правая колонка (корзина) */
.checkout-cart {
  flex: 1 1 50%;
}

.checkout-cart h2 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #333;
}

/* Таблица корзины */
.checkout-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

.checkout-table th,
.checkout-table td {
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
}

.checkout-table th {
  background: #f5f5f5;
  font-weight: 500;
}

.checkout-table td:last-child {
  text-align: center;
}

/* Иконка удаления */
.remove-item {
  cursor: pointer;
  color: #c0392b;
  transition: transform 0.2s ease, color 0.2s;
}
.remove-item:hover {
  color: #e74c3c;
  transform: scale(1.2);
}

/* Итоговая сумма */

.checkout-total,
.order_success_send_text{
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
    margin: 20px 0;
    padding: 10px;
    background: #c6ffff;
    border-radius: 10px;
}

.checkout_submit_btn{
    text-align: center;
}


.total-text {
  font-size: 18px;
  font-weight: 600;
}

/* Контактная форма */
.checkout-form form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.checkout-form input,
.checkout-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
}

.external-submit-btn {
    background: linear-gradient(139.1deg, #00B0B0 18.27%, #005CB0 99.99%);
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 11px 40px;
    border: none;
    transition: all ease 0.3s;
    font-size: 14px;
}

.external-submit-btn:hover{
    cursor: pointer;
    transform: scale(0.95);
}

.checkout-form input[type="submit"] {
    display: none;
}


/* Адаптив */
@media (max-width: 768px) {
  .checkout-content {
    flex-direction: column;
}
}

.checkout_adres{
    padding: 20px 0 0 0;
}

.checkout_adres label{
    font-size: 16px;
}



.acf-select-wrapper {
  margin-bottom: 20px;
}

.acf-select-wrapper label {
  display: block;
  padding-bottom: 10px;
}

.acf-select-wrapper select {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  background-color: #fff;
  transition: border-color 0.2s ease;
}

.wpcf7-form p:nth-of-type(7){
    display: none;
}



@media (max-width: 768px) {
  .checkout-cart-content {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width:  clamp(250px, calc(73.6607vw + 14.286px), 580px);
}
.checkout-cart-content table {
    min-width: 600px; /* или сколько нужно, чтобы не ломался контент */
    width: max-content;
}

/* СКРОЛЛБАР: высота бегунка больше */
.checkout-cart-content::-webkit-scrollbar {
    height: 16px; /* Увеличенная высота скроллбара */
    background: #f0f0f0;
    border-radius: 8px;
    margin: 10px 0;
}
.checkout-cart-content::-webkit-scrollbar-thumb {
    background: #00b0b0;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,176,176,0.15);
    transition: background 0.2s;
    min-width: 60px;
    padding: 10px 0;
}
.checkout-cart-content::-webkit-scrollbar-thumb:hover {
    background: #008080;
}

/* Для Firefox */
.checkout-cart-content {
    scrollbar-color: #00b0b0 #f0f0f0;
    scrollbar-width: auto; /* auto — выше/thicker, thin — тоньше */
}
}


.cart .container{
    padding: 0 10px;
}


@media (max-width: 500px){

    .cart .title_h1 h1{
        font-size: 22px;
    }

    .checkout-container{
        padding: 10px;
    }
    .checkout-form input,
    .checkout-form textarea {
      width: clamp(250px, calc(88.8889vw + -34.444px), 410px);
  }

  .checkout-content {
    flex-direction: unset;
}
}



.checkout_mes,
.cart-note{
    display: none;
}


.thank .checkout-container{
    font-size: 16px;
}


.elastic .termin.elastic_item {
    display: flex;
    justify-content: center;
    gap: 5px;
}






@media (min-width: 992px){
    .header_nav > nav > ul > li{
        border: 1px solid #009fb0;
        border-radius: 20px;
        margin: 0 5px;
        padding: 5px;
    }

    .header_nav > nav > ul > li.grad_button{
        border: none;
        transition: all ease 0.3s;
        padding: 7px;
    }

    .header_nav > nav > ul > li.grad_button:hover {
        transform: scale(.95); 
    }

    .header_nav > nav > ul > li.grad_button:hover a{
     color:#fff;
 }

 header .grad_button{
    background: linear-gradient(139.1deg, #00B0B0 18.27%, #005CB0 99.99%);
}

header .grad_button a{
    color:#fff;
}

.header_nav > nav > ul > li.pll-parent-menu-item{
    border: 2px solid #009fb0;
}


}


.header_nav > nav > ul > li.pll-parent-menu-item>a:after{
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    position: relative;
    right: -5px;
    background-image: url(/wp-content/themes/qlab_new/assets/images/ptichka.svg);
}



.menu_footer > nav > ul > li.pll-parent-menu-item{
    display: none;
}



.header_nav ul li a{
    font-size: clamp(12px, calc(0.6696vw + 5.357px), 15px);
    padding: 0 clamp(9px, calc(2.0089vw + -10.929px), 18px);
}


/*.header_nav>nav li.grad_button{
    margin: 0 clamp(1px, calc(17.6339vw + -173.929px), 80px) 0 0 ;
    }*/



    @media (min-width: 992px) {

        .header_nav ul>li.lang-item{
            display: none;
        }

        .header_nav ul>li.pll-parent-menu-item .sub-menu li.lang-item{
            display: block;
        }

        .header_nav ul>li.pll-parent-menu-item{
            display: block;
        }



        .header_nav>nav ul.nav-menu,
        .header_nav>nav div.nav-menu > ul {
            border-bottom: 1px solid #ededed;
            border-top: 1px solid #ededed;
            display: inline-block !important;
            text-align: left;
            width: 100%;
        }
        .header_nav>nav ul {
            margin: 0;
            text-indent: 0;
        }
        .header_nav>nav li a,
        .header_nav>nav li {
            display: inline-block;
            text-decoration: none;
        }

        .header_nav>nav li a:hover,
        .header_nav>nav li a:focus {
            color: #000;
        }
        .header_nav>nav li {
            margin: 0 40px 0 0;
            position: relative;
        }
        .header_nav>nav li ul {
            margin: 0;
            padding: 0;
            position: absolute;
            top: 100%;
            z-index: 99999;
            height: 1px;
            width: 1px;
            overflow: hidden;
            clip-path: inset(50%);
        }
        .header_nav>nav li ul ul {
            top: 0;
            left: 100%;
        }
        .header_nav>nav ul li:hover > ul,
        .header_nav>nav ul li:focus > ul,
        .header_nav>nav .focus > ul {
            border-left: 0;
            clip-path: none;
            overflow: inherit;
            height: inherit;
            width: inherit;
        }
        .header_nav>nav li ul li a {
            background: #fff;
            display: block;
            line-height: 2.181818182;
            width: 70px;
            white-space: normal;
        }
        .header_nav>nav li ul li a:hover,
        .header_nav>nav li ul li a:focus {
            background: linear-gradient(139.1deg, #00B0B0 18.27%, #005CB0 99.99%);
            color: #fff;
        }

        .header_nav>nav li ul li:first-child a{
            border-top: 1px solid #2fbfbf;
            border-left: 1px solid #2fbfbf;
            border-right: 1px solid #2fbfbf;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
        }

        .header_nav>nav li ul li:last-child a{
            border-bottom: 1px solid #2fbfbf;
            border-left: 1px solid #2fbfbf;
            border-right: 1px solid #2fbfbf;
            border-bottom-left-radius: 20px;
            border-bottom-right-radius: 20px;
        }


    }




    @media (max-width: 991px){
        .benefits_wrap{
            flex-direction: column;
        }

        #mob_header_cart{
            margin-left: auto;
            margin-right: 50px;
        }
        .header_wrap.open-menu .header_nav ul li.grad_button a{
            font-weight: 400;
            color: #fff;
            padding: 5px 20px;

        } 

        .container_header .header_top_panel{
            display: none;
        }

        .container_header .header_top_panel._dynamic_adapt_{
            display: flex;
        }

        .elastic .termin.elastic_item a{
            display: flex;
            gap:10px;
        }

        .template-analizy-i-ceny .test_name.elastic_item a{
            color: #0067b0;
        }

    }


    .header_top_panel {
        display: flex;
        justify-content: flex-start;
        gap: 20px;
        padding: 10px;

    }

    @media (min-width: 992px){
        .header_top_panel{
            background: linear-gradient(139.1deg, #00b0b026 18.27%, #005cb073 99.99%);
            border-radius: 20px;
        }
    }

    .header_top_panel img{
        padding-right: 5px;
    }


    .header_top_panel_phone,
    .header_top_panel_viber a,
    .header_top_panel_telegram a{
        display: flex;
        align-items: center;
    }

    .header_top_panel._dynamic_adapt_{
        flex-wrap: wrap;
    }

    .header_nav > nav > ul > li{
        transition: all ease 0.3s;
    }

    .header_nav > nav > ul > li:hover{
        transform: scale(.95);
    }

    .analizy_i_ceny_single.cart.thank .checkout-container .btn_buy{
        text-align: center;
    }


    .menu-overlay.active {
      opacity: 1;
      visibility: visible;
  }

  .header_wrap.open-menu .header_nav nav{
      position: fixed;
      z-index: 1001;
  }

  .menu-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease;
      z-index: 1000;
  }

  .container_header.active{
    position: relative;
    z-index: 1001;
    background: #fff;
}

.header_nav > nav > ul > li.header_cart{
    border: none;
}

footer li.header_cart{
    display: none;
}


.header_wrap .logo img{
    width: clamp(100px, calc(11.8304vw + -17.357px), 153px);
}

.blog_icons_block{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.blog_item_reading_time,
.blog_item_modif,
.blog_item_date,
.blog_item_views{
    display: flex;
    align-items: center;
    gap:3px;
}

.blog_section_btns ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}



@media (max-width: 767px){
    .blog_section_btns ul{
        flex-wrap: nowrap;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        margin: 0 -25px;
        padding: 0 25px;
    }
}




.blog_section_btns ul li
{
    border: 1px solid #009fb0;
    border-radius: 20px;
    margin: 0 5px;
    padding: 5px;
    transition: all ease 0.3s;
    flex-shrink: 0;
}

.blog_section_btns ul li:hover{
    transform: scale(.95);
}

.blog_section_btns ul li a
{
    font-size: clamp(12px, calc(0.6696vw + 5.357px), 15px);
    padding: 0 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    white-space: nowrap;
}

.blog.articles .middle_articles_wrap{
    margin-top: clamp(1px, calc(4.6009vw + -16.254px), 50px);
}

.blog.articles .articles_item_wrap{
    margin-top: clamp(25px, calc(3.2864vw + 12.676px), 60px);
}


.single_article .post_img{
    position: relative;
}

.single_article .meta_data{
    position: absolute;
    display: flex;
    bottom: 20px;
    right: 20px;
    gap: 10px;
    font-size: clamp(14px, calc(0.3756vw + 12.592px), 18px);
    color: #006fb0;
    background: #ffffffab;
    padding: clamp(1px, calc(0.3756vw + -0.408px), 5px);
}

.single_article .meta_data svg{
    fill:#006fb0;
    width: clamp(16px, calc(0.1878vw + 15.296px), 18px);
}


.single_article_wrapper{
    display: flex;
    gap:20px;
}

.single_article_wrapper .top_archive_block{
    flex: 1 1 70%;
}

.single_article_wrapper .top_archive_block a{
   display: inline-block;
   color: #006fb0;
   font-weight: 500;
   transition: all ease 0.3s;
}

.single_article_wrapper .top_archive_block a:hover{
   transform: scale(.95);
}

.single_article_wrapper #sidebar-section{
    flex: 0 0 30%;
    padding: 20px; 
    align-self: flex-start;
    height: auto;    
}

.single_article_wrapper #sidebar-section ul li
{
    cursor: pointer;
    padding: 5px;
    margin: 5px 0;
    color: #009cb0;
    font-weight: normal;
}

.widget-title{
    margin-bottom: 20px;
    text-align: center;
    font-weight: normal;
    font-size: 24px;
}




@media (max-width: 991px){
  .single_article_wrapper{
    display: block;
}
}


.title_list._dynamic_adapt_ {
  padding: 0 10px;
  position: relative;
  margin-bottom: 20px;
}

/* Заголовок */
.title_list._dynamic_adapt_ h3 {
   border: 1px solid #00b0b0;
   color: #fff;
   padding: 10px 15px;
   margin-bottom: 0;
   border-radius: 10px;
   cursor: pointer;
   position: relative;
}

/* Плавное раскрытие списка */
.title_list._dynamic_adapt_ ul {
  list-style: none;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #e7e5e5;
  margin: 0;
  background: #f6fbff;
  border-radius: 0 0 10px 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding-top: 0;
  padding-bottom: 0;
}

.title_list._dynamic_adapt_.active ul {
  max-height: 1500px; /* достаточно для содержимого */
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}

/* Элементы списка */
.title_list._dynamic_adapt_ ul li {
  position: relative;
  font-size: 16px;
  margin: 5px 0;
  padding: 10px 5px 5px 20px;
  color: #00b0b0;
}

/* Стрелка */
.title_list._dynamic_adapt_ ul li::before {
  content: '↓';
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 26px;
  color:#00b0b0;
  background: none;
}

/* Иконка + / x в заголовке */
.title_list._dynamic_adapt_ h3::before,
.title_list._dynamic_adapt_ h3::after {
  content: '';
  width: 25px;
  height: 2px;
  right: 20px;
  top: 50%;
  position: absolute;
  border-radius: 25px;
  background-color: #00b0b0;
  transition: transform 0.3s ease;
}

.title_list._dynamic_adapt_ h3::before {
  transform: translateY(-50%);
}

.title_list._dynamic_adapt_ h3::after {
  transform: translateY(-50%) rotate(90deg);
}

/* Крестик превращается в плюсик при активном блоке */
.title_list._dynamic_adapt_.active h3::after {
  transform: translateY(-50%) rotate(0deg);
}


.ibg{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.ibg img{
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.blog_home_item .ibg{
    height: 300px;
    border-radius: 20px;
    width: 100%;
}

.articles_item_wrap .blog_home_item{
    transition: all ease 0.3s;
}

.articles_item_wrap .blog_home_item:hover{
    transform: scale(.95);
}


.bottom_info_post h2 b,
.widget .blog-small h4.item_title a,
.widget .blog-small h4
{
    font-weight: normal;
}

.widget .sidebar_adres h3 strong{
    color: #00b0b0;
    font-weight: 600;
}

.widget .sidebar_adres h3{
    margin-bottom: 10px;
}

.widget .sidebar_adres a,
.widget .sidebar_adres a strong
{
    color: #006ab0;
    font-weight: 600;
    margin: 5px 0;
}

.widget .sidebar_adres a:hover,
.widget .sidebar_adres a:hover strong
{
    text-decoration: underline;
}

.widget .blog-small {
    display: flex;
    align-items: center;
    gap: 20px;
}

.widget .item-title a{
    font-size: 16px;
    font-weight: 500;
}



.blog_section_btns .current_cat{
    background: linear-gradient(139.1deg, #00B0B0 18.27%, #005CB0 99.99%);
    color: #fff;
    transition: all ease 0.3s;
}

.blog_section_btns .current_cat:hover{
    transform: scale(.95);
}

#sidebar-section .widget.recent-post{
    margin-bottom: 20px;
}

.sidebar_adres p strong{
    font-weight: 500;
    font-size: 18px;
    color:#0fa1b4;
}

.sidebar_adres p{
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
}

.post_disclaimer{
    padding: 10px;
    background: #009db024;
}

.post_disclaimer p{
    margin-bottom: 0;
}
.post_disclaimer a
{
    font-weight: 600;
    color: #006ab0;
    transition: all ease 0.3s;
}

.post_disclaimer a:hover{
    transform: scale(.95);
    text-decoration: underline;
}


.doctor_data{
    display: flex;
    gap: 20px;
    align-items: center;
}

.doctor_status{
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

@media (max-width: 767px){
    .doctor_data{
        display: block;
    }
    .single_article .post_img {
        text-align: center;
    }
}

.post_img img {
    width: auto;
}

.single_doctor .sertificate{
    background: none;
}

.single_doctor .sertificate .title_contact{
    margin-top: 10px;
}


.single_doctor .sertificate .title_contact h2{
    color: #01b0b0;
    -webkit-text-fill-color: #01b0b0;
}

.single_doctor .slick-prev:before, .single_doctor .slick-next:before,
.single_article .slick-prev:before, .single_article .slick-next:before
{
    color: #00b0b0;
}


.single_article .post_img img{
    width: 100%;
}
.post_avtor{
    display: flex;
    margin: 10px 0;
    align-items: center;
    gap: 20px;
    border: 1px solid #00a0b0;
    padding: 10px;
    border-radius: 5px;
}

img.mini{
    width: 50px;
}

.avtor_data a{
    color: #006ab0;
    font-weight: 600;
}

.avtor_data a:hover{
    text-decoration: underline;
}

.single_doctor .doctor_data .post_img img{
    width: 270px;
}

.single_article .bottom_info_post ul li:before{
    background: none;
}

.blog_section_btns ul{
    gap: 5px;
}


.post_rating{
    margin-top: 30px;
}

.blog_section_btns{
    margin: 30px 0;
}

.blog_section_title,
.blog_section_title h2
{
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #00a4b0;
    font-weight: 500;
}




.single_article_last_posts.swiper {
  max-width: 787px;
  padding: 0 50px;
}

.single_doctor_posts.swiper {
  max-width: 1160px;
  padding: 0 50px;
}


.single_article .swiper-slide img {
    width: 100%;
    height: 200px;
    object-fit: cover; 
    border-radius: 10px;
}

.slide_title {
    text-align: center;
    font-size: 16px;
    color: #0098b0;
    margin: 10px 0;
}


.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal{
    position: relative;
    margin-top: 10px;
}

.swiper-button-next, .swiper-button-prev{
    color: #00b0b0;
}

#comments footer{
    border: 1px solid #00b0b0;
    display: flex;
    background: none;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px;
    padding: 10px;
    border-radius: 5px;
}


#comments footer .comment-author.vcard{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

@media (max-width: 767px){
    #comments footer,
    #comments footer .comment-author.vcard{
        display: block;
    }
}


#comments .comment-content{
    padding: 10px;
}

#comments .comment.byuser{
    padding-left: 20px;
}

#comments form{
    margin: 30px 0;
}

#comments form #submit{
 border: 1px solid #009fb0;
 border-radius: 20px;
 margin: 20px 0;
 padding: 10px 20px;
 background: none;
 font-size: 18px;
 transition: all ease 0.3s;
}

#comments form #submit:hover{
    transform: scale(.95);
    cursor: pointer;
}
#comments form input,
#comments form textarea{
    padding: 5px;
}

#comments form input::placeholder,
#comments form textarea::placeholder{
    font-size: 16px;
}


.blog_section_title.comm{
    margin-top: 40px;
}


.comment-awaiting-moderation {
    display: block;
    font-size: 16px;
    line-height: normal;
    padding: 10px;
    background: linear-gradient(139.1deg, #00B0B0 18.27%, #005CB0 99.99%);
    color: #fff;
    font-weight: 400;
    font-style: normal;
    border-radius: 10px;
}

span.says{
    display: none;
}


.single_article_last_posts.swiper .swiper-button-prev svg,
.single_article_last_posts.swiper .swiper-button-next svg,
.single_doctor_posts.swiper .swiper-button-prev svg,
.single_doctor_posts.swiper .swiper-button-next svg
{
    display: none;
}

.single_article_last_posts.swiper .swiper-button-prev:before,
.single_article_last_posts.swiper .swiper-button-next:before,
.single_doctor_posts.swiper .swiper-button-prev:before,
.single_doctor_posts.swiper .swiper-button-next:before
{
    font-family: 'slick';
    font-size: 26px;
    line-height: 1;
    opacity: .75;
    color: #3fc3c3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 15px;
    padding-top: 3px;
}

.single_article_last_posts.swiper .swiper-button-prev:before,
.single_doctor_posts.swiper .swiper-button-prev:before
{
    content: "←";
}

.single_article_last_posts.swiper .swiper-button-next:before,
.single_doctor_posts.swiper .swiper-button-next:before
{
    content: "→";
}


.question details
{
    overflow: hidden;
    display: block;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    margin: 20px 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0.125rem 1.25rem 0px;

}

.question details summary {
    list-style: none;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
}
.question details summary:hover{
    color:#00a4b0;
    cursor: pointer;
}

.question details summary:after{
    content: "";
    background: url(https://raw.githubusercontent.com/transinffo/website-layout/refs/heads/img/black-arrow.svg) center center / contain no-repeat;
    width: 30px;
    transition: transform 0.5s, -webkit-transform 0.5s;
    margin-left: 20px;
}

.question details[open] summary:after {
    transform: rotate(-180deg);
}

details.animated-details p {
    font-size: 16px;
    margin: 0;
    padding: 20px 40px 0 0;
}

details.animated-details .details-content {
    overflow: hidden; 
}

@media (min-width: 320px) and (max-width: 1200px){
    .question_title{
       font-size: calc(32px + (46 - 32) * (100vw - 320px) / (1200 - 320));
   }
   .question details summary{
       font-size: calc(20px + (22 - 20) * (100vw - 320px) / (1200 - 320));
   }
   details.animated-details p{
    font-size: calc(18px + (20 - 18) * (100vw - 320px) / (1200 - 320));
}

}

@media (max-width: 580px){
    details.animated-details p{
        padding: 20px 0;
    }
}


section.question summary h3{
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}    









@media  (max-width: 500px){
    table {
        width: 100%;
        display: block; 
        margin-bottom: 20px;           
        overflow-x: auto;            
        -webkit-overflow-scrolling: touch;
        white-space: break-word;

         /* визуальное отделение скроллбара от контента */
        padding-bottom: 12px;            /* место под скролл, как подложка */
        border-bottom: 3px solid #e5e5e5; /* чёткая линия-разделитель */
        box-shadow: inset 0 -6px 6px -6px rgba(0,0,0,0.15); /* лёгкая тень */
    }

    .widget .blog-small{
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 30px;
    }

    .widget .blog-small .item-content{
        text-align: center;
    }
}



/* ====== WebKit scrollbar (Chrome/Safari/Edge/Opera) ====== */
table::-webkit-scrollbar {
    height: 20px;                    /* делаем его более заметным */
}

table::-webkit-scrollbar-track {
    background: #eaeaea;             /* светлая дорожка */
    border-radius: 5px;
    border: 1px solid #d5d5d5;       /* отделяет дорожку от фона */
}

table::-webkit-scrollbar-thumb {
    background: #666;             /* сам ползунок — контраст виден всегда */
    border-radius: 5px;
}

table::-webkit-scrollbar-thumb:hover {
    background: #404040;
}

/* ====== Firefox ====== */
table {
    scrollbar-width: thin;
    scrollbar-color: #b2b2b2 #eaeaea; /* thumb / track */
}

/* romans styles*/


/*sluzhba-kontrolyu-yakosti*/
.sluzh_cont_yakosti .post_disclaimer{
    margin: 20px 0;
    border-radius: 10px;
    font-size: 16px;
}

.sluzh_cont_yakosti .pre_text{
    margin-bottom: 20px;
}

.sluzh_cont_yakosti .pre_text p{
    margin-bottom: 10px;
}

.sluzh_cont_yakosti .pre_text p:last-child{
    margin-bottom: 0;
}

.sluzh_cont_yakosti .tel{
    display: block;
    text-align: center;
    color: #0088b0;
    margin: clamp(20px, calc(1.2048vw + 15.542px), 30px) 0;
    font-size: clamp(28px, calc(1.4458vw + 22.651px), 40px);
    font-weight: 600;
    transition: all ease 0.3s;
}

.sluzh_cont_yakosti .tel:hover{
  transform: scale(.95);
}

.sluzh_cont_yakosti_form input[type="submit"]{
  background: linear-gradient(139.1deg, #00B0B0 18.27%, #005CB0 99.99%);
  border-radius: 20px;
  color: #fff;
  text-transform: uppercase;
  padding: 11px 55px;
  margin: 20px 0;
  border: 0px;
  line-height: 20px;
  font-weight: 500;
  font-size: 15px;
  transition: all ease 0.3s;
}

.sluzh_cont_yakosti_form_title p{
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0;
    color: #0088b0;
    line-height: 30px;
}

.sluzh_cont_yakosti_form input[type="submit"]:hover{
    transform: scale(.95);
    cursor: pointer;
}

.sluzh_cont_yakosti_form form input{
    width: 300px;
    margin-bottom: 10px;
    font-size: 18px;
    padding-left: 10px;
    border-radius: 5px;
    border:1px solid grey;
    padding: 5px;
}

.sluzh_cont_yakosti_form form textarea{
   width: 300px;
   border-radius: 5px;
    font-size: 20px;
    padding: 10px;
    border:1px solid grey;
}

.sluzh_cont_yakosti_form form label{
    display: block;
}

.sluzh_cont_yakosti_form form select{
  font-size: 18px;
  width: 300px;
  padding: 5px;
}

@media (max-width: 768px){
  .sluzh_cont_yakosti_form{
    text-align: center;
  }

  .sluzh_cont_yakosti_form .wpcf7-spinner{
    position: absolute;
  }


}
/*sluzhba-kontrolyu-yakosti*/

/* home styles*/
.top_analizy_wrapper{
    display: flex;
    gap:20px;
    flex-wrap: wrap;
}

.top_analizy_item{
  flex: 0 0 23.7%;
  padding: 10px;
  background: #F6F8F7;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
  text-align: center;
  transition: all ease 0.3s;
}

.top_analizy_item:hover{
    transform: scale(.95);
}

.top_analizy_bottom{
    display: flex;
    justify-content: space-between;
}

.top_analizy_img{
    height: 150px;
    margin-bottom: 20px;
}

.top_analizy_title{
    margin-bottom: 20px;
    font-weight: 600;
}

@media (max-width: 1200px){
    .top_analizy_item{
        flex:0 0 32%;
    }
}

@media (max-width: 1050px){
    .top_analizy_item{
        flex:0 0 31%;
    }
}

@media (max-width: 768px){
    .top_analizy_item{
        flex:0 0 48%;
    }
}

@media (max-width: 550px){
    .top_analizy_item{
        flex:0 0 100%;
    }
}


/*pochemu_qlab*/
.pochemu_qlab_items{
    display: flex;
}
.pochemu_qlab_title{
    font-style: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #0071b0;
}

.pochemu_qlab_item{
    flex: 1 1 25%;
    position: relative;
    padding-left: 40px;
    margin: 0 10px;
}

.pochemu_qlab_items{
    counter-reset: section;
}

  .pochemu_qlab_item::before {
    counter-increment: section;
    content: counter(section) " ";
   font-weight: bold;
   font-size: 50px;
   position: absolute;
   color: #00b0b04f;
   top: 10px;
   left: -5px;
}

.pochemu_qlab_text{
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}


@media (max-width: 992px){
    .pochemu_qlab_items{
        flex-wrap: wrap;
    }

   .pochemu_qlab_item {
    flex: 0 0 47%;
    margin-bottom: 20px;
  }
}

@media (max-width: 720px){
  .pochemu_qlab_item {
    flex: 0 0 46%;
  }
}

@media (max-width: 540px){
  .pochemu_qlab_item {
    flex: 0 0 100%;
    padding-left: 30px;
    }
    .pochemu_qlab_text{
    font-size: 14px;
    line-height: 18px;
    }

    .pochemu_qlab_title{
        margin-bottom: 10px;
    }
    .pochemu_qlab_item::before{
        font-size: 30px;
        top: 5px;
    }
}

/*pochemu_qlab*/

/*contact block*/
.grad_button{

}

.grad_button a{
  background: linear-gradient(139.1deg, #00B0B0 18.27%, #005CB0 99.99%);
  font-size: clamp(10px, calc(0.4695vw + 8.239px), 15px);
  padding: 10px clamp(10px, calc(0.9390vw + 6.479px), 20px);;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  border-radius: 20px;
  color: #fff;
  transition: all ease 0.3s;
  display: inline-block;
}

.grad_button a:hover{
    transform: scale(.95);
}

.contact_btn{
  margin: 30px 0;
  text-align: center;
}
/*contact block*/

/*about_lab*/
.about_lab_content{
    display: flex;
}
.about_lab_content p{
    font-size: clamp(14px, calc(0.1878vw + 13.296px), 16px);
    margin-bottom: 10px;
}


.about_lab_1_col,
.about_lab_2_col{
    margin: 0 10px;
    word-wrap: anywhere;
}


@media(max-width: 768px){
    .about_lab_content{
        display: block;
    }
    .about_lab_1_col{
        margin-bottom: 20px;
    }
}

.about_lab_content h2{
      background: linear-gradient(139.1deg, #00B0B0 18.27%, #005CB0 99.99%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: normal;
  margin-bottom: 10px;
}

.about_lab_content h3{
    font-size: clamp(16px, calc(0.1878vw + 15.296px), 18px);
    line-height: 24px;
    margin-bottom: 10px;
    font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(139.1deg, #00B0B0 18.27%, #005CB0 99.99%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about_lab_content ul{
    margin: 10px 0;
    font-size: clamp(14px, calc(0.1878vw + 13.296px), 16px);
      background: linear-gradient(139.1deg, #00B0B0 18.27%, #005CB0 99.99%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  padding-left: 20px;
}
.about_lab_content ul li{
    list-style: disc;
}


.about_lab_content ul li::marker {
    color: #005cb0;
    font-size: 1.2em;
}

/*about_lab*/

/*home blog */ 

.blog_home .container{
    padding: 0 40px;
}
.blog_home .blog_home_wrap button{
    top:50%;
}
/*home blog */ 

/* home styles*/



/* footer styles*/
.footer_wrap>div{
    flex: 0 0 25%;
}

.contact_footer_title{
    font-weight: 600;
    margin-bottom: 5px;
}

.contact_footer,
.contact_footer a
{
    color: #fff;
}

.contact_footer_tel,
.contact_footer_adr,
.contact_footer_graph{
    display: flex;
  gap: 20px;
  margin-bottom: 30px;
  align-items: center;
}
.logo_footer img{
    width: clamp(150px, calc(6.6964vw + 128.571px), 225px); 
}

@media  (max-width: 900px){
   .iso_wrap{
    margin-bottom: 35px;
   }
}

.footer_wrap a{
  transition: all ease 0.3s;
  display: inline-block;
}

.footer_wrap a:hover{
    transform: scale(.95);
}

/* footer styles*/

/* Checkout Page continue btn*/
.checkout_continue_btn{
    margin-bottom: 40px;
    text-align: center;
}
.checkout_continue_btn a{
  display: inline-block;
  padding: 7px 20px;
  border: 1px solid #00b0b0;
  border-radius: 20px;
  font-size: 13px;
  transition: all ease 0.3s;
}

.checkout_continue_btn a:hover{
    transform: scale(.95);
}


/* Checkout Page continue btn*/


@media (min-width: 901px) {
    .home #blog .slick-prev.slick-arrow:before,
    .home #blog .slick-next.slick-arrow:before{
        color: #0067b0;
        opacity: 0.45;
    }
}


.animated-details .analiz{
    margin: 10px 0;
    color: #007c8d;
}

.animated-details .podgot p{
    padding: 5px 0;
}

.podg_k_analiz_btn_box .grad_button a{
    font-size: 15px;
    padding: 10px 20px;
}


.category_description.bottom_info_post{
    margin-top: 40px;
}
.category_description.bottom_info_post ul li{
    list-style: none;
}

.sotrudnichestvo #about .quality_wrap{
    margin: 10px auto 0px;
}

.sotrudnichestvo .pochemu_qlab_items{
    flex-wrap: wrap;
}

.sotrudnichestvo .pochemu_qlab_item {
    flex: 1 1 23%;
    margin: 0 10px 30px;
}

.sotrudnichestvo .about_lab.forma{
    margin: 50px 0;
}

.sotrudnichestvo .about_lab.forma h2{
    margin-bottom: 10px;
}

.sotrudnichestvo .about_lab.forma .about_lab_1_col,
.sotrudnichestvo .about_lab.forma .about_lab_2_col{
   flex: 0 0 50%;
}

.sotrudnichestvo .about_lab.forma .about_lab_content{
    text-align: center;
}

.sotrudnichestvo .about_lab.forma .about_lab_content .wpcf7-spinner{
    display: block;
}

.sluzh_cont_yakosti_form .about_lab_content{
    display: block;
}

.sluzh_cont_yakosti_form .about_lab_1_col{
    margin-bottom: 30px;
}

