.subscribe {
    text-align: center;
    padding-top: 35px;
}

.subscribe__form {
    width: 100%;
    max-width: 320px;
    text-align: left;
    margin: 0 auto;
}

.subscribe__wrapper {
    position: relative;
    display: flex;
    margin-bottom: 10px;
}

.subscribe__field {
    width: 220px;
    font-size: 15px;
    color: #333;
    border: 0;
    background-color: #eaebec;
    padding: 16px 20px;
    box-sizing: border-box;
    height: 50px;
}

.subscribe__container {
    position: relative;
}

.subscribe__label {
    font-size: 12px;
    color: #888888;
    position: absolute;
    left: 15px;
    top: 19px;
    cursor: default;
}

.subscribe__container_agree {
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    color: #000;
    margin: 10px 0px;
    line-height: 22px;
}

.subscribe__submit {
    display: block;
    width: 110px;
    border: 0;
    font-size: 13px;
    color: #ffffff;
    padding: 16px 0;
    text-align: center;
    outline: none;
    box-sizing: border-box;
    background: #3e3e3e;
    transition: 0.2s ease-in;
    cursor: pointer;
    height: 50px;
    -webkit-appearance: none;
    border-radius: 0;
}

.subscribe__submit:hover {
    background: #ff0000;
}

.subscribe__link {
    border-bottom: 1px dashed;
    display: inline;
}

.subscribe-agree__checkbox, .subscribe-agree__label {
    vertical-align: middle;
}

.subscribe-agree__label {
    font-family: 'Arial', sans-serif;
    font-size: 12px;
    color: #000;
    margin: 10px 0px;
    line-height: 22px;
}

.subscribe__error {
    color: red;
}


.slide-timer-container {
    display: block;
    position: absolute;
    top: 57%;
    left: 7%;
}

.slide-timer-title {
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
}

.slide-timer-timer {
    background-color: #fff;
    padding: 15px 90px;
}

.timer-1200 {
    display: none;
}

.timer-960 {
    display: none;
}

.timer-640 {
    display: none;
}

@media (max-width: 1440px) {
    .slide-timer-container {
        top: 55%;
        left: 8%;
    }

    .slide-timer-title {
        margin-bottom: 15px;
    }

    .slide-timer-timer {
        padding: 5px 40px;
    }
}

@media (max-width: 1200px) {
    .timer-1920 {
        display: none;
    }

    .timer-1200 {
        display: block;
    }
}

@media (max-width: 1024px) {
    .slide-timer-title {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .slide-timer-timer {
        padding: 5px 20px;
    }
}

@media (max-width: 960px) {
    .timer-1200 {
        display: none;
    }

    .timer-960 {
        display: block;
    }
}

@media (max-width: 800px) {
    .slide-timer-title {
        font-size: 10px;
    }
}

@media (max-width: 640px) {
    .timer-960 {
        display: none;
    }

    .timer-640 {
        display: block;
    }

    .slide-timer-title {
        font-size: 6px;
        margin-bottom: 2px;
    }

    .slide-timer-timer {
        padding: 2px;
    }

    .slide-timer-container {
        left: 6%;
    }
}

body, b, p, h1, h2, a {
    font-family: Helvectica, sans-serif;
}

.contacts {
    margin: 25px 0;
}

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

.contacts__list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 55px;
}

/* .contacts__list::after {
  content: "";
  flex: auto;
} */


.contacts__item {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    width: 33%;
    position: relative;
}


.contacts-item__map.contacts__item {
    margin-bottom: 50px;
    display: block;
    align-items: center;
    width: 50%;
    position: relative;
}

.contancts-info__wrapper {
    display: flex;
}

.contacts__item:nth-child(1) .contancts-info__wrapper,
.contacts__item:nth-child(2) .contancts-info__wrapper {
    min-height: 156px;
}


.map__wrapper {
    width: 90%;
    margin: 15px auto;
}
.map__wrapper > ymaps{
    width: 100% !important;
}

.contacts__item-icon {
    height: 90px;
    width: 90px;
    fill: #ff0000;
}

.contacts__item-ico {
    display: inline-block;
    margin-left: 15px;
    width: 80px;
}

.contacts__item-img {
    display: inline-block;
    width: 85px;
    margin-left: 10px;
}

.contacts__item-img img {
    width: 100%;
    border-radius: 50%;
    margin-left: 15px
}

.contacts__item-text {
    display: inline-block;
    margin-left: 35px;
    width: 370px;
    text-align: left;
    /* position: absolute;
    top: 50%;
    transform: translateY(-50%); */
}

.contacts__item-text p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}

.contacts__item-text a {
    text-decoration: underline;
}

.item-stretch {
    width: 100% !important;
}

.item-center {
    align-items: end;
}

.text-tab {
    display: inline-block;
    cursor: pointer;
}

.text-tab-link {
    display: inline-block;
}

@media (max-width: 1024px) {
    .contacts__item {
        width: 49%;
    }
}

@media (max-width: 768px) {
    .contacts__item {
        width: 100%;
    }


    .contacts-item__map.contacts__item:nth-child(1) .contancts-info__wrapper,
    .contacts-item__map.contacts__item:nth-child(2) .contancts-info__wrapper {
        min-height: auto;
    }

    .contacts-item__map.contacts__item {
        width: 100%;
    }


    .map__wrapper {
        width: 100%;
    }

}

