/* ИНФОРМАЦИОННЫЙ КОНТЕЙНЕР CARD */

/*
.ccont {
    width: 320px;
    height: 180px;
    border-radius: 8px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

@media screen and (max-width: 400px) {
    .ccont {
        width: 50px;
        height: 50px;
        border-radius: 25px;
        position: absolute;
        right: 10px;
        top: 20px;
    }
}
*/

.ccont {
    width: 180px;
    height: 180px;
    border-radius: 90px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position-x: -70px;
    background-size: cover;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .ccont {
        width: 160px;
        height: 160px;
        border-radius: 80px;
    }
}


@media screen and (max-width: 550px) {
    .ccont {
        width: 80px;
        height: 80px;
        border-radius: 40px;
        background-position-x: -30px;
    }
}


/* КАРТИНКА */

/*
.ccont_pc {
    z-index: 1;
    position: absolute;
}
*/


/* НАДПИСЬ */
.ccont_sp {
    font-size: 30px;
    line-height: 1;
    color: #fff;
}

@media screen and (max-width: 550px) {
    .ccont_sp {
        font-size: 20px;
    }
}


/* РАЗМЕР ШРИФТА */
.im_f {
    font-size: 1.25rem;
}

@media screen and (max-width: 991px) {
    .im_f {
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 575px) {
    .im_f {
        font-size: 1rem;
    }
}

@media screen and (max-width: 550px) {
    .im_f {
        font-size: 0.8rem;
    }
}


/* ДЛИННА ССЫЛКИ */
.im_a {
    max-width: 710px;
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    .im_a {
        max-width: 420px;
    }
}

@media screen and (max-width: 575px) {
    .im_a {
        max-width: 230px;
    }
}


/* РАЗМЕР ШРИФТА ОПИСАНИЯ */
/*.sm_ab {
    font-size: 14px;
}*/

@media screen and (max-width: 575px) {
    .sm_ab {
        font-size: 12px;
    }
}

