#vehicles-block {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    min-height: 100vh;
}

#vehicles-block h1 {
    position: relative;
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-top: 85px;
    margin-bottom: 60px;
    font-family: 'heebo-bold';
    font-size: 26px;
    color: #2e2c39;
    text-transform: uppercase;
}

#vehicles-content {
    position: relative;
    display: inline-block;
    width: 1300px;
    height: auto;
    left: 50%;
    transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
}

#filter-block {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 80px;
}

#vehicle_type_chosen {
    width: calc((100% - 120px) / 3) !important;
    height: 70px !important;
    font-size: 20px !important;
    background: #edeef3 !important;
}

.chosen-single {
    width: 100% !important;
    height: 100% !important;
    font-family: 'heebo-bold' !important;
    border: none !important;
    outline: none !important;
    background: #edeef3 !important;
}

.chosen-single span {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
        -moz-transform: translateY(-50%) !important;
        -webkit-transform: translateY(-50%) !important;
        -o-transform: translateY(-50%) !important;
}

.chosen-single div {
    display: none !important;
}

.chosen-drop {
    border: none !important;
}

.chosen-results {
    background: #edeef3 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#vehicle-items-block {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
}

.vehicle-item {
    position: relative;
    display: block;
    width: calc((100% - 120px) / 3);
    height: auto;
    margin-left: 60px;
    margin-bottom: 60px;
    float: left;
    background: #ebeef5;
}

.vehicle-item:nth-child(3n + 1) {
    margin-left: 0;
}

.img-wrapper {
    position: relative;
    display: block; /* inline-block */
    width: 100%;
    height: auto;
    overflow: hidden;
}

.img-wrapper img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
    transform: scale(1.01);
        -ms-transform: scale(1.01);
        -moz-transform: scale(1.01);
        -webkit-transform: scale(1.01);
        -o-transform: scale(1.01);
}

.img-wrapper:hover img {
    transform: scale(1.2);
        -ms-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
}

.vehicle-info-block {
    position: relative;
    display: inline-block;
    width: calc(100% - 20px);
    height: auto;
    padding: 0 0 10px 20px;
    word-break: break-word;
}

.vehicle-model {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 15px;
    margin-bottom: 5px;
}

.price {
    color: #eb0027;
    font-family: heebo-bold;
}

.first-word {
    font-family: heebo-bold;
}

.data-block {
    width: calc(100% - 135px);
}

.rent-button-block {
    position: absolute;
    display: block;
    width: 115px;
    height: 100%;
    top: 0;
    right: 0;
    background: #123378;
}

.rent-button-block a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    color: white;
}

.rent-button-block a span {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    font-family: heebo-bold;
    font-size: 16px;
    text-transform: uppercase;
}

@media(max-width: 1350px) {
    #vehicles-content {
        width: calc(100% - 50px);
        padding: 0 25px;
    }
}

@media(max-width: 1250px) {
    #vehicle_type_chosen {
        width: calc((100% - 60px) / 2) !important;
    }

    .vehicle-item {
        width: calc((100% - 60px) / 2);
    }

    .vehicle-item:nth-child(3n + 1) {
        margin-left: 60px;
    }

    .vehicle-item:nth-child(2n + 1) {
        margin-left: 0px;
    }
}

@media(max-width: 850px) {
    #toggle-button {
        display: unset;
    }

    #fixed-nav {
        display: none !important;
    }
}

@media(max-width: 835px) {
    #vehicle_type_chosen {
        width: calc((100% - 25px) / 2) !important;
    }

    .vehicle-item {
        width: calc((100% - 25px) / 2);
        margin-left: 25px;
    }

    .vehicle-item:nth-child(3n + 1) {
        margin-left: 25px;
    }

    .vehicle-item:nth-child(2n + 1) {
        margin-left: 0;
    }

    .vehicle-min-price {
        font-size: 14px;
    }
}

@media(max-width: 700px) {
    #vehicle_type_chosen {
        width: 100% !important;
    }

    .vehicle-item {
        width: 100%;
        margin-left: 0;
    }

    .vehicle-item:nth-child(3n + 1) {
        margin-left: 0;
    }

    .vehicle-item:nth-child(2n + 1) {
        margin-left: 0;
    }

    .vehicle-min-price {
        font-size: 16px;
    }

    #vehicles-content {
        width: calc(100% - 100px);
        padding: 0 50px;
    }
    
    .vehicle-min-price {
        font-size: 16px;
    }
}

@media(max-width: 450px) {
    #vehicles-content {
        width: calc(100% - 50px);
        padding: 0 25px;
    }

    .vehicle-info-block {
        width: calc(100% - 10px);
        padding: 0 0 10px 10px;
    }
    
    .vehicle-min-price {
        font-size: 14px;
    }
}