@charset "UTF-8";


#info {
    & .block.metadefix {
        width: 50%;
        & h5 {
            line-height: 22px;
        }
    }
}


.blockcomselofix {
    position: relative;
}

.seloiqiifooterfix {
    position: absolute;
    top: 0;
    left: 290px;
    width: 124px;
    height: 124px;
    & figure {
        position: relative;
        float: left;
        width: 100%;
        height: 100%;
        background-color: transparent;
        & img {
            width: 100% !important;
            height: 100% !important;
            object-fit: contain;
        }
    }
}

#pdf-home {
    & .block.triofix {
        width: 33.3%;
    }
    & .block.triofix.oselofix{
        & figure {
            width: 100%;
            background-color: transparent;
        }
    }
}


@media screen and (max-width: 1450px) {

    .seloiqiifooterfix {
        left: 250px;
        width: 100px;
        height: 100px;
    }
}


@media screen and (max-width: 1250px) {

    .seloiqiifooterfix {
        left: unset;
        right: 20px;
        width: 100px;
        height: 100px;
    }
}


@media screen and (max-width: 768px) {

    #info {
        & .block.metadefix {
            width: 100%;
        }
    }

    .seloiqiifooterfix {
        position: relative;
        top: unset;
        right: unset;
        width: 100%;
        height: 86px;
        padding: 10px 0;
    }

    #pdf-home {
        & .block.triofix {
            width: 100%;
        }
        & .block.triofix.oselofix {
            background-color: #f5f5f5;
            width: 100%;
            max-height: 380px;
        }
    }
}