.catalog {
    margin-top: 25px;
}

.catalog h1 {
    margin-bottom: 45px;
}

.catalog .show-more {
    margin-top: 0;
    margin-bottom: 32px;
}

.catalog .input-group > .form-control {
    /*width: 50%;*/
}

.catalog .checkbox {
    display: inline-block;
}

.catalog .checkbox-inline {
    margin-right: 30px;
}

.catalog .checkbox-inline:last-child {
    margin-right: 0;
}

.catalog-filter .checkbox .jq-checkbox {
    position: absolute !important;
}

.catalog .checkbox > span,
.catalog .checkbox-inline > span {
    padding-left: 30px;
    display: inline-block;
    line-height: 16px;
    cursor: pointer;
    vertical-align: baseline;
}

.catalog .control-inline + hr {
    margin-top: 10px;
}

.model-item {
    margin-bottom: 35px;
}

.model-item-footer {
    padding-bottom: 20px;
}

.model-item-footer .svg-icon {
    vertical-align: middle;
    margin-right: 5px;
}

.model-item-name {
    font-size: 20px;
}

.model-item-img {
    margin-top: 6px;
    display: block;
    -webkit-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    position: relative;
}

.model-item-footer .action-link a {
    font-size: 16px;
    cursor: pointer;
}

.model-item-footer .action-link a:last-child {
    margin-left: 30px;
}

.model-item-tags > span {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    border-radius: 3px;
    padding: 6px;
    display: inline-block;
}

.model-item-tags > span .rub {
    line-height: 8px;
}

.model-item-price {
    position: relative;
    margin-top: 15px;
    margin-bottom: 18px;
    font-family: 'Montserrat', sans-serif;
    margin-left: 3px;
}

.model-item-price .active > div {
    border-radius: 8px;
    border: 2px solid #ffd451;
    border-right: 0;
    background: white;
    position: relative;
    left: 0;
    padding: 5px 10px;
    padding-right: 20px;
    height: 36px;
}

.model-item-price .active > div:before {
    content: '';
    display: block;
    transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    background-color: white;
    width: 26px;
    height: 26px;
    top: 3px;
    right: -8px;
    position: absolute;
    border-radius: 8px;
    z-index: 0;
    border: 2px solid #ffd451;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.model-item-price .active > div:after {
    content: '';
    border-radius: 20px;
    height: 10px;
    width: 10px;
    position: absolute;
    right: 0;
    z-index: 1;
    border: 2px solid #ffd451;
    background: #fff;
    top: 11px;
}

.model-item-info + hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

.model-item-info .item-info {
    position: relative;
    line-height: 14px;
}

.model-item-info .item-info .text-muted {
    margin-bottom: 10px;
}

.model-item-info .item-info:after {
    content: '';
    position: absolute;
    top: 0;
    right: -5px;
    width: 1px;
    height: 40px;
    display: block;
    background-color: #ddd;
}

.model-item-info .row > div:last-child .item-info:after {
    display: none;
}

.model-item-vin,
.model-item-used {
    font-size: 16px;
    color: #939393;
}

.model-item-price > div {
    display: inline-block;
    font-size: 16px;
}

.model-item-price .price {
    font-weight: bold;
}

.model-item-price .active + .price {
    text-decoration: line-through;
    color: #939393;
    margin-left: 10px;
    font-weight: normal;
}

.model-item-price .active + .price .rub {
    font-size: 17px;
}

.model-item-price .new-price {
    font-weight: bold;
}

.model .separator {
    /*border-bottom: 1px solid #ddd;
    padding-bottom: 50px;*/
    margin-top: 50px;
    margin-bottom: 45px;
}

.catalog-filter {
    padding: 35px 0;
    margin-bottom: 50px;
    padding-bottom: 30px;
}

.brand-info {
    position: relative;
}

.left-brand-info {
    position: absolute;
    left: 0;
}

.left-brand-info .center-img {
    position: relative;
    background-color: #fff;
    border: 1px solid transparent;
    width: 100px;
    height: 100px;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
}

.right-center-info {
    padding-left: 120px;
    min-height: 100px;
}

.left-brand-info .center-img img {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    max-width: 60px;
}

.catalog h1 + .brand-info {
    margin-top: -15px;
    margin-bottom: 50px;
}

.catalog-filter .filter-result-count {
    font-weight: bold;
    font-size: 16px;
    margin-right: 15px;
    top: 5px;
    position: absolute;
}

.catalog-filter .filter-result-count em {
    font-style: normal;
}

.filter-checked-feature {
    padding-left: 215px;
}

.filter-checked-feature .feature-item {
    display: inline-block;
    position: relative;
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin-right: 8px;
    margin-bottom: 12px;
}

.filter-checked-feature .feature-item:hover {
    -webkit-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.15);
}

.filter-checked-feature .feature-text {
    padding: 8px;
    padding-right: 25px;
    line-height: 14px;
}

.filter-checked-feature .feature-close {
    position: absolute;
    top: 3px;
    right: 8px;
    font-size: 16px;
    font-weight: bold;
    color: #939393;
}

.catalog-filter-result {
    position: relative;
}

.catalog-filter-result .catalog-filter-sort {
    position: absolute;
    right: 0;
    top: 0;
}

.catalog-filter-sort {
    margin-top: 20px;
}

.catalog-filter-sort > span {
    margin-right: 5px;
}

.more-filter {
    margin-top: 25px;
    padding-top: 11px;
    padding-bottom: 11px;
    float: right;
}

.body-type-item input[type="checkbox"],
.filter-color input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.body-type-item {
    display: inline-block;
}

.body-type-item .body-type-text {
    display: block;
    font-weight: normal;
    line-height: 1;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
}

.body-type-item label {
    position: relative;
    border-radius: 3px;
    min-width: 125px;
    padding: 8px;
    margin-bottom: 0;
    width: 100%;
    -webkit-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    cursor: pointer;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid transparent;
    padding-top: 15px;
}

.body-type-item label:hover {
    background-color: #f6f6f6;
}

.svg-sedan {
    width: 80px;
    height: 32px;
}

.svg-hatchback {
    width: 76px;
    height: 32px;
}

.svg-universal {
    width: 80px;
    height: 32px;
}

.svg-crossover {
    width: 78px;
    height: 34px;
}

.svg-crossover {
    width: 78px;
    height: 34px;
}

.svg-offroad {
    width: 80px;
    height: 37px;
}

.svg-coupe {
    width: 84px;
    height: 28px;
}

.svg-cabrio {
    width: 84px;
    height: 30px;
}

.svg-van{
    width: 85px;
    height: 35px;
}

.svg-liftback{
    width: 80px;
    height: 30px;
}

.svg-pickup {
    width: 80px;
    height: 39px;
}

.svg-minivan {
    width: 80px;
    height: 36px;
}
.svg-minibus{
    width: 85px;
    height: 35px;
}
.svg-chassis {
    width: 92px;
    height: 43px;
}

.svg-product {
    width: 103px;
    height: 51px;
}

.svg-isothermic {
    width: 104px;
    height: 51px;
}

.svg-refrigerator {
    width: 103px;
    height: 51px;
}

.svg-icon_default svg {
    fill: #939393;
}

.grid-svg svg {
    height: 34px;
    width: auto;
    max-width: 102px;
}

.more-filter .svg-arrow-right {
    margin-left: 8px;
}

.more-filter:hover .svg-arrow-right {
    fill: #fff;
}

.catalog-filter-sort .asc .svg-asc,
.catalog-filter-sort .desc .svg-desc {
    display: inline-block;
}

.catalog-filter-sort .asc .svg-desc,
.catalog-filter-sort .desc .svg-asc {
    display: none;
}

.filter-name-check {
    line-height: 40px;
    font-size: 16px;
    position: relative;
}

.filter-color-bg,
.model-color-item {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    background-color: transparent;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -webkit-transition-delay: 0.2s;
}

.model-color-item img {
    border-radius: 50%;
}

.model-color-item:hover {
    background-color: #ddd;
}

.filter-color-bg > div {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 2px;
    top: 2px;
}

