.employee-search .widget-site-search select.styler {
    opacity: 1;
}

.employee-search .widget-site-search .wpb_button.wpb_btn-alt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 1px solid #000;
}
.indd-program-links-block{
margin-right: 15px;
    margin-top: 15px;
    border: solid 1px #d7d7d7;
    color: #000;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0 0 0 1px #fff;
    text-align: center;
    padding: 20px 20px;
    font-size: 0.94em;
    line-height: 20px;
    background: #fefefe;
}
.bvi-open {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    height: 40px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
    border: 1px solid #C9C9C9;
    border-radius: 4px;
}

.bvi-open__text {
    font-size: 14px;
    color: #3A424D;
    display: inline-block;
    vertical-align: middle;
}

.bvi-open__letters {
    font-size: 22px;
    font-weight: bold;
    color: #3A424D;
    display: inline-block;
    line-height: 1.7em;
    text-align: center;
    margin-right: 5px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
    border-radius: 4px;
}

/* 
#################################
COOKIES NOTIFICATION START
#################################
*/
body #cookie_notification.show {
    z-index: 99999999;
}

@media (max-width: 575px) {
    #cookie_notification.show {
        display: block;
        text-align: left;
    }

    .cookie_accept {
        margin: 10px 0 0 0;
        float: right;
    }

    #cookie_notification p {
        margin-left: 10px;
    }
}

@media screen and (min-width: 1380px) {
    #cookie_notification.show {
        display: flex;
    }

    .cookie_accept {
        margin: 0 100px 0 0;
        float: right;
    }
}

@media screen and (max-width: 980px) {
    #cookie_notification.show {
        display: block;
        text-align: left;
    }

    #cookie_notification p {
        margin-left: 15px;
    }

    .cookie_accept {
        margin: 0 50px 0 0;
        float: right;
    }
}

@media screen and (max-width: 767px) {
    #cookie_notification.show {
        display: block;
        text-align: left;
    }

    #cookie_notification p {
        margin-left: 15px;
    }

    .cookie_accept {
        margin: 0 10px 0 0;
        float: right;
    }
}

@media (max-width: 575px) {
    #cookie_notification.show {
        display: block;
        text-align: left;
    }

    .cookie_accept {
        margin: 0 0 0 0;
        float: right;
    }

    #cookie_notification p {
        margin-left: 10px;
    }
}

/* 
#################################
COOKIES NOTIFICATION END
#################################
*/

/* 
#################################
PROGRAMS AND STOCKS START
#################################
*/

.main-popular {
    padding: 48px 0;
    background: #EAEAEA;
    box-shadow: inset 0 5px 20px #d7e0ea;
}

.main-popular .grid-row {
    margin-bottom: 0;
}

.main-popular__title {
    margin: 0 0 24px;
    font-size: 26px;
    font-weight: bold;
    color: #000;
}

.main-popular__elements {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.main-popular__element {
    background-color: #fefefe;
}

.main-popular__element img {
    width: 100%;
}

.main-popular__element span {
    display: block;
    padding: 20px;
    font-size: 0.94em;
    line-height: 20px;
    text-align: center;
}

@media (max-width: 992px) {
    .main-popular__elements {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

@media (max-width: 576px) {
    .main-popular__elements {
        grid-template-columns: 1fr;
    }
}

/* 
#################################
PROGRAMS AND STOCKS END
#################################
*/

/* 
#################################
CORE PAIN ON THE MAIN START
#################################
*/

.core-pain {
    margin-bottom: 0;
    padding: 20px;
    background-color: #EAEAEA;
    box-shadow: inset 0 5px 20px #d7e0ea;
}

.core-pain .grid-row::after {
    display: none;
}

.core-pain .grid-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 0;
}

.core-pain__title {
    margin: 0 0 24px;
    font-weight: 700;
    font-size: 26px;
    color: #181818;
}

.core-pain__text {
    margin-bottom: 48px;
}

.core-pain__link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 4px;
    background-color: #008fd5;
    color: #fff;
    width: fit-content;
}

.core-pain__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40%;
}

