header .header-buttons-wrap {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1200px) {
    header .header-buttons-wrap .button-transparent {
        padding: 12px 15px;
    }
}

.mobile_menu_container .bottom-content .button-first {
    margin-top: 30px;
}

.mobile_menu_container .bottom-content .button-second {
    margin-top: 15px;
    margin-bottom: 30px;
}

.single-post .section_our_doctors_single_post .title_of_doctors_section {
    margin: 57px 0 26px 0;
}

.single-post .section_our_doctors_single_post .swiper-slide .specialist-image {
    margin-bottom: 20px;
    width: 100%;
    min-height: 300px;
    height: 300px;
    max-height: 300px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    border-radius: 6px;
}

.single-post .section_our_doctors_single_post .swiper-slide img {
    height: 300px;
    max-width: unset;
    object-fit: cover;
    border-radius: 6px;
}


.single-post .section_our_doctors_single_post .swiper-slide .specialist-info {
    position: relative;
    height: 100%;
}

.single-post .section_our_doctors_single_post .swiper-slide .name-info {
    margin-bottom: 14px;
}

.single-post .section_our_doctors_single_post .swiper-slide .name-info a {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #151515;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-offset: 6px;
}

.single-post .section_our_doctors_single_post .swiper-slide .name-info a:hover {
    color: #126039;
}

.single-post .section_our_doctors_single_post .swiper-slide .specialist-info .profession-info {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43;
    margin-bottom: 20px;
}

.single-post .section_our_doctors_single_post .skills {
    display: flex;
    flex-wrap: wrap;
}


.single-post .section_our_doctors_single_post .skills .skill-item {
    width: max-content;
    padding: 10.5px 10px;
    background-color: #F0F0F0;
    border-radius: 4px;
    color: #126039;
    font-size: 12px;
    font-weight: 300;
    margin: 0 10px 6px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single-post .section_our_doctors_single_post .skills .skill-item:hover {
    text-overflow: clip;
    white-space: normal;
    background: #E9F4DF;
}

.single-post .section_our_doctors_single_post .wrapper-buttons-pagination {
    margin: 40px 0 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-post .section_our_doctors_single_post .wrapper-buttons-pagination .swiper-doctors-single-post-pagination {
    position: relative;
    width: max-content;
    margin: 0 40px;
    top: -12px;
}

@media screen and (max-width: 930px) {
    .single-post .section_our_doctors_single_post .wrapper-buttons-pagination .swiper-doctors-single-post-pagination {
        margin: 0 20px;
    }
}

.single-post .section_our_doctors_single_post .wrapper-buttons-pagination .doctors-btn-prev-post {
    position: unset;
}

.single-post .section_our_doctors_single_post .wrapper-buttons-pagination .doctors-btn-next-post {
    position: unset;

}

.new-services-block {
    margin: 120px 0;
}

@media screen and (max-width: 768px) {
    .new-services-block {
        margin: 100px 0;
    }
}

@media screen and (max-width: 576px) {
    .new-services-block {
        margin: 60px 0;
    }
}
.new-services-block .flex-wrapper .swiper-advantages-cards{
    display: none;
    padding-bottom: 28px;
}
.new-services-block .flex-wrapper .swiper-advantages-cards .swiper-advantages-cards-pagination {
    bottom: 0;
}

@media screen and (max-width: 768px){
    .new-services-block .flex-wrapper .swiper-advantages-cards{
        display: block;
    }
}

.new-services-block .flex-wrapper .title-section {
    margin-bottom: 33px;
}

.new-services-block .flex-wrapper .services-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 100px;
}

@media screen and (max-width: 1024px) {
    .new-services-block .flex-wrapper .services-wrapper {
        gap: 40px 60px;
    }
}

@media screen and (max-width: 768px) {
    .new-services-block .flex-wrapper .services-wrapper {
        display: none;
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }
}

.new-services-block .flex-wrapper .service-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px;
    border-radius: 16px;
    background: #fff;
}

.new-services-block .flex-wrapper .service-item img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-right: 10px;
}

.new-services-block .flex-wrapper .service-item .title_h4 {
    line-height: unset;
}

.new-services-block .flex-wrapper .service-item .description-service {
    display: inline;
    font-size: 16px;
    line-height: 1.4;
    color: #606060;
    font-weight: 300;
}

.new-services-block .flex-wrapper .button-green {
    min-width: 256px;
    max-width: max-content;
    margin: 60px auto 0;
}

@media screen and (max-width: 768px){
    .new-services-block .flex-wrapper .button-green{
        margin: 40px auto 0;
    }
}

.gallery-image-clinic {
    margin: 120px 0;
}

@media screen and (max-width: 768px) {
    .gallery-image-clinic {
        margin: 100px 0;
    }
}

@media screen and (max-width: 576px) {
    .gallery-image-clinic {
        margin: 60px 0;
    }
}

.gallery-image-clinic .image-clinic .wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 33px;
}