.filter-color-bg > div:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 100%;
    background: -webkit-linear-gradient(to bottom, rgba(256, 256, 256, 0.1) 0%, rgba(254, 254, 254, 0.7) 50%, rgba(231, 231, 231, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(256, 256, 256, 0.1)), color-stop(50%, rgba(254, 254, 254, 0.7)), color-stop(50%, rgba(231, 231, 231, 0.1)), to(rgba(0, 0, 0, 0.1)));
    background: -webkit-linear-gradient(top, rgba(256, 256, 256, 0.1) 0%, rgba(254, 254, 254, 0.7) 50%, rgba(231, 231, 231, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
    background: -o-linear-gradient(top, rgba(256, 256, 256, 0.1) 0%, rgba(254, 254, 254, 0.7) 50%, rgba(231, 231, 231, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(to bottom, rgba(256, 256, 256, 0.1) 0%, rgba(254, 254, 254, 0.7) 50%, rgba(231, 231, 231, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
    z-index: 1;
}

.filter-color input[type="checkbox"]:checked + label .filter-color-bg {
    background-color: #ff4a55;
    border-color: #ff4a55;
}

.filter-color-item {
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
}

.filter-color-name {
    padding-left: 40px;
    line-height: 27px;
}

.filter-color {
    margin: 10px 0;
}

.catalog-filter-footer {
    margin: 30px 0;
}

.catalog-filter-footer .btn {
    margin-right: 8px;
}

.catalog-filter-footer .btn-link {
    margin-left: 12px;
}

.catalog-filter-close {
    float: right;
    background-image: url(../../images/svg/close.svg);
    background-color: #fff;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-position: center center;
    cursor: pointer;
    width: 32px;
    height: 32px;
    border: 1px solid #ddd;
}

.filter-popup h2 {
    margin: 0 0 40px 0;
}

.form-group.visible label {
    visibility: visible;
}

.body-type-item input[type="checkbox"]:checked + label {
    border: 1px solid #ddd;
}

.body-type-item input[type="checkbox"]:checked + label:hover {
    background-color: transparent;
}

.body-type-item input[type="checkbox"]:checked + label .svg-icon_default svg,
.body-type-item input[type="checkbox"]:checked + label > span {
    fill: #ff4850;
    color: #ff4850;
}

.body-type-item input[type="checkbox"]:checked + label .body-type-close {
    visibility: visible;
}

.body-type-close {
    background-image: url(../../images/svg/close.svg);
    width: 8px;
    height: 8px;
    float: right;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
    background-size: 100%;
    visibility: hidden;
}

.filter-engine .filter-name-check {
    line-height: 60px;
}

.catalog-filter .style-tabs .list-unstyled {
    margin-bottom: 25px;
}

.filter-body-type + hr {
    margin-bottom: 15px;
}

.filter-engine + hr {
    margin-top: 15px;
}

.filter-details + hr {
    margin-bottom: 15px;
    margin-top: 15px;
}

.filter-body-color + hr {
    margin-bottom: 15px;
}

.filter-profi + hr {
    margin-top: 15px;
}

.filter-profi .filter-name-check {
    line-height: 65px;
}

.filter-settings .filter-name-check {
    line-height: 65px;
}

.filter-body-color,
.filter-details {
    position: relative;
}

.filter-body-color .filter-name-check {
    line-height: 50px;
}

.filter-body-color__toggle {
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 0;
    z-index: 1;
    cursor: pointer;
}

.filter-details__toggle {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 0;
    z-index: 1;
    cursor: pointer;
}

.filter-body-color__toggle.on + .filter-body-color__wrap > .row:nth-child(n+2),
.filter-details__toggle.on + .filter-details__wrap > .row:nth-child(n+2),
.model-color__toggle.on + .model-color__wrap .model-color-item.hidden-color-item {
    display: none;
}

.model-color__toggle + .model-color__wrap .model-color-item.hidden-color-item {
    display: inline-block;
}

.model-color__toggle .model-color_count {
    display: none;
}

.model-color__toggle.on .model-color_count {
    font-size: 11.5px;
    display: block;
    text-align: center;
    line-height: 26px;
    text-indent: -2px;
}

.model-color__toggle .svg-sm-close {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.model-color__toggle.on .svg-sm-close {
    visibility: hidden;
}

.filter-body-color__toggle.on,
.filter-details__toggle.on {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    top: 18px;
}

.model-color-item {
    cursor: pointer;
    display: block;
    float: left;
    vertical-align: top;
    position: relative;
    margin-bottom: 5px;
    margin-right: 5px;
}

.in-stock-color .model-color-item {
    float: none;
    display: inline-block;
}

.model-color-item.active {
    background-color: #384c76;
    border-color: #384c76;
}

.model-color {
    position: relative;
    width: 170px;
    margin: 0 auto;
    padding-right: 30px;
}

.model-color-item > div {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    position: relative;
    left: 2px;
    top: 2px;
}

.model-color-item.static {
    cursor: default;
}

.model-color-item.static:hover {
    background-color: transparent;
}

.model-color__toggle {
    display: inline-block;
    position: absolute;
    right: 4px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #939393;
    color: #fff;
    line-height: 22px;
    cursor: pointer;
    text-align: center;
    top: 2px;
}

.model-color__toggle .svg-close {
    color: #fff;
    width: 8px;
    height: 8px;
}

.model-detail h1 {
    margin-bottom: 10px;
}

.model-detail-price {
    margin-bottom: 20px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    margin-top: 15px;
}

.model-detail-price > div {
    display: inline-block;
    font-size: 20px;
}

.model-detail-price .new-price,
.model-list-price .new-price {
    font-weight: bold;
}

.model-list-price > div {
    display: inline-block;
}

.model-detail-price .price,
.model-list-price .price {
    font-weight: bold;
}

.model-detail-price .active + .price,
.model-list-price .active + .price {
    text-decoration: line-through;
    color: #939393;
    margin-left: 20px;
    font-weight: normal;
}

.model-detail-price .active > div {
    border-radius: 8px;
    border: 2px solid #ffd451;
    border-right: 0;
    background: white;
    position: relative;
    left: 0;
    padding: 5px 15px;
    padding-right: 24px;
}

.model-detail-price .active > div:before {
    content: '';
    display: block;
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    background-color: white;
    width: 30px;
    height: 30px;
    top: 4px;
    right: -10px;
    position: absolute;
    border-radius: 8px;
    z-index: 0;
    border: 2px solid #ffd451;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.model-detail-price .active > div:after {
    content: '';
    border-radius: 20px;
    height: 10px;
    width: 10px;
    position: absolute;
    right: 0;
    z-index: 1;
    border: 2px solid #ffd451;
    background: #fff;
    top: 14px;
}

.model-list-price .active + .price {
    margin-left: 5px;
}

.model-detail .model-color {
    width: auto;
    margin: 0;
    padding-right: 0;
    margin-bottom: 10px;
}

.model-detail .car-detail-img > img {
    display: none;
}

.model-detail-color,
.model-detail-color__price,
.model-interior-name__js,
.model-interior-price__js {
    color: #939393;
}

.model-detail-color__price em,
.model-interior-price__js em {
    font-style: normal;
}

.model-detail-img {
    -webkit-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}
.model-detail-img svg {
    max-width: 100%;
    height: auto;
}
.form-zipper {
    border: 1px solid #ddd;
    padding: 20px;
    margin-top: 10px;
    padding-top: 23px;
    margin-bottom: 30px;
    padding-bottom: 35px;
    border-bottom: 0;
    position: relative;
}

.form-zipper.aftersend {
    border: none;
}

.form-zipper .form-footer {
    margin-top: 0;
}

.form-zipper h2 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.form-zipper-bg {
    background: url(/images/form-zipper-bg.jpg) no-repeat, url(/images/form-zipper-bg-repeat.jpg) repeat;
    height: 61px;
    position: absolute;
    left: -7px;
    right: 0;
}

.form-zipper form {
    margin-bottom: 10px;
}

.catalog .form-zipper .checkbox .jq-checkbox,
.catalog .spec-form .checkbox .jq-checkbox {
    position: relative !important;
}

.wrap-spec-form {
    padding: 32px;
    -o-transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

.wrap-spec-form:hover {
    /*background-color: #e8e8e8;*/
}

.wrap-spec-form:hover .spec-form {
    border-color: #e8e8e8;
}

.spec-form {
    /*border: 1px solid #ddd;*/
    /*padding: 20px 15px;*/
    /*background-color: #fff;*/
}

.catalog__filter .bootstrap-select.btn-group .dropdown-menu button.bs-select-all{
    display: none;
}

.catalog__filter .bootstrap-select.btn-group .dropdown-menu button.bs-deselect-all{
    width: 100%;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.catalog__filter .catalog__filter--city .bootstrap-select.btn-group .dropdown-menu button.bs-select-all,
.catalog__filter .catalog__filter--city .bootstrap-select.btn-group .dropdown-menu .btn-group-sm {
    display: block;
}

.catalog__filter .catalog__filter--city .bootstrap-select.btn-group .dropdown-menu button.bs-deselect-all{
    width: 50%;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.spec-form .h3 {
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.spec-form-manager {
    position: relative;
    min-height: 90px;
}

.spec-form-manager .manager-photo {
    position: absolute;
    left: 0;
}

.spec-form-manager .manager-info {
    padding-left: 90px;
    padding-top: 5px;
}

.spec-form-manager .manager-info .name {
    font-size: 16px;
    line-height: 20px;
}

.spec-form-manager .manager-info .post {
    color: #939393;
}

.model-detail-adwards .adwards-item {
    display: inline-block;
    vertical-align: top;
    height: 70px;
    border: 1px solid #ddd;
    line-height: 70px;
    padding: 0 20px;
    margin-right: 18px;
}

.model-detail .span2 {
    width: 170px;
}
.span1, .span2, .span-6, .span-2, .span-10, .span-3, .span-9 {
    float: left;
}
.span1, .span2, .span-6, .span-2, .span-10, .span-3, .span-9 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.model-item-info .span2 {
    margin-bottom: 20px;
}

.model-list-item {
    font-size: 14px;
    position: relative;
    margin-bottom: 50px;
}

.model-detail .model-item-info {
    margin-bottom: 20px;
}

.model-list-img {
    display: block;
    margin-bottom: 5px;
    position: relative;
}

.model-list-name {
    font-size: 20px;
    line-height: 22px;
}

.model-list-img:not(.trade):after,
.model-item-img:not(.trade):after,
.model-detail-img:not(.trade):after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 2px solid #ffffff;
    display: block;
}

.model-list-item .model-item-tags {
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 2;
}

.model-detail-img .model-item-tags,
.model-detail-img.opacity-03 + .model-item-tags {
    left: 20px;
    right: auto;
}

.model-detail-img .model-item-tags > span {
    display: table;
    margin-bottom: 5px;
}

.model-list-price {
    margin: 5px 0;
}

.model-not-found {
    margin-bottom: -50px;
}

.not-found-footer {
    margin-top: 10px;
    text-align: right;
}
.not-found-catalog-form {
    background-color: #fff;
    padding: 32px;
}
.not-found-catalog-form p {
    line-height: 16px;
}

.not-found-catalog-form .control-checkbox {
    display: inline-block;
    margin-right: 16px;
}
.not-found-footer .checkbox {
    margin-top: 5px;
}
@media screen and (max-width: 600px) {
    .not-found-catalog-form {
        padding: 16px;
    }
    .not-found-catalog-form .not-found-footer {
        text-align: center;
        margin-top: 0;
    }
    .not-found-catalog-form .not-found-footer .btn {
        display: block;
        width: 100%;
        margin-top: 12px;
    }
}
.model-not-found h2 {
    margin-bottom: 15px;
    margin-top: 35px;
}

.model-not-found .text-16 {
    margin-bottom: 10px;
}

.model-item-info.mobile {
    display: none;
}

.filter-checked-feature .svg-sm-close:hover {
    fill: #333333;
}

.filter-checked-feature .svg-sm-close {
    cursor: pointer;
}

.more-filter .svg-filter {
    display: none;
}

.model-item-wrap {
    position: relative;
}

.model-item-tags {
    position: absolute;
    right: 0;
    top: 3px;
}

.xs-hidden {
    display: none;
}

.brand-navigation .show-more,
.brand-navigation .pagination {
    margin-bottom: 0;
}

.model-detail-gallery > a {
    margin-right: 15px;
}

.scrollbar-gallery {
    height: 130px !important;
    position: relative;
}

.scroll-element.scroll-x.scroll-scrollx_visible {
    display: block;
    height: 10px;
    left: 0;
    top: 132px;
    width: 100%;
}

.model-detail-gallery {
    padding-top: 10px;
    padding-bottom: 50px;
}

.model-detail-gallery .fancybox {
    display: block;
}

.model-detail-gallery .scroll-wrapper > .scroll-content {
    /*overflow-x: scroll !important;
    overflow-y: inherit !important;
    height: 102px !important;
    width: 1180px !important;*/
}

/*.model-detail-gallery .scroll-x.scroll-scrollx_visible {
	border: none;
    cursor: pointer;
    display: none;
    position: absolute;
    display: block;
    height: 10px;
    left: 0;
    top: 120px;
    width: 100%;
}
.model-detail-gallery .scroll-x.scroll-scrollx_visible div {
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
}
.model-detail-gallery .scroll-x.scroll-scrollx_visible .scroll-bar{
    background: #ddd;
	width: 100px;
    z-index: 12;
}*/
.external-scroll_x.scroll-scrollx_visible {
    display: block;
    height: 1px;
    left: 0;
    top: 130px;
    width: 100%;
}

.external-scroll_x, .external-scroll_y {
    border: none;
    background-color: #ddd;
    cursor: pointer;
    display: none;
    position: absolute;
}

.external-scroll_x .scroll-bar, .external-scroll_y .scroll-bar {
    background: #ff4a55;
    z-index: 12;
}

.model-detail-gallery .external-scroll_x .scroll-bar {
    width: 480px;
}

.model-detail-gallery .scrollbar-external_wrapper {
    height: 132px !important;
    position: relative;
    width: 100%;
}

.external-scroll_x div, .external-scroll_y div {
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    max-height: none;
    overflow: auto;
}

.gallery-wrap-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    position: relative;
}

.gallery-wrap-item:last-child {
    margin-right: 0;
}

.external-scroll_x .scroll-element_outer {
    top: -1px;
    height: 3px;
}

.gallery-wrap-item a:hover img {
    opacity: .5;
}

.gallery-icon-video {
    display: none;
}

.gallery-wrap-item.video .gallery-icon-video {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-left: 24px solid #fff;
    border-bottom: 18px solid transparent;
    margin-top: -18px;
    margin-left: -4px;
}

.gallery-wrap-item a:hover .gallery-icon-video {
    border-top: 18px solid transparent;
    border-left: 24px solid #ddd;
    border-bottom: 18px solid transparent;
}

.fancy-gallery .fancybox-nav span {
    visibility: visible;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
}

.fancy-gallery .fancybox-next span {
    background-image: url('/images/svg/arrow_right.svg') !important;
}

.fancy-gallery .fancybox-prev span {
    background-image: url('/images/svg/arrow_left.svg') !important;
    background-position-x: 15px;
}

.model-color-title,
.model-interior-title {
    font-size: 16px;
    padding-bottom: 3px;
}

.model-color-nameIN,
.model-interior-nameIN {
    display: inline-block;
    padding-top: 4px;
    padding-left: 5px;
}

.in-stock-color .model-color {
    margin-right: 60px;
}

.title-vin {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    border-radius: 3px;
    padding: 6px;
    vertical-align: middle;
    font-weight: normal;
}

#form-checkout form textarea {
    height: 115px;
}

#form-checkout .form-footer {
    margin-top: 10px;
}

#form-checkout .form-footer .checkbox {
    padding-left: 50px;
}

#form-calc-credit .form-footer,
#form-trade .form-footer {
    margin-top: 15px;
}

.model-detail .form-more-information {
    margin-top: 20px;
}

.add-link-form-group {
    color: #939393;
    margin: 20px 0;
    display: inline-block;
    cursor: pointer;
}

.add-link-form-group:hover, .add-link-form-group:active, .add-link-form-group:focus {
    border: 1px dashed #333;
    color: #333;
}

.wr-show-group {
    display: none;
}

.wr-show-group.on {
    display: block;
}

.f-auto-action {
    background-color: #fff;
    padding-top: 10px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding-bottom: 10px;
    padding-right: 15px;
    position: relative;
}

.f-auto-action__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 8040;
    background-image: url(../../images/svg/close.svg);
    background-color: #fff;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-position: center center;
    border: 1px solid #ddd;
}

.auto-action-title {
    font-size: 20px;
    color: #111111;
    display: inline-block;
    padding-top: 10px;
}

.auto-action-title > span {
    vertical-align: text-bottom;
    margin-left: 10px;
}

.auto-action-price {
    margin-bottom: 5px;
    margin-top: 5px;
}

.auto-action-price > div {
    display: inline-block;
    font-size: 16px;
}

.auto-action-price .active + .price {
    text-decoration: line-through;
    color: #939393;
    margin-left: 10px;
    font-weight: normal;
}

.auto-action-price .new-price {
    font-weight: bold;
}

.f-auto-action .model-list-img {
    margin: 0 20px;
}

.spec-form-footer button[type="submit"] {
    margin-top: 10px;
}

#interested-car .form-footer {
    margin-top: 10px;
}

#interested-car .form-group textarea {
    height: 115px;
}

#interested-car .add-link-width {
    width: 100%;
}

