/* Automobiles */
.wrapper1200 div.automobiles {
    width: 900px !important;
}
.automobiles_tabs {
    margin: 20px 0;
    display: flex;
    width: fit-content;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 5px;
}
.automobiles_tabs-item {
    width: fit-content;
    padding: 10px 15px;
    background: #fff;
    cursor: pointer;
    border-right: 1px solid rgba(0,0,0,.1);
}
.automobiles_tabs-cars {display: none;}
.automobiles_tabs-item:last-child {
    border-right: 0;
}
.automobiles_tabs-item:hover {
    background: rgba(0,0,0,.1);
}
.automobiles_tabs-item.active {
    background: rgba(0,0,0,.1);
}
.automobiles_cats-list {
    width: 100%;
    columns: 5;
}
.automobiles_cats-item {
    margin: 10px;
}
.automobiles_cats-item:nth-child(1) {margin-top: 0;}
.automobiles_cats-item a {
    text-decoration: none;
    font-weight: 100;
}
.automobiles_cats-item a:hover {
    text-decoration: underline;
}
.automobiles-title {
    padding-bottom: 15px;
    margin: 35px 0 15px;
    border-bottom: 1px solid rgba(0,0,0,.2);
    font-weight: bold;
}
.automobiles-title.filter-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.automobiles-title.filter-title .filter_carcase .body{
    min-height: 0;
    border: none;
    padding: 0;
}
.automobiles-title.filter-title .filter_carcase .body select{
    min-height: 0;
    padding: 3px 5px;
    margin-right: 0;
    border: 1px solid #E6E6E6;
    background: #fff;
}
.automobiles-title.filter-title .filter_carcase-wrap {
    display: inline-block;
}
.automobiles-title .automobiles-title_text {
    font-size: 19px;
    line-height: 25px;
    display: inline-block;
}
.automobiles-title span {
    font-weight: 100;
}
.automobiles_list {
    display: flex;
    flex-wrap: wrap;
}
.automobiles-models_description {
    display: flex;
    align-items: center;
    margin-top: 50px;
    border-top: 1px solid rgba(0,0,0,.2);
    padding-top: 20px;
}
.automobiles-models_description img {
    width: 150px;
    height: auto;
    margin-right: 30px;
}
.automobiles-models_description p {

}
.automob-item {
    width: 220px;
    height: 150px;
    margin: 2px;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    transition: transform ease .3s,opacity .3s ease;
}
.automob-item:hover {
    opacity: .9;
}
.automob-item:not(:nth-child(1)){
    display: none;
}
.automob-item h4, .automob-item span {
    z-index: 2;
    color: #fff;
    padding: 15px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    text-shadow: 0 1px 2px rgba(0,0,0,.3);
}
.automob-item h4.carcase_modif_title {
    display: none;
}

.automob-item span {
    top: 0;
}
.automob-item span.carcase-modif {
    display: none;
}
/*.automob-item:before {*/
/*    content: '';*/
/*    background: linear-gradient(to bottom, #000, transparent);*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*}*/
.automob-item:before:hover {
    opacity: 0;
}
.automob-item:before {
    content: '';
    background: linear-gradient(to bottom,#000 0,rgba(0,0,0,0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .1;
    transition: opacity ease .3s;
}
/*.automob-item:hover::before {*/
/*    background: rgba(0,0,0,.4);*/
/*}*/
.auto_breedslide {
    display: flex;
    position: relative;
}
.auto_breedslide-left h4 {
    font-size: 25px;
    color: #fff;
    margin: 10px 0;
    font-weight: 100;
}
.auto_breedslide-left span {
    font-size: 13px;
    color: rgba(255,255,255,.6);
}
.auto_breedslide-left {
    background: rgba(0,0,0,.87);
    position: relative;
    width: 200px;
    height: 328px;
    margin: 0;
    padding: 27px 0 55px 30px;
}
.auto_breedslide-right {
    width: 690px;
    height: 410px;
    position: relative;
}
.auto_breedslide-item {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: 50% 50%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 30px;
    box-sizing: border-box;
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,1);
}
.auto_breedslide-title {
    text-align: right;
}
.auto_breedslide-title span {
    display: block;
    font-size: 12px;
    color: rgba(255,255,255,.8);
    text-shadow: none;
}
.auto_breedslide-dott {
    height: 100%;
    width: 100%;
    display: flex;
}
.auto_breedslide-dott a {
    display: block;
    height: 100%;
    width: 50%;
    position: relative;
}
.auto_breedslide-dott a:after {
    content: '';
    width: 95%;
    height: 4px;
    margin: auto;
    position: absolute;
    bottom: 5px;
    right: 0;
    left: 0;
    background: rgba(255,255,255,.8) !important;
    transition: background .2s ease;
}
.auto_breedslide-dott a.active:after {
    background: red;
}

