/* test */
.services_content_cars ul li::marker {
    list-style: none;
}
.services_title_block {
    min-height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.services_title_block_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(33 37 41 / 60%);
}
.services_title h1 {
    color: #FFFFFF;
    word-wrap: break-word;
    margin: 0;
    padding: 0;
    border: 0;
    font-style: inherit;
    vertical-align: baseline;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0px;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    z-index: 1;
}
.bc {
    z-index: 1;
}
#breadcrumbs > span > span > a,
#breadcrumbs > span > span > span,
#breadcrumbs > span > span,
#breadcrumbs > span > span > span > a,
#breadcrumbs > span > span > span > span {
    color: #FFFFFF;
    font-family: inherit;
    font-size: 16px;
}
.archive_bc {
    text-align: center;
}
.archive_bc #breadcrumbs > span > span > a,
.archive_bc #breadcrumbs > span > span > span,
.archive_bc #breadcrumbs > span > span,
.archive_bc #breadcrumbs > span > span > span > a,
.archive_bc #breadcrumbs > span > span > span > span {
    color: #000000;
    font-family: inherit;
    font-size: 16px;
}
.services_content_block {
    display: flex;
    justify-content: space-between;
}
.services_decsr {
    flex: 0 0 70%;
    padding: 50px 40px 50px 0;
}
.services_sitebar {
    flex: 0 0 30%;
    padding: 50px 0 50px;

}
.services_sitebar_content {
    border: 1px solid #dce0e0;
    padding: 15px;
}
.car_for_rent_title {
    margin: 0;
    border: 0;
    font-style: inherit;
    vertical-align: baseline;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    letter-spacing: 0px;
    color: #000000;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    padding: 2rem 10px;
}
.cars_items {
    display: flex;
    flex-wrap: wrap;
}
.cars_item {
    flex: 0 0 25%;
}
.cars_item_wrapper {
    padding: 15px;
    border: 1px solid #dce0e0;
    border-radius: 5px;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    margin: 10px;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cars_itema_image {
    text-align: center;
}
.cars_item_title,
.services_item_title {
    word-wrap: break-word;
    margin: 0;
    padding: 0;
    border: 0;
    font-style: inherit;
    vertical-align: baseline;
    line-height: 1.4em;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 20px;
    color: #000000;
}
.services_item_title,
.services_item_link {
    text-align: center;
}
.services_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.services_item {
    flex: 0 0 50%;
    width: 100%;
}
.services_item_content {
    padding: 2rem;
}
.services_item_img img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}
.services_item_title {
    padding-top: 1rem;
}
.services_item_link {
    padding: 1rem 0;
}
.services_item_link a {
    word-wrap: break-word;
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: .6em 1.5em .6em 1.5em;
    background: #222;
    border: 2px solid #222;
    text-shadow: none;
    -webkit-appearance: none;
    box-shadow: 0 0 0 0;
    line-height: 1.5 !important;
    border-radius: 5px;
    font-style: normal;
    transition: color .2s linear, background .1s linear, opacity .2s linear;
    font-size: 14px;
    font-family: "Work Sans", Helvetica, Arial, sans-serif;
    background-color: #00A0E3;
    color: #ffffff;
    border-color: #00A0E3;
}
.archive_title {
    text-align: center;
}
.archive_seo_descr {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 2rem;
}


.cars_item .car_attribute_price_day.two_cols .single_car_price {
    font-size: 40px;
}
@media only screen and (max-width: 768px) {
    .services_list {
        flex-direction: column;
    }
    .services_item_content {
        padding: 2rem 0;
    }

}