.wrap-flex-v1{
    display: flex;
    align-items: center;
    position: relative;
}
.wrap-flex-v1 > div:first-child{
    margin-right: 50px;
}

.bgpage:after{
    content: '';
    position: absolute;
    background: url("/assets/img/bgpage.png") no-repeat;
    width: 551px;
    height: 493px;
    right: -160px;
    z-index: -1;
    top: 50px;
}

.bgpage2:after{
    content: '';
    position: absolute;
    background: url("/assets/img/bgpage2.png") no-repeat;
    width: 402px;
    height: 493px;   
    left: -312px;
    z-index: -1;
    top: -130px;
}
.mbottom{
    margin-bottom: 80px;
}
.whyme-wrap.innerpage-whyme{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 80px;
}
.whyme-wrap.innerpage-whyme .whyme-item{
    width: 33%;
    margin-bottom: 40px;
}
.whyme-wrap.innerpage-whyme .whyme-img img{
    height: 61px;
}
.whyme-wrap.innerpage-whyme .whyme-text,.whyme-wrap.innerpage-whyme .why-btn{
    margin-left: 25px;
}
.why-btn{
    border-radius: 4px;
    background-color: #2cabd9;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    padding: 20px 0;
}
.whyme-item.whyme-item__btn{
    align-self: center;
    cursor: pointer;
}

