/* Medium Devices, Desktops */
@media only screen and (max-width: 860px) {
    .v-content {
        padding: 150px 50px 200px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .v-content {
        padding: 100px 30px 200px;
    }

    .v-content .slug {
        font-size: 36px;
        left: 30px;
        right: 30px;
    }

    .slider .owl-next {
        top: -60px;
    }

    footer .container {
        padding-left: 30px;
        padding-right: 30px;
        flex-wrap: wrap;
        justify-content: center;

    }

    footer .col_phone {
    }

    footer .col_descr {
        margin-top: 10px;
        text-align: center;
    }

    footer .col_email {
        margin-right: initial;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    footer .col_phone {
        margin-top: 20px;
        width: 100%;
        flex-basis: 100%;
        text-align: center;
    }

    footer .col_descr {
        margin-top: 20px;
        width: 100%;
        flex-basis: 100%;
    }

    footer .col_email {
        margin-top: 20px;
        width: 100%;
        flex-basis: 100%;
        text-align: center;
    }
    .v-content .slug {
        font-size: 26px;
        line-height: 1.2;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {

}

