* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a {
    color: #333;
}
a:focus,
input:focus,
select:focus
{
    outline: none;
}
button,
input[type="submit"],
input[type="text"]{
    -webkit-appearance: none;
}

a:hover {
    color: #79b6c8;
}

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

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

.wrapper {
    width: 1250px;
    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;
}

.galleryBoughtCars {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.galleryBoughtCars .sold_item {
    width: 365px;
    margin-bottom: 50px;
    font-family: 'Manrope', Arial, sans-serif;
}

.galleryBoughtCars .sold_item .image {
    position: relative;
    overflow: hidden;
}

.galleryBoughtCars .sold_item .image img{
    display: block;
}

.galleryBoughtCars .sold_item .car_title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

.galleryBoughtCars .sold_item .item_head {
    color: #7f7f7f;
    margin-bottom: 15px;
}


.galleryBoughtCars .sold_item .price {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 5px;
}

.galleryBoughtCars .sold_item .price.profit {
    font-weight: bold;
}

.galleryBoughtCars .sold_item .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(24,25,30, 0.50);
    color: #fff;
    transform: translateY(240px);
    padding: 10px 20px;
}

.galleryBoughtCars .sold_item:hover .info {
    transform: translateY(0);
}

.galleryBoughtCars .sold_item:hover .info .btn-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

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


.red-btn {
    box-sizing: border-box;
    padding: 0px 15px;
    display: block;
    width: 230px;
    font-weight: 600;
    height: 58px;
    line-height: 58px;
    color: #ffffff !important;
    text-align: center;
    border-radius: 30px;
    font-size: 14px;
    font-family: Manrope;
    cursor: pointer;
    background-color: #ec2525;
    transition: 0.3s ease all;
}

.red-btn:hover {
    background-color: #000;
}


@media screen and (min-width: 751px) and (max-width: 1250px) {

    .wrapper {
        width: 960px;
    }

    .galleryBoughtCars .sold_item {
        width: 365px;
    }


}


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

    .galleryBoughtCars{
        justify-content: center;
    }

    .galleryBoughtCars .sold_item {
        width: 365px;
    }

}

