.header{
    background: transparent;
}
.first-section {
    background: url("../images/fs-fp2.png");
    background-size: cover ;
    height: 100vh;
    /*background-repeat:no-repeat;*/
    /*margin-top:-80px;*/
    /*padding:180px 0 40px;*/

}
.header.active{
    background: url("../images/fs-fp2.png");
}
h1.first-section__title{
    font-family: Unbounded;
    font-weight: 700;
    font-size: 48px;
    line-height: 110.00000000000001%;
    color:#fff;

}

/*social block*/
.social_section,.doctors_section,.document_section{
    margin:140px 0 0;
    padding:80px 0 40px;
    background: #fff;
}

/*.social_section svg{*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: calc(14%);*/
/*}*/
/*.doctors_section svg{*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: calc(9%);*/
/*}*/
/*.document_section svg{*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: calc(13%);*/
/*}*/
.first-section svg{
    position: absolute;
    left: 5%;
    bottom: -102%;
}
/*social block*/
.content_section{
    margin:140px 0 0;
    padding:0 0 40px;
    background: #fff;
}

.content_section svg{
    position: absolute;
    left: 0;
    top: calc(8%);
}
.content_block {
    position: relative;
    color:#273649;
}
.content_section .flex-container{
    margin-bottom:40px ;
}
.content_block h2 {
    font-family: Unbounded;
    font-weight: 400;
    font-size: 42px;
    line-height: 120%;


}
.element-dark{
    padding:20px;
    border-radius: 12px;
    height: 670px;
    background: url("../images/pa-bd.png") 100%;
    background-repeat: no-repeat;
}
.element-light{
    padding:20px;
    height: 670px;
    border-radius: 12px;
    background: url("../images/pa-bl.png") 100%;
    background-repeat: no-repeat;
}
.element-dark h2,.element-dark p,.element-dark li{
    color:#fff;
}
.content_block p{
    font-family: Raleway;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;

}

