.post_single-date {
    font-family: 'Conv_ToyotaType-Book', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    color: #282830;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post_single-date svg {
    margin-right: 12px;
}

.post_single-img {
    width: 100%;
    max-width: 770px;
    height: 545px;
    overflow: hidden;
    background: #F0F0F0;
    margin: 0 auto 40px;
}

.post_single-content p, .post_single-content span {
    font-family: 'Conv_ToyotaType-Book', sans-serif!important;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #282830;
    margin-bottom: 10px;
}
.single__body b span {
    font-family: 'Conv_ToyotaType-Semibold', sans-serif!important;
}
.post_single-content h2 {
    font-size: 34px;
    line-height: 48px;
}

.post_single-content h3 {
    font-size: 30px;
    line-height: 38px;
}

.post_single-content h4 {
    font-size: 26px;
    line-height: 32px;
}

.post_single-content h5 {
    font-size: 20px;
    line-height: 30px;
}

.post_single-content h2,
.post_single-content h3,
.post_single-content h4,
.post_single-content h5 {
    font-family: 'Conv_ToyotaType-Regular', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #282830;
    margin-bottom: 15px;
}

.post_single-content .quotes {
    margin-bottom: 20px;
}

.single__body a {
    color: #FF0022;
}

.single__body p {
    font-family: 'Conv_ToyotaType-Book';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #282830;
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.ico_date-red:before {
    width: 18px;
    height: 18px;
    background-image: url(../../img/toyota/ico-date_red.87c3a2e5.svg);
    background-repeat: no-repeat;
    background-size: contain
}


.single h2, .single h3 {
    font-size: 1.5rem;
    font-weight: 600
}

@media (max-width: 1199.98px) {
    .single h2, .single h3 {
        font-size: 1.125rem
    }
}

.single__head {
    padding-top: 2.5rem
}

@media (max-width: 1199.98px) {
    .single__head {
        padding-top: 1.875rem
    }
}

.single__date {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right
}

.single__date b {
    font-weight: 600
}

.single__date time {
    font-weight: 300
}

@media (max-width: 1199.98px) {
    .single__date {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-top: .9375rem
    }

    .single__date b {
        padding-right: .3125rem
    }
}


.single__body b {
    display: inline-block;
    padding-bottom: .625rem;
    font-weight: 600
}

.single__body ul {
    padding-left: 0;
    list-style: none
}

.single__body li {
    font-weight: 300;
    margin-bottom: .9375rem;
    line-height: 1.7
}

.single__body li:before {
    content: "\2022";
    margin-right: .3125rem;
    font-weight: 700;
    color: #FF0022
}

.single__body table {
    width: 100% !important;
    margin-bottom: 1rem;
    background-color: transparent;
    border: 1px solid #e5e5e5;
    overflow-x: auto;

    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

@media (max-width: 767.98px) {
    .single__body table {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: scroll !important;
        overflow-y: hidden !important;
        display: flex !important;
    }

    .single__body table tbody {
        min-width: 560px !important;
    }


    .post_single-img img {
        width: 100%;
    }
    .post_single-img {
        height: auto;
    }
}

.single__body table thead td, .single__body table thead th {
    border: 0;
    vertical-align: middle;
    font-weight: 600;
    line-height: 1.7
}

.single__body table td, .single__body table th {
    padding: .75rem
}

.single__body table tbody tr:nth-of-type(odd) {
    background-color: #f8f8f8
}

.single__body table tbody td {
    border: 0;
    vertical-align: middle;
    font-weight: 300
}

.single__main-img {
    width: 100%;
    height: auto;
    margin-bottom: 1.875rem
}

.single-aside__title {
    font-size: 1.25rem;
    font-weight: 300
}

.single-aside__similar {
    margin-bottom: .9375rem;
    border: 1px solid #e5e5e5
}

.single-aside__similar .card-body {
    padding: .9375rem .9375rem 0
}

.single-aside__similar .card-footer {
    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: 0 .9375rem .9375rem
}

.single-aside__similar .card-title {
    margin-bottom: 0;
    font-weight: 600
}

.single-aside__similar time {
    font-size: .75rem;
    color: #8c8c8c
}

.single-aside__similar .ico_date-red:before {
    width: 16px;
    height: 16px
}

.single-aside__ico-carret {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
    font-size: .75rem
}

.single-aside__ico-carret:after {
    display: inline-block;
    content: "";
    width: 10px;
    height: 15px;
    margin-left: .3125rem;
    background-image: url(../../../img/toyota/ico-carret.f4b41448.svg);
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: .3s cubic-bezier(1, .03, .52, 1.1);
    transition: .3s cubic-bezier(1, .03, .52, 1.1)
}

.single-aside__ico-carret:hover {
    color: #FF0022
}

.single-aside__ico-carret:hover:after {
    -webkit-transform: translateX(70%);
    transform: translateX(70%)
}

/*# sourceMappingURL=single.cc0166b4.css.map */

.single__content img {
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto;
    display: block;
}
