@media (min-width: 768px) {

    @media screen and (-webkit-min-device-pixel-ratio: 3) {

        ul.m-alphabet {
            right: -840px;
        }

    }

    @media not all and (-webkit-min-device-pixel-ratio: 2),
    not all and (-webkit-min-device-pixel-ratio: 3) {

        .m-car-selector .m-products-view span.m-alphabet-switcher,
        .m-car-selector .m-model-select span.m-alphabet-switcher {
            display: none;
        }

        .m-car-selector ul.m-alphabet {
            align-content: center;
            align-items: center;
            background: none;
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            column-gap: normal;
            display: flex;
            flex-flow: row wrap;
            height: auto;
            justify-content: center;
            margin-bottom: 30px;
            max-height: 100%;
            opacity: 1;
            order: 1;
            padding: 0;
            position: relative;
            right: inherit;
            top: inherit;
            width: 100%;
        }

        .m-car-selector ul.m-alphabet li {
            display: inline-block;
            margin: 0 5px 0 0;
        }

        .m-car-selector ul.m-alphabet button {
            font-size: 11px;
        }

        .m-products-view ul.m-alphabet button {
            width: auto;
            margin: 0;
        }

        ul.m-alphabet li button:hover,
        ul.m-alphabet li button:active,
        ul.m-alphabet li button:focus {
            /*background-color: #F1F4F8;*/
        }

    }

    .m-offercontent-left {
        padding-left: 35px;
    }

    /* offer two */
    .m-bg-rabla-right {
        background: url("../img/offer2_car.png");
        background-repeat: no-repeat;
        background-position: bottom left;
        height: 460px;
    }

    .m-offerdesc-contact {
        margin-top: -15px;
        margin-bottom: 45px;
        font-size: 18px;
    }

    .asigurari-img{
        margin-bottom: 80px;
        margin-left: 80px;
        width: 300px;
        margin-top: 10px;
        height: 100px;
    }
    .btn-reprezentant{
        font-size: 12px;
        line-height: 20px;
        padding-left: 8px;
        padding-top: 5px;
        padding-right: 8px;
        font-weight: 900;
        height: 50px;
        width: 135px;
    }
    .reprezentant-image{
        display: block;
    }

    .asigurari-image {
        background-color: #0C4D8F;
        background-image: url("../img/dez2.jpg");
        background-repeat: no-repeat;
        background-size: 90%;
    }
}

