@font-face {
    font-family: 'TT Norms Pro Medium';
    src: url('//s6.vcdn.biz/static/108899771/TTNormsPro-Medium.ttf')
    format('truetype');
    font-style: normal;
}

.amediateka {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 80px;
    margin-bottom: 47px;
    background: #F37538;
    border-radius: 8px;
}

.amediateka_img {
    width: 150px;
    height: 38.26px;
}

.amediateka_title {
    font-size: 24px;
    line-height: 120%;
    color: #000;
    font-family: 'TT Norms Pro Medium';
}