@font-face {
    font-family: 'Open Sans';
    src: url("/css/fonts/OpenSans/OpenSans-Light.eot");
    src: url("/css/fonts/OpenSans/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("/css/fonts/OpenSans/OpenSans-Light.woff2") format("woff2"), url("/css/fonts/OpenSans/OpenSans-Light.woff") format("woff"), url("/css/fonts/OpenSans/OpenSans-Light.ttf") format("truetype"), url("/css/fonts/OpenSans/OpenSans-Light.svg#OpenSans-Light") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("/css/fonts/OpenSans/OpenSans-Semibold.eot");
    src: url("/css/fonts/OpenSans/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), url("/css/fonts/OpenSans/OpenSans-Semibold.woff2") format("woff2"), url("/css/fonts/OpenSans/OpenSans-Semibold.woff") format("woff"), url("/css/fonts/OpenSans/OpenSans-Semibold.ttf") format("truetype"), url("/css/fonts/OpenSans/OpenSans-Semibold.svg#OpenSans-Semibold") format("svg");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url("/css/fonts/OpenSans/OpenSans-CondensedBold.eot");
    src: url("/css/fonts/OpenSans/OpenSans-CondensedBold.eot?#iefix") format("embedded-opentype"), url("/css/fonts/OpenSans/OpenSans-CondensedBold.woff2") format("woff2"), url("/css/fonts/OpenSans/OpenSans-CondensedBold.woff") format("woff"), url("/css/fonts/OpenSans/OpenSans-CondensedBold.ttf") format("truetype"), url("/css/fonts/OpenSans/OpenSans-CondensedBold.svg#OpenSans-CondensedBold") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("/css/fonts/OpenSans/OpenSans-Extrabold.eot");
    src: url("/css/fonts/OpenSans/OpenSans-Extrabold.eot?#iefix") format("embedded-opentype"), url("/css/fonts/OpenSans/OpenSans-Extrabold.woff2") format("woff2"), url("/css/fonts/OpenSans/OpenSans-Extrabold.woff") format("woff"), url("/css/fonts/OpenSans/OpenSans-Extrabold.ttf") format("truetype"), url("/css/fonts/OpenSans/OpenSans-Extrabold.svg#OpenSans-Extrabold") format("svg");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url("/css/fonts/OpenSans/OpenSans-CondensedLight.eot");
    src: url("/css/fonts/OpenSans/OpenSans-CondensedLight.eot?#iefix") format("embedded-opentype"), url("/css/fonts/OpenSans/OpenSans-CondensedLight.woff2") format("woff2"), url("/css/fonts/OpenSans/OpenSans-CondensedLight.woff") format("woff"), url("/css/fonts/OpenSans/OpenSans-CondensedLight.ttf") format("truetype"), url("/css/fonts/OpenSans/OpenSans-CondensedLight.svg#OpenSans-CondensedLight") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("/css/fonts/OpenSans/OpenSans-Bold.eot");
    src: url("/css/fonts/OpenSans/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("/css/fonts/OpenSans/OpenSans-Bold.woff2") format("woff2"), url("/css/fonts/OpenSans/OpenSans-Bold.woff") format("woff"), url("/css/fonts/OpenSans/OpenSans-Bold.ttf") format("truetype"), url("/css/fonts/OpenSans/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("/css/fonts/OpenSans/OpenSans.eot");
    src: url("/css/fonts/OpenSans/OpenSans.eot?#iefix") format("embedded-opentype"), url("/css/fonts/OpenSans/OpenSans.woff2") format("woff2"), url("/css/fonts/OpenSans/OpenSans.woff") format("woff"), url("/css/fonts/OpenSans/OpenSans.ttf") format("truetype"), url("/css/fonts/OpenSans/OpenSans.svg#OpenSans") format("svg");
    font-weight: normal;
    font-style: normal;
}

body, p, h1, h2 {
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #131313;
    text-decoration: none;
    display: block;
}

.wrapper {
    max-width: 1400px;
    width: 100%;
}

.main-page {
    color: #131313;
}

.main-page__slogan {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}

.main-page__block_color {
    background: #f4f5f5;
}

.main-page__block_actions {
    background-image: url("/img/main-page/promotions_bg.jpg");
    background-size: cover;
}

.main-page__block_brand {
    background-image: url("/img/main-page/block_main_banner.jpg");
    background-size: cover;
    height: 750px;
    margin-bottom: 5%;
}

.main-page__block_no-content {
    padding: 50px 0;
}

.main-page__block_features {
    background-image: url("/img/main-page/info-1_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    margin-top: 50px;
}

.main-page__content {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
}

.main-page__content_news {
    border-bottom: 1px solid #818181;
    padding-bottom: 30px;
}

.main-page__title {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 50px;
    margin-top: 0;
    color: #131313;
}

.main-page__title_white {
    color: #fff;
}

.main-page__more {
    text-align: center;
    font-size: 18px;
    margin-top: 35px;
    font-weight: 600;
    transition: all .3s ease-in-out;
}

.main-page__more:hover {
    color: #d72b2b;
}

.main-page__more_white {
    color: #fff;
}

.main-models__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 50px 0;
}

.main-models__row_first {
    border-bottom: 1px solid #e6e6e6;
    padding-top: 0;
}

.main-models__item {
    width: 45%;
    text-align: center;
}

.main-models__img {
    width: 90%;
    max-width: 338px;
}

.main-models__img:hover + .main-models__title {
    color: #d72b2b;
}

.main-models__title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin: 20px 0;
    transition: all 0.3s ease-in-out;
}

.main-models__title:hover {
    color: #d72b2b;
}

.main-models__models {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-models__model {
    color: #737373;
    font-size: 20px;
    width: 19%;
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.main-models__model:hover {
    color: #000;
}

.main-models__model::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #737373;
    border-radius: 50%;
    top: 7px;
    right: 0px;
}

.main-models__model:last-child::after {
    display: none;
}

.main-models__group {
    font-size: 11px;
    display: block;
    margin-top: 5px;
}

.main-actions {
    position: relative;
}

.main-actions-container {
    text-align: center;
}

.main-actions-button-next, .main-actions-button-prev {
    background-image: none;
    width: 60px;
    height: 60px;
    transition: 0.2s all ease-in-out;
    position: absolute;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-actions-swiper-slide:after {
    transition: all .3s ease-in-out;
    opacity: 0;
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.1);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.main-actions-swiper-slide:hover:after {
    opacity: 1;
}

.main-slider-button-next, .main-slider-button-prev {
    background-image: none;
    background: rgba(78, 78, 78, 0.3);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    transition: 0.2s all ease-in-out;
    position: absolute;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-slider-button-next:hover, .main-slider-button-prev:hover {
    background: rgba(78, 78, 78, 0.6);
}

.main-actions-button-next {
    right: -100px;
}

.main-actions-button-prev {
    left: -100px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.main-slider-button-prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.icon-arrow {
    width: 30px;
    height: 30px;
    fill: #fff;
}

.swiper-container-horizontal > .main-actions-scrollbar {
    width: 240px;
    margin: 5px auto 35px auto;
    background: #fff;
    position: relative;
    left: 0;
}

.main-actions-scrollbar .swiper-scrollbar-drag {
    background: #ff0000;
}

.main-news__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.main-news__item {
    transition: 0.2s all ease-in-out;
    width: 29.6%;
    padding: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-size: contain;
    background-repeat: no-repeat;
    height: 455px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.main-news__item:after {
    background-image: linear-gradient(to top, black 25%, transparent 42%);
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}

.main-news__item:before {
    transition: all 0.3s ease-in-out;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.main-news__item:hover:before {
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
}

.main-news__img {
    width: 100%;
    max-width: 300px;
}

.main-news__title {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: #fff;
    line-height: 24px;
    height: 80px;
    padding-bottom: 10px;
}

.main-news__footer {
    margin-top: auto;
    z-index: 2;
}

.main-news__date {
    font-size: 16px;
    color: #b2b2b2;
    /* margin: 10px 0 20px 0; */
    padding-top: 15px;
}

.main-news__link {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    transition: 0.2s all ease-in-out;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.icon-right_arrow {
    width: 17px;
    height: 17px;
    fill: #000;
    transition: 0.2s all ease-in-out;
}

.main-gallery__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-gallery__item {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 49.6%;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.main-gallery__item:after {
    content: '';
    transition: all 0.2s ease-in-out;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.main-gallery__item:hover:after {
    opacity: 1;
}

.main-gallery__img {
    width: 100%;
}

.main-gallery__title {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    top: 0;
    padding: 15px 40px;
    font-size: 21px;
}

.main-isuzu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-isuzu__text {
    font-size: 28px;
    font-weight: 600;
    position: relative;
    margin: 0 30px;
}

.main-isuzu__text_red {
    font-size: 28px;
    color: #d72b2b;
}

.main-isuzu__logo {
    max-width: 150px;
    width: 100%;
}

.main-isuzu__divider {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 2px;
    background: #d72b2b;
}

.main-features__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
    padding-top: 5%;
}

.main-features__item {
    width: 30%;
    padding-bottom: 40px;
}

.main-features__divider {
    width: 2px;
    background: linear-gradient(to top, #f4f5f5 50%, transparent 100%);
}

.main-features__caption {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: centert;
    justify-content: center;
    /* height: 76px; */
    flex-direction: column;
    margin-bottom: 30px;
}

.main-features__icon {
    fill: #d72b2b;
    width: 75px;
    height: 75px;
    /* margin-right: 15px; */
}

.main-features__title {
    color: #000;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    line-height: 28px;
    margin-top: 55px;
}

.main-features__text {
    font-size: 16px;
    line-height: 28px;
    color: #000;
}

.main-brand__img {
    display: none;
    width: 100%;
}

.content-head__one {
    display: none;
}

.content-head__two {
    display: block;
    margin-top: 30px;
}

.main-brand__content {
    width: 100%;
}

.main-brand__title {
    font-size: 30px;
    /* font-weight: 900; */
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    line-height: 32px;
    color: #fff;
}

.main-brand__title-name {
    font-weight: 600;
    color: #d72b2b;
    margin-right: 50px;
    position: relative;
}

.main-brand__title-name:after {
    content: ' ';
    border-right: 3px solid #d72b2b;
    position: absolute;
    height: 32px;
    right: -25px;
}

.main-brand__subtitle {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    margin: 30px 0 35px 0;
    line-height: 1.3
}

.main-brand__text {
    font-size: 15px;
    font-weight: 600;
}

.main-brand__list-title {
    font-size: 17px;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    margin: 40px 0 25px 0;
}

.main-brand__ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 90px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.main-brand__li {
    font-size: 15px;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
    /* border-right: 1px solid #a3856b; */
    line-height: 20px;
    color: #fff;
    text-align: center;
}

.main-brand__li:first-child {
    padding-left: 0;
}

.main-brand__li:last-child {
    padding-right: 0;
    border-right: none;
}

.main-brand__li__icon {
    fill: #fff;
    width: 65px;
    height: 95px;
}

.main-brand__li__icon-russia {
    fill: #fff;
    width: 95px;
    height: 95px;
}

.main-brand__li__text {
    color: #fff;
    font-size: 16px;
}

.main-brand__slogan {
    margin: 0;
    color: #fff;
    font-size: 25px;
    margin-top: 100px;
}

.main-brand__slogan-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.main-brand__slogan-item {
    color: #fff;
    font-size: 16px;
    width: 30%;
    line-height: 1.7;
    font-weight: 100;
    position: relative;
}

.main-brand__slogan-item:first-child {
    align-self: center;
}

.main-brand__slogan-item:not(:first-child):before {
    content: '';
    position: absolute;
    border-right: 1px solid #626262;
    height: 100%;
    left: -10%;
    top: 0;
}

.main-brand__slogan-name {
    display: block;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 600;
}

.main-brand__slogan-desc {
    display: block;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 600;
}

.main-brand__slogan_bright {
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-top: 20px;
}

.footer {
    background: #3e3e3e;
    color: #b2b2b2;
    text-align: center;
}

.footer__content {
    position: relative;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.footer__social {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
}

.footer__logo {
    width: 130px;
}

.footer__textarea {
    font-size: 15px;
    color: inherit;
    text-align: left;
    line-height: 18px;
}

.footer__textarea_dark {
    color: #878787;
    line-height: 20px;
    text-align: center;
    margin-top: 60px;
}

.footer__text {
    font-size: 13px;
    margin-top: 10px;
    color: inherit;
}

.footer__text_dark {
    color: #878787;
}

.footer__disclamer {
    font-size: 12px;
    margin: 0 auto;
    max-width: 800px;
    margin-top: 10px;
    color: inherit;
    line-height: 14px;
}

.footer__supportix {
    display: inline;
    color: inherit;
    transition: all 0.2s ease-in-out;
}

.footer__supportix:hover {
    color: #fff;
}

.footer__metrica {
    position: absolute;
    right: 0;
    bottom: 50px;
}

.social-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-footer__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin-left: 40px;
}

.social-footer__item {
    margin: 0 10px;
}

.social-footer__icon {
    width: 30px;
    height: 28px;
    fill: #acacad;
    transition: 0.2s all ease;
}

.social-footer__icon:hover {
    fill: #d72b2b;
}

.social-footer__icon_facebook:hover {
    fill: #475993;
}

.social-footer__icon_gray path {
    fill: #acacad;
}

.social-footer__icon_insta path {
    transition: 0.3s all ease;
}

.swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

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

.gallery-top {
    height: 80%;
    width: 100%;
    max-width: 1920px;
}

.gallery-top img {
    display: block;
}

.main-slider-swiper-pagination {
    position: absolute;
    bottom: 0px !important;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.8);
}

.main-slider-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    opacity: 0.5;
    background: #fff;
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
}

.main-slider-swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    width: 15px;
    height: 15px;
}

.breadcrumb-navigation {
    display: none;
}

.main-slider {
    position: relative;
}

.main-slider__nav-wrapper {
    position: absolute;
    height: 56px;
    width: 100%;
    bottom: 2px;
}

.main-slider__nav {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-slider__nav-wrapper-thumbs {
    position: absolute;
    width: 100%;
    bottom: 2px;
}

.main-slider__nav-thumbs {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-slider__number {
    display: inline-block;
    font-size: 21px;
    color: #949494;
}

.main-slider__nav-block {
    z-index: 2;
    cursor: pointer;
}

.main-slider__icon-arrow {
    width: 13px;
    height: 13px;
    fill: #fff;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-left: 10px;
    margin-right: 20px;
}

.main-slider__icon-arrow_active {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.main-slider__gallery-thumbs-wrapper {
    display: block;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    width: 100%;
}

.main-slider__gallery-thumbs {
    position: absolute;
    right: 0;
    width: 460px;
    box-sizing: border-box;
    padding: 10px 0;
    z-index: 2;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.8);
    padding: 40px 30px 35px 30px;
    bottom: 55px;
}

.main-slider__gallery-thumbs_visible {
    visibility: visible;
}

.main-slider__gallery-thumbs .swiper-slide {
    width: 100%;
    height: 20px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    padding: 5px 0;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-slider__gallery-thumbs .swiper-slide-active {
    opacity: 1;
    color: #fff;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    pointer-events: auto;
}

@media (max-width: 1610px) {
    .main-actions-button-next {
        right: 0;
        background: rgba(78, 78, 78, 0.4);
        border-radius: 50%;
    }

    .main-actions-button-prev {
        left: 0;
        background: rgba(78, 78, 78, 0.4);
        border-radius: 50%;
    }

    .main-page__block_brand {
        background-position-x: center;
    }
}

@media (max-width: 1440px) {
    .main-brand__subtitle {
        font-size: 60px;
    }

    .main-brand__li {
        text-align: center;
    }

    .wrapper, .main-page__block, .footer {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }

    .main-news__list {
        justify-content: center;
    }

    .main-news__item {
        background-color: #000;
        width: 49%;
        max-width: 450px;
        margin: 15px;
        box-sizing: border-box;
    }

    .main-news__item:last-child {
        display: none;
    }

    .main-brand__subtitle {
        font-size: 50px;
    }

}

@media (max-width: 1366px) {
    .main-brand__slogan-name {
        font-size: 32px;
    }

    .main-brand__slogan-desc {
        font-size: 26px;
    }
}

@media (max-width: 1280px) {
    .main-brand__ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .main-brand__li {
        width: 20%;
        border-right: none;
        /* margin-bottom: 30px; */
        padding: 0;
    }

    .main-brand__ul {
        margin-top: 60px;
    }

    .main-brand__slogan {
        margin-top: 60px;
    }

    .main-brand__slogan-name {
        font-size: 29px;
    }

    .main-brand__slogan-desc {
        font-size: 23px;
    }
}

@media (max-width: 1024px) {
    .main-brand__subtitle {
        font-size: 45px;
    }

    .main-brand__slogan-name {
        font-size: 24px;
    }

    .main-brand__slogan-desc {
        font-size: 18px;
    }
}

@media (max-width: 960px) {
    .main-brand__ul {
        margin-top: 0;
    }

    .main-page__block_brand {
        height: 100%;
    }

    .main-brand__li, .main-brand__li__text, .main-brand__slogan-item {
        color: #000;
    }

    .main-brand__li__icon, .main-brand__li__icon-russia {
        fill: #d72b2b;
    }

    .main-brand__subtitle {
        font-size: 35px;
        margin: 35px 0 35px 0;
    }

    .main-brand__slogan-list {
        flex-direction: column;
    }

    .main-brand__slogan-item {
        width: 80%;
        align-self: center;
        margin-bottom: 20px;
        text-align: left;
    }

    .main-brand__title-name {
        margin: 0;
    }

    .main-brand__title-slogan {
        display: block;
    }

    .main-brand__title {
        line-height: 1.3;
    }

    .main-brand__title-name:after {
        display: none;
    }

    .main-brand__slogan-name, .main-brand__slogan-desc {
        display: inline-block;
    }

    .main-brand__slogan-item:first-child {
        align-self: center;
        text-align: center;
    }

    .main-brand__li {
        width: 47%;
    }

    .main-brand__img {
        display: block;
        position: relative;
    }

    .content-head__one {
        display: block;
        position: absolute;
        top: 15%;
        left: 5%;
        right: 5%;
        bottom: 15%;
    }

    .content-head__two {
        display: none;
    }

    .main-brand__img-block {
        position: relative;
    }

    .main-brand__content {
        width: 100%;
    }

    .main-brand__slogan {
        color: #131313;
        text-align: center;
        margin-top: 30px;
    }

    .main-page__block_brand {
        background: none;
    }

    .sitemap__item {
        width: 48%;
    }

}

@media (max-width: 768px) {
    .main-slider-swiper-pagination {
        position: relative;
        /* bottom: 4px !important; */
    }

    .main-slider__gallery-thumbs {
        bottom: 61px;
    }

    .main-models__row {
        border-bottom: none;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 0;
    }

    .main-models__item {
        width: 100%;
        margin-bottom: 30px;
    }

    .main-models__item:last-child {
        margin-bottom: 0;
    }

    .main-gallery__list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .main-gallery__item {
        width: 100%;
    }

    .main-gallery__item:first-child {
        margin-bottom: 30px;
    }

    .main-isuzu__text {
        text-align: center;
        line-height: 32px;
    }

    .main-features__list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .main-features__item {
        width: 100%;
    }

    .main-features__divider {
        display: none;
    }
}

@media (max-width: 650px) {
    .main-brand__subtitle {
        font-size: 28px;
    }

    .main-actions-swiper-slide {
        text-align: center;
    }

    .main-news__list {
        display: block;
    }

    .main-news__item {
        width: 100%;
        margin: 0 auto;
    }

    .main-news__item:nth-child(2) {
        display: none;
    }
}

@media (max-width: 540px) {
    .main-brand__title {
        font-size: 25px;
    }

    .main-brand__slogan-name {
        font-size: 24px;
    }

    .main-brand__li {
        width: 100%;
    }

    .main-brand__subtitle {
        line-height: 1.3;
        font-size: 25px;
        margin-top: 10px;
    }

    .main-slider__nav-block {
        display: none;
    }

    .sitemap__list {
        display: block;
    }

    .sitemap__item {
        width: 100%;
        max-width: 250px;
        margin: 30px auto;
    }

    .main-brand__slogan {
        font-size: 22px;
        line-height: 14px;
    }

    a[href="https://metrika.yandex.ru/stat/?id=28107546&from=informer"] {
        display: block;
        bottom: 0;
        right: inherit;
    }
}

@media (max-width: 420px) {
    .main-brand__title {
        font-size: 16px;
    }

    .main-brand__subtitle {
        font-size: 16px;
    }
}
