

/* Font Circe */
@font-face {
    font-family: "Circe";
    font-style: normal;
    font-weight: 400;
    src: url("/fileservice/file/download/a/737926/sc/26/h/8644eddcfa9cbb4df7ae6bbb1586f3ed.woff2") format("woff2"),
        url("/file/download/a/737926/sc/151/h/5e98be07350921960e23e04983ceebbc.woff") format("woff"), url("/fileservice/file/download/a/737926/sc/87/h/f25c61070919bec14a8642b9cd570a21.ttf");
}


@font-face {
    font-family: "Circe";
    font-style: normal;
    font-weight: 700;
    src:
        url("/fileservice/file/download/a/737926/sc/308/h/95c0bbbc12acad14bfa3c678a8b13015.woff2") format("woff2"),
        url("/fileservice/file/download/a/737926/sc/95/h/26d6d8170f6215c4a6c6811e90d0f2f4.woff") format("woff"),
        url("/fileservice/file/download/a/737926/sc/216/h/474ec7e82c039c617fdae9b951467ce8.ttf");
}


/* Logo */
a.logo-link {
    display: block;
    text-decoration: none;
    transition: filter .4s;
}


a.logo-link:hover {
    filter: brightness(105%);
}


.logo_block {
    font-family: var(--font);
    width: 100%;
    max-width: 1170px;
    padding: 5px 340px 5px 40px;
    min-height: 150px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    background-image: url("https://fs.getcourse.ru/fileservice/file/download/a/737926/sc/165/h/1e077ff6b19e48d5b6bf16f6820e6395.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}


.logo_block .logo_row {
    display: flex;
    align-items: center;
}

.logo_block img {
    margin-right: 30px;
    width: 100%;
    max-width: 132px;
    border-radius: 100px;
    display: inline-block;
}


.logo_block .logo_title {
    font-size: 32px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #ffffff;
}



@media (max-width: 991px) {
    .logo_block {
        min-height: 120px;
        padding: 5px 15px 5px 15px;
    }

    .logo_block .logo_title {
        font-size: 18px;
    }

    .logo_block img {
        margin-right: 15px;
        max-width: 100px;
    }

}

@media (max-width: 370px) {
    .logo_block .logo_title {
        font-size: 16px;
    }
}


.logo-text {
    display: none; 
}
/* </ Logo */
