/*body {*/
/*    background: url("../images/fs-fp2.png");*/
/*    background-size: initial;*/
/*    background-repeat: no-repeat;*/

/*}*/

/*.first-section {*/
/*    background: inherit;*/
/*}*/
.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_item{

    padding:20px;
    border:1px solid #ABB5B8;
    border-radius: 6.66px;
    position: relative;
    margin-bottom:20px;
}
.social_block_text img{
    width:24px;
    height: 24px;
    margin:5px 5px 0 0;
}
.social_block_image{
    position: absolute;
    right: 0;
    bottom: 0;
}
.social_block_image img{
    margin-bottom: -4px;
}
/*social block*/



/*doctors section*/
.doctor_person{
    justify-content: flex-start;
    border-radius: 6.66px;
    position: relative;
    padding:5px;
    margin-bottom: 20px;
    border:1px solid #ABB5B8;
    color:#273649;
}
@media(min-width:767px){
    .doctor_person{

        width:31%;

    }
}

.doctor_item_text{
    padding:10px;
}
.doctor_item_title{
    font-family: Raleway;
    font-weight: 700;
    font-size: 27px;
    line-height: 120%;

}
.doctor_spec{
    font-family: Raleway;
    font-weight: 500;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 120%;
color:#3F61C4;

}


.doctor_exp p{
    max-width:60% ;
    font-family: Raleway;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;

background: #EDF1F5;
border-radius: 10px;
padding:5px 10px;
margin-right: 10px;
}
.doctor_description p{
    font-family: Raleway;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;

}
/*doctors section*/
/*documents block*/

    .document_item{
        padding:20px;
        position: relative;
        border-radius: 6.66px;
        background: #D3DBE44D;
        color:#273649;
        margin-bottom:20px;
    }

@media(min-width: 767px){
.document_item{

    width: 24%;
}
}
.document_item h3{
    font-family: Raleway;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;

}
.document_item p{
    font-family: Raleway;
    font-weight: 500;
    font-size: 14px;
    margin:0;
    line-height: 130%;

}
/*documents block*/

/*license section*/
.license_section{
    background: #fff;

}
.license_item {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
@media(min-width: 767px) {
    .license_item {

        width: 31%;
    }
}
.licence_item_image{
    display: block;
    padding: 5px;
    overflow: hidden;
border:1px solid #ABB5B8;
    border-radius: 6.66px;
    height: 500px;
}
.license_item_name{
    font-family: Raleway;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;

}
/*license section*/