

:root{
    --primary-color: rgb(238, 68, 68);
}
.ar-empty-height{position: relative;}
.ar-add-height-10{height: 10px;}
.ar-add-height-20{height: 20px;}
.ar-add-height-30{height: 30px;}
.ar-add-height-40{height: 40px;}
.ar-add-height-50{height: 50px;}
.ar-add-height-60{height: 60px;}
.ar-add-height-70{height: 70px;}
.ar-add-height-80{height: 80px;}
.ar-add-height-90{height: 90px;}
.ar-add-height-100{height: 100px;}
.ar-add-height-110{height: 110px;}
.ar-add-height-120{height: 120px;}
.ar-add-height-130{height: 130px;}
.ar-add-height-140{height: 140px;}
.ar-add-height-150{height: 150px;}
.ar-add-height-160{height: 160px;}
.ar-add-height-170{height: 170px;}
.ar-add-height-180{height: 180px;}
.ar-add-height-190{height: 190px;}
.ar-add-height-200{height: 200px;}

.ar-single-flex{
    position: relative;
    margin: 0 -20px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.ar-single-flex .ar-single-item{
    position: relative;
    margin: 0 20px 40px 20px;
}
.ar-single-flex .ar-single-item.ar-size-20{width: calc(20% - 40px);}
.ar-single-flex .ar-single-item.ar-size-25{width: calc(25% - 40px);}
.ar-single-flex .ar-single-item.ar-size-30{width: calc(30% - 40px);}
.ar-single-flex .ar-single-item.ar-size-35{width: calc(35% - 40px);}
.ar-single-flex .ar-single-item.ar-size-40{width: calc(40% - 40px);}
.ar-single-flex .ar-single-item.ar-size-45{width: calc(45% - 40px);}
.ar-single-flex .ar-single-item.ar-size-50{width: calc(50% - 40px);}
.ar-single-flex .ar-single-item.ar-size-55{width: calc(55% - 40px);}
.ar-single-flex .ar-single-item.ar-size-60{width: calc(60% - 40px);}
.ar-single-flex .ar-single-item.ar-size-65{width: calc(65% - 40px);}
.ar-single-flex .ar-single-item.ar-size-70{width: calc(70% - 40px);}
.ar-single-flex .ar-single-item.ar-size-75{width: calc(75% - 40px);}
.ar-single-flex .ar-single-item.ar-size-80{width: calc(80% - 40px);}
.ar-single-flex .ar-single-item.ar-size-85{width: calc(85% - 40px);}
.ar-single-flex .ar-single-item.ar-size-90{width: calc(90% - 40px);}
.ar-single-flex .ar-single-item.ar-size-95{width: calc(95% - 40px);}
.ar-single-flex .ar-single-item.ar-size-100{width: calc(100% - 40px);}

.ar-add-align-center{align-items: center;}


.ar-single-flex h1.ar-single-title{
    position: relative;
    margin: 0;
    padding: 25px 0;
    display: block;
    font-size: 44px;
    line-height: 1.3em;
}

.ar-single-flex .ar-news-info-shield{
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
.ar-single-flex .ar-news-info-shield li{
    position: relative;
    padding: 10px 0;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}
.ar-single-flex .ar-news-info-shield li:nth-last-child(1){border: none;}
.ar-single-flex .ar-news-info-shield li .shield-flex{
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    text-decoration: none;
    color: inherit;
}
.ar-single-flex .ar-news-info-shield li .shield-flex .shield-item{
    position: relative;
    margin: 0 10px 0 0;
    font-size: 14px;
}
.ar-single-flex .ar-news-info-shield li .shield-flex .shield-item:nth-last-child(1){margin: 0;}
.ar-single-flex .ar-news-info-shield li .shield-flex .shield-item .dashicons{
    position: relative;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 100%;
}
.ar-single-flex .ar-news-info-shield li a.shield-flex{transition: 350ms;}
.ar-single-flex .ar-news-info-shield li a.shield-flex:hover{padding-left: 10px;}
.ar-single-flex .ar-single-image-holder{
    position: relative;
    width: 100%;
    padding-bottom: 65%;
    background: var(--primary-color);
    border-radius: 15px;
    overflow: hidden;
}
.ar-single-flex .ar-single-image-holder img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ar-single-flex .ar-single-image-holder ul.ar-news-gallery-informer{
    position: absolute;
    left: 30px;
    bottom: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ar-single-flex .ar-single-image-holder ul.ar-news-gallery-informer li{
    position: relative;
    margin: 0 8px 0 0;
    padding: 0;
}
.ar-single-flex .ar-single-image-holder ul.ar-news-gallery-informer li a{
    position: relative;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-decoration: none;
    padding: 12px 20px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1em;
    border-radius: 25px;
    transition: 350ms;
}
.ar-single-flex .ar-single-image-holder ul.ar-news-gallery-informer li a span{margin-right: 5px;}
.ar-single-flex .ar-single-image-holder ul.ar-news-gallery-informer li a:hover{top: -3px;}

.ar-single-flex .ar-single-image-holder .ar-news-current-viewers{
    position: absolute;
    top: 30px;
    right: 30px;
    box-sizing: border-box;
    font-size: 10px;
    line-height: 1em;
    border-radius: 25px;
    text-transform: uppercase;
    padding: 12px 20px;
    z-index: 5;
    letter-spacing: 1px;
}

.ar-single-flex .ar-single-content{
    position: relative;
    margin: 0;
    padding: 0;
}
.ar-single-flex .ar-single-content p{
    position: relative;
    line-height: 1.7em;
}
.ar-single-flex .ar-news-gallery-holder{
    position: relative;
    margin: 60px 0 0 0;
    padding: 0;
}
.ar-single-flex .ar-news-gallery-holder ul.ar-news-gallery{
    position: relative;
    margin: 0 -3px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.ar-single-flex .ar-news-gallery-holder ul.ar-news-gallery li{
    position: relative;
    margin: 0 3px 6px 3px;
    width: calc(100% * (1/4) - 0px - 0px - 6px);
}
.ar-single-flex .ar-news-gallery-holder ul.ar-news-gallery li a{
    position: relative;
    width: 100%;
    padding-bottom: 70%;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}
.ar-single-flex .ar-news-gallery-holder ul.ar-news-gallery li a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ar-single-flex ul.ar-news-bottom-line{
    position: relative;
    margin: 50px 0 50px 0;
    padding: 15px 0 0 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
}
.ar-single-flex ul.ar-news-bottom-line li{
    position: relative;
    margin: 0 20px 0 0;
}
.ar-single-flex ul.ar-news-bottom-line li .ar-news-fl{
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    text-decoration: none;
}
.ar-single-flex ul.ar-news-bottom-line li .ar-news-fl span{
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid var(--primary-color);
    border-radius: 100%;
    margin: 0 7px 0 0;
    color: var(--primary-color);
}
.ar-single-flex ul.ar-news-bottom-line li:nth-last-child(1){margin: 0 0 0 auto;}
.ar-single-flex ul.ar-news-bottom-line li:nth-last-child(1) .ar-news-fl span{margin: 0;}
.ar-single-flex .ar-news-external-links{
    position: relative;
    top: 0;
    display: table;
    margin: 15px 0 0 0;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1em;
    border-radius: 5px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 350ms;
}
.ar-single-flex .ar-news-external-links:hover{top: -4px;}
.ar-news-post-wigdget{
    position: relative;
    margin: 0 0 40px 0;
    padding: 0;
}
.ar-news-post-wigdget h2.ar-news-widget-title{
    position: relative;
    margin: 0 0 15px 0;
    padding: 0;
    display: block;
    font-size: 20px;
    line-height: 1em;
    text-transform: uppercase;
}
.ar-news-post-wigdget .ar-news-post-item{
    position: relative;
    margin: 0 0 7px 0;
    left: 0;
    padding: 7px;
    box-sizing: border-box;
    border-radius: 15px;
    background: var(--primary-color);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-decoration: none;
    transition: 350ms;
}
.ar-news-post-wigdget .ar-news-post-item:hover{left: 5px;}
.ar-news-post-wigdget .ar-news-post-item .ar-news-box{
    position: relative;
    flex-grow: 1;
    flex-basis: 0;
    padding: 0 25px 0 0;
}
.ar-news-post-wigdget .ar-news-post-item .ar-news-box.ar-news-image{
    flex-grow: 0;
    flex-basis: auto;
    width: 70px;
    margin-right: 15px;
    padding: 0;
}
.ar-news-post-wigdget .ar-news-post-item .ar-news-box.ar-news-image .ar-news-post-image-holder{
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}
.ar-news-post-wigdget .ar-news-post-item .ar-news-box.ar-news-image .ar-news-post-image-holder img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ar-news-post-wigdget .ar-news-post-item .ar-news-box h4.ar-news-box-title{
    position: relative;
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.3em;
    text-transform: uppercase;
}
.ar-news-post-wigdget .ar-news-post-item .ar-news-box span.ar-news-date{
    position: relative;
    display: table;
    font-size: 9px;
    padding: 4px 6px;
    margin: 0 0 4px 0;
    letter-spacing: 1px;
    border-radius: 3px;
    box-sizing: border-box;
}



@media screen and (max-width: 760px){
    .cars-grid{align-items: normal;}
    .car-item{
        width: calc(100% * (1/1) - 0px - 0px - 30px);
    }
    .slots-4 .car-item {
        width: calc(100% * (1/2) - 0px - 0px - 20px);
    }
}