@media (max-width: 480px) {
    .contacts__item {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .contacts__item-img {
        margin: 0;
    }

    .contacts__item-img img {
        margin: 0;
    }

    .contacts__item-text {
        /*text-align: center;*/
        margin: 0;
    }

    .item-center {
        align-items: center;
    }

    .contacts__item-ico {
        margin: 0;
    }
}

.conference-form__icon {
    top: 0;
    left: -11px;
    width: 58px;
    position: absolute;
    fill: #d72b2b;
}

.conference-form__icon_right {
    right: -11px;
    left: auto;
}

.conference-form__title {
    z-index: 1;
    text-align: center;
    font-size: 20px;
    position: relative;
}

.conference-form__items-container {
    /* margin-top: 50px; */
    justify-content: space-between;
    z-index: 1;
    position: relative;
    display: flex;
}

.conference-form__type-input.conference-form__type-check {
    display: none;
}

.conference-form__type-check_conference_disabled:before {
    background: rgb(243, 243, 243) !important;
    transition: background .4s ease;
}

.conference-form__item_center {
    display: flex;
    align-items: center;
}

.conference-form__item_row {
    display: flex;
}

.conference-form__label {
    font-size: 17px;
    font-family: Helvetica, sans-serif;
    margin: 0 50px 0 35px;
    position: relative;
    text-align: left;
    cursor: pointer;
    user-select: none;
}

@media only screen and (max-width: 767px) {
    .conference-form__label {
        /* margin-top: 55px; */
    }
}

.conference-form__label:before {
    content: "";
    display: block;
    position: absolute;
    left: -35px;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #a9a9a9;
}

.conference-form__type-check:checked + label:before,
.conference-form__type-check:checked + label + label:before
{
    background: #d72b2b;
}

.conference-form__container.conference-form__container_wrap {
    flex-wrap: nowrap;
}

.conference-form__item.conference-form__item_width {
    flex: 0 1 100%;
}

@media only screen and (max-width: 767px) {
    .conference-form__items-container {
        flex-wrap: wrap;
    }
}

.conference-form__items-container_start-center {
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
    .conference-form__items-container_start-center {
        flex-wrap: wrap;
    }
}

.conference-form__item {
    flex: 0 0 42%;
}

@media only screen and (max-width: 767px) {
    .conference-form__item {
        flex: 0 0 100%;
    }
}

.conference-form__item_width {
    padding-left: 6px;
    padding-right: 20px;
    flex: 0 0 auto;
}

@media only screen and (max-width: 767px) {
    .conference-form__item_width {
        flex: 0 0 100%;
    }
}

.conference-form__item_full-width {
    flex: 0 0 100%;
}

.conference-form__container {
    /* justify-content: center; */
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
    .conference-form__container {
        justify-content: flex-start;
    }
}

.conference-form__container_inline {
    display: inline-block;
}

.conference-form__container_align-top {
    align-items: flex-start;
}

.conference-form__items-container_start {
    justify-content: flex-start;
}

.conference-form__type-input {
    margin-top: 40px;
    padding: 10px;
    width: 100%;
    border: none;
    outline: none;
    font-family: Helvetica, sans-serif;
    font-weight: 300;
    border-bottom: 2px solid #a7a7a7;
    font-size: 17px;
    background: transparent;
    color: #000;
}

.conference-form__type-input::-webkit-input-placeholder {
    color: #000 !important;
}

.conference-form__type-input:-moz-placeholder {
    /* Firefox 18- */
    color: #000 !important;
}

.conference-form__type-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #000 !important;
}

.conference-form__type-input:-ms-input-placeholder {
    color: #000 !important;
}

.conference-form__choose {
    margin-top: calc(1em + 10px);
    font-weight: 600;
}

.conference-form__size-btn {
    margin: 0 6px;
}

.conference-form__size-btn_margin {
    margin-left: 0;
}

.conference-form__size-btn_hidden {
    position: absolute;
    opacity: 0;
}

.conference-form__size {
    margin-top: 10px;
    width: 53px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s linear;
    background: #fff;
    color: #000;
}

.conference-form__size-input {
    display: none;
}

.conference-form__size-input:checked + .conference-form__size {
    background: #d72b2b;
    color: #fff;
}

.conference-form__request {
    margin: 0;
    padding: 20px 0;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    position: relative;
}

.conference-form__request span {
    display: inline-block;
    width: 75%;
}

.conference-form__request:before,
.conference-form__request:after {
    content: "";
    display: block;
    position: absolute;
    width: 150px;
    height: 1px;
    background: #d72b2b;
}

@media only screen and (max-width: 1480px) {
    .conference-form__request:before,
    .conference-form__request:after {
        width: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .conference-form__request span {
        width: 100%;
    }

    .conference-form__request:before,
    .conference-form__request:after {
        display: none;
    }
}

.conference-form__request:before {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.conference-form__request:after {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.conference-form__comment {
    padding: 20px;
    width: 100%;
    height: 200px;
    border: 0;
    outline: none;
    resize: none;
    box-sizing: border-box;
    font-style: italic;
    font-size: 16px;
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.1);
    background: #c1c1c1;
    color: #fff;
}

.conference-form__comment::-webkit-input-placeholder {
    color: #fff !important;
}

.conference-form__comment:-moz-placeholder {
    /* Firefox 18- */
    color: #fff !important;
}

.conference-form__comment::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff !important;
}

.conference-form__comment:-ms-input-placeholder {
    color: #fff !important;
}

.conference-form__disclaimer {
    margin-top: 30px;
    font-style: italic;
}

.conference-form__submit {
    background: #d72b2b;
    border: none;
    color: #fff;
    height: 44px;
    padding: 0px 40px;
    font-size: 18px;
    margin: 10px auto;
    display: block;
    cursor: pointer;
}

.js-required {
    font-size: 12px;
    color: #b73636;
    display: block;
    margin: 0 auto;
}

.feedback__button {
    background: #c33939;
    border: none;
    color: #fff;
    height: 44px;
    padding: 0px 40px;
    font-size: 18px;
    margin: 40px auto;
    display: block;
    cursor: pointer;
}

.feedback__success {
    display: none;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    width: 300px;
    text-align: center;
    background: #fff;
    padding: 30px 60px;
    border: 1px solid #ccc;
    z-index: 20;
    margin: auto;
}

.feedback__button:hover {
    background: #b73636;
}

.button__close {
    cursor: pointer;
    position: absolute;
    display: block;
    top: 0px;
    right: 3px;
    background: none;
    border: none;
    font-size: 30px;
    color: #8e8e8e;
    transform: rotate(45deg);
    outline: none;
}

.button__close:hover {
    color: #d72b2b;
}

.feedback__success_thanks {
    color: #c33939;
    font-size: 26px;
    display: block;
}

.overlay {
    display: none;
    z-index: 15;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}


.order-form {
    max-width: 720px;
    width: 100%;
    background: #fff;
    color: #000;
    position: absolute;
    z-index: 5;
    box-shadow: 0 10px 20px #353535;
    margin: auto;
    right: 13%;
    top: 7%;
}

.order-form__close-buttom {
    position: absolute;
    right: 4px;
    top: 0px;
    transform: rotate(45deg);
    font-size: 40px;
    color: #a9a9a9;
}

.order-form__block {
    margin: 25px;
}

.order-form__title {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin: 25px;
}

.order-form__list {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
}

.order-form__item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 12px 0;
    justify-content: space-between;
}

.order-form__type-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 15px 20px;
    height: 100%;
    box-sizing: border-box;
    color: #a9a9a9;
    border: 1px solid #a9a9a9;
}

.input-textarea {
    height: 100px;
}

.input-captcha {
    width: 65%;
}

.order-form__type__submit {
    background: #d72b2b;
    border: none;
    color: #fff;
    height: 44px;
    padding: 0px 40px;
    font-size: 18px;
    margin: 40px auto;
    display: block;
    cursor: pointer;
}

.order-form__label {
    font-size: 12px;
    color: #888888;
    position: absolute;
    left: 17px;
    top: 17px;
}

.order-form__label_err {
    font-size: 12px;
    color: #d72b2b;
    position: absolute;
    left: 17px;
    top: 17px;
}

.error {
    color: #d72b2b;
}

