:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)){all:unset;display:revert}*,::after,::before{box-sizing:border-box}a,button{cursor:revert}menu,ol,ul{list-style:none}img{max-inline-size:100%;max-block-size:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto;user-select:auto}textarea{white-space:revert}meter{-webkit-appearance:revert;appearance:revert}:where(pre){all:revert}::placeholder{color:unset}::marker{content:initial}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;line-break:after-white-space;-webkit-user-select:auto;user-select:auto}:where([draggable=true]){-webkit-user-drag:element}:where(dialog:modal){all:revert}
body{
    font-family: 'Raleway', sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    color: #1F2344;
}
a{
    cursor: pointer;
}
p{
    line-height: 1.6;
}
img{
    display: block;
    max-width: 100%;
    height: auto;
}
strong{
    font-weight: 700;
}
em{
    font-style: italic;
}
.full_text a{
    text-decoration: underline;
}
.full_text p.text_link{
    font-size: 1rem;
    font-weight: 700;
}
section.first_view{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: #D9D9D9;
}
section.first_view::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100vh;
    background: url(../img/bg.svg);
}
header{
    width: 1200px;
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 700;
    z-index: 100;
}
div.mobile_header{
    display: none;
}
nav a{
    margin-right: 1em;
}
.logo{
    font-family: 'Poiret One', cursive;
    font-size: 2.5rem;
    font-weight: 700;
}
ul.menu{
    display: flex;
}
ul.menu li{
    margin-left: 1em;
}
.promo_block{
    position: absolute;
    bottom: 0;
    width: 1200px;
    height: 80vh;
    display: flex;
    justify-content: space-between;
    z-index: 100;
}
.promo_info,
.promo_img{
    width: 48%;
}
.promo_info{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.promo_block.page h1{
    margin-bottom: 50px;
    font-size: 3.5rem;
}
h1{
    font-family: 'Poiret One', cursive;
    font-size: 4rem;
    font-weight: 700;
}
.promo_block.page ul,
ul.result_list{
    padding-left: 1em;
}
.promo_block.page li,
ul.result_list li{
    position: relative;
    margin-bottom: 0.5em;
    padding-left: 2.5rem;
    font-size: 1rem;
    line-height: 1.6;
}
.promo_block.page li::before,
ul.result_list li::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    width: 7px;
    height: 11px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #00a8a8;
    transform-origin: bottom left;
    transform: rotate(45deg);
}
.about_info.consultation_about{
    width: 35%;
}
.about_pic.consultation_pic{
    border-radius: 30px;
    box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.3);
}
ol{
    padding: 0;
    margin: 0;
    position: relative;
    list-style-type: decimal;
}
/* ol::before{
    content: '';
    width: 0.5rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 8%;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.075);
    z-index: -1;
} */
ol li{
    padding: 0.5rem 1.5rem 1rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6;
    border-radius: 10px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.075);
}
::marker{
    font-weight: 600;
    color: #1F2344;
    font-size: 1.8rem;
}
.promo_info p{
    margin-top: 30px;
}
.social_section{
    display: flex;
    margin: 40px 0;
}
.insta_link,
.fb_link,
.wapp_link,
.tele_link{
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 7px;
    font-size: 0;
    opacity: 0.5;
}
.insta_link{
    background: url(../img/i_insta.svg) no-repeat;
    background-size: contain;
}
.fb_link{
    background: url(../img/i_fb.svg) no-repeat;
    background-size: contain;
}
.wapp_link{
    background: url(../img/i_wup.svg) no-repeat;
    background-size: contain;
}
.tele_link{
    background: url(../img/i_tele.svg) no-repeat;
    background-size: contain;
}
.promo_btn{
    margin-right: 1em;
    padding: 20px 40px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    border: 1px solid #1F2344;
}
.promo_img{
    display: flex;
    justify-content: center;
}
.btn_block{
    display: flex;
    align-items: center;
}
.video_btn{
    width: 63px;
    height: 63px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #1F2344;
}
.btn_block span{
    margin-left: 0.5em;
    opacity: .5;
}
section.first_view.mobile{
    display: none;
}
main{
    display: flex;
    flex-direction: column;
    align-items: center;
}
section.chapter{
    padding-top: 70px;
    width: 1200px;
}
h2{
    font-family: 'Poiret One', cursive;
    font-size: 4rem;
    text-align: center;
}
.about_block{
    padding: 30px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.about_img{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 745px;
    height: 745px;
    background: url(../img/circle-pattern.png);
}
.about_pic{
    border-radius: 50%;
}
.mini_pic{
    position: absolute;
    top: 40px;
    left: 40px;
    border-radius: 50%;
    border: 20px solid #fff;
}
.about_info{
    width: 40%;
    font-size: 1rem;
}
ul.arrow li{
    position: relative;
    margin-bottom: 1.5em;
    margin-left: 1em;
    line-height: 1.6;
}
ul.arrow li::before{
    content: '';
    position: absolute;
    top: 3px;
    left: -40px;
    width: 20px;
    height: 20px;
    background: url(../img/i_arrow.svg) top no-repeat;
    background-size: contain;
}
.result_block{
    display: flex;
    justify-content: space-evenly;
}
.gynecologist,
.accoucheur{
    width: 48%;
}
h3{
    margin-bottom: 1em;
    font-family: 'Poiret One', cursive;
    font-size: 1.7rem;
    font-weight: 700;
}
/*Pricing*/
.pricing_block{
    max-width: 100%;
    display: grid;
    gap: 1em;
    grid-template-columns: repeat(3,1fr);
    margin: 50px 0 100px 0;
}
.pricing_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px;
    box-shadow: 0 10px 60px 0 rgba(31,35,68,.08);
}
.pricing_item h4{
    min-height: 100px;
    font-size: 1.3rem;
    font-weight: 700;
    text-align: center;
    color: #263b5e;
}
.price{
    margin: 0.5em;
    font-size: 4rem;
    font-weight: 700;
}
.price span{
    font-size: 1.3rem;
    font-weight: 400;
    color: #6a8695;
}
.timing{
    font-size: 1rem;
    font-weight: 700;
    color: #263b5e;
}
.pricing_item p{
    margin: 1em 0;
    font-size: 0.9rem;
    text-align: center;
}
.order{
    margin-top: auto;
    padding: 1em 3em;
    font-family: 'Poiret One', cursive;
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 2px 2px 2px 2px;
    background: #00a8a8;
    cursor: pointer;
}
p.alert{
    padding: 0 3em 3em 3em;
    font-size: 1.1rem;
    font-weight: 700;
    font-style: italic;
}
/* Modal styles */
.modal {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 2rem;
    position: fixed;
    top: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}
