#vehicle-wrapper {
    position: relative;
    display: inline-block;
    width: calc(100% - 100px);
    max-width: 1265px;
    height: auto;
    padding: 0 50px;
    margin-top: 100px;
    /* update */
    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);
}

#slider-block {
    position: relative;
    display: block;
    width: 500px; /* 400 */
    height: 500px; /* 400 */
    float: left;
}

.service-image {
    width: 374px !important; /* 400 */
    height: 261px !important; /* 400 */
}

#content-block {
    position: relative;
    display: block;
    width: calc(100% - 765px);
    /* width: calc(100% - 550px); */
    max-width: 710px;
    margin-left: 230px;
    padding-right: 25px;
    float: left;
}

.vehicle-data-block {
    position: relative;
    display: inline-block;
    width: 480px;
    height: auto;
}

.rating-block {
    position: absolute;
    top: 0;
    right: -65px;
    font-size: 25px;
}

.rating-block a {
    text-decoration: none;
    color: #2d2d39;
    opacity: .4;
    outline: none;
}

.first-word,
.characteristic-type,
.with-wash {
    font-family: heebo-bold;
}

.with-wash {
    margin-top: 30px;
}

.characteristic-type {
    margin-right: 10px;
}

#title-block {
    font-size: 30px;
    color: #2d2d39;
}

.title {
    font-size: 20px;
    font-weight: normal;
    color: #123378;
}

#min-price-and-rent {
    position: relative;
    display: block;
    width: 100%;
    height: 85px;
    margin-top: 50px;
    background: #c7c8cc;
}

.vehicle-min-price {
    position: absolute;
    display: block;
    font-size: 24px;
    margin-left: 45px;
    top: 50%;
    transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
}

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

#vehicle-rent {
    position: absolute;
    display: block;
    width: auto;
    height: 100%;
    top: 0;
    right: 0;
    text-decoration: none;
    background: #123378;
}

#vehicle-rent span {
    position: relative;
    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%);
    padding-left: 30px;
    padding-right: 30px;
    font-family: heebo-bold;
    color: white;
    text-transform: uppercase;
}

.free-service {
    font-family: heebo-bold;
    color: #d6052c;
    text-transform: capitalize;
}

#tariff-block {
    position: relative;
    display: inline-block;
    width: auto; /*1110px*/
    /* width: 1111px; */
    height: auto;
    /* padding-left: 210px; */
    margin-top: 80px;
    margin-bottom: 80px;
    /* update */
    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);
}

#tariff-title {
    position: relative;
    text-align: center;
    font-family: 'heebo-bold';
    font-size: 20px;
    color: #2e2c37;
}

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

.round {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 100%;
    background: #0567ec;
}

.round:first-child {
    left: 0;
}

.line {
    position: relative;
    display: block;
    width: 227px;
    height: 4px;
    top: 18px;
    float: left;
    background: #2d2d37;
}

.round-and-day {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    float: left;
}

.days,
.money {
    position: absolute;
    display: inline-block;
    width: auto;
    top: -30px;
    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);
    font-family: heebo-bold;
    white-space: nowrap;
}

.money {
    top: unset;
    bottom: -30px;
}

/* Cube slider */
.swiper {
    position: absolute;
    width: 500px;
    height: 419px;
    /* width: 402px;
    height: 321px; */
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%; /* Возможно */
}

.swiper-pagination-bullet {
    margin: 0 4px;
}

.vehicle-pagination {
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
}

/* Comments block */

#comments-block,
#comments-wrapper,
#users-comments-block,
.comment-and-rating-block,
.personal-data-block,
.comment-item {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
}

.comment-item {
    margin-top: 30px;
}

.comment-item:first-child {
    margin-top: 0;
}

#comments-wrapper {
    width: 825px;
}

#comments-block {
    margin-top: 100px;
}

.comment-and-rating-block label {
    float: left;
}

