
a:focus,
input:focus,
select:focus
{
    outline: none;
}
button,
input[type="submit"],
input[type="text"]{
    -webkit-appearance: none;
    font-family: 'Roboto', Arial, sans-serif;
}

a:hover {
    color: #79b6c8;
}

.hover-underline {
    text-decoration: none;
}

.hover-underline:hover {
    text-decoration: underline;
}

.wrapper {
    width: 1160px;
    margin: 0 auto;
}

.minwidth{
    width: 1150px;
}

.clearfix:after {
    content: " ";
    display: table;
    clear: both;
    width: 100%;
    height: 0;
}

.puller {
    clear: both;
    float: none;
    width: 100%;
    height: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

input,
textarea{
    font-family: 'Georgia', serif;
}
input:focus,
textarea:focus{
    outline: none;
}
textarea{
    resize: vertical;
}

input[type=submit]{
    cursor: pointer;
}

.transition-all {
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
}

.relative {
    position: relative;
}

.owl-carousel.top .item {
    min-height: 450px;
}

.owl-carousel.top .car-honda {
    background: url(../images/car-honda.jpg);
    background-position: 80% center;
    background-repeat:  no-repeat;
}

.owl-carousel.top .car-mnv {
    background: url(../images/car-mnv.jpg);
    background-position: 80% center;
    background-repeat:  no-repeat;
}

.owl-carousel.top .car-vw {
    background: url(../images/car-vw.jpg);
    background-position: right 30% center;
    background-repeat:  no-repeat;
}

.owl-carousel.top .logo {
    width: 385px;
    text-align: center;
}

.owl-carousel.top .logo img {
    width: auto;
    display: inline-block;
}

.owl-carousel.top .flex-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 450px;
}

.owl-carousel.top .flex-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 385px;
}

.owl-carousel.top .col {
    padding: 90px 0;
}

.owl-carousel.top .char {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    font-weight: bold;
}

.owl-carousel.top .char .char-range,
.owl-carousel.top .char .char-power,
.owl-carousel.top .char .char-energy
{
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background: url(../images/sprite-chars.png) 0 0 no-repeat;
    margin-bottom: 5px;

}

.owl-carousel.top .char .char-power {
    background-position: -155px 0;
}

.owl-carousel.top .char .char-energy {
    background-position: -323px 0;
}

.owl-carousel.top .price {
    color: #0c4da2;
    font-size: 36px;
    font-weight: bold;
    font-family: 'Roboto Condensed', Arial;
}

.owl-carousel.top .guarantee {
    color: #000000;
    font-family: 'Roboto Condensed', Arial;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.8;
}

.owl-carousel.top .buttons a {
    margin-right: 85px;
}

a.red-button {
    display: inline-block;
    font-size: 16px;
    padding: 20px 45px;
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
    background-color: #e21b1b;
    border-radius: 40px;
    font-family: 'Roboto Condensed', Arial;
}

.owl-prev,
.owl-next
{
    display: block;
    background: url(../images/carousell-left.png) 50% 50% no-repeat;
    width: 15px;
    height: 25px;
}

.owl-prev {
    left: 0;
}

.owl-next {
    background: url(../images/carousell-right.png) 50% 50% no-repeat;
    right: 0;
}

.owl-carousel.top .owl-nav {
    position: absolute;
    width: 380px;
    left: calc(50% - 620px);
    top: 110px;
    display: flex;
    justify-content: space-between;
}

a.view-chars {
    display: inline-block;
    font-size: 16px;
    color: #979797 !important;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px dashed #979797;
    font-family: 'Roboto Condensed', Arial;
}

.carousel-bottom {
    padding: 50px 0;
}

.carousel-bottom h2 {
    margin-bottom: 20px;
}

.carousel-bottom h4 {
    margin-bottom: 70px;
}

.carousel-bottom .image img {
    width: auto;
}

