.about{
    width: 100%;
    height: auto;
    margin-top: 100px;
    padding-top: 100px;
    background: linear-gradient(90deg,#ffffff 65%, #140A01 35%);
}

.about-grey{
 background: linear-gradient(90deg, #140A01 73%, #140A01 27%);
    padding-top: 60px;
    padding-bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*position: relative;*/
/*    margin-left: -15px;*/
}

.about-grey:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 27%;
    background: #140A01;
}

.about-wrap{
    background: #ffffff;
    width: 65%;
    position: relative;
    z-index: 1;
}

.about .logo-wrap{
    width: 295px;
    height: 152px;
    padding-left: 5%;
    padding-top: 80px;
}

.about .logo-wrap-mobile{
    width: 295px;
    height: 152px;
}
.about .logo, .logo-wrap-mobile .logo {
    background: url('../images/senada_logo.svg') no-repeat;
    background-size: contain;
    display: block;
    height: 100%;
}
.about .logo-wrap-mobile{
    display: none;
}
.about .text-wrap{;
    padding: 75px 57% 2% 5%;
}

.about .show-hidden{
    display: none;
}

.about .senada-img{
    position: absolute;
    bottom: 0;
    right: 27%;
    z-index: 2;
}

.about .btn-about{
    padding-left: 50px;
    text-transform: uppercase;
    color: #0A1A40;
    font-family: Raleway-SemiBold, sans-serif;
    padding-bottom: 65px;
    position: relative;
}

.about .btn-about::before{
    content: '';
    position: absolute;
    width: 12px;
    height: 23px;
    left:0;
    top: 9px;
    background: url("../images/pre_icon.png") no-repeat;
    background-size: 100%;
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
    transform-origin: center center;
}

.about .btn-about.rotated::before{
    transform: rotate(-90deg);
    transition: all .3s ease-in-out;
    transform-origin: center center;
}
.bckgr-white{
    background-color: #FFFFFF;
}

.about .logos{
    padding: 35px 85px;
}
.about .logos ul li{
    display: flex;
    justify-content: center;
}


.about .logos ul li a img{
    height: 35px;
    width: auto;
}
.text-wrap-mobile{
    display: none;
}

.about .logo-wrap{
    display: block !important
}

@media (max-width: 1368px) {

    .about .logos {
        padding-top: 35px;
        width: 95%;
        padding-left: 0;
    }
    .about .senada-img {
        right: 10%;
    }
}


@media (max-width: 1024px) {

    .about .logos {
        width: 100%;
        padding-left: 35px;
    }

    .about{
        background: #ffffff;
        padding-top: 0;
    }

    .about .logo-wrap-mobile{
        padding-left: 35px;
    }

    .about .text-wrap-mobile{
        padding-left: 35px;
        padding-right: 15px;
        padding-top: 25px;
    }

    .about-grey{
        background: #140A01;
        padding: 0;
        justify-content: flex-end;
        position: relative;
        width: 100%;
    }
    .about .senada-img {
        position: relative;
        bottom: 0;
        right: 0;
    }

  .about-white{
        width: calc(100% - 35px);
        height: calc(100% - 100px);
        left: 35px;
        bottom: 30px;
        /*background: white;*/
        position: absolute;
    }


    .about .logo-wrap-mobile{
        display: block;
    }
    .text-wrap-mobile{
        display: block;
    }
 .about-wrap{
    display: none;
}

 @media (max-width: 992px){
     .about .logo-wrap{
         display: none !important
     }

 }

 @media (max-width: 768px){
     .about .logos{
         padding-right: 35px;
     }

     .about .senada-img img{
         height: 400px;
     }

     .about .logo-wrap-mobile{
         width: 210px;
         height: 100px;
     }

     .about{
         margin-top: 35px;
     }

 }

}

@media (max-width: 475px) {
    .about-grey{
        height: 400px;
        overflow: hidden;
    }

    .about .senada-img{
        position: absolute;
    }
    .about .senada-img{
        right: -50px;
    }
}

@media (max-width: 320px) {


}
