

/* Start:/local/templates/hino2020/components/bitrix/system.pagenavigation/.default/style.css?16040515321389*/
.pagination__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pagination__item {
    margin: 0 5px;
}
.pagination__item:first-child {
    margin-left: 0;
}
.pagination__item:last-child {
    margin-right: 0;
}
.pagination__item a, .pagination__item span {
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 35px;
    font-size: 15px;
    line-height: 0;
    padding: 0;
    width: 35px;
}
.pagination__item a:hover {
    background-color: #e9e9e9;
}
.pagination__item--active span {
    background-color: #e9e9e9;
    font-weight: bold;
}
@media (min-width: 768px) {
    .pagination__item {
        margin: 0 8px;
    }
    .pagination__item:first-child {
        margin-left: 0;
    }
    .pagination__item:last-child {
        margin-right: 0;
    }
    .pagination__item a, .pagination__item span {
        height: 45px;
        font-size: 20px;
        width: 45px;
    }
}

/* End */


/* Start:/local/templates/hino2020/components/bitrix/news.list/slider_banner/style.css?16040515322326*/
.hero__text-wrap {
    display: block;
}
.hero__item {
    position: relative;
}
.hero__item--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.hero__link {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    width: 100%;
}
.hero__img {
    width: 100%;
    position: relative;
}
.hero__img::before {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5));
    content: '';
    height: 100%;
    position: absolute;
    z-index: 1;
    width: 100%;
}
.hero__carousel .slick-dots {
    display: none !important;
}
.hero__item .hero__link:hover {
    opacity: 1;
}
.hero__carousel .slick-next {
    top: 65px;
}
.hero__carousel .slick-prev {
    top: 66px;
}
@media (min-width: 768px) {
    .hero__item {
        position: relative;
    }
    .hero__text-wrap {
        display: block;
        left: 50%;
        max-width: 1110px;
        position: absolute;
        top: 26px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 95%;
        z-index: 100;
    }
    .section__title.hero__title {
        font-size: 48px;
        letter-spacing: 0.6px;
        line-height: 1.02;
        text-align: center;
        text-shadow: 0 1px 0 #000;
        color: #ffffff;
    }
    .hero__carousel .slick-dots {
        display: block !important;
    }
    .hero__carousel .slick-next, .hero__carousel .slick-prev {
        top: 50%;
    }
}
/* End */


/* Start:/local/templates/hino2020/components/bitrix/catalog.section.list/lineup/style.css?16342838843195*/
.section.models {
    display: block;
    margin-bottom: 0;
    padding: 0 0 15px;
}
.models__img {
    margin: 0 auto 16px;
    width: 95%;
}
.models__img img {
    height: auto;
    width: 100%;
}
.models__link {
    margin: 0 auto 13px;
    text-align: center;
}
.models__item {
    margin-bottom: 20px;
}
.models__item-title {
    color: #202020;
    display: inline-block;
    font-size: 36px;
    line-height: normal;
    margin: 0 auto;
    position: relative;
    text-align: center;
    text-decoration: none;
}
.models__item-title::after {
    background-image: url('/local/templates/hino2020/components/bitrix/catalog.section.list/lineup/img/arrow-right.svg');
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    height: 8px;
    margin-left: 5px;
    position: absolute;
    right: -26px;
    top: 50%;
    -webkit-transform: translateY(calc(-50% - 3px));
    transform: translateY(calc(-50% - 3px));
    width: 16px;
}
.models__red {
    font-weight: bold;
    color: #e60112;
}
.models__sub-list {
    width: 100%;
}
.models__sub-item {
    text-transform: uppercase;
    width: 100%;
}
.models__sub-item a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #202020;
    padding: 8px 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.models__mass {
    font-weight: bold;
}
.models__mass span {
    font-size: 16px;
    text-transform: none;
}
.models__gear span {
    font-size: 16px;
}
@media (min-width: 768px) {
    .section.models {
        padding: 57px 0 60px;
    }
    .section__title.models__title {
        margin-bottom: 69px;
    }
    .models__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0;
        margin: 0;
    }
    .models__item {
        margin: 0;
        width: 31%;
    }
    .models__img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 213px;
        width: 95%;
    }
    .models__link {
        margin: 0 auto 13px;
        text-align: center;
    }
    .models__item-title {
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
    }
    .models__item-title::after {
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
    }
    .models__item-title:hover {
        font-weight: bold;
        opacity: 1;
    }
    .models__item-title:hover::after {
        right: -28px;
    }
    .models__sub-item a {
        padding: 12px 10px;
        border-radius: 43px;
    }
    .models__sub-item a:hover {
        background-color: #e60112;
        color: #fff;
        opacity: 1;
    }
    .models__mass span {
        font-size: 20px;
    }
    .models__gear span {
        font-size: 21px;
    }
}
/* End */


