.post-car {
    margin-top: 100px;
}

.post-car .offer__info-label {
    text-align: center;
    margin-top: 7px;
}

.post-car__title {
    font-size: 2rem;
    color: #333333;
    font-weight: 500;
    text-align: center;
}

.post-car__right {
    max-width: 50%;
}

.post-car__subtitle {
    color: #666;
    font-weight: 400;
}

.post-car__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90%;
    margin: auto;
}

.post-car__basic-specs {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.post-car__slider {
    position: relative;
    width: 48.5%;
}

.post-car__slider__item {
    width: 100%;
}

.post-car__slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.post-car__price {
    background-color: #F4F5F6;
    padding: 35px 20px;
    width: 400px;
    max-width: 100%;
    margin: auto;
    margin-top: 30px;
}

.post-car__features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: center;
    align-self: center;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    flex-wrap: wrap;
}

.post-car__feature {
    margin: 15px 40px;
    text-align: left;
    display: flex;
    align-items: center;
}

.post-car__feature img {
    height: 48px;
    margin-right: 12px;
}

.post-car__feature p {
    color: #666;
    font-size: 0.9em;
}

.post-car .slick-slide img {
    width: 100%;
}

.post-specs {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #333;
}

.post-specs h4 {
    font-size: 1.5rem;
}

.post-specs__tech {
    width: 37.5%;
}

.post-specs .tech-specs {
    list-style: none;
}

.post-specs .tech-specs__value {
    max-width: 60%;
    text-align: end;
}

.post-specs .tech-specs__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 0;
    border-top: 1px solid #E1E1E1;
}

.post-specs .tech-specs__item div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.tech-specs__square {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.post-specs .tech-specs__item div img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.post-specs .tech-specs__item:nth-last-child(1) {
    border-bottom: 1px solid #E1E1E1;
}

.post-specs .tech-specs #emission {
    padding: 2px 20px 2px 10px;
    color: #fff;
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    font-weight: 600;
}

.post-specs .tech-specs .emission--a {
    background-color: #00925B;
}

.post-specs .tech-specs .emission--b {
    background-color: #80A120;
}

.post-specs .tech-specs .emission--c {
    background-color: #DFCF3C;
}

.post-specs .tech-specs .emission-d {
    background-color: #DF943C;
}

.post-specs__desc {
    width: 55%;
}

.post-form__title {
    font-weight: 600;
}

.post-form__title p {
    font-size: 1.5rem;
    color: #333333;
}

.post-form__title small {
    font-size: 1.125rem;
    color: #AEAEAE;
}

.post-form .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}

.post-form .form ::-webkit-input-placeholder {
    color: #AEAEAE !important;
}

.post-form .form :-ms-input-placeholder {
    color: #AEAEAE !important;
}

.post-form .form ::-ms-input-placeholder {
    color: #AEAEAE !important;
}

.post-form .form ::placeholder {
    color: #AEAEAE !important;
}

.post-form .label {
    position: relative;
    margin-top: 25px;
    font-size: 0.875rem;
    color: #333;
}

.post-form .label--checkbox {
    margin-top: 0;
    margin-left: 12px;
    display: inline-block;
}

.post-form .label--required small {
    font-size: .875rem;
    color: #00925B;
}

.post-form__input, .post-form__textarea {
    padding: 12px;
    margin-top: 10px;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
}

.post-form__checkwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 25px 0 40px 0;
}

.post-form__checkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 2px;
}

.post-form__button {
    width: 100%;
    border: none;
    font-size: 1rem;
}

.post-similar {
    position: relative;
}

.post-similar .slick-initialized .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.post-similar .slick-track {
    padding-bottom: 30px;
}

.post-similar__offer {
    position: relative;
}

/*
.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px;
    margin-top: 20px;
}

.slick-dots li {
    position: relative;
    margin: 0 10px;
    list-style: none;
    width: 12px;
    height: 12px;
    background-color: #AEAEAE;
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out;
}

.slick-dots li button {
    display: none;
}

.slick-dots .slick-active {
    background-color: #007B4C;
    width: 12px;
    height: 12px;
}
*/

.post-car__slider .post-arrows {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.post-arrows {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    position: absolute;
    bottom: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999;
}

.post-arrows .prev, .post-arrows .next {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px;
    border-radius: 50%;
    background-color: #E5E5E5;
    -webkit-transition: .33s all ease-in-out;
    transition: .33s all ease-in-out;
}

.post-arrows .prev:hover, .post-arrows .next:hover {
    background-color: #dcdcdc;
}

.post-arrows .prev svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

@media (max-width: 900px) {
    .post-car {
        margin-top: 40px;
    }
    .post-car__price {
        -ms-flex-item-align: start;
        align-self: flex-start;
        padding: 15px;
    }
    .post-car__price .button {
        width: auto;
        padding: 14px 26px;
    }
    .post-car .slick-dots {
        margin-top: 35px;
    }
    .post-car .post-arrows {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .offer__price__info {
        margin-top: 0px;
    }
}

@media (max-width: 700px) {
    .post-car .slick-dots {
        margin-top: 25px;
    }
    .post-car .slick-dots li {
        width: 10px;
        height: 10px;
        margin: 0 6px;
    }
    .post-car__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .post-car__slider {
        width: 100%;
        margin-top: 10px;
    }

    .post-car__right {
        max-width: 100%;
    }

    .post-car__price {
        width: 100%;
        margin-top: 35px;
        padding: 35px 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .post-car__features {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .post-car__feature {
        margin: 15px 15px;
        width: calc(50% - 30px);
    }
    .post-arrows {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .post-specs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .post-specs__tech, .post-specs__desc {
        width: 100%;
    }
    .post-specs__desc {
        margin-top: 50px;
    }
    .post-info {
        padding: 30px 0 !important;
    }
}
/*# sourceMappingURL=post.styles.map */