.ek-hidden-lg {
    display: none;
}

.auto-address-title {
    font-size: 16px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.auto-options-title {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 15px;
    margin-top: 18px;
}

.auto-address {
    margin-bottom: 10px;
    margin-top: 20px;
}

.auto-address.mt-0 {
    margin-top: 0;
}

.auto-address-name {
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #333;
}

.auto-address .phone,
.auto-address .address {
    color: #939393;
    display: inline-block;
    margin-right: 25px;
    cursor: pointer;
}

.auto-address .phone > svg,
.auto-address .address > svg {
    margin-right: 8px;
}

.auto-options .btn-default {
    margin-right: 10px;
}

.auto-options .btn-default > svg {
    margin-right: 8px;
}

.filter-mobile__toggle {
    display: none;
}

.table-layout-row {
    display: table-row;
}

.table-layout-cell {
    display: table-cell;
    padding: 20px 16px;
    text-align: left;
    border-right: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 294px;
    vertical-align: top;
}

.style-tabs.options {
    margin-top: 35px;
}

.style-tabs.options .tab-content {
    margin-top: 0;
}

.car-sold-wrap {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 15px;
    position: relative;
    margin-top: 25px;
}

.car-sold-img {
    position: absolute;
    left: 15px;
    top: 20px;
}

.car-sold-text {
    padding-left: 50px;
}

.car-sold-text > div {
    line-height: 20px;
}

.car-sold-text > div:first-child {
    padding-bottom: 5px;
}

.auto-address.center-service .item span {
    max-width: 100%;
}

.mobile-carousel .carousel-caption {
    width: 100%;
    padding-top: 0;
}

.auto-address.center-service .item, .center-service-item {
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    height: 80px;
    margin-bottom: 0;
}

.auto-address .carousel {
    float: left;
    width: 74%;
}

.auto-address .controls {
    float: right;
    margin-top: 10px;
}

.collapse-item .checkbox {
    margin: 0;
}

.collapse-item .package-desc {
    color: #939393;
    line-height: 16px;
    display: block;
    margin-top: 5px;
}

.model-alert {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 18px;
    border-top-right-radius: 0;
    position: absolute;
    right: 10px;
    left: 10px;
}

.model-alert:after,
.model-alert:before {
    position: absolute;
    content: '';
}

/*.model-alert:after{
    right: 0;
    top: -25px;
    width: 0;
    height: 0;
    border-bottom: 25px solid #fff;
    border-left: 22px solid transparent;
}
.model-alert:before{
    right: -1px;
    top: -27px;
    width: 0;
    height: 0;
    border-bottom: 26px solid #ddd;
    border-left: 23px solid transparent;
}*/
.model-alert:before {
    top: -17px;
    width: 0;
    height: 0;
    border-bottom: 17px solid #ddd;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    right: 50%;
    display: block;
    margin: 0 auto;
}

.model-alert:after {
    right: 50%;
    top: -16px;
    width: 0;
    height: 0;
    border-bottom: 17px solid #fff;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    display: block;
    margin: 0 auto;
}

.model-alert-img {
    position: absolute;
    left: 15px;
    top: 20px;
}

.model-alert-text {
    padding-left: 50px;
}

@media (max-width: 991px) and (min-width: 767px) {
    .model-detail-img--preorder {
        position: static !important;
        margin-bottom: 85px;
    }

    .model-alert--preorder {
        position: relative;
    }

    .model-alert--preorder {
        position: absolute;
        right: 0;
        left: 0;
        /* width: 100%; */
        top: 215px;
        margin-left: 10px;
        margin-right: 10px;
    }
}

.auto-action__price {
    font-size: 16px;
    padding-top: 15px;
}

.f-auto-action .dl-horizontal {
    padding-left: 0;
    position: relative;
}

.f-auto-action .dl-horizontal dl {
    margin-bottom: 0;
}

.f-auto-action .dl-horizontal dt,
.option-special-action .dl-horizontal dt {
    width: 80%;
    overflow: inherit;
    -o-text-overflow: inherit;
    text-overflow: inherit;
    white-space: inherit;
    text-align: left;
}

.option-special-action .dl-horizontal dt {
    width: 90%;
}

.f-auto-action .dl-horizontal dd {
    text-align: right;
}

.f-auto-action .auto-action__price .dl-horizontal dd .rub {
    padding-right: 0;
}

.f-auto-action .dl-horizontal dd .rub {
    padding-right: 20px;
}

.dl-horizontal__close {
    position: absolute;
    top: 20px;
    right: 0;
    width: 8px;
    height: 8px;
    cursor: pointer;
    background-image: url(/images/svg/close.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.f-auto-action .collapse-item dl:hover {
    background-color: transparent;
}

.model-interior-item__js {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-bottom: 5px;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    -webkit-transition-delay: 0.2s;
    border: 1px solid #ddd;
    margin-right: 5px;
}

.model-interior-item__js.active {
    background-color: #ff4a55;
    border-color: #ff4a55;
}

.model-interior-item__js > div {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    position: relative;
    left: 2px;
    top: 2px;
    background-repeat: no-repeat;
}

.model-interior__js {
    margin-bottom: 10px;
}

.link-dotted {
    color: #939393;
    border-bottom: 1px dotted #ddd;
}

.link-dotted:hover,
.link-dotted:active,
.link-dotted:focus {
    color: #333;
    border-bottom: 1px dotted #333;
}

.package-toggle {
    display: none;
}

.compare-page {
    padding-top: 20px;
}

.compare-body .modelnew-price {
    padding: 0;
    white-space: nowrap;
}

.compare-header .table-layout-row:hover .table-layout-cell {
    background-color: inherit;
}

.table-layout-row.active .table-layout-cell {
    background-color: #faf8d3;
}

.compare-page .compare-count {
    font-size: 20px;
    padding-top: 35px;
}

.compare-page .compare-count > em {
    font-style: normal;
}

.compare-header .table-layout-row .table-layout-cell {
    padding-top: 0;
}

.compare-item-close {
    position: absolute;
    top: 0;
    right: 10px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 1000;
    background-image: url(../../images/svg/close.svg);
    background-color: #fff;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-position: center center;
    border: 1px solid #ddd;
}


.compare-page .table-layout:not(.comparison-model-list) .table-layout-row:last-child .table-layout-cell {
    padding-bottom: 35px;
    vertical-align: middle;
}
.comparison-info .modelnew-price-wrap.suborder {
    padding: 0;
}
.compare-page .collapse-title {
    border-bottom: 1px solid #ddd;
}

.compare-page .collapse-item {
    border-bottom: 0;
}

.compare-page .collapse-item .table-layout {
    margin-top: 30px;
    padding-bottom: 30px;
}

#carousel-model-item .carousel-inner > .item {
    height: 245px;
}

.compare-header .comparison-list-item {
    position: relative;
    padding: 0 7px;
    border-right: 1px solid #ddd;
}

.compare-header .comparison-model-list {
    overflow: hidden;
}

.comparison-model_wrap {
    overflow: hidden;
    width: 9999.9rem;
    margin: 0;
    list-style: none;
}

.compare-header .compare-header-carousel {
    padding-left: 294px;
    /*width: 1180px;
    overflow: hidden;*/
}

.compare-header .compare-header-info {
    width: 294px;
    position: absolute;
    left: 0;
    border-right: 1px solid #ddd;
    height: 100%;
    z-index: 1;
}

.caroufredsel_wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    border-right: 1px solid #fff;
    height: 100%;
}

.compare-header {
    position: relative;
}

.compare-header-carousel {
    position: relative;
}

.compare-header-carousel .controls .controls-prev {
    position: absolute;
    bottom: 30px;
    left: 274px;
    z-index: 2;
}

.compare-header-carousel .controls .controls-next {
    position: absolute;
    bottom: 30px;
    right: 5px;
    z-index: 2;
}

.compare-header .comparison-list-item .model-list-img {
    margin-bottom: 25px;
    background-color: #fff!important;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
    .compare-header .comparison-list-item .model-list-img {
        margin-bottom: 25px;
        background-color: #fff!important;
        padding-left: 25px;
    }
}

.compare-body .table-layout-cell:nth-child(n+2) {
    padding-left: 28px;
    padding-right: 28px;
}

.compare-body .table-layout-cell:last-child {
    border-right: 0;
}

.comparison-list-item .comparison-info {
    padding: 0 0 0 20px;
    max-width: 230px;
    height: 100px;
    margin-bottom: 10px;
}

.table-layout-js .table-layout-cell:nth-child(n+5) {
    display: none;
}

.compare-header .comparison-list-item:last-child {
    border-right: 0;
}

.btn-count__car {
    padding: 50px;
    text-align: center;
    display: block;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.btn-count__car:hover {
    color: #333;
    background-color: #f6f6f6;
}

.btn-count__car:hover .svg-icon_default svg {
    fill: #ff4a55;
}

.btn-count__car > span {
    display: block;
}

.btn-count__car .car-count-text {
    font-size: 16px;
    line-height: 18px;
    margin-top: 7px;
    margin-bottom: 25px;
}

.slider-range-value input {

}

.map-price {
    position: relative;
    width: 100%;
}

.map-price_desc {
    list-style: none;
}

.map-price__dots {
    border-bottom: 1px dotted #ddd;
    height: 30px;
    position: relative;
    width: 100%;
}

.map-price__dots .dot.dot-active {
    background: #ff4a55;
}

.map-price__dots .dot {
    background: #ddd;
    height: 6px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 6px;
    z-index: 10;
    border-radius: 50%;
}

.map-price__type {
    position: absolute;
    left: 0;
    border-bottom: 1px dotted #ddd;
    width: 100px;
    white-space: nowrap;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}

.map-price_desc .map-price_desc__item {
    padding-left: 100px;
}

.popover-model.popover .model-list-item,
.popover-model.popover .model-list-name {
    font-size: 14px;
}

.popover-model.popover {
    max-width: 300px;
    width: 300px;
}

.popover-model.popover .model-list-item {
    margin-bottom: 0;
}

.popover-model.popover .model-list-item > .left:first-child {
    width: 30%;
}

.popover-model.popover .model-list-item > .left:last-child {
    width: 70%;
    padding-left: 10px;
}

.popover-model.popover .popover-content {
    padding: 15px;
}

.popover-model.popover .model-list-price {
    margin: 0;
}

.popover-model.popover .model-list-price > div {

}

.slider-range-price {
    position: absolute;
    top: -25px;
    width: 90px;
    left: 0;
    text-align: center;
    display: block;
    margin-left: -20px;
    background-color: #f6f6f6;
}

.slider-range-price input {
    background: transparent;
    border: 0;
    color: #333333;
}

.map-price_desc {
    margin-bottom: 60px;
}

.map-price-wrap .slider-range-pos {
    margin-left: 100px;
}

.commercial-filter-popup .body-type-item label {
    min-width: 190px;
    height: 96px;
    margin-bottom: 5px;
    padding-top: 10px;
}

.commercial-filter-popup .grid-svg svg {
    height: 40px;
}

.commercial-filter-popup .body-type-item .body-type-text {
    margin-top: 0;
}

.btn-price {
    border-radius: 8px;
    border: 1px solid #ddd;
    border-right: 0;
    background: white;
    position: relative;
    padding: 6px 10px;
    color: #333;
    font-size: 16px;
    display: inline-block;
    left: 8px;
    padding-right: 20px;
    cursor: pointer;
}

.btn-price:hover {
    color: #384c76;
}

.btn-price .svg-icon {
    margin-left: 4px;
    vertical-align: bottom;
}

.btn-price:before {
    content: '';
    display: block;
    transform: rotate(-220deg);
    -ms-transform: rotate(-220deg);
    -webkit-transform: rotate(-220deg);
    -o-transform: rotate(-220deg);
    -moz-transform: rotate(-220deg);
    background-color: white;
    width: 26px;
    height: 27px;
    top: 4px;
    right: -8px;
    position: absolute;
    border-radius: 8px;
    z-index: 0;
    border: 1px solid #ddd;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.btn-price:after {
    content: '';
    border-radius: 20px;
    height: 10px;
    width: 10px;
    position: absolute;
    right: 1px;
    z-index: 1;
    border: 1px solid #ddd;
    background: #fff;
    top: 12px;
}

.btn-price--preorder {
    padding-left: 35px;
    padding-right: 35px;
}

.auto-options .svg-leasing {
    width: 14px;
    height: 14px;
}

.car-price {
    padding-top: 25px;
}

.car-price h1 {
    margin-bottom: 40px;
}

.slider-range-price > span {
    color: #333 !important;
}

.form-step {
    margin-bottom: 15px;
    margin-top: 30px;
}

.form-step__num {
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    color: #939393;
    border: 1px solid #ddd;
    font-size: 14px;
    margin-right: 18px;
    float: left;
}

.form-step__title {
    font-size: 16px;
    float: left;
    padding-top: 6px;
}

.conf-commercial-item input[type="checkbox"] {
    display: none;
}

.conf-commercial-item label {
    text-align: center;
    cursor: pointer;
    height: 120px;
    display: block;
    border: 1px solid #fff;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    margin-bottom: 20px;
    border-radius: 3px;
}

.conf-commercial-item label:hover,
.conf-commercial-item input[type="checkbox"]:checked + label {
    border-color: #ddd
}

.conf-commercial-item label:hover .text {
    color: #384c76;
}

.conf-commercial-item input[type="checkbox"]:checked + label .conf-commercial-item__close svg {
    opacity: 1;
}

.conf-commercial-item__close svg {
    color: #384c76;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 25px;
    top: 15px;
    opacity: 0;
}
.conf-commercial-item label:hover .svg-icon_default svg,
.conf-commercial-item input[type="checkbox"]:checked + label .svg-icon_default svg{
    fill: #384c76;
}
.conf-commercial-item input[type="checkbox"]:checked + label .conf-svg + .text {
    color: #384c76;
}
@media (hover: none) {
    .conf-commercial-item label:hover .svg-icon_default svg {
        fill: #939393;
    }
    .conf-commercial-item label:hover {
        border-color: transparent;
    }
    .conf-commercial-item label:hover .text {
        color: #333;
    }
}
.conf-commercial-item label .text {
    padding: 0 25px;
    display: block;
    margin-top: -15px;
    word-wrap: break-word;
    line-height: 16px;
}

.conf-commercial {
    margin-top: 20px;
    margin-bottom: 10px;
}

.anchor-configurator {
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 5px !important;
}

.basic-gallery__item {
    display: block;
    margin-bottom: 20px;
}

.basic-gallery__item:hover img {
    border-color: #939393;
}

.basic-gallery__item img {
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.basic-gallery {
    margin-top: 30px;
}

.basic-configurator .radio {
    margin-top: 35px;
}

.basic-configurator {
    margin-bottom: 40px;
}

.basic-configurator .form-group {
    width: 85%;
}

.conf-commercial-item .conf-svg + .text {
    margin-top: 0;
}

.conf-commercial-item .grid-svg svg {
    height: 40px;
}

.conf-commercial-item .conf-svg {
    display: block;
    padding-top: 20px;
}

.sticky-header .comparison-list-item .comparison-info {
    margin-bottom: 0;
    padding-left: 0;
    text-align: left;
    height: 75px;
}

.sticky-header .table-layout-cell:first-child {
    position: relative;
}

.sticky-header .comparison-info .name-auto {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 230px;
    display: block;
}

.sticky-header .table-layout-row:hover .table-layout-cell {
    background-color: inherit;
}

.sticky-header .table-layout-cell:nth-child(n+2) {
    padding: 0 28px;
}

.sticky-header .table-layout-cell:last-child {
    border-right: 0;
}

.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 9px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 9px 0px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    overflow: hidden;
}

.sticky-header.scrolling {
    opacity: 1;
}

.sticky-header .comparison-model-list {
    margin: 20px 0;
}

.sticky-header .st-price {
    position: absolute;
    bottom: 0;
    left: 30px;
}

.sticky-header .table-layout-cell {
    vertical-align: middle;
    text-align: center;
}

.table-layout-row.title-mobile {
    display: none;
}

.table-layout-row {
    position: relative;
}

.collapse-body.option-special .table-bordered tr td:last-child {
    padding-left: 20px;
    text-align: center;
}

.collapse-body.option-special .collapse-item .checkbox {
    margin: 0;
    text-align: left;
}

.option-special-action {
    padding: 0 20px 10px 20px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-top: 25px;
}

.option-special-action .collapse-item dl {
    padding-left: 0;
}

.option-special-action .collapse-item {
    border-bottom: 0;
}

.option-special-action .dl-horizontal {
    position: relative;
}

.special-text-pdf {
    padding-top: 30px;
}

.container-video.special {
    display: none;
}

.special-filter-popup .row .filter-name-check {
    line-height: 16px;
    padding-top: 13px;
    padding-right: 20px;
}

.special-filter-popup .checkbox.sp-mt {
    margin-top: 33px;
}

.compare-body {
    position: relative;
    z-index: 1;
}

.table-layout-js .table-layout-row:after {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    border-right: 1px solid #fff;
    top: 0;
    right: 4px;
}

#order-moto .form-footer {
    margin-top: 10px;
}

#order-moto .form-footer .checkbox {
    padding-left: 50px;
}

