header .lang {
    text-transform: capitalize;
}

.banner .content {
    max-width: 440px;
}
.messengers a:hover {
   text-decoration: none;
}

/*.banner-main {
    background: none;
}*/

.home .services-wrapper > div {
    z-index: 9;
}

.services .col-4 .service-card:first-child .img-bg, .services .col-4 .service-card:first-child:before {
    background-image: none;
}

.price li ol li strong, .price li ul li strong {
    flex: 0 0 55px;
    flex-basis: auto;
}

.doctors .doctor__card__content {
    width: 100%;
}

@media (max-width:1600px) { 
.banner-img {
    background-position: calc(60vw - 8.3%);
}
}

@media (max-width:1366px) { 
.banner-img {
    background-position: calc(50vw - 8.3%);
}
}

@media (max-width:767px) { 
 .loadmore {
    max-width: 250px;
    display: block;
    width: 100%;
    margin: 0 auto;
 }
}

@media (max-width:700px) { 
    .banner-img {
    margin-top: 80px;
    padding-top: 250px;
    padding-bottom: 10px;
    background-position: top;
}
.price li ol li strong, .price li ul li strong {
    padding-left: 15px;
}

.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column):before {
    content: "/";
    display: inline-block;
    margin: 0 10px;
    color: #999;
}

.banner:not(.banner-main) h1, .uk-h2, h2 {
    margin-top: 23px;
}

}


/* Surrogacy */

.hero-new{
    margin-top: 163px;
    padding-top: 28px;
    padding-bottom: 115px;
}
.hero-new__wrapper{
    display: flex;
    justify-content: space-between;
}

.hero-new__l{
    max-width: 654px;    
    width: 100%;
    flex: 1;
    padding-top: 150px;
    margin-right: -110px;
}

.hero-new__r{
    max-width: 596px;    
    width: 100%;
    flex: 1;
    display: flex;
}

.hero-new__r img{
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.section-title{
    color: #333;
    font-family: "Roboto Slab";
    font-size: 68px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 0.34px;
    text-transform: uppercase;
    margin-bottom: 19px;
}

.section-text{
    color: #828282;
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 40px;
}

.green-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #339950;
    min-width: 284px;
    height: 67px;
    color: #FFF !important;
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
    width: fit-content;
    text-decoration: none !important;
    outline: none;
    appearance: none;
    border: none;
    transition: 300ms all;
    cursor: pointer;
}

.green-btn:hover{
    opacity: 0.8;
}

.steps-block{
    margin-top: 33px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 28px 45px;
}

.step-card{
    border-radius: 16px;
    border: 2px solid #369;
    background: #FFF;
    padding: 40px 22px 53px 21px;
}
.step-card__title{
    color: #333;
    font-size: 42px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 29px;
}
.step-card__subtitle{
    color: #333;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 2px;
}
.step-card__text{
    color: #838383;
    font-size: 24px;
    font-weight: 400;
    line-height: 113%;
}

.step-card:nth-last-child(1),
.step-card:nth-last-child(2),
.step-card:nth-last-child(3){
    background: #339950;
    border-color: #339950;
    padding-bottom: 64px;
}

.step-card:nth-last-child(1) *,
.step-card:nth-last-child(2) *,
.step-card:nth-last-child(3) *{
    color: #fff;
}

.header-shadow{
    box-shadow: 0px 4px 192.3px 0px rgba(64, 159, 253, 0.29);
}

@media (max-width: 1100px){
    .hero-new{
        margin-top: 103px;
    }
    .hero-new__l{
        padding-top: 50px;
        margin-right: 0;
    }
    .hero-new{
        padding-top: 0;
        padding-bottom: 50px;
    }
}

@media (max-width: 991px){
    .hero-new__wrapper{
        flex-direction: column;
        gap: 50px;
    }
    .hero-new__l,
    .hero-new__r{
        max-width: 100%;
    }
    .steps-block{
        grid-template-columns: 1fr 1fr;
        gap: 28px;
    }
}