/* Start:/local/templates/hino2020/components/bitrix/news.list/reviews/style.css?16433590301645*/
.section.rewiews {
    display: block;
    margin-bottom: 0;
    padding: 20px 0;
}
.rewiews__item {
    margin-bottom: 20px;
}
.section__title.rewiews__title {
    margin-bottom: 13px;
}
.rewiews__img {
    display: block;
    height: 243px;
    margin-bottom: 21px;
    width: 100%;
}
.rewiews__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.rewiews__img:hover {
    opacity: 1;
}
.rewiews__item-title {
    display: block;
    color: #202020;
    font-size: 18px;
    line-height: 1.28;
    margin-bottom: 11px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
.rewiews__text {
    color: #202020;
    display: block;
    font-size: 16px;
    line-height: 1.36;
    margin: 0;
    padding-left: 51px;
    position: relative;
}
.rewiews__text::before {
    background-image: url('/local/templates/hino2020/components/bitrix/news.list/reviews/img/quote.png');
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 35px;
    height: 41px;
}
.btn.rewiews__btn {
    display: inline-block;
}
@media (min-width: 768px) {
    .section.rewiews {
        padding: 58px 0 57px;
    }
    .list.rewiews__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 30px;
    }
    .rewiews__item {
        margin-bottom: 0;
        width: 31.5%;
    }
}
/* End */


/* Start:/local/templates/hino2020/components/bitrix/news.detail/main_about/style.css?1612507919605*/
.section__title.about__title {
    margin: 0 auto 25px;
    width: 90%;
}
.about__text {
    line-height: 1.5;
    margin: 0 auto 24px;
    width: 95%;
}
.about__text--bottom {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
@media (min-width: 768px) {
    .section__title.about__title {
        display: block;
    }
    .about__text {
        font-size: 16px;
        line-height: 1.38;
        letter-spacing: normal;
        margin: 0;
        width: 48%;
    }
    .about__text--top {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
/* End */


/* Start:/local/templates/hino2020/components/bitrix/news.list/advantages_icons/style.css?16342838843269*/
.section.about {
    padding-bottom: 20px;
}
.about__scroll-container {
    margin: 0 auto 20px;
    width: 100%;
    overflow-x: scroll;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}
.about__scroll-container::-webkit-scrollbar {
    display: none;
}
.about__scroll-container .about__advantage-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-width: 100%;
}
.about__scroll-container .about__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 50%;
    max-width: 50%;
    margin: 0;
    scroll-snap-align: center;
}
.about__item {
    margin-bottom: 10px;
}
.about__scroll-container  .about__item:first-child,
.about__scroll-container  .about__item:last-child {
    min-width: 75%;
    max-width: 75%;
}
.about__scroll-container  .about__item:first-child {
    padding-left: 25%;
    scroll-snap-align: start;
}
.about__scroll-container  .about__item:last-child {
    padding-right: 25%;
    scroll-snap-align: end;
}
.about__scroll-container  .about__item:nth-child(even) .about__item-container {
    background-color: #e9e9e9;
}
.about__scroll-container .about__item-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding: 21px 15px 22px;
    width: 100%;
}
.about__img {
    margin: 0 auto 15px;
    max-width: 150px;
    width: 50%;
}
.about__scroll-container .about__img {
    margin: 0 auto 7px;
    max-width: 200px;
    width: 85%;
}
.about__img img {
    display: block;
    height: auto;
    width: 100%;
}
.about__advantage-title {
    font-size: 14px;
    line-height: 1;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}
@media (min-width: 768px) {
    .section.about {
        padding: 66px 0 77px;
    }
    .about__scroll-container {
        overflow-x: visible;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        width: 96%;
    }
    .about__advantage-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto 36px;
        width: 96%;
    }
    .about__item {
        min-width: 1px;
        max-width: 150px;
        padding: 0;
        width: 20%;
        margin: 0 auto;
    }
    .about__item:first-child,
    .about__item:last-child {
        min-width: 1px;
        max-width: 150px;
        padding: 0;
        width: 20%;
        margin: 0 auto;
    }
    .about__advantage-title {
        font-size: 18px;
        line-height: 1.2;
    }
    .about__img {
        margin-bottom: 17px;
        width: 77%;
    }
}
/* End */
/* /local/templates/hino2020/components/bitrix/system.pagenavigation/.default/style.css?16040515321389 */
/* /local/templates/hino2020/components/bitrix/news.list/slider_banner/style.css?16040515322326 */
/* /local/templates/hino2020/components/bitrix/catalog.section.list/lineup/style.css?16342838843195 */
/* /local/templates/hino2020/components/bitrix/news.list/reviews/style.css?16433590301645 */
/* /local/templates/hino2020/components/bitrix/news.detail/main_about/style.css?1612507919605 */
/* /local/templates/hino2020/components/bitrix/news.list/advantages_icons/style.css?16342838843269 */