.core-pain__img {
    width: 40%;
}

.core-pain__img img {
    width: 100%;
}

.page-footer .button-custom {
    background-color: #1F5DAA;
    text-decoration: none;
}

.page-footer .button-custom:hover {
    text-decoration: none;
    color: #1F5DAA;
    border-color: #1F5DAA;
}

@media (max-width: 992px) {
    .core-pain .grid-row {
        flex-direction: column;
    }

    .core-pain__img {
        width: 50%;
        margin: 0 auto;
    }

    .core-pain__info {
        align-items: center;
        width: 100%;
    }

    .core-pain__link {
        width: 50%;
    }

    .core-pain__title {
        text-align: center;
    }

    .core-pain__text {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .core-pain__title {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .core-pain__title,
    .core-pain__text {
        text-align: start;
    }

    .core-pain__link,
    .core-pain__img,
    .core-pain__img img {
        width: 100%;
    }
}

/* 
#################################
CORE PAIN ON THE MAIN END
#################################
*/

/* 
#################################
CHECKUP-PROGRAMMS START
#################################
*/

.checkup-container {
    box-sizing: border-box;
    max-width: 1190px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.care {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    padding-top: 24px;
    margin: 0 0 40px;
}

.care__main-info h2 {
    margin: 0 0 16px;
    color: #28292B;
    font-family: Arial;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.care__main-info p {
    margin: 0 0 12px;
    color: #28292B;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.care__main-info p span {
    font-weight: 700;
}

.care__main-info p:last-child {
    margin: 0 0 18px;
}

.care__important {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #399DCE;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.care__main-info {
    width: 50%;
}

.care__image-block {
    width: 50%;
}

.care__image-block img {
    margin: 0 0 18px;
    width: 100%;
}

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

.care__diagnostics span {
    display: block;
    margin: 0 0 8px;
    color: #28292B;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.care__diagnostics-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 6px;
}

.care__diagnostics-item {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    color: var(--Text-Text-2, #5A616C);
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.care__diagnostics-item:last-child {
    width: 162px;
}

.care__diagnostics-item::before {
    content: '';
    display: block;
    min-width: 6px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #4DB1E2;
}

.advantages {
    margin-bottom: 80px;
}

.advantages-swiper-pagination {
    position: unset;
    margin-top: 16px;
}

.advantages-swiper .swiper-slide {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 24px;
    height: auto;
    background: var(--Background-BG-1, #F5F6FB);
}

.advantages__title {
    color: #28292B;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.advantages__text {
    color: var(--Text-Text-2, #5A616C);
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.advantages__post {
    margin-top: 6px;
    display: inline-block;
    color: var(--Text-Text-3, #9299A5);
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.advantages-swiper {
    width: 100%;
    height: 100%;
}

.advantages-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #1F5DAA;
}

.services-container {
    margin: 40px auto;
}

.checkup-services {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.checkup-services__title {
    margin: 0 0 16px;
    color: #28292B;
    font-family: Arial;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.checkup-services__text {
    padding: 0;
    margin: 0 0 16px;
    color: var(--Text-Text-2, #5A616C);
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.checkup-services__post {
    margin: 0;
    padding: 0;
    color: var(--Text-Text-3, #9299A5);
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.services__item-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    color: var(--Text-Text-2, #5A616C);
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background: var(--Background-BG-1, #F5F6FB);
    cursor: pointer;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

.services__item-title:hover {
    background-color: #E7F6FF;
    color: #4DB1E2;
}

.services__item-title:hover .services__item-top svg {
    fill: #4DB1E2;
}

.services__item-title:hover .list-item-arrow path {
    stroke: #4DB1E2;
}

.services__item-title .services__item-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.services__item-list {
    display: none;
    max-height: 0;
    transition: max-height .3s ease-in-out;
}

.checkup-services__item.active .services__item-list {
    display: block;
    max-height: 100%;
}

.checkup-services__item.active .services__item-title {
    background-color: #1F5DAA;
    color: #fff;
}

.checkup-services__item.active .services__item-top svg {
    fill: #fff;
}

.checkup-services__item.active .list-item-arrow {
    transform: rotate(180deg);
}

.checkup-services__item.active .list-item-arrow path {
    stroke: #fff;
}

.services__item-title .services__item-top svg {
    fill: #5A616C;
    transition: fill .3s ease-in-out;
}

.list-item-arrow path {
    stroke: #5A616C;
}

.checkup-services__chunk {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 50%;
}

.checkup-services__list {
    display: flex;
    gap: 32.5px;
}

.checkup-services__item.active .services__item-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px 28px;
}

.checkup-services__item.active .services__item-list a {
    color: var(--Text-Text-2, #5A616C);
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    transition: color .3s ease-in-out;
}

.checkup-services__item.active .services__item-list li {
    display: flex;
    gap: 8px;
}

.checkup-services__item.active .services__item-list li::before {
    content: '';
    display: block;
    margin-top: 6px;
    min-width: 6px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #4DB1E2;
    transition: background-color .3s ease-in-out;
}

.checkup-services__item.active .services__item-list li:hover a {
    color: #1F5DAA;
    text-decoration: none;
}

.checkup-services__item.active .services__item-list li:hover::before {
    background-color: #1F5DAA;
}

.who-need-it__main-info {
    width: 51%;
}

.who-need-it {
    display: flex;
    gap: 32px;
}

.who-need-it__image-block {
    width: 48%;
    height: 100%;
    object-fit: contain;
}

.who-need-it__title {
    margin: 0 0 16px;
    color: #28292B;
    font-family: Arial;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.who-need-it__text {
    padding: 0;
    margin: 0 0 10px;
    color: #28292B;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.who-need-it__list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.who-need-it__list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: var(--Text-Text-2, #5A616C);
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.who-need-it__list li::before {
    content: '';
    display: block;
    margin-top: 6px;
    width: 6px;
    height: 6px;
    min-width: 6px;
    background-color: #4DB1E2;
    border-radius: 100%;
}

.who-need-it__container {
    margin-bottom: 80px;
}

.what-include__wrapper {
    padding: 80px 0;
    background: var(--Background-BG-1, #F5F6FB);
}

.what-include__main-info,
.what-include__lists {
    width: 50%;
}

.what-include__lists {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.what-include {
    display: flex;
    justify-content: space-between;
    gap: 32px;
}

.what-include__title {
    margin: 0 0 16px;
    color: #28292B;
    font-family: Arial;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.what-include__text {
    color: #28292B;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.what-include__item span {
    display: block;
    margin-bottom: 10px;
    color: #28292B;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}

.what-include__item-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.what-include__item-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: var(--Text-Text-2, #5A616C);
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.what-include__item-item::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    min-width: 6px;
    margin-top: 7px;
    background-color: #4DB1E2;
    border-radius: 100%;
}

.primary {
    padding: 62px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
}

.primary__title {
    margin: 0 0 16px;
    color: #28292B;
    font-family: Arial;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.primary__text {
    margin: 0 0 10px;
    padding: 0;
    color: #28292B;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.primary__check-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.types__container {
    margin: 20px auto 40px;
}

.primary__check-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--Text-Text-2, #5A616C);
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.primary__image-block {
    width: 100%;
    height: 100%;;
}

.primary__check-item svg {
    min-width: 20px;
}

.types {
    display: flex;
    gap: 24px;
    justify-content: space-between;
}

.types__block {
    width: 50%;
}

.types__block span {
    display: block;
    margin: 0 0 16px;
    color: #28292B;
    font-family: Arial;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.types__block p {
    margin: 0 0 24px;
    color: #28292B;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.types__diagnostics-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.types__diagnostics-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: var(--Text-Text-2, #5A616C);
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.types__diagnostics-item::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    min-width: 6px;
    margin-top: 7px;
    background-color: #4DB1E2;
    border-radius: 100%;
}

@media (max-width: 1190px) {
    .checkup-container {
        max-width: 940px;
        padding: 0 20px;
    }
}

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

    .care__main-info,
    .care__image-block {
        width: 100%;
    }

    .care__image-block {
        display: flex;
        justify-content: space-between;
        gap: 12px;
    }

    .care__image-block img,
    .care__diagnostics {
        width: 47%;
    }

    .care__image-block img {
        object-fit: contain;
    }

    .primary {
        flex-direction: column;
    }
}

@media (max-width: 876px) {
    .who-need-it {
        flex-direction: column;
        gap: 16px;
    }

    .who-need-it__main-info,
    .who-need-it__image-block {
        width: 100%;
    }

    .what-include {
        flex-direction: column;
    }

    .what-include__main-info,
    .what-include__lists {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .checkup-services__list {
        flex-direction: column;
        gap: 16px;
    }

    .checkup-services__chunk {
        width: 100%;
    }

    .types {
        flex-direction: column;
    }

    .types__block {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .care {
        margin: 0 0 32px;
    }

    .care__image-block {
        flex-direction: column;
    }

    .care__image-block img,
    .care__diagnostics {
        width: 100%;
    }

    .care__diagnostics-list {
        flex-direction: column;
    }

    .care__main-info h2 {
        color: #28292B;
        font-family: Arial;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .care__important {
        align-items: flex-start;
    }

    .care__important svg {
        height: 25px;
        min-width: 25px;
        width: 25px;
    }

    .care__diagnostics-item {
        align-items: flex-start;
    }

    .care__diagnostics-item::before {
        margin-top: 5px;
    }

    .advantages-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 6px;
    }

    .advantages {
        margin-bottom: 50px;
    }

    .checkup-services__title {
        font-size: 24px;
        line-height: normal;
    }

    .services-container {
        margin: 50px auto 100px;
    }

    .checkup-services {
        gap: 32px;
    }

    .checkup-services__item.active .services__item-list {
        padding: 16px 0;
    }

    .checkup-services__item.active .services__item-list li::before {
        margin-top: 8px;
    }
    
    .who-need-it__title {
        font-size: 24px;
        line-height: normal;
    }

    .who-need-it {
        gap: 34px;
    }

    .who-need-it__container {
        margin-bottom: 40px;
    }

    .what-include__wrapper {
        padding: 50px 0;
    }

    .what-include__title {
        font-size: 24px;
    }

    .what-include__lists {
        flex-direction: column;
    }

    .primary {
        padding: 50px 0;
    }

    .primary__title {
        font-size: 24px;
    }

    .types__block span {
        font-size: 24px;
    }

    .types {
        gap: 32px;
    }

    .types__container {
        margin: 58px auto 50px;
    }

    .checkup-services__text {
        color: #28292B;
    }
}

@media (max-width: 480px) {
    .advantages-container.checkup-container {
        padding: 0;
    }
}

/* 
#################################
CHECKUP-PROGRAMMS END
#################################
*/


/* 
#################################
NALOG FORM START
#################################
*/

.nalog .title {
    display: block;
    margin-bottom: 24px;
    color: var(--Text-Text-1, #28292B);
    font-family: Arial;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

.nalog .text-block {
    margin-bottom: 16px;
    color: var(--Text-Text-1, #28292B);
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.nalog .text-block a {
    color: var(--Text-Link, #247FB8);
}

.nalog .nalog-block {
    display: flex;
    flex-wrap: wrap;
}

.nalog .nalog-block-wrapper {
    margin-bottom: 80px;
}

.nalog .text-section {
    margin-right: 32px;
    width: 48%;
}

.nalog .image-section img {
    width: 100%;
}

@media (max-width: 1190px) {
    .nalog .image-section {
        width: 40%;
    }
}

@media (max-width: 768px) {
    .nalog .image-section,
    .nalog .text-section {
        width: 100%;
        margin-right: 0;
    }

    .nalog .image-section {
        order: 3;
    }

    .nalog .text-block {
        margin-bottom: 20px;
    }
}

/* 
#################################
NALOG FORM END
#################################
*/