@media screen and (max-width: 1140px) {
    .gallery-image-clinic .image-clinic .wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .gallery-image-clinic .image-clinic .wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.gallery-image-clinic .image-clinic .wrapper .image img {
    width: 100%;
    height: 325px;
    object-fit: cover;
    border-radius: 12px;
}

.gallery-image-clinic .image-clinic .swiper-image-clinic{
    display: none;
}
@media screen and (max-width: 1140px) {
    .gallery-image-clinic .image-clinic .wrapper {
        display: none;
    }
    .gallery-image-clinic .image-clinic .swiper-image-clinic{
        display: block;
    }
}
.gallery-image-clinic .swiper-image-clinic {
    padding-bottom: 45px; }
.gallery-image-clinic .swiper-image-clinic .image img {
    width: 100%;
    object-fit: cover;
    height: 325px;
    border-radius: 12px; }
@media screen and (max-width: 576px) {
    .gallery-image-clinic .swiper-image-clinic .image img {
        height: 214px;
        border-radius: 6px;
    }
}


.numbers_list.new-style + section{
    margin-top: 88px;
}
.numbers_list.new-style{
    margin: 120px 0 88px;
}
.advantages.new-style{
    margin: 120px 0;
}
@media screen and (max-width: 768px){
    .numbers_list.new-style + section{
        margin-top: 48px;
    }
    .numbers_list.new-style{
        margin: 80px 0 48px;
    }
    .advantages.new-style{
        margin: 80px 0;
    }
}

@media screen and (max-width: 576px){
    .numbers_list.new-style + section{
        margin-top: 28px;
    }
    .numbers_list.new-style{
        margin: 60px 0 28px;
    }
    .advantages.new-style{
        margin: 60px 0;
    }
}

.numbers_list .flex-wrapper.new-style .number-item:nth-child(4){
    max-width: 150px !important;
}

@media screen and (max-width: 418px){
    .numbers_list .flex-wrapper.new-style .number-item:nth-child(3){
        max-width: 150px;
    }
}

@media screen and (max-width: 768px){
    .hidden-button-on-mobile{
        display: none !important;
    }
}

/* NEW DIRECTION BLOCKS */
.steps-section{
    margin: 180px 0;
}
@media screen and (max-width: 1024px) {
    .steps-section{
        margin: 100px 0;
    }
}
@media screen and (max-width: 768px) {
    .steps-section{
        margin: 60px 0;
    }
}
.steps-section .wrapper .title{
    margin: 0 auto 40px;
}
.steps-section .wrapper .steps-wrapper{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
@media screen and (max-width: 1280px) {
    .steps-section .wrapper .steps-wrapper{
        gap: 10px;
    }
}
@media screen and (max-width: 1140px) {
    .steps-section .wrapper .steps-wrapper{
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
@media screen and (max-width: 767px) {
    .steps-section .wrapper .steps-wrapper{
        grid-template-columns: repeat(1, 1fr);
    }
}
.steps-section .wrapper .steps-wrapper .step-item{
    border-radius: 12px;
    background: #fff;
    padding: 20px;
}
.steps-section .wrapper .steps-wrapper .step-item .step-element{
    font-size: 20px;
    line-height: 1;
    color: #126039;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
}
.steps-section .wrapper .steps-wrapper .step-item .step-element::before{
    position: absolute;
    content: '';
    width: 50%;
    height: 1px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #126039;
}
.steps-section .wrapper .steps-wrapper .step-item .step-title{
    font-size: 20px;
    font-weight: 700;
    color: #151515;
    margin-bottom: 15px;
}
.steps-section .wrapper .steps-wrapper .step-item .step-description p{
    color: #272727;
    font-weight: 300;
}

.diagnostic-services.our-programs .diagnostic-services-cards{
    display: grid;
    margin: 0;
    width: 100%;
    flex-flow: unset;
    justify-content: unset;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
@media screen and (max-width: 976px){
    .diagnostic-services.our-programs .diagnostic-services-cards{
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
@media screen and (max-width: 576px){
    .diagnostic-services.our-programs .diagnostic-services-cards{
        display: none;
    }
}
.diagnostic-services.our-programs .diagnostic-services-cards .card-item{
    width: 100%;
    margin: 0;
}
.diagnostic-services.our-programs .diagnostic-services-cards .card-item .container .bottom_content{
    font-size: 24px !important;
}

.column-cards-section{
    margin: 180px 0;
}
@media screen and (max-width: 1024px) {
    .column-cards-section{
        margin: 100px 0;
    }
}
@media screen and (max-width: 768px) {
    .column-cards-section{
        margin: 60px 0;
    }
}
.column-cards-section .wrapper .title{
    margin: 0 auto 40px;
}
.column-cards-section .wrapper .columns-wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
@media screen and (max-width: 767px){
    .column-cards-section .wrapper .columns-wrapper{
        display: flex;
        flex-direction: column;
    }
}
.column-cards-section .wrapper .columns-wrapper .img-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
}
.column-cards-section .wrapper .columns-wrapper .column .card-item{
    border-radius: 12px;
    background: #fff;
    padding: 20px 30px;
    margin-bottom: 30px;
}
@media screen and (max-width: 1023px){
    .column-cards-section .wrapper .columns-wrapper .column .card-item{
        padding: 20px;
    }
}
.column-cards-section .wrapper .columns-wrapper .column .card-item:last-child{
    margin-bottom: 0;
}
.column-cards-section .wrapper .columns-wrapper .column .card-item .title-card{
    font-size: 20px;
    font-weight: 700;
    color: #126039;
    margin-bottom: 15px;
    text-align: left;
    text-transform: uppercase;
}
@media screen and (max-width: 1023px){
    .column-cards-section .wrapper .columns-wrapper .column .card-item .title-card{
        font-size: 18px;
    }
}
@media screen and (max-width: 576px){
    .column-cards-section .wrapper .columns-wrapper .column .card-item .title-card{
        font-size: 16px;
    }
}
.column-cards-section .wrapper .columns-wrapper .column .card-item .list-card{
    padding-left: 20px;
    list-style: disc;
}
.column-cards-section .wrapper .columns-wrapper .column .card-item .list-card .list-card-item{
    font-size: 18px;
    margin-bottom: 10px;
}
@media screen and (max-width: 576px){
    .column-cards-section .wrapper .columns-wrapper .column .card-item .list-card .list-card-item{
        font-size: 16px;
    }
}
.column-cards-section .wrapper .columns-wrapper .column .card-item .list-card .list-card-item:last-child{
    margin-bottom: 0;
}






.faq-section-cpt-services {
    margin: 160px 0;
}
@media (max-width: 1024px) {
    .faq-section-cpt-services {
        margin: 100px 0;
    }
}
@media (max-width: 768px) {
    .faq-section-cpt-services {
        margin: 52px 0 60px 0;
    }
}
.faq-section-cpt-services h2 {
    margin-bottom: 36px;
}
.faq-section-cpt-services .acc_faq_services {
    margin-bottom: 10px;
}
.faq-section-cpt-services .acc_faq_services .item-post {
    margin-bottom: 10px;
    position: relative;
}
@media screen and (max-width: 576px) {
    .faq-section-cpt-services .acc_faq_services .item-post:before {
        content: "";
        display: block;
        background: #F5F5F5;
        width: 100%;
        height: 1px;
    }
    .faq-section-cpt-services .acc_faq_services .item-post:last-child:after {
        content: "";
        display: block;
        background: #F5F5F5;
        width: 100%;
        height: 1px;
    }
}
.faq-section-cpt-services .acc_faq_services .item-post h3 {
    color: #126039;
    background-color: #fff;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    padding: 38px 85px 38px 38px;
}
@media screen and (max-width: 576px) {
    .faq-section-cpt-services .acc_faq_services .item-post h3 {
        padding: 32px 22% 32px 4%;
    }
}
.faq-section-cpt-services .acc_faq_services .item-post h3 span {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 26px;
    border: 1px solid #F0F0F0;
    background: #FFF;
    border-radius: 4px;
    display: inline-flex;
    width: 44px;
    height: 44px;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 576px) {
    .faq-section-cpt-services .acc_faq_services .item-post h3 span {
        right: 4%;
    }
}
.faq-section-cpt-services .acc_faq_services .item-post h3 span svg {
    transition: all 0.3s ease;
}
.faq-section-cpt-services .acc_faq_services .item-post h3.active span {
    border-color: #9BD291;
}
.faq-section-cpt-services .acc_faq_services .item-post h3.active span svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.faq-section-cpt-services .acc_faq_services .item-post h3.active span svg path {
    stroke: #9BD291;
    fill: #9BD291;
}
.faq-section-cpt-services .acc_faq_services .item-post h3.active span svg rect {
    stroke: #9BD291;
    fill: #9BD291;
}
.faq-section-cpt-services .acc_faq_services .item-post .info {
    display: none;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
}
.faq-section-cpt-services .acc_faq_services .item-post .info .container {
    padding: 0 38px 49px 38px;
    margin: 0;
    max-width: 100%;
}
@media screen and (max-width: 576px) {
    .faq-section-cpt-services .acc_faq_services .item-post .info .container {
        max-width: 92%;
        padding: 0 0 20px 0;
        margin: 0 auto;
    }
}
.faq-section-cpt-services .acc_faq_services .item-post .info .container ol, .faq-section-cpt-services .acc_faq_services .item-post .info .container ul {
    max-width: 1055px;
    width: 100%;
}
.faq-section-cpt-services .acc_faq_services .item-post .info .container p {
    max-width: 1055px;
    width: 100%;
    color: #272727;
    font-weight: 300;
}
.faq-section-cpt-services .acc_faq_services .item-post .info .container li {
    color: #272727;
    font-weight: 300;
}
