#page_content {
    padding-left: 0;
}

.models-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.models-banner {
    margin-top: 30px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.models-banner__title {
    background: rgba(210, 210, 210, 0.8);
    padding: 12px;
    font-size: 22px;
    font-weight: 900;
    width: 100%;
    text-align: center;
}

.models-banner__img {
    width: 100%;
    height: 100%;
}

.models-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 50px 0;
}

.models-info__item {
    width: 100%;
    max-width: 30%;
    display: block;
}

.models-info__elem {
    border: 1px solid #dddddd;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 35px;
    height: 80px;
}

.models-info__svg {
    fill: #747474;
    height: 50px;
    margin-right: 20px;
}

.models-info__svg_wheel {
    width: 50px;
}

.models-info__svg_xlsx {
    width: 85px;
}

.models-info__text {
    text-align: left;
    color: #575555;
}

.models-wrapper {
    background: #eaebec;
}

.models {
    max-width: 1188px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
    border: 1px solid transparent;
}

.models__subtitle {
    margin: 50px 0 20px 0;
}

.models__mass {
    width: 100%;
    border-bottom: 2px solid #000;
    margin: 50px 0;
}

.models__mass-val {
    background: #fff;
    color: #000;
    font-size: 22px;
    padding: 12px 25px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
}

.models__cell {
    background: #fff;
    width: 18.5%;
    box-shadow: 0px 2px 5px 0 rgba(0, 1, 0, 0.3);
    margin-bottom: 30px;
    position: relative;
    margin-right: 1.2%;
}

.models__cell:last-child {
    margin-right: 0;
}

.models__cell_empty {
    height: 0;
}

.models__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
}

.models__img-wrapper {
    border-bottom: 1px solid #eaebec;
    padding: 10%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 130px;
    position: relative;
}

.models__img {
    width: 100%;
    max-width: 100%;
}

.models__title {
    font-size: 17px;
    text-align: center;
    font-weight: 900;
    margin: auto 10px;
    padding: 20px 0;
}

.models__price-elem {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: auto;
}

.models__price-name {
    font-size: 17px;
    color: #575555;
    padding: 10px 15px;
}

.models__price-val {
    background: #dddddd;
    font-size: 15px;
    color: #000;
    width: 100%;
    padding: 10px 15px;
    text-align: center;
}

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

.models__ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.models__li {
    width: 48.5%;
    position: relative;
    font-size: 15px;
    line-height: 22px;
    padding-left: 17px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.models__li:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #d72b2b;
    left: 0;
    top: 6px;
}

.models__slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.new-text {
    margin-top: 50px;
}

.euro-filter {
    width: 100%;
    margin: 50px 0;
    display: -ms-flexbox;
    display: flex;
}

.euro-filter__item {
    width: 50%;
    border-bottom: 8px solid #d1d1d1;
    text-align: center;
    font-size: 24px;
    color: #676566;
}

.euro-filter__item_active {
    border-bottom: 8px solid #ff1a1a;
    color: #ff1a1a;
}

.euro-filter__item_active .euro-filter__img {
    background: url("/img/icon/list_k.png") center right no-repeat;
}

.euro-filter__link {
    text-decoration: none;
    font-size: 24px;
    cursor: pointer;
}

.euro-filter__img {
    background: url("/img/icon/list_s.png") center right no-repeat;
    width: 29px;
    height: 31px;
    margin-left: 20px;
}

.euro-filter__text {
    margin: 0 auto;
    padding-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.models__row {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.models__row_spec {
    margin: 50px 0;
}

.models__row_spec:after {
    content: "";
    -ms-flex: auto;
    flex: auto;
}

.models__row_spec .models__cell {
    margin-left: 1%;
    margin-right: 1%;
    width: 18%;
}

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

.models-detail__description {
    position: relative;
}

.models-detail__dim {
    max-width: 100%;
}

.models-detail__slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    max-width: 800px;
    margin: 0 auto;
}

.models-detail__slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    max-width: 800px;
    margin: 0 auto;
}

.models-detail__img-block {
    text-align: center;
}

.models-detail__slider-wrapper {
    position: relative;
    width: 100%;
}

.models-detail__img {
    max-height: 530px;
}

.models-detail__price {
    color: #d72b2b;
    font-size: 1.8em;
    margin-bottom: 10px;
}

.models-detail__order {
    cursor: pointer;
    width: 150px;
    padding: 15px 0px;
    background: #E9E9E9;
    text-align: center;
    font-size: 1.6em;
    margin-bottom: 20px;
    display: block;
}

.models-detail__tabs-list {
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0;
}

.models-detail__tabs-item {
    background: #E9E9E9;
    padding: 15px;
    margin-right: 10px;
    text-align: center;
}

.models-detail__tabs-item.ui-tabs-active .models-detail__tabs-link {
    color: #d72b2b;
}

.models-detail__tabs-link {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}

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

.swiper-button-next, .swiper-button-prev {
    right: 20px;
    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'%23d72b2b'%2F%3E%3C%2Fsvg%3E");
    top: 50%;
    width: 26px;
    height: 47px;
    margin-top: 0;
}

.tth-compare {
    text-align: center;
    font-size: 14px;
    color: #404241;
    width: 100%;
    margin: 0;
}

.tth-compare td {
    border: 1px dotted #666;
    border-collapse: collapse;
    padding: 5px;
}

.tth-compare td:first-child {
    width: 30%;
}

.tth tr td:nth-of-type(3) {
    width: 35%;
}

.tth-compare tr:nth-of-type(1) {
    background: #d9d9d9;
}

.tth-compare tr.tab1 {
    font-weight: 900;
}

.tth.fold tr {
    display: none;
}

.tth tbody tr.tab1 {
    display: table-row !important;
    cursor: pointer;
}

.mod-table__cell {
    padding: 10px;
    color: #505050;
    border: 1px solid #ECECEC;
    vertical-align: middle;
    text-align: left;
}

.filters {
    font-size: 16px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
}

.filter-item {
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin: 0px 20px;
    width: 25%;
}

.filter-item:first-child {
    margin-left: 0px;
}

.filter-item__list {
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    padding-right: 30px;
    width: 100%;
    outline: none;
}

.filter-button, .filter__link {
    box-sizing: border-box;
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    margin-left: auto;
    background: #484848;
    border: none;
    color: #fff;
    width: 130px;
}

.filter__link {
    margin-left: 30px;
}

table.tab {
    text-align: center;
    width: 100%;
}

table.tab p {
    margin: 0;
}

table.tab td {
    padding: 10px;
}

.pdf-link {
    background-image: url(/img/icon/pdf.png);
    display: block;
    width: 70px;
    height: 51px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
}

@media (max-width: 1180px) {
    .wrapper, .models-wrapper {
        padding-right: 20px;
        padding-left: 20px;
        box-sizing: border-box;
    }

    .models__cell {
        width: 22%;
        margin-right: 1.5%;
        margin-left: 1.5%;
    }

    .models__cell_empty {
        display: none;
    }

    .euro5-table {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .models-info {
        display: block;
    }

    .models-info__item {
        max-width: 340px;
        margin: 20px auto;
    }
}

@media (max-width: 900px) {
    .models__cell {
        width: 47%;
    }

    .models__price-name {
        width: 30%;
    }

    .models__li {
        width: 100%;
    }

    .models-title {
        display: block;
        text-align: center;
    }
}

@media (max-width: 500px) {
    .models__cell {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}