#order-moto .form-group textarea {
    height: 115px;
}

.control-checkbox.moto-quality {
    margin-top: 23px;
}

.col-span-filter {
    width: 200px;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.row-filter {
    margin-left: -10px;
    margin-right: -10px;
}

.filter-popup__element {
    position: relative;
}

.filter-popup__title {
    position: absolute;
    left: 0;
    width: 190px;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    top: 15px;
}

.filter-popup__options {
    padding-left: 200px;
}

.filter-popup__toggle {
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 0;
    z-index: 1;
    cursor: pointer;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.filter-popup__toggle.on {
    top: 12px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.filter-popup__toggle + .filter-popup__options .col-span-filter:nth-child(n+6) {
    display: none;
}

.filter-popup__toggle.on + .filter-popup__options .col-span-filter:nth-child(n+6) {
    display: block;
}

.control-inline.moto-separator {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.moto-filter-popup .range__input {
    margin-bottom: 15px;
}

.moto-filter-popup .item_moto .filter-popup__title {
    top: 35px;
}

.moto-filter-popup .mileage-item .filter-popup__title {
    top: 25px;
}

.filter-popup__element.mileage-item .row-filter > div:nth-child(2) {
    width: 280px;
}

.main-model-item,
.main-model-item__spec,
.catalog-commercial__item {
    position: relative;
    padding-top: 20px;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    border-radius: 3px;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}

.catalog-commercial__link {
    background-color: #f6f6f6;
    padding: 10px 0;
    color: #333;
    margin-top: 20px;
}

.catalog-commercial__link span {
    font-size: 16px;
}

.catalog-commercial__link .svg-icon {
    vertical-align: bottom;
    margin-left: 5px;
}

.main-model-item__spec {
    padding-top: 0;
}

.main-model-item:hover,
.model-spec-item:hover,
.model-moto-item:hover,
.main-model-item__spec:hover,
.catalog-commercial__item:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15), 0 0 1px 1px rgba(0,0,0,.08);
    -o-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15), 0 0 1px 1px rgba(0,0,0,.08);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15), 0 0 1px 1px rgba(0,0,0,.08);
}

.main-model-item__spec .modelnew-specpricebrand {
    position: relative;
    bottom: auto;
    left: auto;
    display: inline-block;
    margin-bottom: 90px;
    margin-top: 20px;
}

.main-model-item__spec .instock-info {
    display: inline-block;
    float: left;
}

.main-model-name,
.catalog-commercial__name {
    font-size: 20px;
    line-height: 22px;
    padding: 0 15px;
    margin-top: 10px;
    display: block;
    height: 44px;
}

.main-model-bottom {
    padding: 10px 15px;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: right;
    background-color: #f6f6f6;
}

.main-model-bottom:before {
    content: '';
    display: block;
    background: url(/images/svg/arrow_right.svg) no-repeat;
    width: 7px;
    height: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -6px;
}

.main-model-img {
    height: 175px;
    display: block;
    margin-bottom: 10px;
}

.main-model-item .instock-info {
    display: inline-block;
    float: left;
}

.instock-info__num {
    display: inline-block;
    font-size: 36px;
    line-height: 36px;
    color: #384c76;
    padding-right: 3px;
    font-family: 'Montserrat', sans-serif;
}

.instock-info__text {
    display: inline-block;
    text-align: left;
    font-size: 16px;
    line-height: 16px;
    vertical-align: baseline;
    color: #333;
}

.main-model__btn {

}

.main-model-price {
    color: #333;
    font-size: 18px;
    margin-top: 10px;
    padding-bottom: 100px;
    font-family: 'Montserrat', sans-serif;
}
.compare-price-row .main-model-price {
    font-size: 16px;
    line-height: 1.4;
    padding-bottom: 0;
    margin-top: 0;
}
.main-model-brand {
    position: relative;
}

.main-model-brand .btn-default:hover, .main-model-brand .btn-default:focus, .main-model-brand .btn-default:active, .main-model-brand .btn-default:active:focus {
    background-color: transparent;
    color: #333;
}

.main-model-brand .btn-default:hover .svg-icon, .main-model-brand .btn-default:focus .svg-icon {
    fill: #c41212;
    color: #c41212;
}

.main-model-brand .svg-offroad {
    width: 50px;
    height: 20px;
}

.main-instock-count {
    font-size: 14px;
    margin-left: 0 !important;
}

.main-model-brand .svg-icon {
    vertical-align: middle;
    margin-right: 10px;
}

.main-model-item .model-item-tags {
    top: 0;
}


.main-model-brand__name {
    position: relative;
    display: inline-block;
    padding-right: 85px;
}