.carousel-bottom .item {
    width: 320px;
    margin: 0 auto;
}

.carousel-bottom .image {
    margin-bottom: 15px;
    height: 140px;
}

.carousel-bottom .car-title {
    font-size: 20px;
    font-family: 'Roboto Condensed', Arial;
    padding: 10px 0;
    font-weight: bold;
}

.carousel-bottom .slider-chars .flex-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
}

.carousel-bottom .button {
    padding: 10px 0 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #bcbcbc;
}

.carousel-bottom .button a {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.slider-chars.main {
    font-weight: bold;
}

.carousel-bottom .char-title .underlined {
    text-decoration: underline !important;
}

.seo-block {
    padding: 50px 0;
}

.owl-carousel.bottom .owl-nav {
    position: absolute;
    width: 100%;
    left: 0;
    top: -50px;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
}

.owl-prev.disabled,
.owl-next.disabled {
    opacity: 0;
}


@media screen and (min-width: 481px) and (max-width: 1200px) {
    .owl-carousel.top .col {
        padding: 30px 0 0;
    }

    .owl-carousel.top .flex-col {
        height: calc(100vh - 65px);
        box-sizing: border-box;
        justify-content: flex-start;
        min-height: 620px;
    }

    .owl-carousel.top .logo {
        width: 100%;
        order: 1;
    }

    .owl-carousel.top .buttons {
        flex-direction: row;
        text-align: center;
        order: 4;
        justify-content: flex-start;
        margin-top: 20px;
    }

    .owl-carousel.top .buttons a {
        margin-bottom: 20px;
    }

    .owl-carousel.top .flex-row {
        justify-content: space-around;
        align-items: center;
        width: 100%;
        order: 3;
        margin-top: auto;
    }

    .owl-carousel.top .flex-row.chars {
        flex-direction: row;
        order: 2;
        margin-top: 30px;
        justify-content: space-around;
    }

    .owl-carousel.top .car-honda,
    .owl-carousel.top .car-mnv
    {
        background-position-y: 50%;
    }
    .owl-carousel.top .car-vw {
        background-position-x: 50%;
    }

    .owl-carousel.top .guarantee {
        color: #0c4da2;
    }

    .owl-carousel.top .owl-nav {
        position: absolute;
        width: 400px;
        left: calc(50% - 200px);
        top: 48px;
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
        box-sizing: border-box;
    }
}


@media screen and (max-width: 480px) {
    .owl-carousel.top .col {
        padding: 30px 0 0;
    }

    a.red-button {
        text-align: center;
        width: 100%;
        padding: 20px 20px;
        box-sizing: border-box;
    }

    .owl-carousel.top .flex-col {
        height: calc(100vh - 65px);
        box-sizing: border-box;
        justify-content: flex-start;
        min-height: 620px;
    }

    .owl-carousel.top .logo {
        width: 100%;
        order: 1;
    }

    .owl-carousel.top .buttons {
        flex-direction: column;
        text-align: center;
        order: 4;
        justify-content: flex-start;
        margin-top: 20px;
    }

    .owl-carousel.top .buttons a {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .owl-carousel.top .flex-row {
        justify-content: space-around;
        align-items: center;
        width: 100%;
        order: 3;
        margin-top: auto;
    }

    .owl-carousel.top .flex-row.chars {
        flex-direction: row;
        order: 2;
        margin-top: 30px;
        justify-content: space-around;
    }

    .owl-carousel.top .car-honda,
    .owl-carousel.top .car-mnv
     {
        background-size: 130%;
        background-position-y: 50%;
    }
    .owl-carousel.top .car-vw {
        background-size: 120%;
        background-position-x: 100%;
    }

    .owl-carousel.top .guarantee {
        color: #0c4da2;
    }

    .owl-carousel.top .owl-nav {
        position: absolute;
        width: 100%;
        left: 0;
        top: 48px;
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
        box-sizing: border-box;
    }

}