.comment-and-rating-block .rating-block {
    position: relative;
    display: block;
    width: 130px;
    height: auto;
    top: -8px;
    right: unset;
    margin-left: 15px;
    float: left;
}

#submit-comment {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 20px 25px;
    margin-left: 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'heebo-bold';
    color: white;
    float: left;
    background: #123378;
}

#new-comment {
    position: relative;
    display: block;
    width: calc(100% - 168px);
    height: 25px;
    padding: 19px 20px;
    font-size: 16px;
    resize: none;
    float: left;
    outline: none;
    font-style: italic;
    border: 1px solid black;
}

.blocker {
    position: absolute;
    display: block;
    width: 100%;
    height: calc(100% + 9px);
    top: -9px;
    opacity: .3;
    z-index: 2;
    background: white;
}

.separating-line {
    position: relative;
    display: block;
    width: 100%;
    height: 3px;
    margin-top: 50px;
    margin-bottom: 60px;
    background: black;
}

#reviews {
    font-size: 20px;
    font-family: 'heebo-regular';
    font-weight: normal;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 40px;
}

.user-image {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background: #0567ec;
    overflow: hidden;
}

.user-image img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.first-letter {
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: 'heebo-bold';
    font-size: 41px;
    margin: 0;
    padding: 0;
}

.name-username-date {
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
    font-size: 14px;
}

.name-username-date span:nth-child(3) {
    display: block;
}

.comment {
    font-size: 14px;
}

#view-all-commanet {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin-top: 30px;
    color: #2e2e38;
    text-decoration: none;
    font-family: 'heebo-bold';
}

.success-msg {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 30px;
    background: #cffedd;
}

.success-msg ul {
    list-style: none;
    font-family: 'heebo-bold';
    padding-left: 70px;
}

@media(max-width: 1300px) {
    #content-block {
        margin-left: 120px;
    }
}

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

    #slider-block {
        left: 50%;
        transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -o-transform: translateX(-50%);
        float: unset;
    }

    #content-block {
        position: relative;
        display: inline-block;
        width: auto;
        max-width: unset;
        margin-left: 0;
        margin-top: 30px;
        padding: 0;
        left: 50%;
        transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -o-transform: translateX(-50%);
        float: unset;
    }

    .line {
        width: 150px;
    }
}

@media(max-width: 1000px) {
    #comments-wrapper {
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -o-transform: translateX(-50%);
    }

    #new-comment {
        float: unset;
        width: calc(100% - 42px);
    }

    #submit-comment {
        float: right;
        margin-left: 0;
        margin-top: 15px;
        text-align: center;
    }
}

@media(max-width: 900px) {
    .round-and-day {
        left: 50%;
        transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -o-transform: translateX(-50%);
    }

    .line {
        width: 5px;
        height: 150px;
        left: 50%;
        top: 40px;
        transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -o-transform: translateX(-50%);
        float: unset;
    }

    .days {
        top: 10px;
        transform: unset;
        left: -110px;
    }

    .money {
        top: 10px;
        transform: unset;
        left: unset;
        right: -95px;
    }
}

@media(max-width: 550px) {
    #vehicle-wrapper {
        width: calc(100% - 40px);
        padding: 0 20px;
    }

    #slider-block {
        width: 350px;
        height: 350px;
    }

    .swiper {
        width: 350px;
        height: 300px;
    }

    #content-block {
        width: 100%;
    }

    .vehicle-data-block {
        width: 100%;
    }

    #min-price-and-rent {
        width: 100%;
    }

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

@media(max-width: 620px) {
    .rating-block {
        right: 0;
    }
}

@media(max-width: 400px) {
    #slider-block {
        width: 320px;
        height: 320px;
    }

    .swiper {
        width: 320px;
        height: 270px;
    }

    #title-block {
        font-size: 24px;
    }

    .rating-block {
        right: 15px;
    }

    .service-image {
        width: 100% !important;
    }

    .service-image img {
        width: 100% !important;
    }

    .comment-and-rating-block .rating-block {
        width: 145px;
    }
}
