@media screen and (max-width: 768px) {

    body {
        font-size: 15px;
    }

    body.mobile-menu-open {
        overflow: hidden;
    }

    .header-cta,
    .home-page #hero .hero-content p br,
    .home-page #hero .hero-content h1 br,
    #proizvodi .title-cta .button-red,
    .no-bg .pr-box-content p br,
    #iskustvo p br,
    .section-title-cta a,
    .box-ulje p br,
    .big-image p br,
    .intro-content .text p br {
        display: none;
    }


    .home-page #hero {
        padding-top: 105px;
    }

    .home-page #hero .hero-content {
        padding-top: 25px;
        padding-bottom: 40px;
    }

    .home-page #hero .hero-content h1 {
        font-size: 42px;
        margin-bottom: 175px;
    }

    .home-page #hero .hero-content p {
        padding-right: 17px;
        margin-bottom: 30px;
    }

    .home-page #hero .hero-content .cta-hero {
        column-gap: 15px;
    }

    .cta-hero .bbtn {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        padding: 5px 0;
    }

    section {
        padding-left: 5px;
        padding-right: 5px;
    }

    #proizvodi {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .title-cta {
        margin-bottom: 24px;
    }

    .title-cta h2 {
        font-size: 38px;
        line-height: 40px;
    }

    .pr-box .upper {
        position: relative;
    }

    .pr-box-icon {
        margin: 0;
        position: absolute;
        top: 23px;
        right: 20px;
        width: 30px;
    }

    .pr-box-content {
        padding: 20px 20px 25px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 170px;
    }

    .pr-box-content h3 {
        font-size: 30px;
        margin-bottom: 0;
    }

    .pr-box-content p {
        line-height: 22px;
        letter-spacing: -0.02em;
    }

    .pr-box .bottom {
        height: 175px;
    }

    .pr-box .bottom img {
        object-fit: cover;
        height: 100%;
    }

    .no-bg .pr-box-content {
        padding-left: 16px;
        padding-right: 16px;
        height: 215px;
        border: none;
    }

    .no-bg .pr-box-content p {
        letter-spacing: -0.03em;
        margin-top: 40px;
    }

    .pr-box-content a {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 15px;
        width: 150px;
        padding: 10px;
    }

    #iskustvo {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    #iskustvo h2 {
        font-size: 38px;
        line-height: 40px;
    }

    #iskustvo p {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 22px;
    }

    #iskustvo .sep {
        margin-top: 50px;
    }

    #ind-ulja {
        padding-bottom: 50px;
    }

    .section-title-cta h2 {
        margin-bottom: 20px;
        font-size: 38px;
    }

    .section-title-cta {
        margin-bottom: 0;
    }

    .box-ulje .num {
        margin-bottom: 22px;
    }

    .box-ulje h4 {
        margin-bottom: 11px;
    }

    #zasto {
        padding: 40px 5px 64px;
        background: url("../img/home/brendoil_lp_08_mob.jpg") no-repeat center center;
        background-size: cover;
    }

    #zasto h2 {
        font-size: 38px;
    }

    #zasto .bullet-row {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .bullet-row span {
        font-size: 18px;
    }

    #proces {
        padding: 50px 5px 30px;
    }

    .img-icon-holder {
        border: none;
    }

    .proces-content {
        padding-left: 0;
        padding-top: 23px;
    }

    .proces-content h3 {
        font-size: 38px;
        line-height: 42px;
        margin-bottom: 23px;
    }

    .big-image p {
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.5em;
    }

    .button-red {
        padding: 10px 20px;
        min-width: 150px;
    }

    footer {
        padding: 20px 5px;
    }

    footer .info-row h3 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .bottom-footer .copy {
        font-size: 12px;
        line-height: 22px;
    }

    .bottom-footer {
        padding-top: 20px;
        margin-top: 16px;
    }

    .info-footer {
        margin-bottom: 20px;
    }

    .footer-image {
        margin-top: 30px;
    }

    .info-row > div:first-child {
        margin-bottom: 35px;
    }

    .info-footer h4 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .info-footer p {
        font-size: 14px;
        line-height: 30px;
    }

    .info-row .sep {
        display: none;
    }

    header {
        padding: 22px 5px;
    }

    #mobile-menu-open {
        flex-direction: column;
        justify-content: space-between;
        height: 20px;
        width: 26px;
        float: right;
    }

    #mobile-menu-open span {
        height: 2px;
        background: #f1f2f2;
        border-radius: 2px;
        transition: all .3s ease;
    }

    .sticky #mobile-menu-open span {
        background: #171717;
    }

    header.mobile-menu-open .logo {
        position: absolute;
        z-index: 99;
    }

    header.mobile-menu-open #mobile-menu-open {
        position: absolute;
        top: 28px;
        right: 15px;
    }

    nav {
        display: none;
    }

    .mobile-menu-open nav {
        position: absolute;
        left: 0;
        top: 0;
        background: #171717;
        height: 100vh;
        padding-top: 13vh;
        width: 100%;
        display: block;
    }

    header nav ul {
        padding: 0 15px;
        flex-direction: column;
        align-items: flex-start;
    }

    header nav ul li {
        border-top: 1px solid #f1f2f2;
        width: 100%;
    }

    header nav ul li:last-child {
        border-bottom: 1px solid #f1f2f2;
    }

    header nav ul li a {
        font-size: 24px;
        padding: 10px 0;
        display: block;
    }

    .sticky.mobile-menu-open nav {
        background: #f1f2f2;
    }

    .sticky.mobile-menu-open nav ul li {
        border-color: #171717;
    }

    .sticky.mobile-menu-open nav ul li a {
        color: #171717;
    }

    .mobile-menu-open #mobile-menu-open span:first-child {
        transform: rotate(45deg);
        margin-top: 8px;
    }

    .mobile-menu-open #mobile-menu-open span:last-child {
        transform: rotate(-45deg);
        position: absolute;
        width: 100%;
        top: 9px;
    }

    .mobile-menu-open #mobile-menu-open span:nth-child(2) {
        opacity: 0;
    }

    .mobile-header-cta {
        margin-top: 55px;
        padding-left: 15px;
    }

    .mobile-header-cta p {
        font-size: 16px;
        line-height: 1.5em;
        color: #f1f2f2;
        margin-bottom: 14px;
    }

    .mobile-header-cta a {
        width: 170px;
    }

    #page-title {
        min-height: 650px;
        padding-top: 135px;
    }

    #page-title h1 {
        font-size: 50px;
        line-height: 52px;
        letter-spacing: -0.02em;
        margin-bottom: 20px;
    }

    #page-title p {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.01em;
    }

    .intro-content {
        height: 120vw;
        padding: 20px 20px 40px;
        align-items: flex-end;
        margin-top: -72vw;
        margin-bottom: 50px;
        border-radius: 6px;
    }

    #about-intro-icon {
        top: 20px;
        left: 20px;
    }

    .intro-content .text {
        font-size: 16px;
        line-height: 1.5em;
    }

    .with-padd-bott > div > div {
        padding-bottom: 0;
    }

    .who-we-are .img-container {
        margin-top: 24px;
    }

    #proces.who-we-are {
        padding-bottom: 50px;
    }

    .big-red {
        padding-left: 0;
        font-size: 24px;
        line-height: 32px;
    }

    .mt-neg {
        margin-top: 20px;
        padding-top: 0;
    }

    #pristup {
        padding-top: 42px;
        padding-bottom: 35px;
    }

    #pristup h3, #kvalitet h3 {
        font-size: 38px;
        line-height: 42px;
        margin-bottom: 23px;
    }

    .pristup-row > .row img {
        margin-left: 20px;
        width: 50px;
    }

    .pristup-row {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 15px;
    }

    .pristup-row > .row span {
        font-size: 22px;
        line-height: 28px;
        padding-right: 12px;
    }

    #kvalitet h5 {
        font-size: 18px;
        line-height: 28px;
    }

    .kval-box {
        padding: 14px 20px;
        margin-bottom: 15px;
        display: flex;
    }

    .kval-box .num {
        font-size: 20px;
        width: 24px;
        line-height: 28px;
        margin-right: 30px;
    }

    .kval-box .value {
        font-size: 20px;
        line-height: 28px;
    }

    #kvalitet .red-kval {
        font-size: 22px;
        line-height: 30px;
        margin-top: 15px;
    }

    #kvalitet .red-kval br {
        display: none;
    }

    #kvalitet {
        padding-bottom: 45px;
    }

    #pristup-kvalitet {
        margin-bottom: -5px;
        background-image: linear-gradient(#171717, #171717), url(../img/about/brendoil_o_nama_02.jpg), linear-gradient(#171717, #171717);
        background-size: 100% 40%, 100% 20%, 100% 50%;
        background-position: top, center, bottom;
    }

    #page-title p.smaller {
        font-size: 16px;
        line-height: 24px;
    }

    .intro-content .text h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .intro-content .text .sep {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .intro-content .text h4 br {
        display: none;
    }

    #podela-ulja h2 {
        font-size: 38px;
        line-height: 42px;
        margin-bottom: 23px;
        padding-right: 40px;
    }

    .cat-row {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .cat-content-img {
        display: none;
    }

    .cat-content {
        padding-left: 40px;
        padding-top: 15px;
    }

    .cat-content h4 {
        font-size: 30px;
        margin-bottom: 20px;
        line-height: 1.2em;
    }

    .cat-content .num {
        font-size: 16px;
        top: 18px;
    }

    .cat-content p {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.02em;
    }

    .cat-content p br {
        display: none;
    }

    .cat-content .button-red {
        min-width: 240px;
        margin-top: 20px;
    }

    #podela-ulja {
        padding-bottom: 45px;
    }

    #usluga-up h3 {
        font-size: 38px;
        line-height: 42px;
        margin-bottom: 23px;
    }

    .up-box img {
        width: 60px;
    }

    .up-box {
        padding: 20px;
        flex-direction: row;
        justify-content: flex-start;
        min-height: auto;
    }

    .up-box h5 {
        font-size: 22px;
        line-height: 28px;
        margin-left: 20px;
    }

    #iskustvo.usluzna p {
        font-size: 22px;
        line-height: 30px;
    }

    #iskustvo.usluzna {
        padding-bottom: 70px;
    }

    #kontakt {
        padding-top: 135px;
        padding-bottom: 30px;
    }

    #kontakt h1 {
        font-size: 50px;
        margin-bottom: 23px;
    }

    #kontakt .grey {
        font-size: 16px;
        line-height: 24px;
    }

    .info-kontakt h4 {
        font-size: 20px;
        margin-bottom: 15px;
        line-height: 24px;
    }

    .kontakt-right .row > div:first-child {
        margin-bottom: 0;
    }

    #map {
        padding-bottom: 50px;
    }

    #map h2 {
        font-size: 50px;
        margin-bottom: 21px;
        line-height: 60px;
    }

    #map iframe {
        height: 57.6vw;
    }

    #primena {
        padding-top: 30px;
        padding-bottom: 35px;
    }

    #primena h2 {
        font-size: 38px;
        line-height: 42px;
        margin-bottom: 23px;
    }

    .prim-box {
        padding: 20px;
        flex: 1;
        display: flex;
        align-items: center;
    }

    .prim-box img {
        width: 50px;
        margin-right: 27px;
    }

    .prim-box span {
        margin-top: 0;
        font-size: 24px;
        line-height: 28px;
    }

    .primena-row {
        flex-direction: column;
    }

    #productsGrid {
        padding-bottom: 20px;
    }

    .product-card {
        margin-bottom: 30px;
    }

    .product-image {
        margin-bottom: 16px;
    }

    .product-title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 16px;
    }

    .sva-ulja-page #page-title {
        padding-bottom: 50px;
    }

    .pf-trigger,
    .pf-item {
        font-size: 18px;
    }

  /*  #productsFilters a:not(:last-child) {
        margin-right: 20px;
    }*/

    .single-proizvod-page {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .breadcrumbs {
        padding-bottom: 30px;
    }

    .term-cat {
        padding: 15px 0;
    }

    #product-title h1 {
        padding: 30px 0;
        font-size: 38px;
        line-height: 44px;
    }

    #product-content .row {
        flex-direction: column-reverse;
    }

    .product-description h4 {
        margin-bottom: 16px;
        font-size: 18px;
        line-height: 26px;
    }

    .pak-icons {
        justify-content: space-between;
    }

    .pak-icon {
        padding: 8px;
        margin-right: 10px;
    }

    .pak-icon img {
        max-height: 25px;
        margin-right: 10px;
    }

    .kar-row {
        padding-bottom: 13px;
        padding-top: 13px;
    }

    .kar-row:last-child {
        padding-bottom: 3px;
    }

    .cta-bottom {
        margin-top: 30px;
        padding: 15px 19px 25px;
        flex-direction: column;
        align-items: flex-start;
    }

    .cta-bottom h4 {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: -0.02em;
        margin-bottom: 13px;
    }
}