@media (max-width: 600px){
    .steps-block{
        grid-template-columns: 1fr;
    }
    .section-title{
        font-size: 40px;
        line-height: 50px;
    }
    .section-text, .step-card__title{
        font-size: 24px;
        line-height: 28px;
    }
    .step-card__text, .step-card__subtitle, .green-btn{
        font-size: 18px;
        line-height: 24px;
    }
    .green-btn{
        height: 50px;
        min-width: 200px;
    }
    .step-card{
        padding: 40px 22px !important;
    }
}

/* About new*/

.about-new{
    position: relative;
    padding: 85px 0;
}
.about-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-new .container{
    position: relative;
    z-index: 1;
}

.about-new .section-title{
    margin-bottom: 32px;
}
.about-new .section-text{
    margin-bottom: 0;
}

.about-new .section-title, .about-new .section-text{
    color: #ffffff;
}

.section-text p{
    margin: 0;
}

.section-text p:not(:last-child){
    margin-bottom: 35px;
}
.section-text u{
   text-underline-offset: 3px; 
}


@media (max-width: 600px){
    .about-new{
        padding: 50px 0;
    }
    .section-text p:not(:last-child){
        margin-bottom: 20px;
    }
}


/* Image text */

.img-text{
    padding: 88px 0;
}

.img-text__block:not(:last-child){
    margin-bottom: 92px;
}

.img-text__wrapper{
    display: grid;
    grid-template-columns: 1.02fr 1fr;
    gap: 11px;
}

.img-text__r{
    display: flex;
    box-shadow: 0px 0px 233px 0px rgba(0, 0, 0, 0.62) inset;
    border-radius: 16px;
    position: relative;
}

.img-logo{
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: max-content;
}

.img-logo img{
    width: 461px;
    height: 166px;
    object-fit: contain;
}

.img-text__r>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    z-index: -1;
}

.img-text__l .section-title{
    margin-bottom: 63px;
}

.img-text__title{
    color: #369;
    font-size: 42px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 19px;
}

.img-text__item:not(:last-child){
    margin-bottom: 24px;
}

.img-text__item:last-child .img-text__title{
    color: #339950;
}

.img-text_reverse .img-text__wrapper{
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}

.img-text_reverse .img-text__l .section-title{
    margin-bottom: 50px;
}