.order-form__type-check {
    display: none;
}

.conference-form__label-error {
    color: #b73636;
}

a.agree:hover {
    text-decoration: underline;
}

.order-form__close-buttom:hover {
    cursor: pointer;
    color: #d72b2b;
}

.overlay-white {
    display: none;
    z-index: 5;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.49);
}

ul.breadcrumb-navigation {
    display: none;
}

.contracts__feedback-banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.contracts__feedback-img {
    background: url(../images/sluzhba-klientskoj-podderzhki-isuzu.jpg);
    background-position: 80% 50%;
    background-size: cover;
    height: 775px;
    width: 100%;
}

.contracts__feedback-form {
    position: absolute;
    right: 13%;
    top: 7%;
    transform: translateY(-50%);
    max-width: 635px;
    width: 100%;
    line-height: 1.5;
}

@media (max-width: 1367px) {
    .order-form {
        max-width: 650px;
        right: 5%;
    }

    .contracts__feedback-img {
        background-position: 40% 50%;
    }
}

@media (max-width: 1000px) {
    .order-form {
        right: 0;
        left: 0;
    }
}

@media (max-width: 799px) {
    /* .order-form{
      top: 0;
    } */
    /* .order-form__type-input{
      padding: 7px;
    }
    .order-form__label{
      left: 10px;
      top: 10px;
    }
    .input-textarea {
        height: 100%;
    }
    .order-form__title{
      margin: 10px;
    }
    .order-form__item{
      margin: 5px 0;
    } */

}

@media (max-width: 600px) {
    .input-captcha {
        width: 100%;
    }

    /* .order-form__item {
        text-align: center;
        position: relative;
        display: block;
      } */
    .feedback__success {
        top: 40%;
        width: 150px;
    }

}

.media__title {
    text-align: center;
    color: #ff0000;
    font-size: 20px;
    margin: 30px 0;
}

.media-gallery {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.media-gallery:after {
    content: "";
    /* flex: auto; */
    width: 32%;
}

.media-gallery__item {
    width: 32%;
    margin-bottom: 20px;
}

.media-gallery__img {
    width: 100%;
}

.media-gallery__name {
    font-size: 18px;
    text-align: left;
}

.media__link {
    display: table;
    text-align: center;
    margin: 20px auto;
    background: #fff;
    border: 1px solid #ff0000;
    font-size: 16px;
    padding: 10px 20px;
    /* width: fit-content; */
    transition: all 0.2s ease-in-out;
}

.media__link:hover {
    background: #ff0000;
    color: #fff;
}

.media__divider {
    width: 100%;
    background: #d1d1d1;
    height: 1px;
    margin-top: 30px;
}

.media-gallery__play {
    position: absolute;
    height: 45px;
}

.media-gallery__youtube {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .media-gallery {
        display: block;
    }

    .media-gallery__item {
        width: 100%;
        max-width: 360px;
        margin: 20px auto;
    }
}

.news-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.news-list__item {
    width: 32%;
    cursor: pointer;
    margin-right: 2%;
    transition: all 0.2s ease-in-out;
    margin-bottom: 60px;
}

.news-list__item:nth-child(3n) {
    margin-right: 0;
}

.news-list__image {
    /* min-height: 250px; */
    position: relative;
    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;
}

.news-list__image a {
    display: block;
    width: 100%;
}

.news-list__image img {
    width: 100%;
}

.news-list__title {
    line-height: 1.3;
    margin-top: 20px;
    text-align: left;
    font-size: 16px;
    display: block;
    text-decoration: none;
    color: inherit;
    font-weight: bold;
}

.news-list__title:hover {
    text-decoration: underline;
}

.news-list__date {
    position: absolute;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 8px;
    padding: 10px 20px;
    font-style: italic;
    font-size: 14px;
    margin: 10px 0;
}

.news-list__item.js-faded {
    opacity: 0.5;
}

@media (max-width: 640px) {
    .news-list {
        flex-flow: column wrap;
    }

    .news-list__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5%;
    }
}


