#logo_svg {
    position: relative;
    justify-content: center;
    width: 100%;
    height: 900px;
    min-height: 600px;
    background-color: #e5e6e7;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    
}
#logo {
    /*position: absolute;*/
    margin-top: 150px;
    width: 103%;
    z-index: 5;
}
#logo_img img{
    position: absolute;
    // margin-left:-621px;
    top: 0px;
    left: 12px;
    margin-top:175px;
    /*width: 98%;*/
    z-index: 10;
    max-width: 1240px;
}
#farmak_img {
    display:none;
    width: 96.4%;
}