@media (max-width: 991px){
    .img-text_reverse .img-text__wrapper, .img-text__wrapper{
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
    .img-text__r>img{
        aspect-ratio: 4/3;
    }

    .img-text_reverse .img-text__wrapper{
        flex-direction: column-reverse;
    }
}

@media (max-width: 600px){
    .img-logo{
        width: 50%;
    }
    .img-logo img{
        width: 100%;
        height: auto;
    }
    .img-text__title{
        font-size: 24px;
        line-height: 28px;
    }
    .img-text__block:not(:last-child), .img-text__l .section-title{
        margin-bottom: 50px;
    }
    .img-text{
        padding: 50px 0;
    }
}


/* About process */

.about-process{
    padding: 100px 0;
}

.about-process .section-text p:not(:last-child){
    margin-bottom: 45px;
}

.about-process ol{
    line-height: 50px;
    padding-left: 53px;
    margin: 0;
}

@media (max-width: 600px){
    .about-process{
        padding: 50px 0;
    }
    .about-process .section-text p:not(:last-child){
        margin-bottom: 20px;
    }
    .about-process ol{
        line-height: 36px;
        padding-left: 30px;
    }
}

/* Pregnancy */

.pregnancy{
    background-color: #F5F5F5;
}
.pregnancy__wrapper{
    display: flex;
    align-items: center;

}

.pregnancy__r{
    padding: 130px 0;
    max-width: 654px;
    width: 100%;
    flex: 1;
    margin-left: -143px;
}

.pregnancy__l{
    max-width: 630px;
    width: 100%;
    flex: 1;
    display: flex;
}

.pregnancy__l img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.pregnancy .section-title{
    margin-bottom: 38px;
}


.pregnancy__subtitle{
    color: #369;
    margin-bottom: 35px;
}

.pregnancy  .section-text{
    margin-bottom: 0;
}

@media (max-width: 1200px){
    .pregnancy__wrapper{
        gap: 20px;
    }
}

@media (max-width: 991px){
    .pregnancy__wrapper{
        flex-direction: column-reverse;
    }
    .pregnancy__r{
        padding: 100px 0 0;
        margin-left: 0;
    }

    .pregnancy__l,  .pregnancy__r{
        max-width: 100%;
    }
}

@media (max-width: 600px){
    .pregnancy__r{
        padding: 50px 0 0;
    }
}


/* Step by */

.step-by{
    padding: 30px 0 65px 0;
}

.step-by .section-text{
    text-align: center;
    color: #369;
    margin-bottom: 47px;
    margin-left: 18px;
}

.step-by .step-card{
    padding-bottom: 58px;
}

.step-by .step-card__title{
    margin-bottom: 32px;
}

.step-by .step-card:nth-last-child(1) .step-card__title, 
.step-by .step-card:nth-last-child(2) .step-card__title, 
.step-by .step-card:nth-last-child(3) .step-card__title{
    min-height: 101px;
    margin-bottom: 10px;
}

.step-by .step-card:nth-last-child(1), 
.step-by .step-card:nth-last-child(2), 
.step-by .step-card:nth-last-child(3) {
    padding-bottom: 99px;
}

.step-by .step-card:nth-last-child(1) .step-card__text, 
.step-by .step-card:nth-last-child(2) .step-card__text, 
.step-by .step-card:nth-last-child(3) .step-card__text{
    line-height: 136%;
}

.step-by .steps-block{
    margin-left: 9px;
    margin-right: -13px;
}

@media (max-width: 1300px){
    .step-by .steps-block{
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 991px){
    .step-by .section-text{
        margin-left: 0;
    }
}

@media (max-width: 600px){
    .step-by .step-card:nth-last-child(1) .step-card__title, 
    .step-by .step-card:nth-last-child(2) .step-card__title, 
    .step-by .step-card:nth-last-child(3) .step-card__title {
        min-height: unset;
        margin-bottom: 29px;
    }
    .step-card__title br{
        display: none;
    }
    .step-by .step-card__title{
        margin-bottom: 29px;
    }
    .step-by{
        padding: 30px 0;
    }
}

/* Doctors new */

.doctors-new{
    padding: 74px 0 115px 0;
    background-color: #F5F5F5;
}

.doctors-new .section-title{
    text-align: center;
    margin-bottom: 28px;
}
.doctors-new .section-text{
    text-align: center;
    max-width: 1125px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.doctors-new__list{
    margin-top: 105px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 46px;
    padding-left: 25px;
}
.doctors-new__l{
    display: flex;
}

.doctors-new__l img{
    width: 168px;
    height: 170px;
    border-radius: 16px;
    border: 1px solid #369;
    object-fit: cover;
}

.doctors-new__item{
    display: grid;
    grid-template-columns: 168px 1fr;
    gap: 21px;
}

.doctors-new__name{
    text-transform: uppercase;
    color: #339950;
    font-size: 42px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
}

.doctors-new__text{
    color: #545454;
    font-size: 24px;
    font-weight: 400;
    line-height: 146.557%;
}

@media (max-width: 1200px){
    .doctors-new__list{
        padding-left: 0;
    }
}

@media (max-width:991px){
    .doctors-new__list{
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px){
    .doctors-new{
        padding: 50px 0;
    }
    .doctors-new__list{
        margin-top: 40px;
    }
    .doctors-new__item{
        grid-template-columns: 100px 1fr;
        align-items:center;
    }
    .doctors-new__l img{
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
    }

    .doctors-new__name{
        font-size: 24px;
        line-height: 28px;
    }
    .doctors-new__text{
        font-size: 18px;
        line-height: 24px;
    }
}

/* Contacts new */

.contacts-new{
    padding: 65px 0 248px 0;
}

.contacts-new .section-title{
    text-align: center;
}

.contacts__wrapper{
    margin-top: 58px;
    display: grid;
    grid-template-columns: minmax(150px, 356px) auto auto;
    gap: 70px;
    margin-left: 21px;
    margin-right: 17px;
}

.contacts-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 356px;
}

.contact-item__rows{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-item__icon{
    display: flex;
    margin-bottom: 30px;
}

.contacts-item .section-text{
    margin-bottom: 30px;
}

.contact-item__row{
    text-decoration: none;
    color: #369;
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.6px;
}

.contacts-item:nth-child(2) .contact-item__row, 
.contacts-item:nth-child(3) .contact-item__row{
    letter-spacing: 1.28px;
}

@media (max-width: 1200px){
    .contacts__wrapper{
        margin-left: 0;
        margin-right: 0;
        gap: 20px;
    }
}

@media (max-width: 1100px){
    .contacts__wrapper{
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .contacts-item{
        max-width: 100%;
    }
}

@media (max-width: 600px){
    .contacts-new{
        padding: 50px 0;
    }
    .contact-item__row{
        font-size: 24px;
        line-height: 28px;
    }
}

/* Popup */

.contact-popup{
    position: relative;
    display: none;
    align-items: center;
    justify-content: center;
}

.contact-popup.active{
    display: flex;
}

.contact-popup .contact-popup__overflow{
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    mix-blend-mode: overlay;
}

.contact-popup__container{
    max-width: 1482px;
    margin: 50px auto;
    position: relative;
    border-radius: 16px;
    background: #369;
    padding: 150px 96px;
}

.contact-popup, .popup-overflow{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
}
.contact-popup{
    padding: 0 50px;
    z-index: 1000;
    width: calc(100vw - 100px);
    overflow-y: auto;
    align-items: flex-start;
}

.contact-popup__wrapper{
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.popup-overflow{
    background-color: rgba(0,0,0,0.5);
    z-index: -1;
}

.contact-popup__left{
    max-width: 772px;
    width: 100%;
    flex: 1;
}

.contact-popup__form{
    max-width: 423px;
    width: 100%;
    flex: 1;
}

.contact-popup__left .section-title{
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 79px;
}
.contact-popup__left .section-text{
    color: #ffffff;
    max-width: 654px;
    margin-bottom: 0;
}

.form-row input{
    width: 100%;
    height: 85px !important;
    border-radius: 16px;
    border: 2px solid #002052;
    outline: none;
    background: #FFF;
    padding: 25px 30px;
    color: #002052;
    font-family: "Roboto Condensed";
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    box-sizing: border-box;
}

.form-row{
    margin-bottom: 14px;
}

.submit-btn{
    border-radius: 16px;
    border: 2px solid #FFF;
    background: #002152;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: "Roboto Condensed";
    font-size: 36px !important;
    font-weight: 700 !important;
    line-height: 36px !important;
    padding: 25px;
    cursor: pointer;
}

.contact-popup__form .wpcf7-response-output{
    color: #FFF;
}

body.active, html.active{
    overflow: hidden;
}
.contact-popup__form p{
    margin: 0;
}
.contact-popup__form .ajax-loader{
    position: absolute;
}
@media (max-width: 1200px){
    .contact-popup__container{
        padding: 100px 50px;
    }
    .contact-popup__left .section-title{
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .contact-popup__left .section-text, .form-row input, .submit-btn{
        font-size: 24px !important;
        line-height: 28px !important;
    }
    .form-row input{
        height: 50px;
    }
}

@media (max-width: 991px){
    .contact-popup__wrapper{
        flex-direction: column;
    }
    .contact-popup__left, .contact-popup__form{
        max-width: 100%;
    }

}

@media (max-width: 600px){
    .contact-popup{
        padding: 10px;
        width: calc(100% - 20px);
    }
    .contact-popup__container{
        padding: 50px 20px;
    }
}

.popup-close{
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    outline: none;
    z-index: 11;
}

.wpcf7-form.submitting .wpcf7-submit {
    opacity: .6;
    pointer-events: none;
    user-select: none
}