.top-logo__list {
    display: flex;
    justify-content: center;
}
.item-logo {
    width: 48%;
}
.item-logo__container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}
.item-logo__text {
    color: #4e4e4e;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
    margin-left: 1%;
}
.item-logo__container img {
    width: 80%;
}
.item-logo__container-right {
    display: flex;
    flex-direction: column;
}
.top-logo__item {
    display: flex;
    align-items: center;
}
.item-text {
    /* background-color: #f3f4f5; */
    width: 52%;
}
.item-text__container {
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 3%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.item-text__container p {
    color: #4e4e4e;
    font-size: 21px;
    line-height: 35px;
}
.item-text__container-left {
    width: 75%;
    height: 100%;
}
.item-text__container-right {
    display: none;
    background-color: #f3f4f5;
    width: 23%;
    height: 310px;
}
.item-text__container-left span {
    width: 75%;
    display: block;
    padding: 3% 10%;
}
.container-right-list {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-top: auto;
    height: 60%;
}
.container-right-line {
    border-top: 2px solid #ba2727;
    width: 130px;
    margin-bottom: 25px;
}
.container-left-list {
    display: none;
    flex-direction: column;
    margin-left: auto;
    margin-top: auto;
    height: 60%;
}
.container-left-line {
    border-top: 2px solid #f3f4f5;
    width: 130px;
    margin-bottom: 25px;
}
@media (max-width: 1440px) {
    .item-text__container-right {
        display: none;
    }
    .item-text__container-left {
        width: 100%;
    }
    .container-left-list {
        display: none;
    }
}
@media (max-width: 1110px) {
    .item-logo__container {
        margin-left: 5%;
    }
}
@media (max-width: 800px) {
    .top-logo__list {
        flex-direction: column;
        height: 100%;
    }
    .item-logo__container {
        margin: 0;
        justify-content: center;
        margin-left: 15%;
    }
    .item-logo {
        width: 100%;
    }
    .item-text {
        width: 100%;
    }
    .item-text__container {
        margin: 0;
    }
    .item-text__container p {
        border: none;
    }
    .item-text__container-left span {
        width: 80%;
    }
}

.company-menu-container {
    background: #f3f4f5;
    margin-top: -15px;
    box-shadow: inset 0 4px 10px #ccc;
}
.company-menu__list {
    display: flex;
    font-size: 16px;
    justify-content: space-around;
}
.company-menu__item {
    margin-top: 20px;
    margin-bottom: 20px;
}
.company-menu__item a {
    transition: 0.5s ease-in-out;
}
.company-menu__item a:hover {
    color: #db1300;
    transition: 0.5s ease-in-out;
}
ul.breadcrumb-navigation {
    display: none;
}
#page_content:not(#any-id) {
    margin-top: 0;
    padding-bottom: 0;
}
.company-menu__wrap {
    display: none;
}
.company-menu__toggle {
    transition: 0.5s;
    margin-left: 2%;
    width: 12px;
    margin-top: 1px;
}
.company-menu__toggle {
    transition: 0.3s;
    margin-left: 1%;
}
.company-menu__toggle.active {
    transform: rotate(-180deg);
    transition: 0.3s;
}
.company-menu__link.active {
    border-bottom: 1px solid #db1300;
}
.company-menu__wrap.active {
    border-bottom: 1px solid #c1c1c1;
}
@media (max-width: 620px) {
    .company-menu__wrap {
        display: flex;
        align-items: center;
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .company-menu__list {
        display: none;
    }
    .company-menu__list.visible {
        display: block;
        padding: 0;
    }
    .company-menu__item {
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 15px;
        padding-top: 15px;
        text-align: center;
        border-bottom: 1px solid #c1c1c1;
    }
}


.about__banner{
    width: 100%;
}
.about__activity{
    display: flex;
    margin-top:60px;
    justify-content: space-between;
    align-items: flex-start;
}
.about__house{
    border: 5px solid #f3f4f5;
    width:48%;
    padding: 20px 40px;
    box-sizing: border-box;
}
.about__subtitle{
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    color:#000;
    font-family: arial;
    margin-bottom: 20px;
}
.about__house-images{
    display: flex;
    justify-content: center;
    align-items:center;
}
.about__house-img{
    max-width: 150px;
    margin: 10px 10px 0px 10px;
}
.about__area{
    width:48%;
    box-sizing: border-box;
}
.about__svg{
    fill:#ba2727;
    width: 100%;
}
.about__advantage-text{
    color: #595959;
    font-size: 21px;
    font-weight: 600;
}
.about__advantage-text span{
    font-size: 30px;
}
.about__advantages{
    display: flex;
    margin-top:35px;
    justify-content: space-between;
}
.about__advantage{
    width: 45%;
    text-align: center;
}
.about__divider{
    height: 1px;
    background: #e6e6e6;
    width: 10%;
    margin-top:45px;
}
.about__svg_truck{
    height: 90px;
}
.about__svg_location{
    height: 90px;
    padding: 10px;
    box-sizing: border-box;
}
.about__world{
    background: #f3f4f5;
    padding:30px 0;
    box-sizing: border-box;
    margin: 50px 0;
}
.about__world-title{
    font-weight: 600;
}
.factories{
    display: flex;
    align-items: center;
}
.factories__power{
    width: 45%;
    align-items: center;
    display: flex;
    margin-right: 15px;
    padding: 0 15px;
}
.factories__img{
    margin-right: 30px;
}
.factories__description{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
}
.factories__description:before{
    content: '';
    position: absolute;
    background-image: url(../images/graph_30.png);
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    background-size: 80%;
    transform: scale(-1,1) rotate(42deg);
    left: -50px;
    top: 10px;
}
.factories__count{
    width: 55%;
    border-left: 5px solid #eaebec;
    padding-left: 30px;
}
.factories__text{
    font-size: 16px;
}
.factories__count span{
    color:#ba2727;
    font-size: 21px;
    font-weight: 900;
}
.gallery{
    margin: 50px 0;
}
.gallery__img{
    margin: auto;
    display: block;
    width: 100%;
}
.gallery-button-prev, .gallery-button-next{
    background-image:url(../images/arrow.png) !important;
    width: 30px !important;
    height: 30px !important;
    background-size: 30px !important;
    /*left: 30px !important;*/
}
.gallery-button-next{
    transform: scale(-1,1);
    right: 30px;
    left: auto;
}
.gallery-pagination .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
}
.about__brand{
    background: #f3f4f5;
    padding:30px 0;
    box-sizing: border-box;
    margin: 50px 0;
}
.about__brand-description{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about__years{
    width: 40%;
}
.about__appear{
    /* width: 55%; */
}
.about__appear-title{
    font-size: 18px;
    font-weight: 600;
}
.about .about__russia{
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    display: table;
    margin: 0 auto;
}
.about__russia:first-child{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 3px solid #e6e6e6;
}
.about__russia span{
    font-size: 130px;
    color:#ba2727;
    font-weight: 900;
}
.about-tabs__content {
    display: none;
    /* border-bottom: 1px dashed #f3f3f3; */
    box-sizing: border-box;
    padding: 50px 0 15px 0;
}
.about-tabs__content.active {
    display: block;
}
.about-tabs__caption{
    display: flex;
    justify-content: space-between;
}
.about-tabs__caption li{
    width: 49%;
    display: flex;
    align-items: center;
    padding: 10px 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    transition: all 0.2s ease-in-out;
    justify-content: center;
    cursor: pointer;
}
.about__svg_earth{
    width: 70px;
    height: 70px;
    margin-right: 20px;
}
.about__svg_russia{
    width: 115px;
    height: 70px;
    margin-right: 20px;
}
.about-tabs__caption li.active{
    background: #ba2727;
}
.about-tabs__caption li.active p{
    color: #fff;
}
.about-tabs__caption li.active .about__svg_earth, .about-tabs__caption li.active .about__svg_russia{
    fill:#fff;
}
.history__preview{
    display: flex;
    width: 100%;
    max-width: 730px;
    margin: 0 auto 20px auto;
    align-items: center;
}
.history__text{
    font-size: 17px;
    font-weight: 600;
}
.about__svg_growrth{
    height:100px;
    width:270px;
    margin-right: 30px;
}
.history__hundred{
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px dashed #f3f3f3;
    margin: 20px 0 50px 0;
    padding-top: 30px;
}
.history__hundred-text{
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    position: relative;
}
.history__hundred-text span{
    font-size: 38px;
    text-transform: uppercase;
    color:#db1300;
    display: block;
    margin-top:15px;
}
.history__hundred-text:before, .history__hundred-text:after{
    position: absolute;
    content: '';
    width: 100px;
    height: 1px;
    background: #db1300;
    top:50%;
    left:-140px;
}
.history__hundred-text:after{
    left:auto;
    right: -140px;
}

.history-nav__list{
    display: flex;
    flex-flow: row nowrap;
}
.history-nav__item{
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    min-width: 80px;
    text-align: center;
    background: #e6e6e6;
    padding: 20px;
    box-sizing: border-box;
    border-right: 1px solid #fff;
    margin: 0 0 2px;
    cursor: pointer;
    transition: 0.2s ease-in;
    position: relative;
}
.history-nav__item:last-child{
    border-color: transparent;
}
.history-nav__item_active{
    background: #db1300;
    color: #fff;
    border-color: #db1300;
}

.history-nav__item:nth-of-type(1):before{
    content: '';
    background: url(../../images/flag-red.png) no-repeat;
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 45px;
    background-size: contain;

}
.history-nav__item:hover{
    background: #db1300;
    color: #fff;
    border-color: #db1300;
}
.history-content__block{
    display: none;
}
.history-content__block_active{
    display: block;
}
.history-item__wrapper{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-flow: row wrap;
}
.history-item__img{
    width: 45%;
    border: 20px solid #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-sizing: border-box;
    position: relative;
}
.history-item__svg {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.5);
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 50%;
}
.history-item__img img {
    width: 100%;
    display: block;
}
.history-item__info{
    width: 50%;
    display: flex;
    flex-flow: column wrap;
    /* justify-content: center; */
    align-items: center;
}
.history-item__date{
    width: 100%;
    /* text-align: center; */
    margin-bottom: 20px;
}
.history-item__date > span {
    font-size: 24px;
    /* color: #db1300; */
    border-bottom: 3px solid #e6e6e6;
    padding-bottom: 10px;
    /* font-weight: 700; */
}
.history-item__date span span{
    font-size: 42px;
    color: #db1300;
}
.history-item__date_small span{
    font-size: 70px;
}
.history-item__text {
    width: 100%;
    /* max-width: 550px; */
    /* padding: 0 40px; */
    line-height: 1.5;
    box-sizing: border-box;
}
/* .history-item:nth-of-type(even) .history-item__img{
  order: 2;
} */
.history-item {
    display: block;
    margin: 50px 0;
    position: relative;
}
/* .history-item:after{
  content: '';
  display: block;
  background: #db1300;
  width: 6%;
  left: 47%;
  top: 100%;
  height: 50px;
  position: absolute;
} */
.history-item:last-child:after{
    display: none;
}
.history-bottom-nav__icon{
    width: 16px;
    height: 32px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 30px;
}
.history-bottom-nav__icon svg{
    width: 100%;
    height: 100%;
    fill: #fff;
}
.history-bottom-nav__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #db1300;
    color: #fff;
    border: none;
    padding: 10px 30px;
    margin: 5px 0;
    width: 50%;
    max-width: 160px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    outline: none;
}
.history-bottom-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.history-bottom-nav__btn_next{
    margin-left: auto;
}
.history-bottom-nav__btn_prev .history-bottom-nav__icon{
    left: 30px;
    right: auto;
}
.history-bottom-nav__btn:hover .history-bottom-nav__icon{
    -webkit-animation: back-btn-aminated 0.7s;
    animation: back-btn-aminated 0.7s;
}
.history-item__info_russia{
    width: 100%;
}
.history-item__nav {
    font-size: 15px;
    list-style: disc;
    line-height: 22px;
    align-self: flex-start;
}
.history-item__nav li{
    color: #db1300;
    margin-left: 20px;
}
.history-item__nav li span {
    color: #000;
}
@keyframes back-btn-aminated {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.history-bottom-nav__btn_hidden{
    display: none;
}









@media (max-width: 1440px) {

}
@media (max-width: 1366px) {
}
@media (max-width: 1280px) {
    .about{
        box-sizing: border-box;
        padding:0 20px;
    }
    .history-item__date_small span {
        font-size: 80px;
    }
    .history-item__wrapper{
        align-items: flex-start;
    }
    .history-item:after{
        display: none;
    }



}
@media (max-width: 1024px) {
    .history-item__date_small span {
        font-size: 40px;
    }
    .factories__description:before{
        display: none;
    }
}
@media (max-width: 768px) {
    .history__hundred-text span{
        margin-top: 0;
    }
    .history__hundred{
        margin-bottom: 70px;
    }
    .about p{
        margin:10px 0;
    }
    .history-nav__list{
        flex-wrap: wrap;
    }
    .history-nav__item{
        width:10%;
    }
    .about__years{
        width: 100%;
    }
    .about__appear{
        width: 100%;
    }
    .about__brand-description{
        flex-wrap: wrap;
    }
    .about__russia:first-child{
        padding-bottom: 0;
        margin-bottom: 10px;
    }
    .about__years{
        margin-bottom: 30px;
    }
    .factories{
        flex-wrap: wrap;
    }
    .factories__power{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .factories__count{
        width:100%;
        padding-left: 0;
        border-left: 0;
    }
    .history-nav__list{
        justify-content: center;
    }
    .history-item__img, .history-item__info{
        width: 100%;
        max-width: 650px;
        margin: 0 auto;
    }
    .history-bottom-nav__btn{
        width: 49%;
    }
    .history-item:nth-of-type(even) .history-item__img{
        order: 0;
    }
    .about__activity{
        flex-wrap: wrap;
    }
    .about__house{
        width: 100%;
    }
    .about__area{
        width: 100%;
    }
    .history-item__date{
        margin-top: 20px;
    }
}
@media(max-width:500px){
    .about-tabs__caption{
        flex-wrap: wrap;
    }
    .about-tabs__caption li{
        width: 100%;
    }
    .factories__power{
        flex-wrap: wrap;
    }
    .factories__img{
        margin-bottom: 20px;
        margin-right: auto;
        margin-left:auto;
    }
    .history__hundred-text:before, .history__hundred-text:after{
        display: none;
    }
    .about__house-images{
        flex-wrap: wrap;
    }
}

ul.breadcrumb-navigation
{
    padding:0; margin:0;
    margin-bottom: 25px;
    list-style:none;
}

ul.breadcrumb-navigation li
{
    display:inline;
    font-size: 14px;
}

ul.breadcrumb-navigation a
{
    font-size: 14px;
}

ul.breadcrumb-navigation span
{

}

.colored{
    color: #d72b2b;
}
.models-icon {
    display: block;
    height: 50px;
    width: 50px;
    fill: #d72b2b; }

.models-header {
    background-image: url(img/elf-banner.jpg);
    background-color: #1b1b1b;
    background-repeat: no-repeat;
    margin-top: -60px;
    color: #fff; }
.models-header_forward{
    background-image: url(img/forward-banner.jpg);
}
.models-header_giga{
    background-image: url(img/giga-banner.jpg);
    background-position-y: 82%;
}
/* .models-header_giga .models-header__imgs{
  margin-top: 200px;
} */
.models-header__wrapper {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    padding: 0px 20px 60px 20px;
    box-sizing: border-box; }
.models-header__title {
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 43px;
    color: inherit;
    padding: 50px 0 20px 0;
    text-align: center; }
.models-header__text {
    font-size: 16px;
    line-height: 1.6;
    color: inherit;
    margin-bottom: 30px; }
.models-header__imgs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 80px 0 20px 0; }

.models-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0px auto 70px auto;
    width: 100%;}
.models-links__item {
    border: 1px solid #ddd;
    margin: 0 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    padding: 15px 20px;
    width: 48%;
    max-width: 350px;
    box-sizing: border-box;
    line-height: 1.5;
    transition: all .3s ease-in-out; }
.models-links__item:hover {
    border: 1px solid #d72b2b; }
.models-links__icon {
    width: 40px;
    height: 40px;
    margin-right: 10px; }

.models-feature__title {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase; }

.models-feature__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px; }

.models-feature__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
    width: 33.3%;
    margin-bottom: 30px; }

.models-feature__item span{
    font-weight: 600;
}

.models-feature__icon {
    margin-right: 15px; }

.models-filter {
    padding: 15px 0;
    background: #e8e8e8;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 3; }
.models-filter__wrapper {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    position: relative; }
.models-filter__select {
    cursor: pointer;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: transparent;
    font-size: 18px;
    padding: 15px 20px; }
.models-filter__select.opened + .models-filter__icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
.models-filter__icon {
    pointer-events: none;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 20px;
    top: 18px;
    transition: .3s all ease-in-out;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

.models-text {
    margin: 60px 0; }
.models-text__preview {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.models-text__preview::before {
    content: '';
    width: 35%;
    height: 2px;
    background: #d72b2b;
    margin-right: 50px; }
.models-text__preview::after {
    content: '';
    width: 35%;
    height: 2px;
    background: #d72b2b;
    margin-left: 50px; }
.models-text__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.models-text__col {
    width: 46%; }
.models-text__title {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    margin: 40px 0 20px 0;
    font-weight: 600;
    color: #575555; }

.models-new-header{
    margin-top: 40px;
}
.models-new-header__wrapper{
    margin-top: 40px;
    display: flex;
    box-shadow: 0px 0px 10px 0px #eee;
    align-items: center;
}
.models-new-header__item{
    width: 50%;
    align-items: center;
    box-sizing: border-box;
}
.models-new-header__item_text{
    padding: 40px;
    font-size: 14px;
    width: 50%;
}
.models-new-header__item_text > p{
    font-size: 14px;
    text-align: left;
}
.models-new-header__banner{

}
.models-new-header__title {
    font-weight: bold;
    font-size: 18px;
}
.models-new-header__text{
    font-size: 14px;
    text-align: left;
}
.warranty-label{
    display: flex;
    height: 50px;
    margin-top: 70px;
}
.warranty-label__caption{
    border-right: 3px solid #d72b2b;
    background: #eee;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}
.warranty-label__block{
    display: flex;
    padding: 0 15px;
    flex-direction: column;
    justify-content: center;
}
.warranty-label__text{
    font-size: 16px;
    display: block;
}
.warranty-label__text span{
    font-size: 30px;
    font-weight: 600;
}
.warranty-label__subtext{
    margin-top: 5px;
    font-size: 11px;
    display: block;
}

@media (max-width: 1024px) {
    .models-feature__item {
        width: 50%; }
    .models-new-header__wrapper{
        display: block;
        box-shadow: none;
        margin-top: 0;
    }
    .models-new-header__item{
        width: 100%;
    }
    .models-new-header__item_text{
        padding: 10px 0;
    }
    .models-new-header__banner{
        margin: 0 auto;
        display: block;
    }
    .warranty-label{
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .models-header__title {
        font-size: 30px; }
    .models-header__imgs {
        display: block; }
    .models-header__img {
        display: block;
        margin: 20px auto; }
    .models-links {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .models-links__item {
        width: 100%;
        margin: 10px 0; }
    .models-feature__item {
        width: 100%; }
    .models-text__preview:after {
        display: none; }
    .models-text__preview:before {
        display: none; }
    .models-text__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .models-links__item{
        justify-content: flex-start;
    }
    .models-links__icon{
        flex-shrink: 0;
    }
    .models-text__col {
        width: 100%; } }

@media (max-width: 450px) {
    .models-header__title {
        font-size: 20px; }
    .models-header__text {
        font-size: 14px; }
    .models-text p {
        font-size: 14px; }
    .warranty-label{
        text-align: center;
        display: block;
        height: auto;
    }
    .warranty-label__caption{
        padding: 10px 0;
        border-right: none;
        margin-bottom: 10px;
    }

    /* START SEO 19.05.2020 */
    .models-new-header__wrapper {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    /* END SEO 19.05.2020 */

    /* .warranty-label__caption{
      font-size: 14px;
    }
    .warranty-label__text{
      font-size: 14px;
    }
    .warranty-label__text span{
      font-size: 14px;
    } */
}

.model {
    padding: 30px 0 50px 0;
    border-bottom: 1px solid #c6c6c6; }
.model__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.model__info {
    width: 48%; }
.model__img-wrapper {
    width: 48%;
    position: relative;}
.model__img {
    width: 100%;
    max-width: 538px;
    margin: 0 auto;
    display: block; }
.model__title {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 40px;
    text-align: center; }
.model__series {
    color: #9a9a9a;
    white-space: nowrap;}
.model__preview {
    line-height: 1.5; }
.model__btn {
    background: #d72b2b;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 210px;
    margin: 10px auto;
    font-size: 16px;
    padding: 15px;
    transition: .3s all ease-in-out; }
.model__btn:hover {
    background: #bd2121; }

.model-detail__price {
    font-size: 18px;
    text-align: right; }
.model-detail__price span {
    font-size: 36px; }

.model-features__title {
    font-weight: 600;
    position: relative;
    padding-left: 65px; }
.model-features__title::before {
    content: '';
    width: 55px;
    height: 6px;
    background: #d72b2b;
    position: absolute;
    left: 0;
    bottom: 6px; }

.model-features__list {
    padding: 30px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    position: relative; }
.model-features__list:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 22px;
    left: 0;
    top: calc(50% - 11px);
    background: #d72b2b;
    z-index: -1; }

.model-features__item {
    background: #e8e8e8;
    padding: 30px 10px;
    line-height: 1.5;
    width: 19.5%;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }

.model-features__name {
    text-align: center;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
    font-size: 15px; }

.model-features__val {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left; }
.icon-models-new-tag {
    display: inline-block;
    height: 48px;
    vertical-align: middle;
    padding-bottom: 2px;
    padding-left: 5px;
}
.model_new-product-text {
    font-size: 15px;
    font-weight: 500;
    border-left: 3px solid #d72b2b;
    padding: 10px 0;
    padding-left: 20px;
    position: absolute;
    right: 0;
    top: 0;
}
.model_new-product-text>span {
    font-size: 50px;
}
@media (max-width: 1024px) {
    .model-features__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .model-features__list:after {
        display: none; }
    .model-features__item {
        width: 100%;
        margin-bottom: 20px; }
    .model_new-product-text {
        font-size: 13px;
        padding-left: 10px;
    }
    .model_new-product-text>span {
        font-size: 40px;
    }
    .icon-models-new-tag {
        height: 33px;
    } }

@media (max-width: 768px) {
    .model__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .model__info {
        width: 100%; }
    .model__img-wrapper {
        width: 100%; }
    .model-detail__price{
        text-align: center;
    }
}

@media (max-width: 520px) {
    /* .model__img-wrapper {
      text-align: right;} */
    .model__img {
        padding-top: 100px;
    }
    .model_new-product-text {
        /* position: static;
        display: inline-block;
        border-left: none;
        border-right: 3px solid #d72b2b;
        padding-right: 10px; */
        left: 0;
        right: auto;
    } }

/* End */


/* Start:/bitrix/components/supportix/cars.gallery/templates/.default/style.css?15771728481426*/
.models-gallery {
    margin: 20px 0;
    height: auto; }
.models-gallery__pagination {
    position: relative;
    margin: 0 15px; }
.models-gallery__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background: #d72b2b; }
.models-gallery__arrow {
    position: relative;
    width: 15px;
    height: 25px;
    background-size: 15px 25px;
    right: 0;
    left: 0; }
.models-gallery__arrow_prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
.models-gallery__navigation {
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
.models-gallery .swiper-slide {
    max-height: 424px;
    position: relative;
    overflow: hidden; }
.models-gallery__download{
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    background: #ebebeb;
    font-size: 14px;
    padding: 7px 20px;
}
.models-gallery__pdf-icon{
    width: 25px;
    height: 25px;
    margin-right: 10px;
    fill: #d72b2b;
}
.models-gallery_shadowed{
    overflow:visible;
}
.models-gallery_shadowed .swiper-slide{
    box-shadow: 0px 0px 35px 2px rgba(0, 1, 0, 0.1);
}
img.mfp-img {
    background-color: white;
    background-clip: content-box;
}

.model-detail {
    padding-top: 4%; }
.model-detail__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.model-detail__col {
    width: 49%; }
.model-detail__img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 530px; }
.model-detail__price {
    font-size: 18px;
    text-align: center; }
.model-detail__price span {
    font-size: 36px; }
.model-detail__name {
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 50px; }
.model-detail__btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 40px 0; }
.model-detail__order-btn {
    background: #d72b2b;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 210px;
    font-size: 16px;
    padding: 12px 10px;
    border: none;
    margin-right: 20px;
    cursor: pointer;
    transition: .3s all ease-in-out; }
.model-detail__order-btn:hover {
    background: #bd2121; }
.model-detail__link {
    border: 2px solid #e8e8e8;
    padding: 5px 10px;
    font-size: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 350px;
    text-align: left;
    transition: .3s all ease-in-out; }
.model-detail__link:hover {
    border: 2px solid #d72b2b; }
.model-detail__link-icon {
    display: block;
    fill: #d72b2b;
    width: 30px;
    height: 30px;
    margin-right: 15px; }
.model-detail__anchors {
    background: #e8e8e8; }
.model-detail__anchors .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0; }
.model-detail__anchor {
    font-size: 16px;
    padding: 7px 40px;
    border-right: 1px solid #d1d1d1; }
.model-detail__anchor:last-child {
    border-right: none; }
.model-detail__section {
    padding-top: 50px; }
.model-detail__title {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase; }

.warranty-label{
    display: flex;
    height: 50px;
    margin-bottom: 20px;
}
.warranty-label__caption{
    border-right: 3px solid #d72b2b;
    background: #eee;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}
.warranty-label__block{
    display: flex;
    padding: 0 15px;
    flex-direction: column;
    justify-content: center;
}
.warranty-label__text{
    font-size: 16px;
    display: block;
}
.warranty-label__text span{
    font-size: 30px;
    font-weight: 600;
}
.warranty-label__subtext{
    margin-top: 5px;
    font-size: 11px;
    display: block;
}

.model-features__title {
    font-weight: 600;
    position: relative;
    padding-left: 65px; }
.model-features__title::before {
    content: '';
    width: 55px;
    height: 6px;
    background: #d72b2b;
    position: absolute;
    left: 0;
    bottom: 6px; }

.model-features__list {
    padding: 30px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    position: relative; }
.model-features__list:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 22px;
    left: 0;
    top: calc(50% - 11px);
    background: #d72b2b;
    z-index: -1; }

.model-features__item {
    background: #e8e8e8;
    padding: 30px 10px;
    line-height: 1.5;
    width: 19.5%;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }

.model-features__name {
    text-align: center;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
    font-size: 15px; }

.model-features__val {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left; }

.model-props,
.auto-in-props {
    height: auto;
    padding-bottom: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.auto-in-props {
    padding-bottom: 0;
}
.model-props__title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600; }
.model-props__text {
    width: 50%;
    padding: 0 30px;
    margin-top: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
}
.model-props__item {
    margin-top: 30px;
    text-align: left;
    display: flex;
    align-items: flex-start;
}
.model-props__item b {
    font-weight: 600; }
.model-props__img {
    width: 50%;
    height: inherit;
    /* margin: 0 auto 20px auto; */
}
.model-props .swiper-wrapper,
.auto-in-props .swiper-wrapper {
    margin: 0 auto;
    width: auto;
}
.model-props__pagination,
.auto-in-props__pagination {
    position: relative;

}
.model-props__pagination .swiper-pagination-bullet,
.auto-in-props__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background: #d72b2b; }
.model-props__arrow,
.auto-in-props__arrow {
    top: calc(50% - 60px);
    /*background-color: #e8e8e8;*/
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    position: absolute;
    width: 18px;
    height: 120px;
    background-size: 10px 15px; }
.auto-in-props__arrow{
    top: calc(50% - 170px);
}
.model-props__arrow_prev,
.auto-in-props__arrow_prev {
    left: 0;
    /*-webkit-transform: rotate(180deg);*/
    /*transform: rotate(180deg);*/
}
.model-props__arrow_next,
.auto-in-props__arrow_next {
    right: 0;
}
.model-props__navigation,
.auto-in-props__navigation {
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
.model-systems {
    background: #e8e8e8; }
.model-systems__title {
    text-transform: uppercase;
    text-align: center;
    font-weight: 700; }
.model-systems__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 0; }
.model-systems__item {
    width: 48%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px; }
.model-systems__svg {
    width: 45px;
    min-width: 45px;
    height: 45px;
    fill: #d72b2b;
    margin-right: 25px; }

.model-specials__title-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.model-specials__title-wrapper:before {
    background: #e8e8e8;
    width: 27%;
    height: 2px;
    content: ''; }
.model-specials__title-wrapper:after {
    background: #e8e8e8;
    width: 27%;
    height: 2px;
    content: ''; }

.model-specials__title {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    line-height: 1.5;
    padding: 0 20px; }

.model-specials__credo {
    font-size: 16px;
    color: #fff;
    background: #d72b2b;
    text-align: center;
    width: 100%;
    max-width: 520px;
    display: block;
    margin: 5px auto 40px auto;
    box-sizing: border-box;
    padding: 12px 10px; }

.model-specials__text {
    text-align: center;
    font-style: italic; }

.model-specials__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px; }

.model-specials__item {
    width: 24%;
    margin-bottom: 75px; }

.model-specials__name {
    text-align: center; }
.model-specials__name span {
    font-weight: 600; }

.model-specials__img-wrapper {
    height: 90px; }

.model-specials__img {
    margin: auto;
    display: block;
    margin-bottom: 30px;
    max-height: 100%; }

.order-form {
    /*max-width: 720px;*/
    /*width: 100%;*/
    /*background: #fff;*/
    /*color: #000;*/
    /*position: fixed;*/
    /*z-index: 10;*/
    /*box-shadow: 0 10px 20px #353535;*/
    /*margin: auto;*/
    /*left: 0;*/
    /*right: 0;*/
    /*top: 20%;*/
}
.order-form__close-buttom {
    position: absolute;
    right: 4px;
    top: 0px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 40px;
    color: #a9a9a9; }
.order-form__close-buttom:hover {
    cursor: pointer;
    color: #d72b2b;
}
.order-form__block {
    margin: 25px; }
.order-form__title {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin: 25px; }
.order-form__list {
    max-width: 550px;
    width: 100%;
    margin: 0 auto; }
.order-form__item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 12px 0;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.order-form__type-input {
    width: 100%;
    padding: 15px 20px;
    height: 100%;
    box-sizing: border-box;
    color: #a9a9a9;
    border: 1px solid #a9a9a9; }
.order-form__label {
    font-size: 12px;
    color: #888888;
    position: absolute;
    left: 17px;
    top: 17px; }
.order-form__type-check {
    display: none; }

.conference-form__label {
    font-size: 17px;
    font-family: Helvetica, sans-serif;
    margin: 0 50px 0 35px;
    position: relative;
    text-align: left;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.conference-form__label::before {
    content: "";
    display: block;
    position: absolute;
    left: -35px;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #a9a9a9; }
.conference-form__items-container {
    /* margin-top: 50px; */
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1;
    position: relative;
    display: -ms-flexbox;
    display: flex; }

.conference-form__submit {
    background: #d72b2b;
    border: none;
    color: #fff;
    height: 44px;
    padding: 0px 40px;
    font-size: 18px;
    margin: 10px auto;
    display: block;
    cursor: pointer; }

.input-textarea {
    height: 100px; }

.overlay-white {
    display: none;
    z-index: 5;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.49); }

.button__close {
    cursor: pointer;
    position: absolute;
    display: block;
    top: 0px;
    right: 3px;
    background: none;
    border: none;
    font-size: 30px;
    color: #8e8e8e;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    outline: none; }

.feedback__success {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 40%;
    width: 300px;
    text-align: center;
    background: #fff;
    padding: 30px 60px;
    border: 1px solid #ccc;
    z-index: 10;
    margin: auto; }
.feedback__success_thanks {
    color: #c33939;
    font-size: 26px;
    display: block; }

@media (max-width: 1024px) {
    .model-props__item{
        display: block;
    }
    .model-props__text{
        padding: 0;
        width: 100%;
    }
    .model-props__img{
        width: 100%;
        max-width: 670px;
        margin: 0 auto;
        display: block;
    }
    .model-props__pagination{
        margin-top: 20px;
    }
    .model-props__navigation{
        display: none;
    }
    .model-features__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .model-features__list:after {
        display: none; }
    .model-features__item {
        width: 100%;
        margin-bottom: 20px; }
    .model-specials__item {
        width: 48%; }
    /* .warranty-label{
      justify-content: center;
    } */
}

@media (max-width: 768px) {
    .model-detail__row {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse; }
    .model-detail__col {
        width: 100%; }
    .model-systems__item {
        width: 100%; }
    .model-detail__anchor {
        padding: 7px 15px; }
    .model-props {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .model-props__item {
        width: 100%; } }

@media (max-width: 600px) {
    .model-specials__item {
        width: 100%;
        margin-bottom: 40px; }
    .model-detail__anchors .wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0; }
    .model-detail__anchor {
        width: 100%;
        border-right: none;
        text-align: center;
        border-bottom: 1px solid #d1d1d1;
        padding: 10px 0; }
    .model-detail__anchor:last-child {
        border-bottom: none; }
    .model-detail__btns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .model-detail__order-btn {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px; }
    .model-detail__link {
        width: 100%; }
    .warranty-label{
        text-align: center;
        display: block;
        height: auto;
    }
    .warranty-label__caption{
        padding: 10px 0;
        border-right: none;
        margin-bottom: 10px;
    }
}

h1.model-detail__name {
    color: #000;
}

.auto-in{
    font-size: 16px;
    min-height: 470px;
}
.auto-in__item{
    display: block;
    text-align: center;
    transition: all 0.2s ease-in-out;
    border: 1px solid #eee;
    box-sizing: border-box;
}
.item__text{
    margin:0px 10px;
    height: 130px;
}
.auto-in__item:hover{
    border: 1px solid #777;
}
.item__title{
    font-weight: 600;
    transition: color 0.4s ease-in-out;
}
.auto-in__item:hover .item__title{
    color: #ff0000;

}
.item__image{
    height: 210px;
    position: relative;
}
.item__img{
    max-width: 100%;
    max-height: 100%;
    bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.item__price{
    background: #484848;
    color: #fff;
    transition: all 0.4s ease-in-out;
    margin: 0;
    margin-top: 15px;
    padding: 10px 0px;
}
.auto-in__item:hover .item__price{
    color: #fff;
    background: #ff0000;
    width: 100%;
}
/* End */


/* Start:/bitrix/components/supportix/cars.gallery/templates/.default/style.css?15771728481426*/
.models-gallery {
    margin: 20px 0;
    height: auto; }
.models-gallery__pagination {
    position: relative;
    margin: 0 15px; }
.models-gallery__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background: #d72b2b; }
.models-gallery__arrow {
    position: relative;
    width: 15px;
    height: 25px;
    background-size: 15px 25px;
    right: 0;
    left: 0; }
.models-gallery__arrow_prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
.models-gallery__navigation {
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
.models-gallery .swiper-slide {
    max-height: 424px;
    position: relative;
    overflow: hidden; }
.models-gallery__download{
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    background: #ebebeb;
    font-size: 14px;
    padding: 7px 20px;
}
.models-gallery__pdf-icon{
    width: 25px;
    height: 25px;
    margin-right: 10px;
    fill: #d72b2b;
}
.models-gallery_shadowed{
    overflow:visible;
}
.models-gallery_shadowed .swiper-slide{
    box-shadow: 0px 0px 35px 2px rgba(0, 1, 0, 0.1);
}
img.mfp-img {
    background-color: white;
    background-clip: content-box;
}