.automobiles_modific-text {
    font-size: 19px;
    color: #000;
    font-weight: 400;
    display: inline-block;
}
.automobiles_modific-text a {
    text-decoration: none;
    font: inherit;
    color: inherit;
}
carcase-modif {
    display: none;
}
.automobiles_modific-wrap {
    display: inline-block;
    width: 80%;
}
.automobiles_modific-auto.carcase-item {
    display: inline-block;
}
.automobiles_modific-text h4 {
    margin: 0 0 5px 0;
}
.automobiles_modific-text span {
    color: rgba(0,0,0,.3);
}
.automobiles_list-modific {
    width: 100%;
}
.automobiles_modific-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    width: 100%;
}
.automobiles_modific-text {
    /*width: 191px;*/
    width: 20%;
}
.shot_description-auto {
    padding: 20px;
    background: #f5f5f5;
}
.shot_description {
    position: relative;
    height: 98px;
    overflow: hidden;
}
.automobiles-mod_slide>li{
    display: flex;
    justify-content: center;
    align-items: center;
}
.shot_description-readmore {
    position: absolute;
    bottom: 1px;
    right: 0;
    padding-left: 30px;
    background: linear-gradient(to right,rgba(255,255,255,.3) 0,#fff 17%,#fff 100%);
    cursor: pointer;
    color: #2626f7;
}
.responsive_img {
    /*width: 100%;*/
    height: 100%;
    margin: 0 auto;
}
.social-auto_card {
    display: flex;
    padding: 20px;
    background: #EDEADD;
}
.social_card-item {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 10px;
}
.social_card-item:hover {opacity: .5;}
.social_card-item img {
    width: 100%;
    height: 100%;
}
.automobiles-wrap {
    display: flex;
}
.automobiles {
    margin-right: 50px;
}
.auto_breedslide-right > .auto_breedslide-item {
    display: none;
}
.auto_breedslide-right > .auto_breedslide-item:first-child {
    display: flex;
}
.mobile-navigation-filter {
    display: none;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin: 10px 0;
}
.mobile-navigation-filter .automobiles_mobile_select {
    width: 100%;
    margin-bottom: 5px;
    padding: 0;
}
.mobile-navigation-filter .automobiles_mobile_select select {
    width: 100% !important;
    background: #fff;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    line-height: 20px;
    font-size: 16px;
    border: 1px solid #E6E6E6;
}
@media screen and (max-width: 1024px){
    .auto_breedslide-left {
        height: 263px;
    }
    .auto_breedslide-right {
        height: 345px;
    }
    .wrapper1200 div.automobiles {
        width: 700px !important;
    }
    .automobiles_tabs {
        flex-wrap: wrap;
        border: 0;
    }
    .automobiles_tabs-item {
        width: 300px;
        padding: 10px 0;
        background: #fff;
        cursor: pointer;
        border-right: 1px solid rgba(0,0,0,.1);
        margin: 5px auto;
        text-align: center;
    }
    .automobiles_tabs-cars {
        width: 100%;
    }
    .automobiles-mod_slide{
        padding-left: 0;
    }
    .automobiles.wrapper1200 h1{
        margin: 15px 5px 10px;
    }
    .automobiles-mod_slide{
        margin-top: 0;
    }
}
@media screen and (max-width: 768px){
    .automobiles-wrap {
        flex-wrap: wrap;
        padding: 0 5px;
    }
    .wrapper1200 div.automobiles {
        width: 100% !important;
        margin: 0 0 50px 0;
    }
    .automobiles-sidebar {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .breadcrumb{
        display: block;
        padding: 0 5px;
    }
    .automobiles-wrap .automobiles>h2{
        margin: 15px 0px 0px;
        font-size: 28px;
        line-height: 30px;
        font-weight: bold;
    }
}
.automobiles_tabs-cars.visible{
    display: block;
}
.auto_breedslide-dott a{
    background-size: 0 !important;
}
.auto_breedslide-dott a .auto_breedslide-title{
    display: none;
}
.owl-carousel-counter {
    position: absolute;
    display: none;
    text-decoration: none;
    color: #dadada;
    background-color: #303438;
    border-radius: 15%;
    padding: 5px;
    top: 3%;
    right: 2%;
    font-size: 0.8em;
}
.owl-carousel-counter:hover {
    text-decoration: none;
}
.automobiles__owl-carousel {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    flex-wrap:wrap;
}
ul.automobiles-mod_slide {
    list-style: none;
}
@media (max-width: 600px){
    .desktop-navigation-filter {
        display: none;
    }
    .mobile-navigation-filter {
        display: flex;
    }
    .automobiles__owl-carousel {
        display: block;
    }
    .owl-carousel-counter {
        display: block;
    }
    .automob-item h4.carcase_modif_title {
        display: block;
    }
    .automobiles_modific-wrap {
        width: 100%;
    }
    .auto_breedslide-right .auto_breedslide-item{
        display: none !important;
    }
    .auto_breedslide{
        display: block;
    }
    .auto_breedslide-left{
        background: transparent;
        width: auto;
        position: relative;
        left: 0;
        top: 0;
        padding: 0 0 5px;
        z-index: 12;
        height: auto;
        box-sizing: border-box;
        color: #000;
    }
    .auto_breedslide-left>*{
        color: #000000 !important;
    }
    .auto_breedslide-left h4{
        margin: 0;
        display: block;
    }
    .auto_breedslide-left h4+span{
        display: block;
    }
    .auto_breedslide-dott a{
        background-size: cover !important;
        background-position: center center;
        height: 290px;
        width: 100%;
        position: relative;
    }
    .auto_breedslide-right{
        width: 100%;
    }
    .auto_breedslide-dott a .auto_breedslide-title{
        display: block;
        position: absolute;
        bottom: 10px;
        left: 10px;
        text-align: left;
        color: #fff;
    }
    .card-list_items .automobiles_modific-auto h4{
        top: unset;
        bottom: 13px;
    }
    .automobiles_list-modific .automobiles_modific-item{
        position: relative;
        display: block;
        padding-bottom: 0;
    }
    .automobiles_list-modific .automobiles_modific-text{
        display: none;
        position: absolute;
        bottom: 20px;
        left: 10px;
        width: auto;
        z-index: 10;
    }
    .automobiles_modific-auto {
        width: 100%;
    }
    .automob-item {
        width: 100%;
        height: 280px;
        margin: 0 0 15px;
    }
    .automob-item span {
        top: 0;
    }
    .automob-item span.carcase-modif {
        display: block;
        top: unset;
        bottom: -10px;
        font-size: 19px;
        font-weight: 700;
    }
    .carcase-modif {
        position: absolute;
        bottom: 20px;
        left: 10px;
        width: 100%;
        z-index: 10;
        display: block;
    }
    .automobiles_list-modific .automobiles_modific-text h4, .automobiles_list-modific .automobiles_modific-text span{
        color: #fff;
    }

    .automob-item:not(.first-element){
        display: block;
    }
}
@media screen and (max-width: 500px){
    .automobiles-title.filter-title .filter_carcase-wrap {
        display: block;
        width: 100%;
    }
    .automobiles-title.filter-title .automobiles-title_text {
        margin-bottom: 5px;
    }
    .automobiles-title.filter-title .filter_carcase .body select{
        width: 100%;
    }
}
@media screen and (max-width: 425px){
    .automobiles_modific-wrap {
        width: 100%;
    }
    .automobiles_cats-list {
        columns: 3;
    }
    .index-template .automobiles_cats-list{
        columns: 2;
    }
    .automobiles_tabs-item {
        width: 150px;
        padding: 10px 20px;
    }
    .automobiles_modific-text, .automobiles_modific-auto{
        width: 100%;
    }
    .automob-item {
        width: 100%;
        height: 250px;
        margin: 0 0 15px;
    }
    .automobiles-models_description {
        flex-wrap: wrap;
        justify-content: center;
    }
    .shot_description {
        margin-top: 20px;
    }
    .automobiles-sidebar{
        width: 100%;
    }
    .automobiles_list {
        flex-direction: column;
    }
    /*.auto_breedslide {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .auto_breedslide-left {
        width: 100%;
        height: fit-content;
        padding: 20px 30px;
    }
    .automobiles-sidebar .reklama-sidebar,
    .auto_breedslide-dott {
        display: none;
    }
    .auto_breedslide-item {
        position: relative;
    }
    .auto_breedslide-right {
        height: 250px !important;
    }
    *:not(ins) > ins {
        margin-left: 0 !important;
    }
    .automobiles_modific-text {
        width: 150px;
    }
    .automobiles_modific-auto .automob-item {
        width: 220px;
        height: 150px;
    }
    .automobiles_cats-item a {
        font-weight: bold;
    }*/
}