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

    .tp-bullets {
        opacity: 0;
    }
}

@media only screen and (max-width: 767px) {
    /* Replace table headings for mobile view */
    .type-1 td:nth-of-type(1):before {
        content: "Дата";
    }

    .type-1 td:nth-of-type(2):before {
        content: "Ден";
    }

    .type-1 td:nth-of-type(3):before {
        content: "Град";
    }

    .type-1 td:nth-of-type(4):before {
        content: "Университет";
    }
}

@media (min-width: 768px) {
    .first-wrap {
        padding-left: 35px;
        margin-bottom: 10px;
    }
}

@media (min-width: 576px) {
    .first-wrap {
        padding-left: 35px;
    }

    .last-wrap {
        padding-left: 35px;
        margin-bottom: 15px;
    }
}

@media (min-width: 276px) {
    .first-wrap {
        padding-left: 35px;
    }

    .last-wrap {
        padding-left: 35px;
        margin-bottom: 15px;
    }
}