.wrap-partn, .wrap-partn .h2{
    margin-bottom: 60px;
}
.slider-partn .owl-item{
    /* width: 300px; */
    /* margin-left: -4px; */
    /* height: 222px; */
    /* border-radius: 10px;
    border: 2px solid #c5e0f1; */
    /* background-color: #ffffff; */
    height: 222px;
}
.owl-carousel .owl-item .partn-item img{
    width: auto;
}
.slider-partn .owl-stage{
    padding-bottom: 10px;
}
.owl-carousel .owl-item .partn-item{
    /* display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; */
    border-radius: 10px;
    border: 2px solid #c5e0f1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
/* .slider-partn .owl-nav.disabled{
    display: block !important;
} */

.slider-partn .owl-nav button[type="button"]{
    position: absolute;
    top: -100px;
    right: 0;
    border-radius: 7px;
    border: 2px solid #c5e0f1;
    padding: 20px !important;
    
}

.slider-partn .owl-nav button[type="button"].owl-prev{
    right: 80px;
}


/* .owl-carousel .owl-item .partn-item img{
    width: auto;
}
.partn-item1{
    border-radius: 10px;
    border: 2px solid #c5e0f1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.slider-partn1 .owl-item{
    height: 222px;
} */


.plinfo-wrap, .uslugi-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.plinfo-wrap{
    margin-bottom: 120px;
}
.uslugi-wrap{
    margin-top: 50px;
    margin-bottom: 120px;
}
.uslugi-wrap .usluga{
    width: calc(33% - 10px);
    border-radius: 10px;
    border: 2px solid #c5e0f1;
    display: flex;
    flex-direction: column;
    padding: 40px 0;
}
.usluga-img{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    height: 100%;
}
.usluga-title{
    text-align: center;
}
.uslugi-wrap .usluga a{
    color: #252525;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}
.plinfo-wrap .pl-item{
    color: #252525;
    width: calc(33% - 10px);
    border-radius: 10px;
    border: 2px solid #c5e0f1;
    border-bottom: 10px solid #c5e0f1;
    padding-bottom: 50px;
}
.pl-item__img{
    margin-bottom: 40px;
}
.pl-item__img img{
    width: 100%;
}
.pl-item__title, .pl-item__anons, .pl-item__btn{
    padding: 0 40px;
}
.pl-item__title{
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
}
.pl-item__anons{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 40px;
}
.pl-item__btn a{
    border-radius: 4px;
    border: 2px solid #2cabd9;
    color: #2cabd9;
    font-size: 16px;
    text-decoration: none;
    padding: 20px 40px;
    display: inline-block;
}
.wrap-step{
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
}
.step-title{
    color: #252525;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.step-img{
    margin-bottom: 30px;
}
.mbottom2{
    margin-bottom: 75px;
}
.step-item__sep{
    margin-top: 25px;
    margin-left: 30px;
    margin-right: 30px;
}
.wrap-adv{
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
}
.adv-item{
    border-radius: 10px;
    background-color: #106898;
    width: calc(25% - 5px);
    padding: 50px;
    display: flex;
    flex-direction: column;
}
.adv-item:nth-child(2){
    background-color: #2cabd9;
}
.adv-item_img{
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    height: 100%;
}
.adv-item_title{
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-top: auto;
    text-transform: uppercase;
    padding-right: 50px;
}
.block-withimg{
    position: relative;
}
.withimg-text{
    width: 60%;
}
.block-withimg:after{
    content: '';
    position: absolute;
    background: url("/assets/img/mani.png");
    width: 714px;
    height: 493px;
    right: -23%;
    top: -40px;
}
.pageonas div:first-child img,
.pageonas2 div:last-child img
{
    display: none;
}
.why-btn__text-mob, .servimg{
    display: none;
}
.step-step{
    display: flex;
    text-align: center;
/*     flex: 1;
    justify-content: space-between; */
}

.wrap_doctors{
    display: flex;
    justify-content: space-between;
    /* margin-top: 120px; */
    flex-wrap: wrap;
}
.doctors_item{
    width: calc(50% - 10px);
    border-radius: 10px;
    border: 2px solid #c5e0f1;
    background-color: #ffffff;
    border-bottom: 11px solid #b4e0f2; 
    display: flex;
    align-items: center;
    /* padding-top: 20px; */
    box-sizing: border-box;
    margin-bottom: 20px;
}
.doctors_item_photo{
    flex: 1;
    /* padding-left: 40px; */
    /* padding-left: 20px; */
    padding-right: 20px;
}
.doctors_item_photo img{
    margin-bottom: -5px;
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 8px 0px 0 0;
}
.doctors_item_info{
    flex: 1;
    padding-right: 30px;
}
.doctors_item_info_spec{
    color: #252525;
    margin-bottom: 28px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}
.doctors_item_info_fio{
    color: #252525;
    font-size: 24px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 30px;
}
.doctors_item_info_text{
    margin-bottom: 30px;
    color: #252525;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.doctors_item_info_btn a, .doctors_item_info_btn2 a{
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    border-radius: 4px;
    display: inline-block;
    width: 222px;
    text-align: center;
    padding: 15px 0;
    text-decoration: none;
}
.doctors_item_info_btn{
    margin-bottom: 10px;
}
.doctors_item_info_btn a{
    color: #ffffff;    
    background-color: #2cabd9;
    border: 2px solid #2cabd9;
}
.doctors_item_info_btn2 a{
    color: #2cabd9;
    background-color: #fff;
    border: 2px solid #2cabd9;
}
.o_nas_docs {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.decl-img{
    width: 25%;
    margin: 0 auto;
    box-sizing:border-box;
    border: 1px solid #d1d1d1;
    padding: 5px;
    position:relative;
    transition:all 0.2s ease;
    margin-bottom:10px;
}
.decl-img a:hover::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: #000;
    opacity: 0.1;
    cursor: pointer;
}
.decl-img img{
    width: 100%;
}
.show-bth-no{
    visibility: hidden;
}
@media (max-width: 1180px){
    .doctors_item_photo img
    {
        height: auto;
    }
    .wrap_doctors{
        flex-direction: column;
        align-items: center;
    }
    .doctors_item{
        margin-bottom: 20px;
        width: 70%;
    }
}
@media (max-width: 1024px){
    .block-withimg:after{
        content: unset;
    }
        .servimg{
        display: block;
        float: right;
        margin-right: -60px;
    }
    .withimg-text{
        width: 100%;
    }
    .servimg{
        float: right;
        margin-right: -64px;
    } 
    .adv-item {
        width: calc(23% - 5px);
        padding: 40px;
    }
}

@media (max-width: 990px){
    .wrap-step{
        flex-wrap: wrap;
    }
    .adv-item_title {
        padding-right: 0px;
        height: 110px;
        margin-top: 10px
    }

    .step-step {
        justify-content: space-between;
        width: 30%;
        margin-bottom: 40px;
        text-align: left;
    }
    .adv-item_img{
        margin-bottom: 0px;
    }
    .pageonas div:last-child, .pageonas2 div:first-child{
        display: none;
    }

    .pageonas2 div:last-child img{
        float: left;
        display: block;
        max-width: 360px;
        padding-right: 20px;
        padding-bottom: 20px;
        margin-top: 20px;
    }
    .pageonas div:first-child img{
        float: right;
        display: block;
        max-width: 360px;
        margin-top: 20px;
        padding-left: 20px;
        padding-bottom: 20px;
    }
    .wrap-flex-v1 > div:first-child {
        margin-right: 0;
    }
    .bgpage:after{
        content: '';
        position: absolute;
        background: url("/assets/img/onas3.png") no-repeat;
        width: 261px;
        height: 332px;
        right: -35px;
    }
    .plinfo-wrap{
        flex-direction: column;
        margin-bottom: 0;
    }
    .text-page{
        padding-bottom: 60px;
    }
    .plinfo-wrap .pl-item {
        width: 100%;
        display: flex;
        padding-bottom: 0;
        margin-bottom: 16px;
        /* border-bottom: none; */
        border-bottom: 2px solid #c5e0f1;
    }
    .pl-item-block{
        border-bottom: 10px solid #c5e0f1;
        padding: 30px;
    }
    .pl-item__title, .pl-item__anons, .pl-item__btn {
        padding: 0;
    }
    .pl-item__img {
        margin-bottom: 0;
    }
    .pl-item__img img {
        height: 100%;
        border-radius: 7px;
        object-fit: cover;
    }
}
@media (max-width: 768px){

    .doctors_item{
        width: 100%;
    }
    .wrap_doctors{
        margin-top: 70px;
    }
    .adv-item {
        width: calc(28% - 10px);
        padding: 40px 20px;
    }
    .usluga-img img{
        
    }
    .whyme-wrap.innerpage-whyme .whyme-item {
        width: calc(50% - 20px);
    }
    .owl-carousel .owl-item .partn-item img{
        width: auto;
        height: 90px;
        object-fit: contain;
    }
}
@media(max-width:700px){
    .pl-item-block, .pl-item__img{
        flex: 1;
    }
}
@media (max-width: 600px){
    .doctors_item{
        flex-direction: column;
    }
    .doctors_item_info {
        padding: 10px 30px;
    }
    .doctors_item_photo{
        padding-right: 0px;
    }
    .slider-partn{
        margin-top: 20px;
    }
    .uslugi-wrap, .wrap-adv{
        flex-direction: column;
    }
    .uslugi-wrap .usluga, .adv-item {
        width: 93%;
        margin-bottom: 10px;
    }

    .wrap-step, .wrap-adv{
        margin-bottom: 50px;
    }
    .mbottom2{
        margin-bottom: 25px;
    }
    .adv-item{
        flex-direction: row;
        align-items: center;
        padding-right: 0px;
    }
    .adv-item_img{
        flex: 1;
    }
    .servimg{
        display: none;
    }
    .adv-item_title {
        height: auto;
        margin-top: 0;
        flex: 4;
    }
    .uslugi-wrap .usluga{
        width: 93%;
        flex-direction: row;
        padding: 20px;
        align-items: center;
        padding-right: 0px;
    }
    .usluga-img{
        margin-bottom: 0px;
    }
    .usluga-img img {
        height: 109px;
        width: 84px;
        object-fit: contain;
    }
    .pageonas div:first-child img,
    .pageonas2 div:last-child img
    {
        display: none;
    }

    .pageonas div:last-child, .pageonas2 div:first-child{
        display: block;
    }
    .wrap-flex-v1{
        flex-direction: column;
    }
    .wrap-flex-v1.pageonas{
        margin-bottom: 40px;
    }
    .bgpage:after{
        bottom: 140px;
        top: auto;
    }
    .mbottom{
        margin-bottom: 50px;
    }
    .bgpage:after{
        right: -14px;
    }
    .wrap-flex-v1 img{
        width: 100%;
    }
    .slider-partn .owl-nav button[type="button"]{
        padding: 10px !important;
        top: -60px;
    }
    .slider-partn .owl-nav button[type="button"].owl-prev {
        right: 50px;
    }
    .owl-carousel .owl-item .partn-item img {
        width: 100%;
        height: 70px;
        object-fit: contain;
    }
}

@media (max-width: 500px){
    .step-step{
        width: 50%;
    }
    .wrap-step .step-step:nth-child(2) .step-item__sep, .wrap-step .step-step:nth-child(4) .step-item__sep{
        display: none;
    }
    .adv-item_title{
        font-size: 16px;
    }
    .adv-item_title{
        flex: 2;
        padding-left: 20px;
    }
    .whyme-wrap.innerpage-whyme .whyme-item {
        width: 100%;
    }
    .whyme-wrap.innerpage-whyme .whyme-text, .whyme-wrap.innerpage-whyme .why-btn {
        margin-left: 0;
    }
    .why-btn__text{
        display: none;
    }
    .why-btn__text-mob{
        display: block;
    }
    .wrap-partn, .wrap-partn .h2 {
        margin-bottom: 0;
    }
    .plinfo-wrap .pl-item{
        flex-direction: column;
    }
}

.developed a {
    display: flex;
    align-items: center;
    color: #fff;
}

.developed a img {
    width: 24px;
    margin-right: 8px;
}

.developed {
    margin-top: 10px;
}