.main-model-brand__logo {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.catalog .main-model .show-more {
    margin: 0 0 55px 0;
}

.main-model-item.instock .main-model-img {
    padding: 50px;
}

.battery {
    color: #94D48F;
    border-color: #94D48F;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    width: 22px;
    height: 12px;
    position: relative;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color 250ms, border-color 250ms;
    -o-transition: color 250ms, border-color 250ms;
    transition: color 250ms, border-color 250ms;
    vertical-align: middle;
}

.battery.full {
    color: #94D48F;
    border-color: #94D48F;
}

.battery.med {
    color: #FED267;
    border-color: #FED267;
}

.battery.med::after, .battery.med::before {
    background-color: #FED267;
}

.battery.med::after {
    right: 40%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.battery::before {
    top: 3px;
    bottom: 3px;
    right: -4px;
    width: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-transition: background-color 250ms;
    -o-transition: background-color 250ms;
    transition: background-color 250ms;
}

.battery::after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 1px;
    border-radius: 1px;
    background-color: currentColor;
    -webkit-transition: right 250ms;
    -o-transition: right 250ms;
    transition: right 250ms;
}

.battery::before, .battery::after {
    content: "";
    position: absolute;
}

.battery.full::after, .battery.full::before {
    background-color: #27ae60;
}

.model-item {
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    padding: 20px;
    padding-bottom: 0;
}

.model-item:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.model-item:hover img.lights_image {
    opacity: 1;
}

.card__list {
    display: inline-block;
    width: 80%;
}

.card-list__row {
    float: left;
    width: 45%;
    margin-bottom: 5px;
}

.card-list__title {
    padding-right: 13px;
    font-weight: 700;
    display: block;
    float: left;
    position: relative;
    width: 115px;
}

.card-list__info {
    color: #939393;
    width: 170px;
    display: block;
    float: left;
}

.model-item-footer {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 20px;
}

.model-item-footer .action-link a {
    margin-left: 30px;
}

.action-link .svg-call {
    width: 17px;
    height: 18px;
    vertical-align: top;
}

.model-item-target .svg-icon_ddd:hover {
    fill: #ff4a55;
    color: #ff4a55;
}

.model-item-target > span {
    margin-right: 20px;
}

.target-icon-2 {
    width: 22px;
    height: 22px;
    fill-rule: evenodd;
}

.target-icon-3 {
    width: 26px;
    height: 19px;
}

.target-icon-4 {
    width: 26px;
    height: 26px;
}

.target-icon-5 {
    width: 26px;
    height: 14px;
}

.target-icon-6 {
    width: 24px;
    height: 23px;
}

.target-icon-1,
.target-icon-7, .target-icon-10 {
    width: 26px;
    height: 26px;
}

.target-icon-8 {
    width: 26px;
    height: 26px;
}

.target-icon-9 {
    width: 26px;
    height: 13px;
}

.card-list__title:after {
    border-bottom: 1px dotted #ccc;
    content: "";
    display: block;
    width: 100%;
    height: 0;
    margin-top: -4px;
    position: absolute;
    left: 0;
    top: 100%;
}

.card-list__text {
    background: white;
    display: inline-block;
    position: relative;
    z-index: 1;
}


.model-moto-item {
    position: relative;
    height: 300px;
    padding-top: 20px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    border-radius: 3px;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}
.model-spec-item,
.model-moto-item {
    position: relative;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    border-radius: 3px;
    /*text-align: center;*/
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}
.model-spec--img img {
    margin: 0 auto;
}

.model-moto--name {
    padding: 10px 15px;
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: left;
    background-color: #f6f6f6;
    color: #333;
    font-size: 16px;
    line-height: 18px;
    height: 56px;
    line-height: 56px;
    display: table;
}
.model-spec--name {
    padding: 10px 15px;
    position: relative;
    /* bottom: 15px; */
    width: 100%;
    text-align: left;
    background-color: #f7f7f7;
    color: #333;
    font-size: 16px;
    line-height: 18px;
    height: 60px;
    line-height: 56px;
    display: table;
}

.model-spec--name span,
.model-moto--name span {
    line-height: 18px;
    display: table-cell;
    vertical-align: middle;
    font-family: 'Montserrat', sans-serif;
}

.model-spec--name:before,
.model-moto--name:before {
    content: '';
    display: block;
    background: url(/images/svg/arrow_right.svg) no-repeat;
    width: 7px;
    height: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -6px;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
}
.model-spec-item .model-spec--name:hover:before {
    right: 10px;
}


.moto .card-list__title {
    width: 155px;
}

.moto .card-list__row,
.spec .card-list__row {
    width: 50%;
}

.spec .card-list__title {
    width: 180px;
}

.spec .card-list__info {
    width: 120px;
}

.brand-info .right-center-info {
    padding-left: 120px;
}

.form-zipper.reserve .form-footer {
    margin: 10px 0;
}

.form-zipper.reserve {
    margin-top: 10px;
}

.model-detail-reserve,
.model-detail-preorder {
    position: absolute;
    top: 0;
    left: 10px;
}

.model-detail-reserve {
    top: 15px;
    left: 20px;
}

.model-detail-reserve-tabs .model-color,
.model-detail-reserve-tabs .model-interior__js {
    float: left;
    width: 40px;
}

.model-detail-reserve-tabs .group-inline {
    line-height: 30px;
}

.model-item-reserve,
.model-item-preorder {
    position: absolute;
    top: 0;
    left: 0;
}

.model-item-reserve img,
.model-item-preorder img {
    display: block;
    height: auto;
    width: 100%;
    max-width: 90px;
}

.popover-price {
    position: relative;
    z-index: 1;
    cursor: pointer;
    color: #939393;
}

.model-item-price .popover-price{
    color: #333;
}

.popover-price-wr {
    min-width: 250px;
    font-size: 12px;
}

.filter-sort__select .btn-default{
    background-color: #e5e5e5;
    border-color: #dddddd;
}

.filter-sort__select {
    width: 280px;
    float: left;
}

.filter-sort__reset {
    float: right;
    padding-top: 9px;
}

.model-not-found {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

.modelnew-city {
    padding: 0 15px;
    text-align: right;
}

.modelnew-priceusedwrap {
    padding-bottom: 0 !important;
}

.model hr + h2 {
    margin-top: 50px;
}

.catalog-used .manager-not-found {
    margin-bottom: -30px;
}

.catalog-pre-order__h-info {
    background-color: #e4ecf1;
    padding: 15px;
}

.catalog-pre-order__h-info {
    margin-bottom: 30px;
}

.catalog-pre-order__btn-group .title {
    font-size: 16px;
    padding-bottom: 7px;
}

.catalog-pre-order__btn-group .btn + .btn {
    margin-left: 10px;
}

.form-white-order {
    background-color: #fff;
    padding: 20px 20px;
}

.form-white-order__title {
    font-size: 26px;
    padding-top: 5px;
    margin-bottom: 20px;
}

.form-white-order__result {
    position: relative;
    margin-left: 30px;
    margin-top: 25px;
}

.form-white-order__img img {
    -webkit-box-shadow: 0 5px 18px rgba(0, 0, 1, 0.15);
    box-shadow: 0 5px 18px rgba(0, 0, 1, 0.15);
}

.form-white-order__name {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.form-white-order__footer .btn {
    margin-top: 15px;
}

.form-white-order hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

.form-order-auto .form-white-order .panel-group {
    margin-right: 0;
}

.catalog-pre-order__info .text {
    font-size: 16px;
    padding-top: 30px;
    color: #fff;
}

.catalog-pre-order__info .text a{
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.catalog-pre-order__info {
    padding-top: 20px;
    padding-bottom: 5px;
}

.catalog-pre-order__info .images {
    text-align: right;
}

.catalog-pre-order__info .images img {
    display: inline-block;
}

.catalog-pre-order__info .btn {
    margin-left: 30px;
    margin-top: 30px;
}

.icons-png {
    display: inline-block;
    margin-right: 5px;
}

.catalog-spec .main-model-item {
    height: 400px;
}

.detail-reserved_info .svg-icon {
    vertical-align: middle;
    margin-right: 5px;
}

.detail-reserved_info {
    background-color: #f6f6f6;
    padding: 5px;
    padding-bottom: 0;
}

.model-detail__btn-group .title {
    font-size: 16px;
    padding-bottom: 7px;
}

.model-detail__btn-group .btn + .btn {
    margin-left: 10px;
}

.model-detail__center {
    background-color: #f6f6f6;
    padding: 18px;
    border: 1px solid #ddd;
    margin-top: 30px;
}

.model-detail__center .title {
    font-weight: bold;
    font-size: 15px;
    color: #333;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 12px;
}

.model-detail__center .address,
.model-detail__center .phone {
    display: block;
    cursor: pointer;
}

.model-detail__center .address {
    color: #939393;
    margin-bottom: 10px;
}

.model-detail__center .svg-call {
    margin-right: 10px;
    fill: #ff4a55;
}

.model-detail__center .svg-point {
    margin-right: 10px;
}

.model-detail__colors-color .title,
.model-detail__colors-trim .title {
    display: inline-block;
    width: 22%;
}

.model-detail__colors-wrap {
    display: inline-block;
    position: relative;
    width: 68%;
}

.model-detail__colors-wrap .color-name,
.model-detail__colors-wrap .trim-name {
    color: #939393;
}

.model-detail__colors-wrap .color-value,
.model-detail__colors-wrap .trim-value {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    background-color: transparent;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    -webkit-transition-delay: 0.2s;
    position: relative;
    margin-bottom: 5px;
    margin-right: 5px;
    vertical-align: middle;
}

.model-detail__colors-wrap .color-value > div,
.model-detail__colors-wrap .trim-value > div {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    position: relative;
    left: 2px;
    top: 2px;
    background-repeat: no-repeat;
}

.model-detail__colors-wrap .color-value > div:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 100%;
    background: -webkit-linear-gradient(to bottom, rgba(256, 256, 256, 0.1) 0%, rgba(254, 254, 254, 0.7) 50%, rgba(231, 231, 231, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(256, 256, 256, 0.1)), color-stop(50%, rgba(254, 254, 254, 0.7)), color-stop(50%, rgba(231, 231, 231, 0.1)), to(rgba(0, 0, 0, 0.1)));
    background: -webkit-linear-gradient(top, rgba(256, 256, 256, 0.1) 0%, rgba(254, 254, 254, 0.7) 50%, rgba(231, 231, 231, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
    background: -o-linear-gradient(top, rgba(256, 256, 256, 0.1) 0%, rgba(254, 254, 254, 0.7) 50%, rgba(231, 231, 231, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(to bottom, rgba(256, 256, 256, 0.1) 0%, rgba(254, 254, 254, 0.7) 50%, rgba(231, 231, 231, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
    z-index: 1;
}

.model-detail__colors-wrap .color-value,
.model-detail__colors-wrap .color-name,
.model-detail__colors-wrap .trim-value,
.model-detail__colors-wrap .trim-name {
    display: inline-block;
}

.model-detail__colors-wrap .color-name {
    margin-left: 10px;
    position: absolute;
    top: 4px;
    left: 0;
    padding-left: 30px;
}
.model-detail__colors-wrap .trim-name {
    display: inline-block;
    vertical-align: top;
    width: 80%;
    padding-top: 6px;
}
.model-detail__colors-color {
    margin-bottom: 5px;
}

.model-detail__center-carusel .slick-prev,
.model-detail__center-carusel .slick-next {
    display: none !important;
}

.model-detail__center-carusel .slick-dots {
    bottom: -30px;
}

#test_drive-form .xs-hidden,
.reserve .xs-hidden {
    display: block;
}

#test_drive-form .lg-hidden,
.reserve .lg-hidden {
    display: block;
}

@media (max-width: 991px) {
    #test_drive-form .xs-hidden,
    .reserve .xs-hidden {
        display: none;
    }
}

@media (min-width: 991px) {
    .reserve .lg-hidden,
    #test_drive-form .lg-hidden {
        display: none;
    }
}

.main-model-brand__moto {
    margin-bottom: 30px;
    font-size: 22px;
}

.model-color-item .dop-color,
.model-detail__colors-wrap .color-value > div.dop-color {
    height: 12px;
    border-radius: 14px 14px 0 0;
    position: absolute;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.car-item .model-color-item > div {
    overflow: hidden;
}
.car-item .model-color-item .dop-color {
    top: 50%;
    left: 50%;
    width: 25px;
    height: 11px;
    border: 0;
    margin-left: -11px;
    margin-top: -11px;
    border-radius: 13px 13px 0 0;
}

.model-color-item .dop-color:before,
.model-detail__colors-wrap .dop-color:before {
    display: none;
}

.catalog-commercial img.lights_image,
.catalog-cars img.lights_image,
.dividemodel--generation img.lights_image {
    top: 20px;
}

.modelnew-item .model-color-item > div:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 100%;
    background: -webkit-linear-gradient(to bottom, rgba(256, 256, 256, 0.1) 0%, rgba(254, 254, 254, 0.7) 50%, rgba(231, 231, 231, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(256, 256, 256, 0.1)), color-stop(50%, rgba(254, 254, 254, 0.7)), color-stop(50%, rgba(231, 231, 231, 0.1)), to(rgba(0, 0, 0, 0.1)));
    background: -webkit-linear-gradient(top, rgba(256, 256, 256, 0.1) 0%, rgba(254, 254, 254, 0.7) 50%, rgba(231, 231, 231, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
    background: -o-linear-gradient(top, rgba(256, 256, 256, 0.1) 0%, rgba(254, 254, 254, 0.7) 50%, rgba(231, 231, 231, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(to bottom, rgba(256, 256, 256, 0.1) 0%, rgba(254, 254, 254, 0.7) 50%, rgba(231, 231, 231, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
    z-index: 1;
}

.model-detail .model-color-item:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 100%;
    background: -webkit-linear-gradient(to bottom, rgba(256, 256, 256, 0.1) 0%, rgba(254, 254, 254, 0.7) 50%, rgba(231, 231, 231, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(256, 256, 256, 0.1)), color-stop(50%, rgba(254, 254, 254, 0.7)), color-stop(50%, rgba(231, 231, 231, 0.1)), to(rgba(0, 0, 0, 0.1)));
    background: -webkit-linear-gradient(top, rgba(256, 256, 256, 0.1) 0%, rgba(254, 254, 254, 0.7) 50%, rgba(231, 231, 231, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
    background: -o-linear-gradient(top, rgba(256, 256, 256, 0.1) 0%, rgba(254, 254, 254, 0.7) 50%, rgba(231, 231, 231, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(to bottom, rgba(256, 256, 256, 0.1) 0%, rgba(254, 254, 254, 0.7) 50%, rgba(231, 231, 231, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
    z-index: 1;
}

.catalog-cars__back {
    position: absolute;
    right: 10px;
    top: 0;
}

.catalog-cars__back:hover .svg-icon {
    border-color: #244672;
}

.catalog-cars__back .svg-icon {
    border-radius: 3px;
    border: 1px solid #488ce5;
    padding: 5px 10px;
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
}

.catalog-cars__back span {
    line-height: 16px;
    display: inline-block;
    vertical-align: bottom;
    padding-left: 15px;
}
/*.modelnew-img__reserve:before{*/
/*content: '';*/
/*background: url("/images/svg/reserved-rus.svg") no-repeat;*/
/*width: 90px;*/
/*height: 45px;*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*}*/
.modelnew-item__wr{
    position: relative;
}
.modelnew-item__wr .model-item-reserve{
    left: 20px;
}

/*==== новая карточка ком техники*/
.model-detail--comtech {
    position: relative;
}
.catalog .model-detail--comtech .container,
.model-detail--comtech .col-md-8.col-sm-12,
.model-detail--comtech .model-description .style-tabs{
    position: static;
}
.model-detail--comtech-inner {
    border: 1px solid #f3f3f3;
}
.model-constructor-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #f6f6f6;
}
.model-constructor {
    position: relative;
    background-color: #f6f6f6;
    padding: 35px 20px;
}
.model-constructor:after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    height: 1px;
    background-color: #bbbbbb;
}
.model-constructor .section-title {
    height: 10px;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.76px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
}
.model-constructor__list-section {
    margin-bottom: 35px;
}
.model-description {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 80px;
}
.model-description .collapse-title {
    font-size: 14px;
}
.model-description .model-detail-img {
    margin-bottom: 5px;
    max-width: 580px;
    position: relative;
}
.model-description .model-detail-img::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 2px solid #ffffff;
    display: block;
}
.model-detail--comtech .model-detail__center {
    margin-top: 0;
    border: none;
}
.model-detail--comtech .model-detail-img img {
    width: 100%;
}
.model-detail--comtech .model-detail-img:after {
    display: none;
}
.model-detail--comtech .color-block .title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.model-detail--comtech .color-block {
    margin-bottom: 30px;
}
.model-detail--comtech .color-block .model-color {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}
.model-detail--comtech .group-inline {
    margin-left: 105px;
}
.model-detail--comtech .options-section .title,
.model-detail--comtech .equipments-section .title{
    font-size: 16px;
    margin: 24px 0 12px;
}
.model-detail--comtech .options-section {
    max-height: 280px;
    overflow: hidden;
    transition: max-height .5s ease;
    position: relative;
    padding-bottom: 60px;
}
.model-detail--comtech .options-section.show {
    max-height: 2000px;
}
.model-detail--comtech .options-section:before {
    content: '';
    height: 65px;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
    transition: height .25s ease;
    z-index: 1;
}
.model-detail--comtech .options-section.show:before {
    display: none;
}
.model-detail--comtech .btn-options-more {
    bottom: 10px;
    cursor: pointer;
    left: 50%;
    margin-left: -93px;
    position: absolute;
    transition: background-color .25s ease;
    width: 185px;
    text-align: center;
    display: block;
    z-index: 3;
}
.model-detail--comtech .btn-options-more .svg-arrow-down {
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin-left: 7px;
}
.model-detail--comtech .btn-options-more.rotate .svg-arrow-down {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.model-detail--comtech .equipments-section ul {
    list-style-type: none;
}
.model-detail--comtech .equipments-section__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.model-detail--comtech .equipments-section__item {
    padding-left: 30px;
    width: 50%;
}
.model-detail--comtech .equipments-section__item ul li {
    border-bottom: 1px solid #efefef;
    font-size: 13px;
    margin: 0 -5px;
    padding: 8px 5px;
}
.model-detail--comtech .conf-commercial-item label {
    border: 1px solid transparent;
}
.model-detail--comtech .model-constructor--tab {
    background-color: #fff;
    padding: 35px 0;
}
.model-detail--comtech .model-constructor--tab:after {
    display: none;
}
.model-constructor--tab .model-constructor__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.model-constructor--tab .model-constructor__list-section {
    width: 33.3333%;
}
.model-detail--comtech .li-constructor {
    display: none;
}
.model-detail--comtech .dl-horizontal dd {
    margin-left: 74%;
}
@media screen and (max-width: 1199px) {
    .model-detail--comtech .dl-horizontal dd {
        margin-left: 60%;
    }
}
@media screen and (max-width: 767px) {
    .model-detail--comtech .dl-horizontal dd {
        margin-left: 50%;
    }
}
.sticky-aside:before,
.sticky-aside:after {
    content: '';
    display: table;
}
.constructor-btn {
    position: relative;
    display: none;
    background-color: #f3413c;
    width: 34px;
    height: 80px;
}
.constructor-btn:before,
.constructor-btn:after {
    content: '';
    position: absolute;
    left: -7px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    height: 40px;
    width: 42px;
    background-repeat: no-repeat;
}
.constructor-btn > div {
    position: absolute;
    top: 32px;
    left: 11px;
    /*-webkit-transform: rotate(180deg);*/
    /*-ms-transform: rotate(180deg);*/
    /*transform: rotate(180deg);*/
}
.constructor-btn svg {
    width: 7px;
    height: 12px;
    fill: #fff;
}
.model-constructor-wrap .close {
    display: none;
    position: absolute;
    font-size: 35px;
    top: 20px;
    right: 25px;
    color: #000;
    z-index: 100;
    font-weight: 100;
    -webkit-transform: rotate(46deg);
    -ms-transform: rotate(46deg);
    transform: rotate(46deg);
}
@media (max-width: 991px) {
    .constructor-btn {
        display: block;
        position: absolute;
        left: -7px;
        top: 250px;
        z-index: 104;
        cursor: pointer;
    }
    .constructor-btn--close {
        position: absolute;
        left: auto;
        right: -5px;
        top: 20%;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .model-constructor-wrap .close {
        display: block;
    }
    .model-description {
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .model-detail--comtech .model-constructor-wrap {
        position: absolute;
        top: 197px;
        left: 0;
        z-index: 8008;
        /* height: 100%; */
        -webkit-transition: left .4s ease-in-out;
        -o-transition: left .4s ease-in-out;
        transition: left .4s ease-in-out;
        min-width: 260px;
        max-width: 320px;
        overflow: hidden;
        border: 1px solid #ccc;
        -webkit-box-shadow: 0px 0px 40px 5px #ccc;
        box-shadow: 0px 0px 40px 5px #ccc;
    }
    .model-detail--comtech .model-constructor-wrap.show {
        left: 0;
        -webkit-box-shadow: 0px 0px 40px 5px #ccc;
        box-shadow: 0px 0px 40px 5px #ccc;
    }
    .model-detail--comtech-inner {
        padding-bottom: 20px;
        border: none;
    }
}
@media (max-width: 767px) {
    .model-detail--comtech .model-constructor-wrap {
        top: 155px;
    }
}
@media (max-width: 640px) {
    .model-detail--comtech .equipments-section__item {
        width: 100%;
        padding-left: 0;
    }
}
@media (max-width: 400px) {
    .constructor-btn {
        top: 220px;
    }
}
@media (min-width: 992px) {
    .model-detail--comtech-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .sticky-aside {
        position: -webkit-sticky!important;
        position: sticky!important;
        top: 0;
    }
}
.model-boat__wr{
    height: 363px;
    position: relative;
}
.model-boat__img{
    position: absolute;
    top: 0;
    z-index: 1;
}
.model-boat__svg {
    position: absolute;
    top: 0;
}
.boat-color__item span {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    position: relative;
    left: 2px;
    top: 2px;
    display: block;
}
.model-boat__color{
    display: flex;
}
.boat-color__item {
    cursor: pointer;
    vertical-align: top;
    position: relative;
    margin-bottom: 5px;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    -webkit-transition-delay: 0.2s;
}
.boat-color__item.active {
    background-color: #ff4a55;
    border-color: #ff4a55;
}
.boat-color__item:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 100%;
    background: -moz-linear-gradient(to bottom, rgba(256, 256, 256, 0.1) 0%, rgba(254, 254, 254, 0.7) 50%, rgba(231, 231, 231, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-linear-gradient(to bottom, rgba(256, 256, 256, 0.1) 0%, rgba(254, 254, 254, 0.7) 50%, rgba(231, 231, 231, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(to bottom, rgba(256, 256, 256, 0.1) 0%, rgba(254, 254, 254, 0.7) 50%, rgba(231, 231, 231, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
    z-index: 1;
}
.boat-color__title{
    margin-bottom: 10px;
}
.boat-color__top{
    margin-bottom: 10px;
}
.model-boat__svg svg path{
    -webkit-transition: all 0.2s ease;
    -webkit-transition-delay: 0.2s;
}
.model-color__pre-order{
    padding-top: 20px;
}
.model-detail-img .img-responsive{
    width: 100%;
}
.model-detail-img{
    position: relative;
}
.catalog-commercial .main-model .main-model-item .main-model-name {
    padding: 0 15px;
}
.catalog-commercial .modelnew-item .modelnew-list li {
    display: block;
}
.catalog-commercial .modelnew-item .modelnew-list .modelnew-list-left {
    vertical-align: top;
    width: 40%;
    font-size: 13px;
}
.catalog-commercial .modelnew-item .modelnew-list .modelnew-list-right {
    width: 59%;
}
.catalog-commercial .modelnew-item .modelnew-price-wrap {
    padding: 5px 21px 3px 12px;
}
.model-detail__panorama {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #333;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    padding: 9px 15px 5px;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 20;
    border: 0;
    cursor: pointer;
}
.model-detail__panorama .svg-icon{
    width: 24px;
    height: 24px;
}
.model-detail__panorama .svg-icon > [class *= "svg"] {
    width: inherit;
    height: inherit;
    fill-rule: evenodd;
}
.model-detail__panorama .svg-text {
    margin-left: 8px;
    line-height: 24px;
    vertical-align: top;
}
#screenfull {
    display: none;
}
#screenfull:fullscreen{
    display: block;
    background: #000000;
}
#screenfull:-ms-fullscreen {
    display: block;
    background: #000000;
}
#screenfull:-webkit-full-screen {
    display: block;
    background: #000000;
}
#screenfull:-moz-full-screen {
    display: block;
    background: #000000;
}
.dividemodel--generation-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.dividemodel--generation .cars-models__item .cars-models__item-desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 85px!important;
}
.cars-models__item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    height: 32px;
}
.cars-models__item-info.pointer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    height: 32px;
    cursor: pointer;
}
.main-model .cars-models__item-name {
    padding-right: 0;
}
.main-model .cars-models__zoom-photo img,
.main-model .blank-img img {
    max-height: 220px;
    height: 100%;
    width: 100%;
}
.main-model .cars-models__item-desc {
    min-height: auto;
}
.main-model .cars-models__item-desc .btn {
    padding: 6px 16px;
}
.main-model .cars-models__item-desc .ajax {
    display: inline-block;
    cursor: pointer;
}
.main-model .cars-models__item-price,
.model-spec-item .cars-models__item-price {
    font-size: 18px;
    line-height: 32px;
}
.cars-models__item-info .svg-purchasing {
    width: 33px;
    height: 27px;
    fill: #ecc218;
}
.cars-models__item-info span,
.cars-models__item-info a {
    color: #384c76;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    padding-left: 7px;
}
.cars-models__item-info .num {
    color: #edc200;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 32px;
}
.main-model .cars-models__item-name.spec-tech {
    margin-bottom: 22px;
}

.catalog-spec .cars-models__item-name {
    height: 50px;
}
.brand-btns {
    margin-bottom: 26px;
}
.brand-btns__list {
    display: flex;
    justify-content: space-between;
}
.brand-btns__item {
    width: calc(100% - 4px);
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 4px;
}

.brand-btns__item .link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    height: 77px;
    background-color: #384c76;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
}
.brand-btns__item span {
    max-width: 135px;
}
.brand-btns--moto .brand-btns__item span {
    max-width: 165px;
}
.brand-btns__item img,
.brand-btns__item svg {
    width: 45px;
    height: 45px;
}
.brand-btns__item svg .st1 {
    fill:#FDD209;
}
.brand-btns__item .link:hover {
    background-color: #465a85;
    color: #fff;
}
.btn-primary.btn-arrow--bottom:after {
    background: url(/images/svg/arrow_down_white1.svg) no-repeat;
}
@media (max-width: 1199px) {
    .main-model .cars-models__zoom-photo img,
    .main-model .blank-img img {
        max-height: 173px;
    }
}
.flex-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.car-item__photo .model-item-reserve img{
    max-width: 90px;
}
.car-item--order .tooltip-inner,
.car-item--moto .tooltip-inner,
.car-item__complectations-item--instock .tooltip-inner,
.car-item__complectations-item--order .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #333;
    text-align: center;
    background-color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}
.car-item--order .tooltip.top .tooltip-arrow,
.car-item--moto .tooltip.top .tooltip-arrow{
    border-top-color: #fff;
}
.car-item--order .tooltip.bottom .tooltip-arrow,
.car-item--moto .tooltip.bottom .tooltip-arrow,
.car-item__complectations-item--instock .tooltip.bottom .tooltip-arrow,
.car-item__complectations-item--order .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fff;
}
.model-list .cars-models__item .badge,
.main-model .cars-models__item .badge {
    position: relative;
    top: auto;
    right: auto;
}
.catalog--moto .main-model .cars-models__item .badge {
    position: absolute;
    top: -12px;
    right: 18px;
}
.model-list  .cars-models__item-desc .badges,
.main-model .cars-models__item-desc .badges {
    position: absolute;
    top: -15px;
    right: 15px;
}
.model-detail--reserv-img {
    position: relative;
    margin-bottom: 18px;
}
.model-detail--reserv-img .badge {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
}
.moto-detail .cars-models__item-price {
    margin: 12px 0;
}
/* --- стили для блоков марка и модель --- */
.filter-checkboxes__title {
    padding: 0;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.form-group__checkboxes-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 18px;
}

.form-group__filter-checkboxes:last-child .form-group__checkboxes-container {
    border-bottom: 0;
    margin-bottom: 0;
}
.form-group__filter-checkboxes .form-group__checkboxes-container .control-checkbox {
    width: 50%;
    margin-right: 0;
    padding-right: 10px;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 12px;
}
.form-group__filter-checkboxes .form-group__checkboxes-container--commercial .control-checkbox {
    width: 100%;
}
.form-group__filter-checkboxes .control-checkbox.disabled,
.form-group__filter-checkboxes--more .control-checkbox.disabled {
    opacity: 0.5;
}
.form-group__filter-checkboxes--wr-more {
    padding-bottom: 18px;
}
.form-group__filter-checkboxes--more {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    transition: max-height .6s ease;
}
.btn-more__text-expanded {
    display: none;
}
.form-group__filter-checkboxes--more.exp {
    margin-bottom: 8px;
    max-height: 216px;
}
.form-group__filter-checkboxes--more.exp:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25px;
    background: -moz-linear-gradient(270deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(270deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(270deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(270deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#ffffff',GradientType=0 );

}
#catalog-used-wrapper .form-group__filter-checkboxes--more.exp {
    max-height: 240px;
}
#catalog-used-wrapper .form-group__filter-checkboxes--more.exp.expanded,
.form-group__filter-checkboxes--more.exp.expanded {
    max-height: 3000px;
    transition: max-height .6s ease;
}
.form-group__filter-checkboxes--more.exp.expanded:after {
    display: none;
}
.form-group__filter-checkboxes--more + .filter-checkboxes__btn-more,
.form-group__filter-checkboxes--more.expanded + .filter-checkboxes__btn-more > .btn-more__text-hided {
    display: none;
}
.form-group__filter-checkboxes--more.exp + .filter-checkboxes__btn-more,
.form-group__filter-checkboxes--more.expanded + .filter-checkboxes__btn-more > .btn-more__text-expanded {
    display: inline;
}
.filter-checkboxes__btn-more {
    margin-left: 22px;
    text-align: center;
}
.car-amount {
    display: inline-block;
}
.car-amount-btn {
    position: relative;
}
.car-amount-btn > span {
    cursor: pointer;
}
.alert-amount {
    position: absolute;
    top: 155%;
    left: 50%;
    padding: 20px;
    background-color: #384c76;
    border-color: #384c76;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    z-index: 100;
    color: #fff;
    width: 250px;
    margin-left: -125px;
    line-height: 1.5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.alert-amount.show {
    top: 125%;
    opacity: 1;
    visibility: visible;
}
.alert-amount:after {
    content: '';
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 16px 10px 16px;
    border-color: transparent transparent #384c76 transparent;
}
.alert-amount .close {
    margin-top: -19px;
    fill: #fff;
    color: #fff;
}
.alert-amount .svg-close,
.alert-amount .svg-close:hover {
    fill: #fff;
    color: #fff;
    width: 10px;
    height: 10px;
}
.alert-amount .alert-amount__ajax.border--link {
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
}
.alert-amount .border--link:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}
.alert-amount .alert-text {
    font-size: 12px;
}
.alert-amount .alert-text b {
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    .alert-amount .close {
        margin-top: -10px;
    }
    .alert-amount.show {
        top: 165%;
    }
}
@media screen and (max-width: 568px) {
    .car-amount-btn {
        position: static;
    }
    .alert-amount {
        left: 0;
        margin-left: 0;
        right: 0;
        width: 100%;
    }
}
.catalog-brand__tags {
    position: relative;
    margin-top: 18px;
    height: 24px;
    overflow: hidden;
    padding-left: 24px;
    padding-right: 24px;
}
.catalog-brand__tags--with-del,
.catalog-brand__tags--with-arrow {
    margin-top: 0;
    height: 28px;
}
.catalog-brand__tags--with-arrow {
    height: 24px;
}
.catalog-brand__tags .catalog-brand__tags-list {
    margin-bottom: 0;
    /*width: calc(100% - 70px);*/
    width: 100%;
    /*margin-left: 70px;*/
}
.catalog-brand__tags-list * {
    outline: none!important;
}
.catalog-brand__tags-nav {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 60px;
    height: 24px;
}
.catalog-brand__tags .tags-list__item {
    line-height: 16px;
    width: auto;
    margin: 0;
    outline: none;
    white-space: nowrap;

}
.tags-list__item:focus {
    outline: none;
}
.tags-list__item:not(:last-of-type) {
    margin-right: 8px;
}
.tags-list__item-link {
    font-size: 12px;
    display: inline-block;
    padding: 4px 12px;
    color: rgba(0,0,0,.6);
    border-radius: 12px;
    background-color: rgba(0,0,0,.06);
    /*text-transform: capitalize;*/
}
.catalog-brand__tags--with-del .tags-list__item,
.catalog-brand__tags--with-del .tags-list__item {
    font-size: 12px;
    display: inline-block;
    padding: 6px 12px;
    color: #333333;
    border-radius: 12px;
    background-color: rgba(0,0,0,.04);
}
.tag-del {
    position: relative;
    top: -1px;
    left: 2px;
    display: inline-block;
    width: 7px;
    height: 7px;
    vertical-align: middle;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAlklEQVQYVzWNOQoCQRREf8211MQlNP50ewwT0QFHEDXxBEbK0Ftq6JKI1+qSlpkKa3sIIVxzzq219iGdnHMzAAuklIY55wPJnTHm5b2fANiS3KCUY4wDkg2AN8kxgEZVv/+wKyxJ7gHUqnouXr+cklyJyF1E5gBOqvpEgVdVVQNYl6sOcSxchBAuJG/GmE+P8N6PRMT+ADbNTpfSFYB0AAAAAElFTkSuQmCC) 0 0 no-repeat;
}
.tags-list__item-link .tag-del {
    display: none;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAQAAABuW59YAAAAIGNIUk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAACYktHRAD/h4/MvwAAAAd0SU1FB+QCBQYoBrysJ0sAAABxSURBVAjXBcGxDYJAFIDh/90xg7G4LawoqICCFSTuYQiYQGPjBFppaJjBEuiYwMYEWlbgHt8n4Vtb/1UEk0pu3eobZv4S600e1s3+R4njQmUGe4SFAzVPug0DJGRcyUggINWSQkaduLPJ6cWHXlCIOO9t9SENr0wwKQAAAABJRU5ErkJggg==') 0 0 no-repeat;
}
.tags-list__item-link.active {
    background-color: #edc200;
}
.tags-list__item-link.active .tag-del {
    display: inline-block;
}
.catalog-brand__tags .swiper-button-prev,
.catalog-brand__tags .swiper-button-next {
    width: 9px;
    height: 13px;
    margin-top: -6px;
    border: 0;
    padding: 0;
}
.catalog-brand__tags .tags-nav-prev {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAYAAAB7AEQGAAAAvUlEQVQoU42RMQrCQBBF39jYegH74AWsPIDWgWRzABsLCy8QsRVvkE7IpgpYBI8geBW7FJJmRyJGElDjlDNvPn/+CF/KWhsCO2Aln5gsyzaqun/Nkg4Ux/HA87wDsK4BVd0aY+I3VBTFsCzLo6r6gFPVpTEmqeEnlOf5qKqqEzAD7iLiB0FQNFYkTdOxiJyBCXADFmEYXttexVp7AaZ10zk3j6KoXujUf0p/eWp0e69rwN6c2k5/Jt4G2797AAMjZ7LRg5XLAAAAAElFTkSuQmCC) 0 0 no-repeat;
    left: 0;
}
.catalog-brand__tags .tags-nav-next {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAYAAAB7AEQGAAAAt0lEQVQoU5WRLQ7CQBCF31uzQdRxFa5AmhUkVa3A9QYES9gLIBAYgu5Ok2o4AIoLkB4Di2HJNiXhL7SMnPfNvPmhiIwBbAAssiwTfAmKyA5AHjSS8zRNV+8cQ8I5Z0kuW3Fd1/XMWnt7wA3UgjnJLQBFsoqiaGqMuTYOz63LsjTe+wrAAMBRaz1JkuTyAoUCERkB2AMYAjh77+MPKIBFUcRKqUPrcvq/U+dMzrnf23XeqdfF+/zuDo7oVfK2XiCFAAAAAElFTkSuQmCC) 0 0 no-repeat;
    right: 0;
}
.catalog-brand__tags-nav .tags-nav-prev,
.catalog-brand__tags-nav .tags-nav-next {
    line-height: 24px;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    top: 0;
    margin: 0;
    border: 0;
    outline: none;
    -webkit-background-size: 8px;
    background-size: 8px;
    border: 1px solid #ececec;
    background-color: #fff;
}
.catalog-brand__tags-nav .tags-nav-prev {
    left: 0;
}
.catalog-brand__tags-nav .tags-nav-prev:before {
    left: 7px;
}
.catalog-brand__tags-nav .tags-nav-next {
    right: 0;
}
.catalog-brand__tags-nav .tags-nav-next:before {
    left: 9px;
}
.catalog-brand__tags--with-del .swiper-button-next,
.catalog-brand__tags--with-del .swiper-button-prev,
.catalog-brand__tags--with-arrow .swiper-button-next,
.catalog-brand__tags--with-arrow .swiper-button-prev {
    width: 9px;
    height: 13px;
    margin-top: -6px;
}
.catalog-brand__tags--with-del .swiper-button-prev,
.catalog-brand__tags--with-arrow .swiper-button-prev {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAYAAAB7AEQGAAAAvUlEQVQoU42RMQrCQBBF39jYegH74AWsPIDWgWRzABsLCy8QsRVvkE7IpgpYBI8geBW7FJJmRyJGElDjlDNvPn/+CF/KWhsCO2Aln5gsyzaqun/Nkg4Ux/HA87wDsK4BVd0aY+I3VBTFsCzLo6r6gFPVpTEmqeEnlOf5qKqqEzAD7iLiB0FQNFYkTdOxiJyBCXADFmEYXttexVp7AaZ10zk3j6KoXujUf0p/eWp0e69rwN6c2k5/Jt4G2797AAMjZ7LRg5XLAAAAAElFTkSuQmCC) 0 0 no-repeat;
    left: 0;
}
.catalog-brand__tags--with-del .swiper-button-next,
.catalog-brand__tags--with-arrow .swiper-button-next {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAYAAAB7AEQGAAAAt0lEQVQoU5WRLQ7CQBCF31uzQdRxFa5AmhUkVa3A9QYES9gLIBAYgu5Ok2o4AIoLkB4Di2HJNiXhL7SMnPfNvPmhiIwBbAAssiwTfAmKyA5AHjSS8zRNV+8cQ8I5Z0kuW3Fd1/XMWnt7wA3UgjnJLQBFsoqiaGqMuTYOz63LsjTe+wrAAMBRaz1JkuTyAoUCERkB2AMYAjh77+MPKIBFUcRKqUPrcvq/U+dMzrnf23XeqdfF+/zuDo7oVfK2XiCFAAAAAElFTkSuQmCC) 0 0 no-repeat;
    right: 0;
}
.swiper-button-hide {
    display: none;
}
.car-item--moto .car-item__price{
    margin-left: 0;
    margin-top: 8px;
    display: block;
}
.car-item--moto .car-item__photo{
    position: relative;
}
.car-item--moto .car-item__body .title{
    line-height: 14px;
}
.car-item--moto .car-item__price small{
    font-size: 16px;
}
.catalog-brand__tags.tags-nav--disabled-all,
.catalog-brand__tags--with-arrow.tags-nav--disabled-all {
    padding-left: 0;
}
.tags-nav--disabled-all .swiper-button-prev,
.tags-nav--disabled-all .swiper-button-next,
.tags-nav--disabled-all .catalog-brand__tags-nav {
    display: none;
}
.model-spec--name span {
    font-size: 18px;
}
.model-spec-item .cars-models__item-desc {
    min-height: 100px;
}
@media only screen and (min-width: 1272px) {
    .model-spec-item .cars-models__item-img .img-responsive {
        margin: 0 56px;
    }
}
@media screen and (max-width: 767px) {
    .sort-line .catalog-brand__tags {
        margin-top: 0;
        margin-bottom: 24px;
    }
}
.spec .catalog-filter {
    padding-bottom: 10px;
}
.catalog-spec__question-form #question-pjax {
    margin-top: 0;
}
/* =========== benefits 28.06.2019 =========*/
.benefits {
    padding-top: 32px;
    padding-bottom: 32px;
}
#benefits-anchor {
    visibility: hidden;
    opacity: 0;
}
.benefits__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.benefits__list-item-wr {
    position: relative;
}
.benefits__list-item {
    position: relative;
    background-color: #fff;
    padding: 42px 16px 42px;
    width: 100%;
    height: 100%;
    max-width: 392px;
    margin-bottom: 32px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32%;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid transparent;
}
.benefits__list-item-wr.disabled .benefits__list-item {
    opacity: 0.7;
    /*pointer-events: none;*/
}

.benefit-incompatibility-wr {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.benefits__list-item-wr.disabled .benefit-incompatibility-wr {
    display: block;
}
.benefit-incompatibility-wr:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 26px 0 0;
    border-color: #e09a1f transparent transparent transparent;
    z-index: 0;
}
.benefit-incompatibility {
    position: relative;
    z-index: 1;
    color: #fff;
}
.popover-benefit {
    display: block;
    width: 26px;
    height: 26px;
    color: #fff !important;
    padding-left: 4px;
    cursor: pointer;
}
.popover.benefit-incompatibility {
    font-size: 12px;
    color: #000000;
}
.popover.benefit-incompatibility .popover-price-close {
    position: absolute;
    right: 3px;
    top: 2px;
    width: 10px;
    background-size: cover;
    height: 10px;
}
.benefits__list-item.active {
    -webkit-box-shadow: 4px 4px 6px 0px rgba(64, 64, 64, 0.3);
    box-shadow: 4px 4px 6px 0px rgba(64, 64, 64, 0.3);
}
.benefits__list-item:hover {
    -webkit-box-shadow: 4px 4px 6px 0px rgba(64, 64, 64, 0.3);
    box-shadow: 4px 4px 6px 0px rgba(64, 64, 64, 0.3);
}
.benefits__list-item:nth-child(3n-1) {
    margin-left: 24px;
    margin-right: 24px;
}
@supports (display: grid) {
    .benefits__grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
        grid-template-columns: repeat(3, 1fr);
        grid-row-gap: 32px;
        grid-column-gap: 24px;
        -webkit-box-pack: normal;
        -webkit-justify-content: normal;
        -ms-flex-pack: normal;
        justify-content: normal;
        margin-bottom: 32px;
    }
    .benefits__list-item {
        margin: 0;
    }
    .benefits__list-item:nth-child(3n-1) {
        margin-left: 0;
        margin-right: 0;
    }
}
.switch.switch--benefit {
    position: absolute;
    top: 16px;
    right: 16px;
    margin: 0;
}
.switch--benefit .switch-input + label {
    width: 40px;
    height: 24px;
}
.benefit__title {
    display: inline-block;
    position: relative;
    z-index: 1;
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 7px;
}
.benefits__more-link {
    position: absolute;
    right: 16px;
    bottom: 10px;
}
.benefit__price {
    font-size: 18px;
    color: #384c76;
    font-weight: 700;
    line-height: 14px;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
}
.benefits__actions,
.benefits__total {
    display: inline-block;
    vertical-align: middle;
}
.benefits__actions .btn {
    width: 186px;
    margin-right: 18px;
}
.benefits__total {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    white-space: nowrap;
    margin-right: 24px;
}
.benefits__total-title {
    font-size: 13px;
}
.benefits__total-price {
    color: #384c76;
    font-size: 18px;
    line-height: 16px;
    white-space: nowrap;
}
.benefits__total-price .popover-price {
    color: #384c76;
}
.benefits__total-price-through {
    color: #a8a8a8;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    white-space: nowrap;
}
.btn-hide-benefit {
    white-space: nowrap;
    float: right;
    margin-top: 10px;
}
.benefits__footer--mobile {
    position: fixed;
    background-color: #a8a8a8;
    margin-left: -10px;
    margin-right: -10px;
    padding: 7px 12px;
    display: none;
}
.benefits__footer--mobile.fixed {
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    margin-left: 0;
    margin-right: 0;
}
.benefits__footer--mobile .go-buy-credit {
    float: left;
    border: 1px solid #fff;
    color: #fff;
}
.benefits__footer--mobile .go-buy-credit:hover,
.benefits__footer--mobile .go-buy-credit:focus {
    color: #fff;
}
.benefits__total-price--mobile {
    float: right;
    text-align: right;
    padding-top: 6px;
}
.benefits__total-price--mobile > span {
    display: block;
}
.benefits__total-price--mobile .benefits__total-price {
    font-weight: 700;
}
.benefits__total-price--mobile .benefits__total-price,
.benefits__total-price--mobile .benefits__total-price-through {
    color: #fff;
}
@media screen and (max-width: 1271px) {
    .benefits__list-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 31.6%;
        -ms-flex: 0 0 31.6%;
        flex: 0 0 31.6%;
    }
    .benefits__actions {
        width: 100%;
        margin-bottom: 32px;
    }
    .benefits__total {
        float: left;
    }
    .btn-hide-benefit {
        margin-top: 0;
    }
    .benefits__actions .btn {
        width: 191px;
    }
}
@media screen and (max-width: 991px) {
    .benefits__list-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 31%;
        -ms-flex: 0 0 31%;
        flex: 0 0 31%;
    }
    .benefits__grid {
        -ms-grid-columns: 1fr 21px 1fr;
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 28px;
        grid-column-gap: 21px;
        -webkit-box-pack: normal;
        -webkit-justify-content: normal;
        -ms-flex-pack: normal;
        justify-content: normal;
    }
    .benefits__actions {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .benefits__actions .btn:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 600px) {
    .benefits__actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
    }
    .benefits__actions .btn {
        width: 100%;
    }
    .benefits__actions .btn:last-child {
        margin-bottom: 0;
    }
    .benefits__grid {
        grid-row-gap: 15px;
        grid-column-gap: 15px;
        margin-bottom: 20px;
    }
    .benefits {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .benefits__total {
        float: none;
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
        margin-right: 0;
    }
    .btn-hide-benefit {
        float: none;
        margin: 0 auto;
        display: block;
        width: 100px;
    }
    .benefits__total-title {
        display: block;
    }
}
@media screen and (max-width: 400px) {
    .benefits__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

/* ==== quick-search__block 05.02.2020 ====*/
.quick-search__block-tags:not(:last-child) {
    padding-bottom: 16px;
    border-bottom: 1px solid #ececec;
}
.quick-search__block-tags:first-child {
    margin-top: -16px;
}
.quick-search__block-item {
    font-size: 12px;
    display: inline-block;
    padding: 6px 14px 6px;
    color: #333;
    border-radius: 16px;
    background-color: #ececec;
    margin-right: 2px;
    margin-top: 16px;
}
.quick-search-block .quick-search__block-tags .quick-search__block-item:hover {
    color: #333;
    border-bottom: none;
}
.quick-search__block-item .tag-del {
    display: none;
    top: 0;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAQAAABuW59YAAAAIGNIUk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAACYktHRAD/h4/MvwAAAAd0SU1FB+QCBQYoBrysJ0sAAABxSURBVAjXBcGxDYJAFIDh/90xg7G4LawoqICCFSTuYQiYQGPjBFppaJjBEuiYwMYEWlbgHt8n4Vtb/1UEk0pu3eobZv4S600e1s3+R4njQmUGe4SFAzVPug0DJGRcyUggINWSQkaduLPJ6cWHXlCIOO9t9SENr0wwKQAAAABJRU5ErkJggg==') 0 0 no-repeat;
}
.quick-search__block-item.active {
    background-color: #edc200;
}
.quick-search__block-item.active .tag-del {
    display: inline-block;
}

.complectation-tags {
    margin-bottom: 18px;
    font-size: 12px;
}
.complectations-tags__item-wrap {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
}
.complectations-tags__item {
    display: inline-block;
    position: relative;
    margin-top: 8px;
    padding: 7px 10px;
    background-color: #ececec;
    border-radius: 28px;
    box-shadow: inset 0 0 0 0 transparent;
    transition: box-shadow 0.1s ease-in-out;
    color: rgb(51, 51, 51);
    margin-right: 4px;
    margin-bottom: 0;
    cursor: pointer;
    line-height: 16px!important;
}
.complectations-tags__item:after {
    display: none;
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(/images/svg/close-white.svg) 0 0 no-repeat;
    top: 50%;
    margin-top: -6px;
    right: 10px;
}
.complectations-tags__item:hover {
    box-shadow: inset 0 0 0 1px #384c76;
}
.complectations-tags__item-wrap input[type=checkbox]:checked + label {
    background-color: #384c76;
    color: #fff;
    padding-right: 30px;
}
.complectations-tags__item-wrap input[type=checkbox]:checked + label:after {
    display: block;
}
.car-item.loading-catalog {
    overflow: hidden;
}
.loading-catalog::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    color: transparent;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #fff), color-stop(18%, rgba(56, 76, 118, 0.2)), color-stop(33%, #fff));
    background: -o-linear-gradient(left, #fff 8%, rgba(56, 76, 118, 0.2) 18%, #fff 33%);
    background: linear-gradient(to right, #fff 8%, rgba(56, 76, 118, 0.2) 18%, #fff 33%);
    background-size: 173%;
    -webkit-animation: loading-catalog 1s linear infinite;
    animation: loading-catalog 1s linear infinite;
    z-index: 1;
    opacity: 0.9;
    -webkit-transform: skewX(15deg) scale(2);
    -ms-transform: skewX(15deg) scale(2);
    transform: skewX(15deg) scale(2);
}

@-webkit-keyframes loading-catalog {
    0% {
        background-position: -30vw 0
    }
    100% {
        background-position: 70vw 0
    }
}

@keyframes loading-catalog {
    0% {
        background-position: -30vw 0
    }
    100% {
        background-position: 70vw 0
    }
}
.banner-carbid {
    padding: 16px 8.8% 20px;
    margin-bottom: 24px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}
.banner-carbid__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.banner-carbid__title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.banner-carbid__text p {
    color: inherit;
    font-family: inherit;
    margin-bottom: 0;
    font-size: 16px;
}

@media screen and (max-width: 1271px) {
    .banner-carbid {
        padding-left: 20px;
        padding-right: 20px;
    }
    .banner-carbid__title {
        font-size: 21px;
    }
    .banner-carbid__text p {
        font-size: 14px;
    }
}
@media screen and (max-width: 991px) {
    .banner-carbid__title {
        font-size: 21.6px;
    }
}
@media screen and (max-width: 767px) {
    .banner-carbid {
        margin-bottom: 20px;
    }
    .banner-carbid__text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .banner-carbid__title {
        font-size: 18px;
    }
}
.car-order-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 28px;
    padding-bottom: 60px;
    background-image: url("/images/bg_order_car_block.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.car-order-block__content {
    margin-left: 45%;
}
.car-order-block h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}

.form-field.input-range::placeholder {
    /*font-weight: bold;*/
    opacity: 1;
    color: #333;
}
@media screen and (max-width: 1279px) {
    .car-order-block h3 {
        font-size: 18px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .car-order-block {
        padding-top: 26px;
        padding-bottom: 80%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        background-repeat: no-repeat;
        background-position: 22% bottom;
        background-image: url("/images/bg_order_car_block-mobile.jpg");
    }
    .car-order-block__content {
        margin-left: 18px;
    }
    .car-order-block .container {
        width: 100%;
    }
    .car-order-block h3 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}
.share-car {
    position: relative;
}
.share-car__link {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0 2px;
}
.share-car__link .ico-share {
    width: 18px;
    height: 18px;
    vertical-align: top;
}
.share-car__block {
    position: absolute;
    padding: 5px;
    top: 34px;
    min-width: 136px;
    left: 50%;
    margin-left: -68px;
    display: none;
    text-align: center;
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 8px 0 rgba(64, 64, 64, 0.3);
    box-shadow: 0 3px 8px 0 rgba(64, 64, 64, 0.3);
    z-index: 10001;
}
.share-car .sp-social__list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 0;
}
.share-car .sp-social__list a{
    cursor: pointer;
}
.share-car .sp-social__list a:hover svg {
    opacity: 0.7;
}
.share-car .sp-social__item-viber{
    display: none;
}
.share-car__link--is-active + .share-car__block{
    display: block;
}
.share-car .sp-social__list li{
    padding: 0;
}
@media screen and (max-width: 767px){
    .share-car .sp-social__item-viber{
        display: inline-block;
    }
}