.modal .modal-backdrop {
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    position: fixed;
}
.modal .modal-content {
    background: #fff;
    border-radius: 5px;
    max-width: 600px;
    position: fixed;
    top: -100%;
    transition: all 0.6s ease;
    z-index: 1000;
}
.modal .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 1.5rem;
}
.modal .modal-header .close-modal {
    position: absolute;
    font-size: 2rem;
    padding: 0;
    margin: 0;
    height: 30px;
    width: 30px;
    text-align: center;
}
.modal .modal-header .close-modal:hover {
    color: #000;
}
.modal .modal-body {
    padding: 1.5rem;
}
.modal .modal-footer {
    border-top: 1px solid #ccc;
    padding: 1rem;
    text-align: right;
}
.modal.visible {
    opacity: 1;
    visibility: visible;
    z-index: 10000;
}
.modal.visible .modal-content {
    top: 25%;
    padding: 3em;
    display: flex;
    background: #00a8a8;
}
.modal_form div{
    display: flex;
    flex-direction: column;
    margin-bottom: 1em;
    font-family: 'Poiret One', cursive;
    font-weight: 700;
    color: #fff;
}
label{
    margin-bottom: 0.2em;
}
.input_text{
    display: block;
    width: 100%;
    max-width: 100%;
    display: flex;
    padding: 0.2em 0.5em;
    color: #1F2344;
    background: #fff;
    border-radius: 3px;
}
span.wpcf7-not-valid-tip{
    font-size: 1rem;
    font-weight: 700;
}
.wpcf7 form.invalid .wpcf7-response-output{
    font-size: 1rem;
    font-weight: 700;
    border: none;
}
.wpcf7 form.sent .wpcf7-response-output{
    border: none;
}
div.submit{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
div.submit input{
    cursor: pointer;
}
div.submit button{
    opacity: 0.4;
    cursor: pointer;
}
div.promo_info.offline li{
    font-size: 1.3rem;
}
div.promo_info.offline p{
    margin-bottom: 1em;
}
/*Blog*/
section.first_view_blog{
    position: relative;
    display: flex;
    justify-content: center;
    background: #D9D9D9;
    box-shadow: 3px 3px 40px 0 rgba(43, 43, 43, .1);
}
section.first_view_blog::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/bg_blog.png);
    background-size: cover;
}
section.first_view_blog header{
    padding: 60px 0;
}
section.chapter.blog h1{
    margin-bottom: 1em;
    text-align: center;
}
.blog_list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px;
}
.blog_list article{
    display: flex;
    flex-direction: column;
    margin: 1%;
    width: 30%;
    border-radius: 10px;
    box-shadow: 0 10px 60px 0 rgba(31,35,68,.08);
}
.article_info{
    padding: 0 20px;
}
.blog_list article img{
    margin-bottom: 20px;
    border-radius: 10px 10px 0 0;
}
.blog_list h2{
    min-height: 3em;
    font-family: 'Raleway', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    text-align: left;
    color: #203656;
}
.blog_list p{
    margin-bottom: 20px;
    font-size: 1rem;
    color: #8F9BAD;
}
.detail_box{
    margin: auto 20px 30px 20px;
}
.article_details{
    font-size: 1rem;
    font-weight: 700;
}
.full_text{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 70px 0;
    max-width: 700px;
}
.full_text img{
    margin-bottom: 50px;
    border-radius: 5px;
    box-shadow: 0 10px 60px 0 rgba(31,35,68,.3);
}
.full_text h1{
    margin-bottom: 0.5em;
    max-width: 700px;
    text-align: center;
}
.full_text h2{
    margin: 50px 0 20px 0;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: left;
}
.full_text p{
    margin-bottom: 1em;
    font-size: 1.3rem;
}
.text_thin{
    display: flex;
    justify-content: center;
}
.text_inner{
    max-width: 700px;
}
.full_text ol{
    margin-bottom: 2em;
    padding-left: 50px;
}
.full_text ol li{
    margin-bottom: 0.5em;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.6;
    box-shadow: none;
}
.full_text ul{
    margin-bottom: 2em;
    padding-left: 50px;
    list-style-type: disc;
}
.full_text li{
    margin-bottom: 0.5em;
    font-size: 1.1rem;
    line-height: 1.6;
}
.full_text ::marker{
    font-size: 1rem;
}
.author_block{
    display: flex;
    align-items: center;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.author_block img{
    margin-right: 2em;
    max-width: 30%;
    border-radius: 50%;
    box-shadow: none;
}
.author_block h4{
    font-weight: 700;
}
.author_block p{
    font-size: 1rem;
}
.author_block a{
    font-size: 1rem;
    font-weight: 700;
    text-decoration: underline;
}
.tags_list{
    display: flex;
    padding: 1em 0;
    font-size: 1rem;
}
.tags_list a{
    margin-left: 1em;
    font-weight: 700;
    text-decoration: underline;
}
.terms_list{
    margin-bottom: 1em;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
}
footer{
    display: flex;
    justify-content: center;
    padding: 50px 0;
    background: #D9D9D9;
}
.footer_inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    font-size: 1rem;
    text-align: center;
}
.footer_inner a{
    color: #1F2344;
    text-decoration: underline;
}
footer .social_section{
    margin: 0 0 30px 0;
}
/********************media queries*****************************/
@media (max-width: 1200px){
    header,
    .promo_block,
    section.chapter{
        max-width: 90%;
    }
    .promo_block.page h1{
        font-size: 3rem;
    }
    .promo_block.page li{
        font-size: 0.85rem;
    }
    section.first_view.mobile.page ul{
        padding-left: 1em;
    }
    section.first_view.mobile.page li{
        position: relative;
        margin-bottom: 0.5em;
        padding-left: 2.5rem;
        font-size: 1rem;
        line-height: 1.6;
    }
    section.first_view.mobile.page li::before{
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 2px;
        width: 7px;
        height: 11px;
        border-width: 0 2px 2px 0;
        border-style: solid;
        border-color: #00a8a8;
        transform-origin: bottom left;
        transform: rotate(45deg);
    }
    .pricing_item{
        padding: 30px;
    }
}
@media (max-width: 1025px){
    .promo_img{
        width: 33%;
    }
    .promo_info{
        width: 68%;
    }
}
@media (max-width: 992px){
    section.first_view{
        position: relative;
        height: 105vh;
        overflow: hidden;
    }
    section.first_view::after{
        height: 105vh;
        background-size: cover;
    }
    div.mobile_header{
        display: flex;
        flex-direction: row;
        align-items: baseline;
        justify-content: center;
        padding-top: 60px;
        width: 90%;
        z-index: 100;
    }
    /*Mobile Menu*/
    div.hamburger{
        display: block;
        margin-left: 20%;
    }
    .hamburger .line{
        width: 20px;
        height: 2px;
        background-color: #1F2344;
        display: block;
        margin: 4px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .hamburger:hover{
        cursor: pointer;
    }
    #hamburger{
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #hamburger.is-active{
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    #hamburger.is-active .line:nth-child(1){
        width: 10px
    }
    #hamburger.is-active .line:nth-child(2){
        width: 20px
    }
    header{
        position: fixed;
        left: 0;
        bottom: 0;
        width: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        background: rgba(255,255,255,0.9);
        overflow: hidden;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    header.is-active{
        width: 70%;
        z-index: 5000;
        box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
    }
    nav,
    .social,
    ul.menu{
        display: flex;
        flex-direction: column;
    }
    nav a,
    .social a,
    ul.menu li{
        margin: 2em 0 0 0;
        font-size: 1.3rem;
        font-weight: 700;
    }
    header .logo{
        display: none;
    }
    .promo_block{
        max-height: 80vh;
    }
    .promo_info{
        display: none;
    }
    .promo_img{
        width: 100%;
    }
    .promo_btn{
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 0;
    }
    section.first_view.mobile{
        display: flex;
        height: auto;
        padding: 3em 0;
        background: #D9D9D9;
    }
    section.first_view.mobile::after{
        transform: scaleX(-1);
    }
    .promo_info.mobile{
        display: block;
        width: 80%;
        z-index: 100;
    }
    h1{
        font-size: 6rem;
    }
    .promo_info.mobile .social_section{
        margin: 3em 0;
    }
    .about_block{
        flex-direction: column;
    }
    .about_img{
        width: 90%;
    }
    .about_info{
        width: 75%;
    }
    .about_info{
        font-size: 1.3rem;
    }
    .pricing_block{
        grid-template-columns: repeat(2,1fr);
    }
    section.first_view.mobile.page h1{
        margin-bottom: 1em;
        font-size: 4rem;
        text-align: center;
    }
    .about_info.consultation_about{
        width: 60%;
    }
    section.first_view_blog{
        position: relative;
    }
    section.first_view_blog div.mobile_header{
        padding: 60px 0;
    }
    section.chapter.blog h1{
        font-size: 3rem;
    }
    .blog_list article{
        margin: 2%;
        width: 45%;
    }
}
@media (max-width: 768px){
    header{
        font-size: 1.3rem;
    }
    h1{
        font-size: 5rem;
    }
}
@media (max-width: 576px){
    body{
        font-size: 1rem;
    }
    div.mobile_header{
        padding-top: 40px;
    }
    header{
        padding-top: 20%;
        font-size: 1rem;
    }
    nav a,
    .social a,
    ul.menu li{
        font-size: 1.1rem;
    }
    .promo_block{
        max-height: 80vh;
    }
    h1{
        font-size: 2.5rem;
    }
    .promo_info p{
        margin-top: 20px;
        font-size: 1rem;
    }
    .promo_info.mobile .social_section{
        margin: 2em 0;
    }
    .promo_btn{
        padding: 10px 15px;
        font-size: 0.9rem;
    }
    .about_block{
        padding: 0;
    }
    .about_info{
        font-size: 1rem;
    }
    .about_img{
        padding: 150px 0;
        width: 100%;
        height: auto;
        background: url(../img/circle-pattern.png) top center;
        background-size: cover;
    }
    .mini_pic{
        top: 120px;
        left: -20px;
        max-width: 50%;
        border: 10px solid #fff;
    }
    section.first_view.mobile.page h1{
        font-size: 3rem;
    }
    section.first_view.mobile.page::after{
        height: 100%;
    }
    .pricing_block{
        grid-template-columns: repeat(1,1fr);
    }
    h2{
        font-size: 3rem;
    }
    .about_info.consultation_about{
        width: 65%;
    }
    .result_block{
        flex-direction: column;
    }
    .gynecologist,
    .accoucheur{
        width: 100%;
    }
    .gynecologist{
        margin-bottom: 1em;
    }
    .promo_info.mobile.offline .social_section{
        justify-content: center;
    }
    section.chapter.blog{
        padding: 30px 0;
    }
    .blog_list{
        margin-bottom: 30px;
    }
    .blog_list article{
        margin: 0 0 30px 0;
        width: 100%;
    }
    footer{
        padding: 20px;
    }
    footer .social_section{
        margin: 0 0 10px 0;
    }
    .full_text{
        margin: 30px 0;
        max-width: 90%;
    }
    .full_text p{
        font-size: 1rem;
    }
    .full_text li{
        font-size: 0.9rem;
    }
}
@media (max-width: 380px){
    .promo_block{
        max-height: 80vh;
    }
    .promo_btn{
        padding: 15px 10px;
    }
    .promo_info.mobile .social_section{
        margin: 2em 0;
    }
}