﻿@media (min-width:708px) and (max-width:991px) {
    .header-top-right {
        height: 55px;
    }

    .contacts {
        padding-top: 15px;
    }
}

.acat-block a:hover,
.acat-block a:focus {
    text-decoration: none;
}

.logo {
    max-width: 250px;
    padding: 0 10px 0 5px;
}

header .container {
    padding: 0;
}

.header-top {
    display: block;
    background: #fff;
    padding: 25px 0;
}

    .header-top .contacts, .header-top .header-top-right, .header-top .logo {
        display: block;
        float: left;
    }

    .header-top .register {
        position: absolute;
        bottom: -15px;
        padding-left: 25px;
    }

.header-top-right {
    text-align: right;
    position: relative;
    min-width: 280px;
    width: 280px;
    max-width: 280px;
    padding: 0 5px 0 0;
}

    .header-bot .header-bot__right:after, .header-bot .header-bot__right:before, .header-nav .header-nav__list:after, .header-nav .header-nav__list:before, .header-top .contacts:after, .header-top .contacts:before, .header-top-right:after, .header-top-right:before {
        content: '';
        display: block;
        height: 0;
        visibility: hidden;
        clear: both;
    }

    .header-top-right.active {
        top: -5px;
    }

    .contacts--footer .contacts__item p, .header-top .contacts .contacts__item p, .header-top-right .header-top__user .auth, .ui-fancytree.fancytree-container.fancytree-plain span.fancytree-checkbox, .ui-fancytree.fancytree-container.fancytree-plain span.fancytree-custom-icon, .ui-fancytree.fancytree-container.fancytree-plain span.fancytree-expander, .ui-fancytree.fancytree-container.fancytree-plain span.fancytree-icon {
        margin-top: 10px;
    }

        .header-top-right .header-top__user .auth .login {
            text-decoration: none;
        }

        .header-top-right .header-top__user .auth .exit {
            float: right;
            margin-left: 20px;
            cursor: pointer;
        }

            .header-top-right .header-top__user .auth .exit:active, .header-top-right .header-top__user .auth .exit:focus, .header-top-right .header-top__user .auth .exit:hover {
                color: orange;
            }

.header-top__login {
    padding-top: 13px;
    display: inline-block;
}

.header-top__login-link {
    text-decoration: none;
    color: #000;
    font-size: 12.38px;
    line-height: 1;
    white-space: nowrap;
    font-weight: 700;
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 2px dotted #000;
}

    .header-top__login-link:active, .header-top__login-link:focus, .header-top__login-link:hover {
        color: #52bd63;
        border-color: #52bd63;
        text-decoration: none;
    }

.header-bot {
    display: block;
    background: #023f88;
}

    .header-bot .header-bot__right {
        position: absolute;
        right: 0;
        z-index: 200;
        max-width: 250px;
    }

        .header-bot .header-bot__right .header-catalogs a, .header-bot .header-bot__right .header-catalogs.domain a {
            line-height: 36px;
        }

        .header-bot .header-bot__right .header-catalogs {
            float: right;
            min-width: 210px;
            padding-top: 5px;
        }

.header-top .contacts {
    width: calc(100% - 255px - 280px);
    padding-top: 6px;
}

    .header-top .contacts .contacts__items {
        max-width: 520px;
        display: block;
        margin: 0 auto;
    }

    .header-top .contacts .contacts__item {
        float: left;
        margin-right: 50px;
    }

        .header-top .contacts .contacts__item:first-child {
            margin-top: 0;
        }

        .header-top .contacts .contacts__item .contacts__city {
            font-size: 12px;
            color: #484848;
            margin-bottom: 10px;
            text-decoration: none;
        }

        .header-top .contacts .contacts__item .contacts__phone {
            color: #000;
            text-decoration: none !important;
            font-size: 16px;
            font-weight: 500;
            line-height: 1;
            white-space: nowrap;
            margin-bottom: 0;
            cursor: pointer;
        }

.header-top .contacts--footer {
    padding-top: 0;
}

    .header-top .contacts--footer .contacts__item a.contacts__city {
        color: #aaa;
        font-size: 14px;
        line-height: 1;
        margin-bottom: 10px;
        text-decoration: none;
    }

    .header-top .contacts--footer .contacts__item .contacts__phone {
        color: #fff;
        font-size: 14px;
    }

.header-nav {
    float: left;
    position: relative;
    width: 100%;
}

    .header-nav .mobile-menu {
        display: none;
    }

    .header-nav .header-nav__list {
        background: #023f88;
        list-style-type: none;
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 100;
        width: calc(100% - 230px);
    }

        .header-nav .header-nav__list .header-nav__item {
            text-align: center;
            position: relative;
            float: left;
            z-index: 10;
        }

            .header-nav .header-nav__list .header-nav__item:hover .header-inside-nav__list {
                display: block;
            }

                .header-nav .header-nav__list .header-nav__item:hover .header-inside-nav__list .header-inside-nav__item {
                    background: #023f88;
                }

                    .header-nav .header-nav__list .header-nav__item:hover .header-inside-nav__list .header-inside-nav__item.active, .header-nav .header-nav__list .header-nav__item:hover .header-inside-nav__list .header-inside-nav__item:active, .header-nav .header-nav__list .header-nav__item:hover .header-inside-nav__list .header-inside-nav__item:focus, .header-nav .header-nav__list .header-nav__item:hover .header-inside-nav__list .header-inside-nav__item:hover {
                        color: #fff;
                        background: #7bb563;
                    }

            .header-nav .header-nav__list .header-nav__item:hover .header-nav__link {
                background: #7bb563;
            }

            .header-nav .header-nav__list .header-nav__item:first-child {
                text-align: left;
            }

            .header-nav .header-nav__list .header-nav__item .header-nav__link {
                padding: 0 26.5px;
                height: 50px;
                line-height: 50px;
                display: block;
                text-align: center;
                font-weight: 700;
                color: #fff;
                text-decoration: none;
                text-transform: uppercase;
                font-size: 12px;
                white-space: nowrap;
            }

                .header-nav .header-nav__list .header-nav__item .header-nav__link.active, .header-nav .header-nav__list .header-nav__item .header-nav__link:active, .header-nav .header-nav__list .header-nav__item .header-nav__link:focus, .header-nav .header-nav__list .header-nav__item .header-nav__link:hover {
                    background: #7bb563;
                    text-decoration: none;
                }

.form-login {
    width: 100%;
    margin: 0 auto;
    float: right;
    max-width: 225px;
}

    .form-login .form-login-row {
        margin-bottom: 5px;
    }

        .form-login .form-login-row .form-login-field {
            position: relative;
        }

            .form-login .form-login-row .form-login-field .form__label {
                position: absolute;
                left: 30px;
                cursor: pointer;
                top: 18px;
                z-index: 11;
                line-height: 1;
                font-size: 14px;
                color: #484848;
                transition: all .2s ease-in;
            }

            .form-login .form-login-row .form-login-field .form__inp {
                width: 100%;
                background-color: #fff;
                border-radius: 20px;
                height: 20px;
                padding: 0 18px;
                border: 2px solid #5d9d24;
            }

            .form-login .form-login-row .form-login-field .form__inp--password {
                width: 85%;
                float: left;
            }

            .form-login .form-login-row .form-login-field svg {
                fill: #5d9d24;
                stroke: #5d9d24;
                float: right;
                cursor: pointer;
            }

.header-inside-nav__list {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    background: #7bb563;
}

.header-inside-nav__link {
    height: 50px;
    text-align: center;
    line-height: 50px;
    display: block;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0 26.5px;
}

    .header-inside-nav__link.active, .header-inside-nav__link:active, .header-inside-nav__link:focus, .header-inside-nav__link:hover {
        background: #7bb563;
        color: #fff;
        text-decoration: none;
    }

.header-top .container .row {
    margin: 0;
}

@media (min-width:461px) and (max-width:707px) {
    .contacts {
        padding-top: 15px;
    }
}

@media (min-width:992px) {
    .header-nav .header-nav__item {
        width: 20%;
    }
}

@media (max-width:713px) {
    .header-nav__link {
        padding: 0 5px !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .header-top .contacts .contacts__items .contacts__item {
        margin-right: 5px;
    }
}

@media (max-width:991px) {
    .header-top .logo {
        width: 50%;
    }

    .header-top .header-top-right {
        width: 50%;
        float: right;
    }

    .header-top .contacts {
        display: none;
    }
}

.auth-form {
    width: 100%;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}

    .auth-form .auth-error {
        color: red;
    }

    .auth-form .auth-login {
        width: 300px;
    }

        .auth-form .auth-login .auth-row {
            margin-bottom: 10px;
        }

            .auth-form .auth-login .auth-row .auth-field {
                position: relative;
            }

                .auth-form .auth-login .auth-row .auth-field .form__inp {
                    width: 100%;
                    background-color: #fff;
                    border: 2px solid #5d9d24;
                    border-radius: 20px;
                    height: 50px;
                    padding: 0 18px;
                }

        .auth-form .auth-login .auth-but {
            margin-top: 20px;
        }

            .auth-form .auth-login .auth-but .button {
                border-radius: 20px;
                color: #fff;
            }

            .auth-form .auth-login .auth-but .button--login {
                background: #5d9d24;
            }

    .auth-form .dop-buttons {
        display: block;
        padding-top: 20px;
    }

        .auth-form .dop-buttons .button {
            display: inline-block;
            color: #428bca;
            cursor: pointer;
            text-decoration: underline;
        }

            .auth-form .dop-buttons .button:active, .auth-form .dop-buttons .button:focus, .auth-form .dop-buttons .button:hover {
                text-decoration: none;
            }

        .auth-form .dop-buttons .button--register {
            margin-right: 20px;
        }

.reg-error {
    text-align: center;
    color: red;
}

.registration {
    width: 970px;
    background: #fff;
    padding: 100px 70px;
}

.registration-phone {
    width: 80%;
}

.registration__pin {
    width: 700px;
    margin: 0 auto 40px;
    text-align: center;
    font-size: 16px;
    font-weight: lighter;
    line-height: 30px;
    letter-spacing: .025em;
    color: #70727e;
}

    .registration__pin .red {
        font-weight: 700;
        color: red;
    }

.registration__form {
    width: 370px;
    margin: 0 auto;
}

    .registration__form .form__forbut {
        margin-top: 20px;
        text-align: center;
        text-align: -webkit-center;
        text-align: -moz-center;
    }

    .registration__form .form__inp__textarea {
        height: 80px;
    }

.country-flag {
    height: 50px;
    position: relative;
}

    .country-flag .flag {
        display: inline-block;
        width: 33px;
        height: 22px;
        background-repeat: no-repeat;
        float: left;
        margin: 14px 0 14px 14px;
        max-width: 47px;
        cursor: pointer;
    }

    .country-flag .code {
        display: inline-block;
        vertical-align: super;
        position: relative;
        top: -2px;
        float: left;
        margin: 19px 0 0 5px;
        max-width: 45px;
    }

    .country-flag .form__inp {
        width: auto;
        padding: 0;
    }

    .country-flag .flag-az, .country-list .country-list-row .country.az {
        background-image: url(https://212709.selcdn.ru/autodealer-site/public/images/flags/az.png);
    }

    .country-flag .flag-ar, .country-list .country-list-row .country.ar {
        background-image: url(https://212709.selcdn.ru/autodealer-site/public/images/flags/ar.png);
    }

    .country-flag .flag-br, .country-list .country-list-row .country.br {
        background-image: url(https://212709.selcdn.ru/autodealer-site/public/images/flags/br.png);
    }

    .country-flag .flag-gr, .country-list .country-list-row .country.gr {
        background-image: url(https://212709.selcdn.ru/autodealer-site/public/images/flags/gr.png);
    }

    .country-flag .flag-kz, .country-list .country-list-row .country.kz {
        background-image: url(https://212709.selcdn.ru/autodealer-site/public/images/flags/kz.png);
    }

    .country-flag .flag-kr, .country-list .country-list-row .country.kr {
        background-image: url(https://212709.selcdn.ru/autodealer-site/public/images/flags/kr.png);
    }

    .country-flag .flag-la, .country-list .country-list-row .country.la {
        background-image: url(https://212709.selcdn.ru/autodealer-site/public/images/flags/la.png);
    }

    .country-flag .flag-li, .country-list .country-list-row .country.li {
        background-image: url(https://212709.selcdn.ru/autodealer-site/public/images/flags/li.png);
    }

    .country-flag .flag-md, .country-list .country-list-row .country.md {
        background-image: url(https://212709.selcdn.ru/autodealer-site/public/images/flags/md.png);
    }

    .country-flag .flag-ru, .country-list .country-list-row .country.ru {
        background-image: url(https://212709.selcdn.ru/autodealer-site/public/images/flags/ru.png);
    }

    .country-flag .flag-tj, .country-list .country-list-row .country.tj {
        background-image: url(https://212709.selcdn.ru/autodealer-site/public/images/flags/tj.png);
    }

    .country-flag .flag-tk, .country-list .country-list-row .country.tk {
        background-image: url(https://212709.selcdn.ru/autodealer-site/public/images/flags/tk.png);
    }

    .country-flag .flag-uz, .country-list .country-list-row .country.uz {
        background-image: url(https://212709.selcdn.ru/autodealer-site/public/images/flags/uz.png);
    }

    .country-flag .flag-ua, .country-list .country-list-row .country.ua {
        background-image: url(https://212709.selcdn.ru/autodealer-site/public/images/flags/ua.png);
    }

    .country-flag .flag-es, .country-list .country-list-row .country.es {
        background-image: url(https://212709.selcdn.ru/autodealer-site/public/images/flags/es.png);
    }

.country-list {
    position: absolute;
    min-width: 100%;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,.08);
    margin-top: 5px;
    max-height: 166px;
    overflow-y: auto;
    z-index: 11;
}

    .country-list .active {
        font-weight: 700;
        background-color: #b1bdca;
    }

    .country-list .country-list-row {
        background: #eaf0f6;
        padding: 10px 15px;
    }

        .country-list .country-list-row.active, .country-list .country-list-row:hover {
            background-color: #b4bcc5;
        }

        .country-list .country-list-row .country {
            background-repeat: no-repeat;
            height: 22px;
        }

            .country-list .country-list-row .country .country-code {
                padding-left: 40px;
            }

            .country-list .country-list-row .country .country-name {
                position: absolute;
                left: 100px;
            }

.form__row.form__field.errors {
    color: #d60001;
    cursor: default;
    margin: 0 8px 25px;
    text-align: center;
    font-size: 12px;
    font-weight: lighter;
    line-height: 15px;
    letter-spacing: .025em;
}

.active-phone-label label {
    top: -15px !important;
    color: #aac0d6;
    font-size: 12px;
    left: 30px;
}

.registration-rules {
    margin-left: 15px !important;
}

.registration-rules-label {
    margin-left: 5px;
}

    .registration-rules-label a {
        color: #000;
        padding-left: 10px;
    }

input.form__inp.form__inp--green.domain-inp {
    display: inline-block;
    width: 54%;
}

.domain-label {
    display: inline-block;
    padding-left: 10px;
    font-size: 30px;
    line-height: 50px;
    vertical-align: middle;
}

.ac-breadcrumbs {
    margin-left: 10px;
    margin-bottom: 18px;
}

    .ac-breadcrumbs .breadcrumbs_current,
    .ac-breadcrumbs a {
        /*max-width: 250px;*/
        overflow: hidden;
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: bottom;
        padding-left: 5px;
        margin: auto 5px auto auto;
        color: #808080;
        font-size: 14px;
        line-height: 1.2;
    }

        .ac-breadcrumbs .breadcrumbs_current:before,
        .ac-breadcrumbs a:before {
            content: '';
            display: inline-block;
            position: relative;
            width: 7px;
            height: 7px;
            left: 0;
            top: -1px;
            border-radius: 50%;
            background-color: #9d9595;
            margin-right: 10px;
        }

        .ac-breadcrumbs .breadcrumbs_current:first-child:before,
        .ac-breadcrumbs a:first-child:before {
            display: none;
        }


    .ac-breadcrumbs + .white-container {
        margin-top: 27px;
    }

svg.eye {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

svg.eye-hidden {
    fill: #aaa;
}

svg.eye-showed {
    fill: #278ece;
}

.noborder {
    border: none !important;
}

.pin {
    color: #484848;
    font-size: 18px;
    font-weight: lighter;
    line-height: 30px;
    letter-spacing: .025em;
    margin-bottom: 19px;
}

.button--green {
    background: #ff9000;
}

    .button--green:hover {
        background: #023f88;
    }

.gray, .table .table-search > .table-body > .table-row :hover {
    background: #f1f5f9;
}

.green_table {
    background: #fff;
    box-shadow: 0 1px 13px 0 rgba(0,0,0,.11);
    border-radius: 8px;
}

    .a2s-numbers table, .fiat_groups table .body table, .green_table table {
        width: 100%;
    }

        .a2s-numbers table td, .green_table table td {
            padding: 20px;
        }

        .green_table table tr {
            border-bottom: 1px solid #e7e9ed;
        }

            .green_table table tr:last-child {
                border-bottom: none;
            }

    .green_table thead tr {
        background: #ff9000;
        color: #fff;
    }

        .a2s-numbers .a2s-numbers_header th, .green_table thead tr th {
            padding: 20px;
            text-decoration: none;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 15px;
        }

            .a2s-numbers .a2s-numbers_header th:first-child, .green_table thead tr th:first-child {
                border-top-left-radius: 8px;
            }

            .a2s-numbers .a2s-numbers_header th:last-child, .green_table thead tr th:last-child {
                border-top-right-radius: 8px;
            }

.acat-block .table {
    display: table;
    background: #fff;
    box-shadow: 0 1px 13px 0 rgba(0,0,0,.11);
    border-radius: 8px;
    width: 100%;
    font-size: 14px;
    font-family: "Ubuntu",Arial,sans-serif;
    color: #484848;
    margin-bottom: 50px;
    position: relative;
}

    .acat-block .table .table-search > .table-body > .table-row .active,
    .acat-block .table .table-search > .table-body > .table-row .active:hover {
        background: #dcf3d5;
    }

    .acat-block .table .table-cell {
        padding: 5px 20px;
        display: table-cell;
    }

    .acat-block .table .table-cell--name {
        max-width: 400px;
    }

    .acat-block .table .table-row {
        display: table-row;
    }

    .acat-block .table .table-head {
        white-space: nowrap;
        background: #2f68ae;
        color: #fff;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 15px;
        display: table-header-group;
    }

        .acat-block .table .table-head .table-row:first-child .table-cell {
            /*padding: 10px 20px;*/
            line-height: 20px;
        }

            .acat-block .table .table-head .table-row:first-child .table-cell:first-child {
                border-top-left-radius: 4px;
            }

            .acat-block .table .table-head .table-row:first-child .table-cell:last-child {
                border-top-right-radius: 4px;
            }

    .acat-block .table.table-search .table-head .table-cell {
        padding: 20px;
    }

    .acat-block .table .table-body {
        display: table-row-group;
    }

        .acat-block .table .table-body .table-row:not(:first-child):before {
            left: 10px;
            right: 10px;
            border-bottom: 1px solid #e7e9ed;
        }

        .acat-block .table .table-body .table-row.table-sub:before {
            left: 10px;
            right: 10px;
            border-bottom: none;
        }

        .acat-block .table .table-body .table-row:last-child:first-child {
            border-bottom-left-radius: 4px;
        }

        .acat-block .table .table-body .table-row:last-child:last-child {
            border-bottom-right-radius: 4px;
        }

    .acat-block .table .first:before {
        content: '';
        border-bottom: 4px solid #e7e9ed;
        position: absolute;
        left: 10px;
        right: 10px;
    }

    .acat-block .table .table-row:first-child:before {
        border-bottom: none;
    }

.acat-block .table-middle .table-cell {
    vertical-align: middle;
}

.acat-block .table-border .table-row:before {
    border-bottom: 1px solid #e7e9ed;
    left: 0;
    right: 0;
}

.acat-block .table-child {
    background: 0 0;
    box-shadow: none;
    border-left: 1px solid #e7e9ed;
    border-radius: 0;
    margin: 10px 0;
    padding: 0;
}

.a2s-numbers table tr:last-child, .table-child .table-row:last-child .table-cell {
    border-bottom: none;
}

.acat-block .table-child .table-cell {
    padding: 0 0 0 20px;
    /*line-height: 25px;*/
    border: none;
}



.group-tile, .tile-block {
    display: inline-block;
}

.tile-block {
    width: 220px;
    height: 220px;
    text-align: center;
    border: 2px solid #e7e9ed;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 1px 13px 0 rgba(0,0,0,.11);
    margin: 10px;
    float: left;
    position: relative;
    cursor: pointer;
}

    .tile-block:hover {
        border: 2px solid #ff9000;
    }

        .tile-block:hover .tile-block-name {
            max-height: 220px;
            background-color: #fff;
        }

    .tile-block, .tile-block a {
        text-decoration: none;
    }

        .tile-block .tile-block-image {
            padding: 30px 20px;
        }

            .bmw_group .bmw_group-image img, .catalog--mark .catalog--mark_image img, .etka_group .etka_group-image img, .tile-block .tile-block-image img {
                max-height: 100%;
            }

        .tile-block .tile-block-name {
            text-decoration: none;
            text-transform: uppercase;
            color: #484848;
            font-weight: 700;
            font-size: 15px;
            padding: 0 20px 20px;
            word-wrap: break-word;
            min-height: 37px;
            max-height: 37px;
            width: 100%;
            display: block;
            position: absolute;
            bottom: 5px;
            left: 0;
            overflow: hidden;
        }

        .tile-block .tile-block-option {
            position: absolute;
            bottom: 0;
            text-align: center;
            width: 100%;
            background: #ff9000;
            color: #fff;
            height: 30px;
            font-size: 18px;
            border-bottom-right-radius: 8px;
            border-bottom-left-radius: 8px;
        }

            .tile-block .tile-block-option span {
                position: relative;
                vertical-align: middle;
            }

.red-link {
    color: #d83a63;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
}

.href {
    cursor: pointer;
}

.countries.left, .number-info-cell .modal-number-info .number-info .number-info-count img, .number-info-cell .modal-number-info .number-info .number-info-params img {
    float: left;
}

.countries .country {
    display: inline-block;
    color: #484848;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    /*margin: 20px 0;*/
    padding: 0 10px;
    border-right: 1px solid #484848;
    cursor: pointer;
    line-height: 14px;
}

    .countries .country.active {
        color: #ff9000;
        text-decoration: underline;
    }

    .countries .country:last-child {
        border-right: none;
    }

    .countries .country:hover {
        text-decoration: underline;
    }

.block-body .block-row {
    background: #fff;
    box-shadow: 0 1px 13px 0 rgba(0,0,0,.11);
    border-radius: 8px;
    width: 100%;
    font-size: 14px;
    font-family: "Ubuntu",Arial,sans-serif;
    color: #484848;
    margin-bottom: 50px;
    padding: 30px 50px;
}

    .block-body .block-row .block-name {
        font-size: 18px;
        font-weight: 500;
        padding: 0 10px 20px;
    }

    .block-body .block-row .block-options .block-option {
        display: inline-block;
        padding: 0 10px;
        margin-bottom: 15px;
    }

        .block-body .block-row .block-options .block-option:not(:last-child) {
            border-right: 1px solid #e7e9ed;
        }

        .block-body .block-row .block-options .block-option a {
            color: #484848;
        }

            .block-body .block-row .block-options .block-option a:hover {
                color: #ff9000;
            }

.block-list .list-item, .model-row {
    border: 2px solid #e7e9ed;
    border-radius: 8px;
    padding: 20px;
    background: #fff;
    text-decoration: none;
    box-shadow: 0 1px 13px 0 rgba(0,0,0,.11);
}

.block-list .list-item {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    color: #484848;
    width: 33.3333%;
}

    .block-list .list-item:hover {
        border: 2px solid #ff9000;
        color: #484848;
    }

.model-row {
    margin-bottom: 30px;
}

.model-row-image {
    margin: 0 20px;
    width: 15%;
}

.model-row .model-row-info, .model-row-image, .model-row-info {
    display: inline-block;
}

    .a2d--model_info ul, .model-row-info ul {
        list-style-type: none;
    }

        .model-row-info ul li {
            padding: 5px;
        }

.error-page__content {
    height: 493px;
    position: absolute;
    left: 0;
    width: 100%;
    top: calc(50% - 246.5px);
}

.error-page__img {
    width: 493px;
    height: 493px;
    background: url(https://212709.selcdn.ru/autodealer-site/public/images/404.png) no-repeat 0 0;
    margin-left: 102px;
    margin-right: 75px;
    float: left;
}

.error-page__right {
    float: right;
    padding-top: 140px;
}

    .error-page__right .error-page__title {
        margin: 0 0 28px;
        text-transform: uppercase;
        font-size: 32px;
        font-weight: 700;
        color: #f1f5f9;
        line-height: 1;
    }

    .error-page__right .error-page__text {
        font-size: 18px;
        line-height: 28px;
        color: #f1f5f9;
        letter-spacing: .05em;
        margin-bottom: 33px;
        font-weight: lighter;
    }

    .error-page__right .error-page__button {
        width: 170px;
    }

    .error-page__right .button--red {
        background: #df5757;
        border-radius: 20px;
        color: #fff;
    }

.error-page {
    background: #023f88;
    background: linear-gradient(to bottom,#83bb72 0%,#b5e2a8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83bb72', endColorstr='#b5e2a8',GradientType=0 );
    height: 100vh;
    position: relative;
}

.red {
    color: #df5757;
}

.green {
    color: #ff9000;
}

.regular-checkbox {
    display: none;
}

    .regular-checkbox + label {
        background-color: #fafafa;
        border: 1px solid #cacece;
        box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05);
        padding: 9px;
        border-radius: 3px;
        display: inline-block;
        position: relative;
        float: left;
    }

        .regular-checkbox + label:active, .regular-checkbox:checked + label:active {
            box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 1px 3px rgba(0,0,0,.1);
        }

    .regular-checkbox:checked + label {
        background-color: #e9ecee;
        border: 1px solid #adb8c0;
        box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05),inset 15px 10px -12px rgba(255,255,255,.1);
        color: #99a1a7;
    }

        .regular-checkbox:checked + label:after {
            content: '\2714';
            font-size: 16px;
            position: absolute;
            top: 0;
            left: 3px;
            color: #99a1a7;
        }

.faq, .faq-info-icon:before {
    position: absolute;
    z-index: 100;
}

.faq {
    background: #fff;
    padding: 8px 10px;
    margin: 0 10px;
    display: none;
    border: 1px solid #bcb6b6;
    top: 45px;
    line-height: 18px;
    text-align: left;
    font-size: 14px;
    right: 0;
    width: 300px;
}

    .faq:hover {
        display: block;
    }

    .faq .ico {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        right: 4px;
        bottom: 100%;
        height: 10px;
    }

        .faq .ico, .faq .ico svg {
            position: absolute;
        }

.faq-info-icon:before {
    content: 'i';
    color: #278ece;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    right: 15px;
    top: 15px;
    text-align: center;
    font-style: italic;
    font-family: Georgia,'Times New Roman';
    font-size: 17px;
    font-weight: 700;
    line-height: 19px;
    border: 1px solid #278ece;
}

.faq-info-icon:focus ~ .faq {
    display: block;
}

.faq-info-icon:hover ~ .faq {
    display: block;
}

@media (min-width:0px) and (max-width:500px) {
    .table .table-row .table-cell {
        padding: 10px;
    }

        .table .table-row .table-cell.img-cell {
            display: none;
        }
}

.container {
    position: relative;
}

label.search_for_table, label.search_for_vin {
    display: none;
    position: absolute;
    left: 30px;
    top: 0;
}

label.search_for_vin {
    left: 50px;
    top: -25px;
    font-size: 16px;
}

.catalog_container {
    padding: 0 0 50px;
}

.catalog_search {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    position: relative;
}

    .catalog_search .form__label {
        top: 11px;
        left: 20px;
    }

    .catalog_search .form__inpbl {
        width: 100%;
        height: 35px;
    }

        .catalog_search .form__inpbl input.form__inp {
            height: 35px;
            float: left;
            box-shadow: 0 1px 13px 0 rgba(0,0,0,.11);
            background: #fff;
            border-radius: 5px;
            border: none;
            padding-left: 20px;
            font-size: 18px;
            text-align: left;
        }

            .catalog_search .form__inpbl input.form__inp:focus ~ label {
                top: -18px;
            }

            .catalog_search .form__inpbl input.form__inp:not(:placeholder-shown) ~ label.form__label {
                top: -18px;
            }

    .catalog_search .search_vim {
        width: 100%;
        height: 35px;
        float: left;
        box-shadow: 0 1px 13px 0 rgba(0,0,0,.11);
        background: #fff;
        border-radius: 5px;
        padding-left: 35px;
        font-size: 18px;
        text-align: left;
        line-height: 35px;
        border: 1px solid #e7e9ed;
    }

    .catalog_search .button {
        width: 100px;
        margin-left: 30px;
        float: left;
        text-align: center;
        height: 35px;
        line-height: inherit;
        font-family: "Ubuntu",Arial,sans-serif;
        text-transform: uppercase;
        font-size: 14px;
    }

    .catalog_search label.form__label {
        top: 10px;
        left: 35px;
        text-transform: initial;
        font-weight: initial;
    }

    .catalog_search input.search_vim:focus ~ label.form__label {
        top: -20px;
    }

    .catalog_search input.search_vim:not(:placeholder-shown) ~ label.form__label {
        top: -20px;
    }

.main_catalog {
    width: 100%;
    display: inline-block;
    position: relative;
    list-style-type: none;
}

    .main_catalog .main_catalog--marks_all {
        padding-left: 340px;
    }

    .main_catalog .main_catalog--types {
        width: 340px;
        float: left;
        position: -webkit-sticky;
        position: sticky;
        top: 50px;
        z-index: 10;
    }

        .main_catalog .main_catalog--types.fixed {
            position: fixed;
            top: 30px;
        }

        .main_catalog .main_catalog--types .main_catalog--type_name {
            position: relative;
        }

            .main_catalog .main_catalog--types .main_catalog--type_name .main_catalog--type_icon {
                display: none;
            }

            .main_catalog .main_catalog--types .main_catalog--type_name .main_catalog--type_title {
                height: 100%;
                cursor: pointer;
            }

                .main_catalog .main_catalog--types .main_catalog--type_name .main_catalog--type_title svg {
                    fill: #000;
                    stroke: #000;
                    float: left;
                }

            .main_catalog .main_catalog--types .main_catalog--type_name .arrow_right {
                float: right;
                display: none;
                padding-top: 12px;
            }

                .main_catalog .main_catalog--types .main_catalog--type_name .arrow_right svg {
                    margin-right: 15px;
                    -webkit-transform: rotate(180deg);
                    -ms-transform: rotate(180deg);
                    transform: rotate(180deg);
                    fill: rgba(255,255,255,0);
                }

            .main_catalog .main_catalog--types .main_catalog--type_name img {
                width: 40px;
            }

            .main_catalog .main_catalog--types .main_catalog--type_name span {
                padding-left: 20px;
                vertical-align: -webkit-baseline-middle;
                line-height: 60px;
            }

        .main_catalog .main_catalog--types .main_catalog--type:hover {
            color: #ff9000;
        }

            .main_catalog .main_catalog--types .main_catalog--type.on svg, .main_catalog .main_catalog--types .main_catalog--type:hover svg {
                fill: #ff9000;
                stroke: #ff9000;
            }

        .main_catalog .main_catalog--types .main_catalog--type:not(.on) {
            border-bottom: 2px dotted #e7e9ed;
            width: 290px;
            height: 60px;
            padding-top: 0;
            padding-left: 20px;
            cursor: pointer;
        }

        .main_catalog .main_catalog--types .main_catalog--type.on {
            background: #fff;
            border-bottom-left-radius: 8px;
            border-top-left-radius: 8px;
            border: none;
            color: #ff9000;
            margin-right: -5px;
        }

            .main_catalog .main_catalog--types .main_catalog--type.on .arrow_right {
                position: absolute;
                right: 0;
                top: 10px;
                display: block;
            }

                .main_catalog .main_catalog--types .main_catalog--type.on .arrow_right svg {
                    -webkit-transform: rotate(180deg);
                    -ms-transform: rotate(180deg);
                    transform: rotate(180deg);
                    fill: #023f88;
                }

            .main_catalog .main_catalog--types .main_catalog--type.on .main_catalog--type_name {
                width: 340px;
                height: 60px;
                padding-top: 0;
                padding-left: 20px;
                box-shadow: -3px 0 5px rgba(0,0,0,.11),3px 0 5px rgba(255,255,255,.8);
                cursor: default;
            }

                .main_catalog .main_catalog--types .main_catalog--type.on .main_catalog--type_name:last-child, table .br_bottom:last-child td {
                    border: none;
                }

    .main_catalog .main_catalog--marks {
        float: right;
        width: 100%;
        background: #fff;
        border-radius: 5px;
        box-shadow: 0 1px 13px 0 rgba(0,0,0,.11);
        display: none;
        padding: 25px;
    }

        .main_catalog .main_catalog--marks.on {
            display: block;
        }

            .main_catalog .main_catalog--marks.on .main_catalog--mark_title {
                margin-left: 8px;
                display: block;
            }

            .main_catalog .main_catalog--marks.on .marks-inline {
                display: block;
                text-align: left;
                margin: 0 auto;
                list-style-type: none;
            }

            .main_catalog .main_catalog--marks.on .main_catalog--mark_title:first-child h2 {
                margin-top: -12px;
            }

        .main_catalog .main_catalog--marks .main_catalog--mark {
            display: inline-block;
            width: 185px;
            height: 185px;
            text-align: center;
            border: 2px solid #e7e9ed;
            margin: 8px;
            border-radius: 8px;
        }

            .main_catalog .main_catalog--marks .main_catalog--mark:hover {
                border: 2px solid #ff9000;
            }

            .main_catalog .main_catalog--marks .main_catalog--mark .main_catalog--mark_image {
                padding-top: 50px;
                padding-bottom: 15px;
            }

            .main_catalog .main_catalog--marks .main_catalog--mark .main_catalog--mark_name {
                color: #484848;
                text-decoration: none;
                text-transform: uppercase;
                font-weight: 700;
                font-size: 15px;
                display: -webkit-inline-flex;
                display: -ms-inline-flexbox;
                display: inline-flex;
            }

.main_catalog--type_title svg {
    fill: rgba(255,255,255,0);
    stroke: #000;
    stroke-width: 5px;
}

.renault .block-option {
    min-width: 70px;
    text-align: center;
}

.number-info-cell {
    position: relative;
    padding: 0 !important;
    width: 20px;
}

    .number-info-cell .modal-number-info-close {
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 10;
        cursor: pointer;
        height: 16px;
        width: 16px;
        background-image: url(https://212709.selcdn.ru/autocatalog-online/public/images/info-close.png);
        background-size: 16px 16px;
    }

    .number-info-cell label {
        width: 20px;
        height: 20px;
        cursor: pointer;
        display: block;
        background-image: url(https://212709.selcdn.ru/autocatalog-online/public/images/info.png);
    }

    .number-info-cell .modal-number-info {
        z-index: 200;
        white-space: normal;
        bottom: calc(100% - 5px);
        position: absolute;
        display: none;
        left: -32px;
        width: 700px;
        padding: 0;
        color: #484848;
        font-size: 14px;
        font-weight: lighter;
        line-height: 30px;
        letter-spacing: .025em;
    }

        .number-info-cell .modal-number-info .number-info {
            width: 100%;
            background: #fff;
            border: 1px solid #278ece;
            padding: 20px !important;
            overflow: auto;
            overflow-x: hidden;
            max-height: inherit;
        }

        .number-info-cell .modal-number-info .ico {
            line-height: 12px;
            position: absolute;
            top: calc(100% - 4px);
            left: 30px;
        }

        .number-info-cell .modal-number-info .number-info-count .numbers_count {
            border: 1px solid #484848;
            height: 100px;
            overflow: auto;
            padding: 5px 10px;
            line-height: 14px;
        }

        .number-info-cell .modal-number-info.bottom {
            bottom: initial;
            top: calc(100% - 5px);
        }

            .number-info-cell .modal-number-info.bottom .ico {
                top: initial;
                bottom: calc(100% - 4px);
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
            }

    .number-info-cell input {
        visibility: hidden;
        position: absolute;
    }

.img-cell {
    max-width: 150px;
}

    .img-cell img {
        max-height: 80px;
    }

.etka-country-list, .img-cell {
    text-align: center;
}

    .a2d--model_info ul li, .etka-country-list .etka-country-list-item {
        padding: 5px;
    }

html[data-useragent*='MSIE 10.0'] .catalog_search .search_vim {
    width: calc(100% - 130px);
}

html[data-useragent*='MSIE 10.0'] .number-info .modal-number-info {
    overflow: hidden;
    min-height: 200px;
    bottom: calc(100% + 31px);
    left: -30px;
    height: 270px;
}

    html[data-useragent*='MSIE 10.0'] .number-info .modal-number-info.bottom .ico, html[data-useragent*='Trident/7.0'] .number-info .modal-number-info.bottom .ico {
        bottom: calc(100% - 2px);
        top: auto;
    }

        html[data-useragent*='MSIE 10.0'] .number-info .modal-number-info.bottom .ico svg, html[data-useragent*='Trident/7.0'] .number-info .modal-number-info.bottom .ico svg {
            position: absolute;
            left: -20px;
        }

    html[data-useragent*='MSIE 10.0'] .number-info .modal-number-info .ico {
        top: calc(100% - 2px);
    }

html[data-useragent*='MSIE 10.0'] .table, html[data-useragent*='Trident/7.0'] .table {
    border-collapse: collapse;
}

    html[data-useragent*='MSIE 10.0'] .table .table-body .table-row {
        border-bottom: 1px solid #e7e9ed;
    }

        html[data-useragent*='MSIE 10.0'] .table .table-body .table-row:not(:first-child):before, html[data-useragent*='Trident/7.0'] .table .table-body .table-row:not(:first-child):before {
            border-bottom: none;
        }

html[data-useragent*='MSIE 10.0'] .number-info .modal-number-info .number-info {
    height: 250px;
}

html[data-useragent*='MSIE 10.0'] .number-info .bottom.modal-number-info {
    top: calc(100% + 31px);
}

html[data-useragent*='MSIE 10.0'] svg.eye, html[data-useragent*='Trident/7.0'] svg.eye {
    display: none !important;
}

html[data-useragent*='Trident/7.0'] .catalog_search .search_vim {
    width: calc(100% - 130px);
}

html[data-useragent*='Trident/7.0'] .number-info .modal-number-info {
    overflow: hidden;
    min-height: 200px;
    bottom: calc(100% + 31px);
    left: -30px;
    height: 270px;
}

    html[data-useragent*='Trident/7.0'] .number-info .modal-number-info .ico {
        top: calc(100% - 2px);
    }

.a2s-numbers table tr, .fiat_groups table .abbreviations td, html[data-useragent*='Trident/7.0'] .table .table-body .table-row, table .br_bottom td {
    border-bottom: 1px solid #e7e9ed;
}

html[data-useragent*='Trident/7.0'] .number-info .modal-number-info .number-info {
    height: 250px;
}

html[data-useragent*='Trident/7.0'] .number-info .bottom.modal-number-info {
    top: calc(100% + 31px);
}

.main_catalog--mark {
    position: relative;
}

    .main_catalog--mark .mark-vin {
        position: absolute;
        right: 0;
        top: 0;
        border-top-right-radius: 5px;
        overflow: hidden;
    }

        .main_catalog--mark .mark-vin svg {
            fill: #e7e9ed;
        }

        .main_catalog--mark .mark-vin span {
            position: absolute;
            right: 5px;
            top: 10px;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            color: #484848;
        }

    .main_catalog--mark:hover .mark-vin svg {
        fill: #ff9000;
    }

    .main_catalog--mark:hover .mark-vin span {
        color: #fff;
    }

.search-info {
    display: none;
    z-index: 200;
    white-space: normal;
    top: calc(100% + 5px);
    position: absolute;
    left: -25px;
    width: 500px;
    padding: 0;
    color: #484848;
    font-size: 18px;
    font-weight: lighter;
    line-height: 30px;
    letter-spacing: .025em;
}

    .search-info .number-info {
        width: 100%;
        background: #fff;
        border: 1px solid #278ece;
        padding: 20px !important;
        overflow: auto;
        overflow-x: hidden;
        line-height: 22px;
    }

        .search-info .number-info .number-info-count img, .search-info .number-info .number-info-params img {
            float: left;
        }

    .search-info .ico {
        line-height: 12px;
        position: absolute;
        bottom: calc(100% - 4px);
        left: 30px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .search-info .number-info-count .numbers_count {
        border: 1px solid #484848;
        height: 100px;
        overflow: auto;
        padding: 5px 10px;
        line-height: 14px;
    }

    .search-info.bottom {
        bottom: initial;
        top: calc(100% - 5px);
    }

        .search-info.bottom .ico {
            top: initial;
            bottom: calc(100% - 4px);
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .search-info .search-info-close {
        fill: #484848;
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 10;
        cursor: pointer;
    }

.search-info-icon {
    border: 1px solid #c1c1c1;
    border-radius: 50%;
    width: 20px;
    line-height: 20px;
    height: 20px;
    font-size: 17px;
    font-style: italic;
    font-family: Georgia,'Times New Roman';
    font-weight: 700;
    color: #c1c1c1;
    display: block;
    text-align: center;
    cursor: pointer;
    position: absolute;
    float: left;
    left: 5px;
    top: 7px;
}

#search-info:checked ~ .search-info, .custom-radio:checked + label:after {
    display: block;
}

.acat-block .block {
    display: block;
    position: relative;
    float: left;
    padding-top: 20px;
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .table-search label.form__label {
        top: 2px !important;
        color: #fff;
    }

    .catalog_search label.form__label {
        top: -20px !important;
    }

    .number-info-cell .modal-number-info {
        bottom: calc(100% + 35px);
    }

        .number-info-cell .modal-number-info.bottom {
            top: calc(100% + 35px);
        }
}

.logo__link {
    display: inline-block;
    min-height: 50px;
    width: 240px;
    height: 50px;
    background: url(https://212709.selcdn.ru/autocatalog-online/main/public/uploads/avtokatalog1_480.png) no-repeat;
    background-size: 240px 50px;
}

.button {
    width: 170px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}

    .button svg {
        margin-left: 10px;
        vertical-align: sub;
        fill: #fff;
    }

    .button, .button:hover {
        text-decoration: none;
    }

.button--white-border {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    background: 0 0;
    width: auto;
    padding: 0 10px;
}

    .button--white-border:active, .button--white-border:focus, .button--white-border:hover {
        color: #fff;
        background: #5d9d24;
        border: 2px solid #5d9d24;
    }

.button--green {
    background: #023f88;
    border-radius: 20px;
    color: #fff;
}

    .button--green:active, .button--green:focus, .button--green:hover {
        background: #7bb563 !important;
    }

.button--blue-border, .button--green-border {
    border: 2px solid #79b1ea;
    border-radius: 20px;
    color: #2a2a2a;
    line-height: 38px;
}

    .button--blue-border:hover {
        color: #fff;
        background: #79b1ea;
    }

.button--green-border {
    border: 2px solid #ff9000;
}

    .button--green-border:hover {
        color: #fff;
        background: #ff9000;
    }

.button--white {
    background: #fff;
    color: #4b4b4b;
    text-decoration: none;
    border-radius: 20px;
}

    .button--white:hover {
        color: #df5757;
        background: #fff;
    }

    .button--white.disabled, .button--white:disabled {
        color: #b1b1b1;
        background: #fff;
    }

.button--left {
    float: left;
}

.button--right {
    float: right;
}

.button--center {
    display: block;
    margin: 0 auto;
}

.button--settings {
    margin-top: 20px;
}

.footer, .ft {
    position: relative;
}

.footer {
    z-index: 100;
}

.ft {
    background: #3f414d;
}

.ft-sections {
    padding: 30px 0;
    color: #929293;
}

    .ft-sections:after, .ft-sections:before, .payment-detail__list:after, .payment-detail__list:before {
        content: '';
        display: block;
        height: 0;
        visibility: hidden;
        clear: both;
    }

    .ft-sections .ft-news-item {
        line-height: 1.5;
        letter-spacing: .025em;
    }

    .ft-sections .ft-news-item-title {
        font-size: 14px;
        color: #fff;
        text-decoration: underline;
    }

        .ft-sections .ft-news-item-title a {
            color: #fff !important;
        }

.footer-nav__title {
    margin: 0 0 14px;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    white-space: nowrap;
    text-transform: uppercase;
    border-bottom: 1px solid #676767;
    padding-bottom: 5px;
}

    .footer-nav__title a {
        color: #fff;
        text-decoration: none;
    }

.fb {
    padding: 15px 0;
    background: #31343f;
}

.copyright__text {
    color: #7d7d7d;
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 11px;
}

    .copyright__text .white, h1 {
        color: #fff;
    }

.payment-detail__list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.payment-detail__item {
    margin-right: 17px;
    float: left;
}

    .payment-detail__item:last-child {
        margin-right: 0;
    }

.payment-detail__link {
    display: block;
    opacity: .7;
}

    .payment-detail__link:hover {
        opacity: 1;
    }

.payment-detail__link--yandex {
    width: 16px;
    height: 19px;
    background: url(https://212709.selcdn.ru/autodealer-site/public/images/yandex-p.png) no-repeat 0 0;
}

.payment-detail__link--sberbank {
    width: 20px;
    height: 19px;
    background: url(https://212709.selcdn.ru/autodealer-site/public/images/sberbank-p.png) no-repeat 0 0;
}

.payment-detail__link--visa {
    width: 45px;
    height: 19px;
    background: url(https://212709.selcdn.ru/autodealer-site/public/images/visa-p.png) no-repeat 0 100%;
}

.payment-detail__link--rbk {
    width: 19px;
    height: 19px;
    background: url(https://212709.selcdn.ru/autodealer-site/public/images/rbk-p.png) no-repeat 0 0;
}

.payment-detail__link--qiwi {
    width: 19px;
    height: 19px;
    background: url(https://212709.selcdn.ru/autodealer-site/public/images/qiwi-p.png) no-repeat 0 0;
}

.developer {
    text-align: right;
}

    .developer .developer__link {
        display: inline-block;
        font-size: 12px;
        line-height: 1;
        text-align: center;
    }

        .developer .developer__link, .developer .developer__link:hover {
            text-decoration: none;
            color: #7d7d7d;
        }

            .developer .developer__link span {
                display: block;
                margin-bottom: 8px;
            }

    .developer .social {
        text-align: right;
        height: 25px;
        position: relative;
        float: left;
        margin-top: 10px;
    }

    .developer .social__link {
        display: inline-block;
        width: 25px;
        height: 25px;
        margin-right: 17px;
        border-radius: 50%;
        overflow: hidden;
    }

        .developer .social__link:last-child {
            margin-right: 0;
        }

    .developer .social__link--fb {
        background: url(https://212709.selcdn.ru/autodealer-site/public//images/fb-icon.png) no-repeat 50% 50%;
    }

    .developer .social__link--vk {
        background: url(https://212709.selcdn.ru/autodealer-site/public//images/vk-icon.png) no-repeat 50% 50%;
    }

    .developer .social__link--tw {
        background: url(https://212709.selcdn.ru/autodealer-site/public//images/tw-icon.png) no-repeat 50% 50%;
    }

    .developer .social__link--in {
        background: url(https://212709.selcdn.ru/autodealer-site/public//images/in-icon.png) no-repeat 50% 50%;
    }

    .developer .social__link--ok {
        background: url(https://212709.selcdn.ru/autodealer-site/public//images/ok-icon.png) no-repeat 50% 50%;
    }

    .developer .social__link--yt {
        background: url(https://212709.selcdn.ru/autodealer-site/public//images/youtube-icon.png) no-repeat 50% 50%;
    }

.contacts--footer .contacts__item {
    margin-right: 50px;
    display: inline-block;
    width: 120px;
}

.footer-nav__list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

    .footer-nav__list li {
        margin-bottom: 5px;
        line-height: 1;
    }

        .footer-nav__list li a {
            text-decoration: underline;
            color: #aaa;
            font-size: 12px;
        }

.footer-nav__list--horizontal li {
    float: left;
    padding: 0 35px 10px;
}

.fb .contacts.contacts--footer, .fb .copyright, .fb .developer {
    display: block;
    float: left;
}

.fb .copyright {
    width: 190px;
}

.fb .contacts.contacts--footer {
    width: calc(100% - 190px - 265px);
}

.fb .developer {
    min-width: 265px;
}

.fb .contacts__items {
    max-width: 490px;
    display: block;
    margin: 0 auto;
}

.catalog--mark, .catalog--marks {
    display: inline-block;
    height: 300px;
}

.catalog--mark {
    width: 273px;
    height: 273px;
    text-align: center;
    border: 2px solid #e7e9ed;
    margin: 13px;
    border-radius: 8px;
    padding: 20px 0;
    background: #fff;
    float: left;
    box-shadow: 0 1px 13px 0 rgba(0,0,0,.11);
}

    .catalog--mark:hover {
        text-decoration: none;
        border: 2px solid #ff9000;
        min-height: 273px;
        position: relative;
    }

        .catalog--mark:hover .catalog--mark_modif {
            display: block;
            background: #fff;
            border-bottom-left-radius: 8px;
            border-bottom-right-radius: 8px;
            margin: 0;
            border-top: none;
            min-height: 36px;
            padding: 0 20px 15px;
        }

    .a2d--model, .catalog--mark, .catalog--mark a:hover, .etka_group a {
        text-decoration: none;
    }

        .catalog--mark .catalog--mark_image {
            height: 150px;
            max-height: 150px;
            min-height: 150px;
            padding-top: 30px;
            padding-bottom: 15px;
            display: block;
        }

        .catalog--mark .catalog--mark_name {
            text-transform: uppercase;
            color: #484848;
            font-weight: 700;
            font-size: 15px;
            padding-bottom: 15px;
        }

        .catalog--mark .catalog--mark_relevance {
            padding-bottom: 15px;
            min-height: 31px;
            color: #484848;
        }

        .catalog--mark .catalog--mark_modif {
            color: #aaa;
            display: none;
        }

        .catalog--mark:hover .catalog--mark_description {
            border-left: 2px solid #ff9900;
            border-right: 2px solid #ff9900;
            border-bottom: 2px solid #ff9900;
            margin: 0 -2px -2px;
            width: 273px;
            height: auto;
            min-height: 102px;
            border-bottom-left-radius: 8px;
            border-bottom-right-radius: 8px;
        }

.a2d--model {
    border: 2px solid #e7e9ed;
    border-radius: 8px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 1px 13px 0 rgba(0,0,0,.11);
    margin-bottom: 30px;
}

.a2d--model_image {
    margin: 0 20px;
    width: 15%;
}

.a2d--model .a2d--model_info, .a2d--model_image, .a2d--model_info {
    display: inline-block;
}

    .a2d--model_image img {
        width: 100%;
    }

.a2d--groups_lvl1 {
    list-style-type: none;
    position: relative;
}

    .a2d--groups_lvl1 .name {
        display: block;
        border: 2px solid #e7e9ed;
        border-radius: 8px;
        padding: 20px;
        background: #fff;
        text-decoration: none;
        box-shadow: 0 1px 13px 0 rgba(0,0,0,.11);
        text-transform: uppercase;
        font-weight: 700;
        font-size: 15px;
        position: relative;
    }

        .a2d--groups_lvl1 .name:not(.end):before {
            display: block;
            content: '+';
            float: right;
            font-size: 26px;
            margin-top: -5px;
        }

        .a2d--groups_lvl1 .name:not(.end).on:before {
            content: '-';
            margin-right: 3px;
        }

        .a2d--groups_lvl1 .name.on {
            border: none;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
            background: #dff3d7;
        }

    .a2d--groups_lvl1 .a2d--groups_lvl2 {
        display: none;
        margin-bottom: 5px;
    }

        .a2d--groups_lvl1 .a2d--groups_lvl2 .a2d--groups_lvl3.on, .a2d--groups_lvl1 .a2d--groups_lvl2.on {
            display: block;
        }

        .a2d--groups_lvl1 .a2d--groups_lvl2 .name {
            padding-left: 40px;
            background: #e6f9e0;
            border: none;
            box-shadow: none;
            border-radius: initial;
        }

        .a2d--groups_lvl1 .a2d--groups_lvl2 .a2d--groups_name:last-child .name {
            border-bottom-right-radius: 8px;
            border-bottom-left-radius: 8px;
        }

        .a2d--groups_lvl1 .a2d--groups_lvl2 .a2d--groups_lvl3 .name {
            padding-left: 60px;
            background: #eefce9;
            border: none;
            box-shadow: none;
            border-radius: initial;
        }

        .a2d--groups_lvl1 .a2d--groups_lvl2 .a2d--groups_lvl3, .a2d--groups_lvl1 .a2d--groups_lvl2 .a2d--groups_lvl3 .a2d--groups_lvl4 {
            display: none;
        }

            .a2d--groups_lvl1 .a2d--groups_lvl2 .a2d--groups_lvl3 .a2d--groups_lvl4.on {
                display: block;
            }

            .a2d--groups_lvl1 .a2d--groups_lvl2 .a2d--groups_lvl3 .a2d--groups_lvl4 .name {
                padding-left: 60px;
                background: #fefffd;
                border: none;
                box-shadow: none;
                border-radius: initial;
            }

.a2d--groups_name {
    cursor: pointer;
}

.a2s-numbers {
    background: #fff;
    box-shadow: 0 1px 13px 0 rgba(0,0,0,.11);
    border-radius: 8px;
}

    .a2s-numbers table .a2s-numbers_count {
        padding: 3px 0;
    }

    .a2s-numbers .a2s-numbers_header {
        background: #ff9000;
        color: #fff;
    }

:not(.a2d--groups_lvl1) > .a2d--groups_name:after {
    content: '';
    position: absolute;
}

:not(.a2d--groups_lvl1) > .a2d--groups_name:not(:last-child):after {
    left: 10px;
    right: 10px;
    border-bottom: 1px solid #bdbdbd;
}

@media (min-width:620px) and (max-width:1200px) {
    .catalog--marks {
        height: 600px;
        width: 600px;
    }
}

@media (min-width:0px) and (max-width:620px) {
    .catalog--marks {
        height: 1200px;
        width: 300px;
    }
}

.group-next svg, .group-prev svg {
    width: 45px;
    height: 40px;
}

.beforeMinus, .beforePlus {
    display: none;
    position: absolute;
    font-size: 26px;
    right: 10px;
    top: 15px;
}

form.auth-login {
    margin: 0 auto;
}

.arcticmodal-overlay {
    background-color: #242c3b !important;
    opacity: .9 !important;
}

.box-modal {
    position: relative;
    background: url(https://212709.selcdn.ru/autocatalog-online/public/images/modal-fon.png) no-repeat 0 60%;
}

.box-modal_close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 10;
    cursor: pointer;
    height: 16px;
    width: 16px;
    background-image: url(https://212709.selcdn.ru/autocatalog-online/public/images/info-close.png);
}

.box-modal__title, .modal-pin {
    color: #4b4b4b;
    text-align: center;
}

.box-modal__title {
    text-transform: uppercase;
    margin: 0 0 55px;
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
}

.modal-pin {
    position: relative;
    font-size: 18px;
    font-weight: lighter;
    line-height: 30px;
    letter-spacing: .025em;
    margin-bottom: 60px;
    background-color: #fff;
    padding: 30px 70px 60px;
    border-radius: 8px;
}

.modal-catalog .slider__item {
    height: auto;
    background: 0 0;
}

    .modal-catalog .slider__item .modal-catalog__buttons {
        border: none;
    }

.js-modal-init {
    cursor: pointer;
}

#order-modal {
    position: relative;
    background: #f1f1f1;
    max-width: 920px;
    min-width: 380px;
    padding: 30px;
}

.auth-form .form__forbut .button--forgot, .auth-form .form__forbut .button--register {
    display: inline-block;
    width: 140px;
}

.order-error {
    display: none;
    text-align: center;
    margin: 20px;
    color: red;
    font-size: 16px;
    font-weight: 500;
}

.modal-order .auth-row {
    display: table-cell;
}

    .modal-order .auth-row .auth-form {
        margin: 0;
    }

.modal-order .auth-row, .modal-order .order-renewal {
    float: none;
    vertical-align: top;
}

    .modal-order .order-renewal .order-error-content, .modal-order .order-renewal .order-success-content {
        display: none;
        color: #484848;
        font-size: 18px;
        font-weight: lighter;
        line-height: 30px;
        letter-spacing: .025em;
        margin-bottom: 19px;
    }

.modal-year {
    max-width: 600px;
    text-align: left;
}

.model-year {
    cursor: pointer;
}

.etka_year, .etka_year_complectation {
    display: inline-block;
    color: #023f88;
    width: 70px;
    text-align: center;
    border: 1px solid #023f88;
    margin: 5px;
    border-radius: 8px;
    cursor: pointer;
}

.etka_year_complectation {
    display: block;
    width: 100%;
}

    .etka_year:hover, .etka_year_complectation:hover {
        background: #023f88;
        color: #fff;
    }

.etka_complectation a:focus, .etka_complectation a:hover {
    text-decoration: none;
}

.fiat--mark_image {
    height: 180px;
    max-height: 180px;
    min-height: 180px;
    padding-top: 30px;
    padding-bottom: 15px;
}

    .fiat--mark_image img {
        max-height: 100%;
        height: 100%;
    }

.fiat_groups, .fiat_units .fiat_unit {
    background: #fff;
    box-shadow: 0 1px 13px 0 rgba(0,0,0,.11);
    border-radius: 8px;
}

.fiat_units .fiat_unit {
    display: block;
    width: 273px;
    height: 273px;
    text-align: center;
    margin: 13px;
    float: left;
    border: 2px solid #e7e9ed;
    padding: 20px;
    text-decoration: none;
}

    .fiat_units .fiat_unit .fiat_units_image {
        height: 180px;
        padding-top: 30px;
        padding-bottom: 15px;
    }

    .fiat_units .fiat_unit .fiat_units_name {
        text-transform: uppercase;
        color: #484848;
        font-weight: 700;
        font-size: 15px;
        padding-bottom: 15px;
    }

    .fiat_units .fiat_unit.drop-down:hover {
        height: auto;
    }

    .fiat_units .fiat_unit:hover {
        text-decoration: none;
        border: 2px solid #ff9000;
        position: relative;
    }

.fiat_groups {
    margin-bottom: 40px;
}

    .fiat_groups table {
        border-collapse: separate;
        width: 100%;
    }

        .fiat_groups table .abbreviations td:nth-child(2) {
            border-left: 1px solid #e7e9ed;
        }

        .fiat_groups table .abbreviations td:first-child {
            padding-left: 30px;
        }

        .fiat_groups table .abbreviations:last-child td {
            border-bottom: none;
        }

        .fiat_groups table .fiat_subgroup td:nth-child(1) {
            border-left: 1px solid #e7e9ed;
        }

        .fiat_groups table .fiat_subgroup:not(.last) td:nth-child(n+1) {
            border-bottom: 1px solid #e7e9ed;
        }

        .fiat_groups table td, .fiat_groups table th {
            padding: 20px;
        }

        .fiat_groups table .fiat_group td, .fiat_groups table tr.last td {
            border-bottom: 6px solid #e7e9ed;
        }

    .fiat_groups .fiat_groups_header {
        background: #ff9000;
        color: #fff;
    }

        .fiat_groups .fiat_groups_header th {
            text-decoration: none;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 15px;
        }

            .fiat_groups .fiat_groups_header th:first-child {
                border-top-left-radius: 8px;
            }

            .fiat_groups .fiat_groups_header th:last-child {
                border-top-right-radius: 8px;
            }

.header_green {
    background: #ff9000;
    height: 58px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: block;
    position: absolute;
    width: 1200px;
    z-index: 100;
}

.etka_group, .etka_groups {
    display: inline-block;
}

    .etka_groups .catalog--mark .catalog--mark_name {
        height: 50px;
        overflow: hidden;
        margin: 0 0 10px;
        padding: 0 20px;
        background: #fff;
    }

    .etka_groups .catalog--mark .catalog--mark_modif {
        height: 41px;
        display: block;
        padding: 0 20px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        background: #fff;
    }

    .etka_groups .catalog--mark .catalog--mark_description {
        height: 100px;
        background: #fff;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .etka_groups .catalog--mark:hover {
        text-decoration: none;
        border: 2px solid #ff9000;
        min-height: 273px;
        position: relative;
    }

        .etka_groups .catalog--mark:hover .catalog--mark_description {
            border-left: 2px solid #ff9000;
            border-right: 2px solid #ff9000;
            border-bottom: 2px solid #ff9000;
            margin: 0 -2px -2px;
            width: 273px;
            height: auto;
            min-height: 102px;
        }

        .etka_groups .catalog--mark:hover .catalog--mark_image {
            max-height: inherit;
            display: block;
        }

        .etka_groups .catalog--mark:hover .catalog--mark_name {
            height: auto;
        }

        .etka_groups .catalog--mark:hover .catalog--mark_modif {
            height: auto;
            padding-bottom: 5px;
        }

.etka_group {
    width: 273px;
    height: 273px;
    text-align: center;
    border: 2px solid #e7e9ed;
    border-radius: 8px;
    background: #fff;
    text-decoration: none;
    box-shadow: 0 1px 13px 0 rgba(0,0,0,.11);
    margin: 13px;
    float: left;
    position: relative;
}

    .etka_group.etka_group-model {
        height: 220px;
    }

    .etka_group:hover {
        border: 2px solid #ff9000;
    }

    .etka_group .etka_group-image {
        height: 100px;
        max-height: 100px;
        min-height: 100px;
        padding: 0 20px;
        margin: 15px 0;
    }

    .etka_group .etka_group-name {
        text-decoration: none;
        text-transform: uppercase;
        color: #484848;
        font-weight: 700;
        font-size: 15px;
        padding: 0 20px 20px;
        word-wrap: break-word;
        max-height: 100px;
        overflow: hidden;
    }

    .etka_group .etka_group-option {
        position: absolute;
        bottom: 0;
        text-align: center;
        width: 100%;
        background: #ff9000;
        color: #fff;
        min-height: 30px;
        font-size: 18px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

        .etka_group .etka_group-option span {
            position: relative;
            vertical-align: middle;
        }

.etka_subgroups:not(.last) .table-cell:not(:first-child) {
    border-bottom: 1px solid #e7e9ed;
}

.etka_subgroups .table-cell:first-child {
    border-right: 1px solid #e7e9ed;
}

.href_year {
    cursor: pointer;
}

.etka_complectations {
    display: none;
    width: 100%;
}

.bmw-category-name, .bmw-market-name, .bmw-markets, .bmw-model-name, .bmw-models, .bmw-option-name, .bmw-options, .bmw-transmissions {
    display: inline-block;
    position: relative;
    padding: 0 10px;
    float: left;
}

.bmw-market, .bmw-model, .bmw-option {
    display: block;
    position: relative;
}

.bmw {
    width: 100%;
}

.bmw-category-name, .bmw-market-name, .bmw-model-name, .bmw-option-name {
    width: 150px;
}

.bmw_group {
    display: inline-block;
    width: 273px;
    height: 225px;
    text-align: center;
    border: 2px solid #e7e9ed;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 1px 13px 0 rgba(0,0,0,.11);
    margin: 13px;
    float: left;
    position: relative;
}

    .bmw_group:hover {
        border: 2px solid #ff9000;
    }

    .bmw_group .bmw_group-image {
        height: 100px;
        max-height: 100px;
        min-height: 100px;
        padding: 0 20px;
        margin: 30px 0;
    }

    .bmw_group .bmw_group-name {
        text-decoration: none;
        text-transform: uppercase;
        color: #484848;
        font-weight: 700;
        font-size: 15px;
        padding: 0 20px 20px;
        word-wrap: break-word;
    }

    .bmw_group, .bmw_group a {
        text-decoration: none;
    }

.bmw-model-list {
    display: inline-block;
    min-width: 100px;
    margin: 10px 0;
    padding: 0 10px;
    border-right: 1px solid #e7e9ed;
    text-align: center;
    color: #337ab7;
}

    .bmw-model-list:hover {
        text-decoration: underline;
    }

.bottom-lineless:before {
    content: '';
    position: absolute;
}

.table-body .bottom-line:before, .table-head .bottom-line:before {
    left: 10px;
    right: 10px;
    content: '';
    /*position: absolute;*/
}

.table-body .bottom-line:before {
    border-bottom: 1px solid #e7e9ed;
}

@-moz-document url-prefix() {
    .bottom-line:before {
        top: 0;
    }
}

.bmw-block-body .block-row {
    display: inline-block;
    width: 100%;
}

    .bmw-block-body .block-row .block-image, .bmw-block-body .block-row .block-line {
        background: #fff;
        box-shadow: 0 1px 13px 0 rgba(0,0,0,.11);
        border-radius: 8px;
        font-size: 14px;
        font-family: "Ubuntu",Arial,sans-serif;
        color: #484848;
    }

    .bmw-block-body .block-row .block-image {
        width: 200px;
        float: left;
        padding: 10px;
        text-align: center;
        min-height: 130px;
    }

        .bmw-block-body .block-row .block-image img {
            max-height: 80px;
            margin-bottom: 10px;
        }

    .bmw-block-body .block-row .block-line {
        width: calc(100% - 220px);
        float: right;
        padding: 15px 30px 5px 10px;
        margin-bottom: 20px;
    }

        .bmw-block-body .block-row .block-line .block-name {
            padding: 0 20px;
            font-size: 16px;
            font-weight: 500;
        }

        .bmw-block-body .block-row .block-line .block-options .block-option {
            height: 20px;
            display: inline-block;
            margin: 10px 20px;
            padding: 0;
            position: relative;
            color: #484848;
        }

            .bmw-block-body .block-row .block-line .block-options .block-option:active, .bmw-block-body .block-row .block-line .block-options .block-option:hover {
                color: #54ba61;
                border-bottom: 2px solid #54ba61;
            }

            .bmw-block-body .block-row .block-line .block-options .block-option:before {
                content: '|';
                position: absolute;
                right: -20px;
                color: #484848;
                opacity: .3;
            }

.model-year-month {
    display: none;
}

    .model-year-month .buttons {
        margin-top: 20px;
        text-align: center;
        text-align: -webkit-center;
        text-align: -moz-center;
    }

        .image-tabs-nav, .model-year-month .buttons .button {
            display: inline-block;
        }

            .model-year-month .buttons .button:first-child {
                margin-right: 30px;
            }

    .model-year-month .years .year-line:first-child {
        text-align: right;
    }

    .model-year-month .years .year-line:last-child {
        text-align: left;
    }

    .model-year-month .years .year-line .year {
        float: left;
        background: #fff;
        border-radius: 5px;
        color: #5d9d24;
        display: inline-block;
        border: 1px solid #5d9d24;
        width: 60px;
        height: 28px;
        text-align: center;
        text-align: -webkit-center;
        text-align: -moz-center;
        font-size: 14px;
        line-height: 28px;
        margin: 0 20px 0 0;
        cursor: pointer;
    }

        .model-year-month .years .year-line .year:hover {
            background: #5d9d24;
            color: #fff;
            text-align: center;
        }

            .model-year-month .years .year-line .months .month:hover, .model-year-month .years .year-line .year:hover ~ .months > .month {
                color: #5d9d24;
                text-decoration: underline;
            }

    .model-year-month .years .year-line .months {
        display: inline-block;
        width: auto;
    }

        .model-year-month .years .year-line .months .month {
            width: 15px;
            margin: 0 10px;
            font-size: 14px;
            display: inline-block;
            text-align: center;
            text-align: -webkit-center;
            text-align: -moz-center;
            cursor: pointer;
        }

form.options {
    width: 300px;
    margin: auto;
}

.image-tabs-nav .image-tab-nav {
    padding: 15px 40px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: inline-block;
    z-index: 900;
    position: relative;
    bottom: -4px;
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer;
    color: #484848;
}

    .image-tabs-nav .image-tab-nav.active {
        background: #fff;
        text-decoration: none;
        color: #278ece;
        font-weight: bold;
        padding-bottom: 10px;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        box-shadow: -2px -1px 2px rgba(0,0,0,.11), 2px -1px 2px rgba(0,0,0,.11);
    }

.ssangoyng-history-table {
    margin-left: 10px;
    margin-bottom: 10px;
}

    .ssangoyng-history-table td {
        padding-left: 10px;
    }

.aggregations {
    float: right;
}

    .aggregations .aggregation-list .aggregation-item, .imageArea-info-icon img {
        cursor: pointer;
    }

.main-image-area {
    position: relative;
    height: 500px;
    width: 100%;
    margin-bottom: 60px;
    overflow: hidden;
    display: block;
    border-radius: 8px;
    box-shadow: 0 1px 13px 0 rgba(0,0,0,.11);
}

.main-image {
    background: #fff;
    margin-bottom: 50px;
    border-radius: 6px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
}

    .main-image .imageLayout {
        position: absolute;
        top: 0;
        left: 0;
    }

        .main-image .imageLayout .ladel {
            position: absolute;
            border: solid 2px #aaa;
            background-color: transparent;
            line-height: 12px;
            border-radius: 10%;
            font-weight: 700;
            cursor: pointer;
            color: #000;
            text-decoration: none;
            white-space: nowrap;
            display: block;
        }

            .main-image .imageLayout .ladel.hover-transparent:hover,
            .main-image .imageLayout .ladel.hover-transparent.active {
                background: rgba(39,142,206,0.5) !important;
            }

            .main-image .imageLayout .ladel.a2d {
                background: #fff;
                opacity: 1;
            }

            .main-image .imageLayout .ladel.active {
                z-index: 10;
            }

            .main-image .imageLayout .ladel:hover {
                z-index: 20;
            }

            .main-image .imageLayout .ladel.active, .main-image .imageLayout .ladel:hover {
                border: 1px solid #278ece;
                background: rgba(39,142,206,1) !important;
            }

            .main-image .imageLayout .ladel.a2d.active, .main-image .imageLayout .ladel.a2d:hover, label.arrows:hover, ons-range[disabled] .range {
                opacity: 1;
            }

        .main-image .imageLayout img {
            border-radius: 6px;
            max-width: inherit;
        }

.table:not(.table-child) > .table-body > .table-row:hover {
    background: #f1f5f9;
}

.imageArea-related.table .table-body .to-image:hover {
    background: #f1f5f9;
}

.aftermarket-table tr.info.on, .imageArea-related.table .table-body .active, .imageArea-related.table .table-body .active:hover {
    background: #dcf3d5;
}

.imageArea-info {
    position: absolute;
    background: #fff;
    right: 0;
    bottom: 30px;
    z-index: 200;
    border: 1px solid #278ece;
    width: 300px;
    display: none;
}

    .imageArea-info.active {
        display: block;
    }

    .imageArea-info .ico {
        position: absolute;
        top: calc(100% - 3px);
        right: -1px;
    }

    .imageArea-info .info-block {
        margin: 10px;
        width: 290px;
        padding-bottom: 10px;
        border-bottom: 1px solid #278ece;
    }

        .imageArea-info .info-block:nth-child(7), .imageArea-info .info-block:nth-child(8) {
            padding-bottom: 0;
            border-bottom: none;
        }

        .imageArea-info .info-block .image {
            width: 35px;
            height: 35px;
        }

        .imageArea-info .info-block .text {
            width: 200px;
        }

    .imageArea-info .image, .imageArea-info .text {
        display: inline-block;
        vertical-align: middle;
    }

    .imageArea-info .image {
        width: 30px;
        height: 33px;
        position: relative;
    }

        .imageArea-info .image .icon {
            position: absolute;
            bottom: -4px;
            left: 0;
            color: #278ece;
            font-size: 10px;
            font-weight: 700;
        }

    .imageArea-info .text {
        padding-left: 10px;
        width: 105px;
    }

.imageArea-info-icon {
    position: absolute;
    display: block;
    right: 10px;
    bottom: 11px;
    z-index: 100;
}

.imageArea-info-stretch {
    bottom: 35px;
}

.imageArea-info-minus {
    bottom: 60px;
    background: #278ece;
}

.imageArea-info-plus {
    background: #278ece;
    bottom: 85px;
}

.imageArea-info-label .eye_close {
    display: none;
}

.imageArea-info-label .eye_open, .imageArea-info-label.active .eye_close {
    display: block;
}

.imageArea-info-label.active .eye_open, .item-body .item-content .slider img {
    display: none;
}

.imageArea-info-label {
    bottom: 110px;
}

    .imageArea-info-label span {
        position: absolute;
        top: 0;
        color: #278ece;
        -webkit-transform: rotate(70deg);
        -ms-transform: rotate(70deg);
        transform: rotate(70deg);
        left: 6px;
        display: none;
    }

.imageArea-info-label, .imageArea-info-minus, .imageArea-info-plus, .imageArea-info-stretch {
    position: absolute;
    display: block;
    right: 10px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    z-index: 100;
    cursor: pointer;
}

.form__row {
    margin-bottom: 20px;
}

    .form__row:last-child {
        margin-bottom: 0;
    }

.form__label {
    position: absolute;
    left: 30px;
    cursor: pointer;
    top: 18px;
    z-index: 10;
    line-height: 1;
    font-size: 14px;
    color: #484848;
    transition: all .2s ease-in;
}

.form__forbut .button, .form__forbut .button--green, .form__forbut button, .form__forbut input {
    width: 170px;
    margin: 0 auto;
}

.form__field {
    position: relative;
}

    .form__field.active .form__label {
        font-size: 12px;
        color: #484848;
        top: -15px;
        cursor: default;
        left: 30px;
    }

    .form__field.thisHidden .form__label {
        opacity: 0;
        font-size: 12px;
        color: #484848;
        top: -15px;
    }

    .form__field.error .form__label {
        font-size: 12px;
        color: #d60001;
        top: -15px;
        cursor: default;
    }

.form__description {
    position: relative;
    margin: 5px;
    font-size: 12px;
    display: inline-block;
    text-align: justify;
}

.form__inpbl--token {
    max-width: 75%;
    display: inline-block;
    width: calc(100% - 90px);
}

    .form__inpbl--token input {
        font-size: 13px;
    }

.form__inp {
    width: 100%;
    background-color: #fff;
    border: none;
    border-radius: 2px;
    height: 50px;
    line-height: 50px;
    padding: 0 18px;
}

.form__inp--green {
    background-color: #dff3d7;
}

.form__inp__textarea {
    min-width: 100%;
    max-width: 100%;
    border-width: 0;
    padding: 15px;
}

.form__inp2 {
    width: 100%;
    background-color: #fff;
    border: none;
    border-radius: 2px;
    height: 120px;
    padding: 18px;
    resize: none;
}

.form__inp2--green {
    background-color: #dff3d7;
}

.form__inp__search {
    width: 100%;
    background-color: #fff;
    border: none;
    height: 50px;
    padding: 0 18px;
    border-bottom: 1px solid #e0e0e0;
}

.file_upload {
    position: relative;
    overflow: hidden;
}

    .file_upload input[type=file] {
        position: absolute;
        left: 0;
        top: 0;
        width: 136px;
        height: 100%;
        opacity: 0;
        cursor: pointer;
        z-index: 10;
    }

.file_upload__input {
    float: left;
    border: none;
    background: 0 0;
    line-height: 1;
    padding-left: 25px;
    position: relative;
}

    .file_upload__input span {
        font-size: 14px;
        display: inline-block;
        padding-bottom: 1px;
        color: #484848;
        letter-spacing: .025em;
        border-bottom: 1px dotted #484848;
    }

.file_upload__name {
    padding-left: 226px;
    color: #484848;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    position: relative;
}

.form__radio-row:after, .form__radio-row:before {
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.form__radio-label {
    font-size: 14px;
    font-weight: 400;
    color: #484848;
    margin: 0 35px 0 0;
    float: left;
}

.form__radio-item {
    float: left;
    margin-right: 55px;
}

    .form__radio-item:last-child {
        margin-right: 0;
    }

.form__radio-item--solo {
    float: none;
}

.custom-radio {
    position: absolute;
    visibility: hidden;
}

    .custom-radio + label {
        padding-left: 25px;
        margin: 0;
        position: relative;
        cursor: pointer;
        line-height: 1;
    }

        .custom-radio + label:before {
            content: '';
            position: absolute;
            display: block;
            width: 20px;
            height: 20px;
            left: 0;
            top: calc(50% - 10px);
            border-radius: 50%;
            background: #eaf0f6;
        }

        .custom-radio + label:after {
            content: '';
            width: 10px;
            height: 10px;
            position: absolute;
            left: 5px;
            display: none;
            top: calc(50% - 5px);
            border-radius: 50%;
            background: #7baae9;
        }

.custom-radio--bold + label {
    font-weight: 700;
    text-transform: uppercase;
}

.form__legend {
    font-size: 14px;
    line-height: 22px;
    color: #7baae9;
    margin-top: 14px;
    letter-spacing: .025em;
}

.aftermarket-marks {
    position: relative;
    padding-top: 80px;
}

    .aftermarket-marks .navigation {
        position: absolute;
        top: 20px;
    }

        .aftermarket-marks .navigation .li {
            display: inline-block;
            width: 10px;
            margin: 0 10px;
            text-align: center;
            text-align: -webkit-center;
            text-align: -moz-center;
            font-weight: 700;
            cursor: pointer;
        }

            .aftermarket-marks .navigation .li:hover {
                border-bottom: 2px solid #7cb967;
            }

                .aftermarket-marks .aftermarket-row .row-title:nth-child(2n) h2, .aftermarket-marks .navigation .li:hover:nth-child(2n) {
                    border-color: #ffa831;
                }

                .aftermarket-marks .aftermarket-row .row-title:nth-child(3n) h2, .aftermarket-marks .navigation .li:hover:nth-child(3n) {
                    border-color: #47a8e5;
                }

                .aftermarket-marks .aftermarket-row .row-title:nth-child(4n) h2, .aftermarket-marks .navigation .li:hover:nth-child(4n) {
                    border-color: #fd5757;
                }

                .aftermarket-marks .aftermarket-row .row-title:nth-child(5n) h2, .aftermarket-marks .navigation .li:hover:nth-child(5n) {
                    border-color: #00cfc4;
                }

    .aftermarket-marks .aftermarket-row {
        display: inline-block;
        width: 100%;
        margin-bottom: 30px;
        border: 2px solid #e7e9ed;
        border-radius: 8px;
        padding: 20px;
        background: #fff;
        text-decoration: none;
        box-shadow: 0 1px 13px 0 rgba(0,0,0,.11);
    }

        .aftermarket-marks .aftermarket-row .row-title {
            padding-bottom: 10px;
        }

            .aftermarket-marks .aftermarket-row .row-title h2 {
                font-size: 16px;
                margin-left: 15px;
                border-bottom: 2px solid #7cb967;
                display: inline;
            }

        .aftermarket-marks .aftermarket-row .tile-block-name {
            width: 20%;
            min-width: 200px;
            color: #484848;
            text-decoration: none;
            margin: 4px 0;
        }

            .aftermarket-marks .aftermarket-row .tile-block-name:hover {
                color: #ff9000;
            }

.show-info {
    display: block;
    min-width: 18px;
    min-height: 18px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    max-width: 18px;
    max-height: 18px;
    cursor: pointer;
}

    .show-info:before {
        content: 'i';
        color: #278ece;
        width: 18px;
        height: 18px;
        border-radius: 10px;
        position: absolute;
        text-align: center;
        font-style: italic;
        font-family: "Ubuntu",Arial,sans-serif;
        font-size: 17px;
        font-weight: 700;
        border: 1px solid #278ece;
        top: calc(50% - 9px);
    }

.aftermarket-table tr.more-info {
    background: #e6f9e0;
}

#modal-number, .table-item-modal {
    background: #f1f1f1;
    max-width: 920px;
    padding: 28px 0 0;
}

    #modal-number .title-option, .table-item-modal .title-option {
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0 70px 10px;
        line-height: 48px;
        letter-spacing: .01em;
        color: #484848;
    }

#option-modal .options .option, .head-nav {
    text-align: left;
}

    .head-nav .nav-item {
        display: inline-block;
        position: relative;
        color: #484848;
        text-decoration: underline;
        padding: 10px;
        font-weight: 400;
    }

        .head-nav .nav-item.on {
            background: #fff;
            border-top-right-radius: 8px;
            border-top-left-radius: 8px;
            color: #ff9000;
            text-decoration: none;
        }

.item-body {
    background: #fff;
}

    .item-body .item-content {
        text-align: left;
        display: none;
        position: relative;
        padding: 10px 35px 35px;
        min-height: 110px;
    }

        .item-body .item-content.search-aftermarket {
            min-height: 300px;
        }

            .item-body .item-content .item-images, .item-body .item-content.search-aftermarket .full-list {
                text-align: center;
            }

                .item-body .item-content.search-aftermarket .full-list .button--green {
                    padding: 10px;
                    border-radius: 20px;
                }

                    .item-body .item-content.search-aftermarket .full-list .button--green:hover {
                        color: #fff;
                        text-decoration: none;
                    }

            .item-body .item-content.search-aftermarket .table-cell {
                padding: 5px;
                white-space: normal;
            }

        .item-body .item-content h2 {
            color: #ff9000;
            font-size: 18px;
        }

        .item-body .item-content .provider-image {
            position: absolute;
            right: 30px;
        }

        .item-body .item-content .item-mark-number {
            padding: 10px;
            float: left;
        }

            .item-body .item-content .item-mark-number .table-mini .table-cell {
                padding: 5px;
                line-height: 20px;
            }

        .item-body .item-content .table-mini {
            border-radius: 8px;
            margin: 0;
            padding: 0;
        }

        .icon-info, .item-body .item-content .slider img.on, .item-body .item-content.on {
            display: block;
        }

            .item-body .item-content.on.inline {
                display: inline-block;
                width: 100%;
            }

.icon-info {
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-image: url(https://212709.selcdn.ru/autocatalog-online/public/images/info.png);
}

.next, .prev {
    position: absolute;
    border: none;
    top: 50%;
}

.prev {
    left: 20px;
}

.next {
    right: 20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@font-face {
    font-family: "Ubuntu",Arial,sans-serif;
    src: url(http://html5css3demos.bplaced.net/css3-slider-v3/websymbols-regular-webfont.eot);
    src: url(http://html5css3demos.bplaced.net/css3-slider-v3/websymbols-regular-webfont.eot?#iefix) format("embedded-opentype"),url(http://html5css3demos.bplaced.net/css3-slider-v3/websymbols-regular-webfont.woff) format("woff"),url(http://html5css3demos.bplaced.net/css3-slider-v3/websymbols-regular-webfont.ttf) format("truetype"),url(http://html5css3demos.bplaced.net/css3-slider-v3/websymbols-regular-webfont#WebSymbolsRegular) format("svg");
}

* {
    margin: 0;
    padding: 0;
}

#slideshow-wrap {
    display: block;
    padding-bottom: 30px;
    margin: 20px auto auto;
    position: relative;
}

#slideshow-inner, #slideshow-inner > ul {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

    #slideshow-inner > ul {
        list-style: none;
        width: 500%;
        left: 0;
        transition: left .8s cubic-bezier(.77,0,.175,1);
    }

        #slideshow-inner > ul > li {
            width: 20%;
            height: 320px;
            float: left;
            position: relative;
        }

            #slideshow-inner > ul > li > img {
                margin: auto;
                height: 100%;
            }

#slideshow-wrap input[type=radio] {
    position: absolute;
    left: 50%;
    bottom: 15px;
    z-index: 100;
    visibility: hidden;
}

#slideshow-wrap label:not(.arrows):not(.show-description-label) {
    position: absolute;
    left: 50%;
    bottom: -10px;
    z-index: 100;
    width: 12px;
    height: 12px;
    background-color: #c8c8c8;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 3px rgba(0,0,0,.8);
    transition: background-color .2s;
}

#slideshow-wrap label:not(.arrows):active {
    bottom: -10px;
}

#slideshow-wrap input[type=radio]#button-1:checked ~ label[for=button-1], #slideshow-wrap input[type=radio]#button-2:checked ~ label[for=button-2], #slideshow-wrap input[type=radio]#button-3:checked ~ label[for=button-3], #slideshow-wrap input[type=radio]#button-4:checked ~ label[for=button-4], #slideshow-wrap input[type=radio]#button-5:checked ~ label[for=button-5] {
    background-color: #646464;
}

#slideshow-wrap label[for=button-1] {
    margin-left: -36px;
}

#slideshow-wrap label[for=button-2] {
    margin-left: -18px;
}

#slideshow-wrap label[for=button-4] {
    margin-left: 18px;
}

#slideshow-wrap label[for=button-5] {
    margin-left: 36px;
}

#slideshow-wrap input[type=radio]#button-1:checked ~ #slideshow-inner > ul {
    left: 0;
}

#slideshow-wrap input[type=radio]#button-2:checked ~ #slideshow-inner > ul {
    left: -100%;
}

#slideshow-wrap input[type=radio]#button-3:checked ~ #slideshow-inner > ul {
    left: -200%;
}

#slideshow-wrap input[type=radio]#button-4:checked ~ #slideshow-inner > ul {
    left: -300%;
}

#slideshow-wrap input[type=radio]#button-5:checked ~ #slideshow-inner > ul {
    left: -400%;
}

label.arrows {
    font-family: "Ubuntu",Arial,sans-serif;
    font-size: 25px;
    color: ivory;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: none;
    opacity: .7;
    cursor: pointer;
    z-index: 1000;
    background-color: transparent;
    transition: opacity .2s;
    text-shadow: 0 0 3px rgba(0,0,0,.8);
}

    label.arrows:active {
        margin-top: -23px;
    }

input[type=radio]#button-1:checked ~ .arrows#arrow-2, input[type=radio]#button-2:checked ~ .arrows#arrow-3, input[type=radio]#button-3:checked ~ .arrows#arrow-4, input[type=radio]#button-4:checked ~ .arrows#arrow-5 {
    right: -10px;
    display: block;
}

input[type=radio]#button-2:checked ~ .arrows#arrow-1, input[type=radio]#button-3:checked ~ .arrows#arrow-2 {
    display: block;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

input[type=radio]#button-4:checked ~ .arrows#arrow-3 {
    left: -10px;
}

input[type=radio]#button-4:checked ~ .arrows#arrow-3, input[type=radio]#button-5:checked ~ .arrows#arrow-4 {
    display: block;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

input[type=radio]#button-2:checked ~ .arrows#arrow-1 {
    left: -19px;
}

input[type=radio]#button-3:checked ~ .arrows#arrow-2 {
    left: -37px;
}

input[type=radio]#button-5:checked ~ .arrows#arrow-4 {
    left: -73px;
}

.button-option {
    border-radius: 20px;
    margin-top: 20px;
}

.zaglushka {
    text-align: center;
    vertical-align: middle;
}

    .zaglushka .logo {
        width: 100%;
        height: 100%;
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        overflow: hidden;
    }

    .zaglushka svg {
        position: absolute;
        left: 20%;
        top: 20%;
    }

        .zaglushka svg:first-child {
            -webkit-animation: rotation 2s linear infinite;
            -moz-animation: rotation 2s linear infinite;
            -ms-animation: rotation 2s linear infinite;
        }

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.rates .complements .complement {
    height: 460px;
    width: 380px;
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
    overflow: hidden;
}

    .rates .complements .complement .complement-comment {
        padding: 15px 40px;
        font-size: 14px;
        line-height: 1.5;
    }

    .rates .complements .complement .select-button {
        background: #ff5757;
        color: #fff;
        padding: 5px 35px;
        border-radius: 35px;
        display: inline-block;
        margin-top: 23px;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
    }

    .rates .complements .complement .dop-content {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: inherit;
        height: inherit;
        max-height: 0;
        overflow: hidden;
        transition: max-height .8s;
        background: #ffef7c;
        border-radius: 4px;
        z-index: 100;
    }

        .rates .complements .complement .dop-content .complement-title-dop {
            height: 80px;
            display: block;
        }

        .rates .complements .complement .dop-content .complement-select {
            height: 100px;
        }

            .rates .complements .complement .dop-content .complement-select .select-button {
                margin: 25px 0;
                cursor: pointer;
            }

        .rates .complements .complement .dop-content .complement-price {
            height: 105px;
        }

        .rates .complements .complement .dop-content .complement-comment {
            height: 175px;
        }

    .rates .complements .complement:hover .dop-content {
        max-height: 460px;
    }

    .rates .complements .complement.on {
        height: 466px;
        border: 3px solid #023f88;
        -webkit-transform: scale(1.05,1.05);
        -ms-transform: scale(1.05,1.05);
        transform: scale(1.05,1.05);
    }

.complements {
    padding: 0;
    text-align: center;
    height: 500px;
    display: inline;
    width: 100%;
}

    .complements .complement {
        margin-bottom: 30px;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 1px 13px 0 rgba(0,0,0,.11);
        padding: 0;
        text-align: center;
        display: inline-block;
    }

        .complements .complement .complement-title, .complements .complement .complement-title-dop {
            font-weight: 700;
            font-size: 18px;
            padding: 15px 40px;
            line-height: 1.2;
        }

        .complements .complement .complement-description {
            padding: 15px 40px;
            font-size: 14px;
            line-height: 1.5;
        }

        .complements .complement .complement-price {
            font-weight: 400;
            font-size: 28px;
            padding: 40px 0;
        }

.complements, .rates-text {
    margin-bottom: 50px;
}

#switch-api, .cart-item-api .switch #switch-api, .rates-calc-order-complement .complement-images {
    display: none;
}

    .rates-calc-order-complement .complement-images.on {
        display: block;
    }

.complement-images {
    position: relative;
    height: 145px;
    width: 330px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

    .complement-images .complement-image {
        position: absolute;
    }

        .complement-images .complement-image.car1 {
            left: 25px;
            top: 0;
        }

        .complement-images .complement-image.car2 {
            top: 15px;
            left: 130px;
        }

        .complement-images .complement-image.car3 {
            top: 25px;
            left: 220px;
        }

        .complement-images .complement-image.car4 {
            top: 66px;
            left: 85px;
        }

        .complement-images .complement-image.car5 {
            top: 68px;
            left: 183px;
        }

.rates-calc {
    display: block;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 13px 0 rgba(0,0,0,.11);
}

    .rates-calc .rates-calc-title {
        padding: 40px 40px 15px;
        margin: 0;
    }

    .rates-calc .rates-calc-description, .rates-calc .rates-calc-roller {
        margin: 0 40px;
    }

    .rates-calc .rates-calc-roller {
        border-bottom: 1px solid #e7e9ed;
    }

        .rates-calc .rates-calc-roller input {
            width: 100%;
        }

        .rates-calc .rates-calc-roller .settings--api {
            height: 50px;
        }

            .rates-calc .rates-calc-roller .settings--api .checkbox {
                margin-top: 5px;
                line-height: 25px;
            }

            .rates-calc .rates-calc-roller .settings--api label.label, .settings.settings--api label.label {
                font-size: 16px;
                margin-left: 10px;
            }

    .rates-calc .rates-calc-order-complement {
        width: 50%;
        display: inline-block;
        padding: 40px;
    }

    .rates-calc .rates-calc-order-price {
        display: inline-block;
        width: 50%;
        padding: 40px 40px 40px 120px;
    }

        .rates-calc .rates-calc-order-price .order-price {
            margin-top: 20px;
        }

        .rates-calc .rates-calc-order-price .order-api, .rates-calc .rates-calc-order-price .order-discount, .rates-calc .rates-calc-order-price .order-duration, .rates-calc .rates-calc-order-price .order-price {
            display: block;
        }

        .rates-calc .rates-calc-order-price .order-api-label, .rates-calc .rates-calc-order-price .order-api-value, .rates-calc .rates-calc-order-price .order-catalog-label, .rates-calc .rates-calc-order-price .order-catalog-value, .rates-calc .rates-calc-order-price .order-discount-label, .rates-calc .rates-calc-order-price .order-discount-value, .rates-calc .rates-calc-order-price .order-duration-label, .rates-calc .rates-calc-order-price .order-duration-value, .rates-calc .rates-calc-order-price .order-price-label, .rates-calc .rates-calc-order-price .order-price-sum, .rates-calc .rates-calc-order-price .order-price-total, ul.fancytree-container ul .fancytree-icon {
            display: inline-block;
        }

        .rates-calc .rates-calc-order-price .order-api-label, .rates-calc .rates-calc-order-price .order-catalog-label, .rates-calc .rates-calc-order-price .order-discount-label, .rates-calc .rates-calc-order-price .order-duration-label, .rates-calc .rates-calc-order-price .order-price-label {
            padding-right: 10px;
        }

        .rates-calc .rates-calc-order-price .order-duration-value {
            color: #ff9000;
            font-weight: 500;
        }

        .rates-calc .rates-calc-order-price .order-discount-value {
            color: #fff;
            background: #ff9000;
            padding: 10px;
        }

        .rates-calc .rates-calc-order-price .order-price-sum {
            float: right;
            text-decoration: line-through;
            -webkit-text-decoration-color: #ff5757;
            text-decoration-color: #ff5757;
        }

        .rates-calc .rates-calc-order-price .order-price-label {
            font-size: 32px;
        }

        .rates-calc .rates-calc-order-price .order-price-total {
            font-size: 32px;
            font-weight: 700;
        }

        .rates-calc .rates-calc-order-price .order-button {
            cursor: pointer;
            background: #ff5757;
            color: #fff;
            padding: 10px 30px;
            border-radius: 35px;
            display: inline-block;
            margin-top: 23px;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 700;
        }

ons-range:before {
    content: '';
    display: block;
    position: relative;
    top: 17px;
    height: 2px;
    margin-bottom: -2px;
    background-color: #ccc;
}

ons-range .range {
    position: relative;
    background: 0 0;
}

    ons-range .range::-moz-range-track {
        background: 0 0;
    }

ons-range[disabled] {
    opacity: .3;
    cursor: default;
    pointer-events: none;
}

.range {
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    background: 0 0;
    box-sizing: border-box;
    background-clip: padding-box;
    vertical-align: top;
    outline: none;
    line-height: 1;
    -webkit-appearance: none;
    border: none;
    border-radius: 3px;
    background-image: linear-gradient(#ccc,#ccc);
    background-position: left center;
    background-size: 100% 2px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 32px;
}

    .range::-moz-range-track {
        position: relative;
        border: none;
        background-color: #ccc;
        height: 2px;
        border-radius: 30px;
        box-shadow: none;
        top: 0;
        margin: 0;
        padding: 0;
    }

    .range::-ms-track {
        position: relative;
        border: none;
        background-color: #ccc;
        height: 0;
        border-radius: 30px;
    }

    .range::-webkit-slider-thumb {
        cursor: pointer;
        position: relative;
        height: 29px;
        width: 29px;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 30px;
        box-shadow: none;
        margin: 0;
        padding: 0;
        -webkit-appearance: none;
        top: 0;
    }

    .range::-moz-range-thumb {
        cursor: pointer;
        position: relative;
        height: 29px;
        width: 29px;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 30px;
        box-shadow: none;
        margin: 0;
        padding: 0;
    }

    .range::-ms-thumb {
        cursor: pointer;
        position: relative;
        height: 29px;
        width: 29px;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 30px;
        box-shadow: none;
        margin: 0;
        padding: 0;
        top: 0;
    }

    .range::-ms-fill-lower {
        height: 2px;
        background-color: rgba(24,103,194,.81);
    }

    .range::-ms-tooltip {
        display: none;
    }

    .range:disabled {
        opacity: .3;
        cursor: default;
        pointer-events: none;
    }

.range__left {
    position: relative;
    top: 17px;
    height: 2px;
    width: 0;
    background-color: rgba(24,103,194,.81);
    pointer-events: none;
}

.range--material:disabled + .range__left, [disabled] > .range__left {
    visibility: hidden;
}

.cart-item-api .switch {
    position: relative;
    display: inline-block;
    width: initial;
    float: left;
    margin-right: 10px;
    height: 34px;
}

.cart-item-api .switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}

    .cart-item-api .switch-slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: #fff;
        transition: .4s;
    }

    .cart-item-api .switch-slider.switch-round {
        border-radius: 34px;
        position: relative;
        display: inline-block;
        width: 60px;
        height: 34px;
    }

        .cart-item-api .switch-slider.switch-round:before {
            border-radius: 50%;
        }

#switch-api:checked + .rates-calc-roller .settings--api .cart-item-api .switch-slider {
    background-color: #7cb967;
}

#switch-api:checked ~ .rates-calc-roller .settings--api .cart-item-api .cart-item-spec__right {
    display: none !important;
}

#switch-api:focus + .rates-calc-roller .settings--api .cart-item-api .switch-slider {
    box-shadow: 0 0 1px #2196f3;
}

#switch-api:checked + .rates-calc-roller .settings--api .cart-item-api .switch-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.rates-calc-order .complement-1 .rates-calc-order-price .order-api, .rates-calc-roller .settings--api .colon, .rates-calc-roller .settings--api .label, .rates-calc-roller .settings--api .old {
    display: none;
}

#switch-api:checked ~ .rates-calc-roller .settings--api .colon, #switch-api:checked ~ .rates-calc-roller .settings--api .label, #switch-api:checked ~ .rates-calc-roller .settings--api .old {
    display: initial;
}

#switch-api:checked ~ .rates-calc-order .complement-1 .rates-calc-order-price .order-api, .geo_stat input#show-city:checked ~ .geo-city-dop {
    display: block;
}

.slider-tick-label:before {
    left: 50%;
}

.statistic-pre-text {
    background-color: #faffbd;
    padding: 10px 20px;
    margin-right: 25px;
    margin-left: 10px;
    border-radius: 8px;
    box-shadow: 0 1px 13px 0 rgba(0,0,0,.11);
}

.complements.dashboard .complement-title {
    padding: 15px 20px;
}

.complements.dashboard .no-data {
    padding-top: 150px;
}

.complements.dashboard .complement {
    width: 31%;
    min-height: 475px;
    min-width: 360px;
    max-width: 400px;
    margin: 1%;
    float: left;
    position: relative;
}

    .complements.dashboard .complement .pie_labels {
        text-align: left;
        margin-top: -20px;
    }

        .complements.dashboard .complement .pie_labels .label {
            padding-left: 40px;
        }

            .complements.dashboard .complement .pie_labels .label span {
                float: right;
                margin-right: 35px;
            }

            .complements.dashboard .complement .pie_labels .label:before {
                content: '';
                display: inline-block;
                position: relative;
                width: 12px;
                height: 12px;
                left: -10px;
                top: -1px;
                border-radius: 50%;
            }

            .complements.dashboard .complement .pie_labels .label:nth-child(1):before {
                background-color: #7cb967;
            }

            .complements.dashboard .complement .pie_labels .label:nth-child(2):before {
                background-color: #d6d600;
            }

            .complements.dashboard .complement .pie_labels .label:nth-child(3):before {
                background-color: #ffa831;
            }

            .complements.dashboard .complement .pie_labels .label:nth-child(4):before {
                background-color: #ff5757;
            }

            .complements.dashboard .complement .pie_labels .label:nth-child(5):before {
                background-color: #00f;
            }

            .complements.dashboard .complement .pie_labels .label:nth-child(6):before {
                background-color: #00cece;
            }

            .complements.dashboard .complement .pie_labels .label:nth-child(7):before {
                background-color: #6ad401;
            }

    .complements.dashboard .complement .age, .complements.dashboard .complement .days, .complements.dashboard .complement .devices, .complements.dashboard .complement .geo, .complements.dashboard .complement .loyalty {
        padding: 0 40px;
        height: 360px;
    }

        .complements.dashboard .complement .age .complement-description, .complements.dashboard .complement .days .complement-description, .complements.dashboard .complement .devices .complement-description, .complements.dashboard .complement .geo .complement-description, .complements.dashboard .complement .loyalty .complement-description {
            padding: 0;
        }

        .complements.dashboard .complement .age .complement-days, .complements.dashboard .complement .days .complement-days, .complements.dashboard .complement .devices .complement-days, .complements.dashboard .complement .geo .complement-days, .complements.dashboard .complement .loyalty .complement-days {
            color: #7cb967;
            font-size: 180px;
            font-weight: lighter;
            line-height: 180px;
            margin-top: 30px;
            overflow: hidden;
        }

        .complements.dashboard .complement .age .complement-days-text, .complements.dashboard .complement .days .complement-days-text, .complements.dashboard .complement .devices .complement-days-text, .complements.dashboard .complement .geo .complement-days-text, .complements.dashboard .complement .loyalty .complement-days-text {
            color: #a9a9a9;
            text-align: center;
            text-align: -webkit-center;
            text-align: -moz-center;
        }

            .complements.dashboard .complement .age .complement-days-text hr, .complements.dashboard .complement .days .complement-days-text hr, .complements.dashboard .complement .devices .complement-days-text hr, .complements.dashboard .complement .geo .complement-days-text hr, .complements.dashboard .complement .loyalty .complement-days-text hr {
                width: 20%;
                color: #e2e5e8;
            }

            .complements.dashboard .complement .age .complement-days-text .label, .complements.dashboard .complement .days .complement-days-text .label, .complements.dashboard .complement .devices .complement-days-text .label, .complements.dashboard .complement .geo .complement-days-text .label, .complements.dashboard .complement .loyalty .complement-days-text .label {
                text-transform: uppercase;
            }

    .complements.dashboard .complement .scales {
        padding: 0 75px;
        height: 360px;
    }

        .complements.dashboard .complement .scales .scale-item {
            display: inline-block;
            height: 100%;
            text-align: center;
            text-align: -webkit-center;
            text-align: -moz-center;
        }

            .complements.dashboard .complement .scales .scale-item .top {
                color: red;
                font-size: 12px;
            }

            .complements.dashboard .complement .scales .scale-item .bottom {
                font-size: 12px;
            }

            .complements.dashboard .complement .scales .scale-item:first-child {
                float: left;
            }

            .complements.dashboard .complement .scales .scale-item:last-child {
                float: right;
            }

            .complements.dashboard .complement .scales .scale-item .scale {
                position: relative;
                width: 70px;
                margin: 20px 0;
            }

                .complements.dashboard .complement .scales .scale-item .scale .scale-line {
                    margin: 0 auto;
                    width: 15px;
                    height: 245px;
                    background: linear-gradient(red,orange,green);
                }

                .complements.dashboard .complement .scales .scale-item .scale .scale-point {
                    position: absolute;
                    background: #f1f5f9;
                    border-radius: 50%;
                    box-shadow: 0 1px 13px 0 rgba(0,0,0,.11);
                    width: 40px;
                    height: 40px;
                    font-size: 10px;
                    line-height: 40px;
                    text-align: center;
                    margin: 0 15px;
                    bottom: 0;
                }

    .complements.dashboard .complement .complement-button .button {
        margin: 0 auto;
        background-color: #fff;
        color: #023f88;
        border: 2px solid #023f88;
        border-radius: 20px;
    }

        .complements.dashboard .complement .complement-button .button:active, .complements.dashboard .complement .complement-button .button:focus, .complements.dashboard .complement .complement-button .button:hover {
            cursor: pointer;
            color: #fff;
            background-color: #023f88;
        }

.complement .google-visualization-tooltip {
    width: 130px !important;
    height: 115px !important;
    left: 120px !important;
    top: 80px !important;
    border: none !important;
    background: 0 0 !important;
    box-shadow: none !important;
    text-align: center !important;
}

    .complement .google-visualization-tooltip .google-visualization-tooltip-item {
        padding: 0 !important;
    }

#agePie, #devicesPie, #loyaltyPie {
    top: 0;
    position: relative;
    overflow: hidden;
    height: 290px;
}

.geo_stat {
    background: #fff;
    display: inline-block;
    width: 97%;
    border-radius: 8px;
    box-shadow: 0 1px 13px 0 rgba(0,0,0,.11);
    margin: 20px 1%;
    position: relative;
    padding-bottom: 70px;
}

    .geo_stat .slider .tooltip.top {
        position: absolute;
        z-index: 900;
        margin-top: -5px;
    }

    .geo_stat .slider-handle.min-slider-handle.round {
        top: -8px;
        background: #f1f5f9;
        cursor: auto;
        border: #f1f5f9;
        border-width: 6px;
        border-style: solid;
        width: 36px;
        height: 36px;
        margin-left: -14px;
        box-shadow: -1px 1px 2px 0 rgba(0,0,0,.11);
    }

    .geo_stat .slider .tooltip-inner {
        font-size: 12px;
        cursor: auto;
    }

    .geo_stat .slider .tooltip.top {
        width: 34px;
        margin-left: -13px !important;
        text-align: center;
    }

    .geo_stat .slider.slider-disabled .slider-track {
        cursor: auto;
    }

    .geo_stat .slider-selection {
        background-image: linear-gradient(to bottom,#7cb967 0,#7cb967 100%);
    }

    .geo_stat .slider.slider-horizontal {
        width: 100%;
        margin: 15px 0;
    }

    .geo_stat .geo_stat_city {
        margin: 0 25px;
    }

    .geo_stat .more-city {
        padding: 0;
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 25px;
        width: 32px;
        height: 32px;
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    #use_api, .geo_stat .geo-city-dop, ul.fancytree-container .fancytree-icon, ul.fancytree-container ul ul .fancytree-icon {
        display: none;
    }

    .geo_stat input#show-city {
        visibility: hidden;
    }

        .geo_stat input#show-city:checked ~ .more-city {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .geo_stat .city_title {
        display: inline-block;
        width: 150px;
        margin: 10px 0;
        text-align: left;
        padding: 0 15px 0 0;
        font-size: 14px;
        line-height: 14px;
        height: 30px;
        float: left;
    }

        .geo_stat .city_title p {
            margin: 0;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

            .geo_stat .city_title p:last-child {
                color: #7b7b7b;
            }

    .geo_stat .city_bar {
        display: inline-block;
        width: calc(100% - 150px);
        float: right;
    }

    .geo_stat .slider.slider-horizontal .slider-track {
        height: 14px;
        margin-top: -7px;
    }

    .geo_stat .slider-selection, .geo_stat .slider-track-high, .geo_stat .slider-track-low {
        border-radius: 0;
    }

    .geo_stat .slider-track-high, .geo_stat .slider-track-low {
        background-image: linear-gradient(to bottom,#f1f5f9 0,#f1f5f9 100%);
    }

    .geo_stat .geo_stat_title {
        text-align: center;
        font-size: 14px;
    }

        .geo_stat .geo_stat_title p:first-child {
            text-transform: uppercase;
            margin-top: 20px;
            font-size: 15px;
            font-weight: 700;
        }

.form--personal, .icon-token .copy svg:hover ~ .text, .icon-token .refresh svg:hover ~ .text, .soft-select__item.active .soft-select__link:before {
    display: block;
}

    .form--personal .account-personal, .form--personal .company-personal, .form--personal .contacts-personal, .form--personal .form__forbut-personal {
        display: inline-block;
        min-width: 227px;
    }

        .form--personal .contacts-personal .form__inp__textarea {
            min-height: 115px;
        }

    .form--personal .form__forbut-personal {
        width: 100%;
        text-align: center;
        text-align: -webkit-center;
        text-align: -moz-center;
        padding-top: 30px;
    }

        .form--personal .form__forbut-personal .button:hover {
            cursor: pointer;
        }

    .form--personal .domain-label {
        font-size: 25px;
    }

@media (max-width:1199px) {
    .account-personal, .company-personal, .contacts-personal {
        margin-top: 20px;
        width: 100%;
    }
}

.modal-refresh-token {
    position: relative;
    background: #f1f1f1;
    max-width: 920px;
    min-width: 380px;
    padding: 30px;
}

.title-settings {
    margin: 0;
    padding-bottom: 30px;
}

.settings-message {
    margin-top: 20px;
    font-size: 30px;
    line-height: 40px;
    position: absolute;
    top: -60px;
    width: 100%;
}

    .settings-message.success {
        color: #5d9d24;
        opacity: 1;
        visibility: visible;
        transition-delay: 1s;
        transition: opacity .3s,visibility 0s linear .3s;
    }

    .settings-message.error {
        color: #df5757;
    }

ul.fancytree-container {
    background-color: #f1f5f9;
    border: none;
}

.form-settings .button {
    cursor: pointer;
}

.ui-fancytree.fancytree-container.fancytree-plain {
    min-height: 300px;
}

    .ui-fancytree.fancytree-container.fancytree-plain li {
        line-height: 30px;
    }

    .ui-fancytree.fancytree-container.fancytree-plain ul li ul li {
        line-height: 20px;
    }

        .ui-fancytree.fancytree-container.fancytree-plain ul li ul li span.fancytree-checkbox, .ui-fancytree.fancytree-container.fancytree-plain ul li ul li span.fancytree-custom-icon, .ui-fancytree.fancytree-container.fancytree-plain ul li ul li span.fancytree-expander, .ui-fancytree.fancytree-container.fancytree-plain ul li ul li span.fancytree-icon {
            margin-top: 2px;
        }

.settings--link .form {
    padding: 20px 0;
}

#use_api + label.checkbox, .green-checkbox + label.checkbox {
    background-color: #fafafa;
    border: 1px solid #ff9000;
    box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    float: left;
}

#use_api:checked + label.checkbox:after {
    content: '\2714';
    font-size: 22px;
    position: absolute;
    top: -4px;
    left: 2px;
    color: #ff9000;
}

.save {
    width: 100%;
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
    position: relative;
    margin-top: 50px;
}

.soft-select {
    height: 110px;
    padding: 0;
    list-style-type: none;
    margin: 0 0 30px;
}

    .soft-select:after, .soft-select:before {
        content: '';
        display: block;
        height: 0;
        visibility: hidden;
        clear: both;
    }

.soft-select__item {
    float: left;
    padding: 0;
    width: 33.3333%;
}

    .soft-select__item.active .soft-select__link {
        background: #ff9000;
        color: #fff;
        text-decoration: none;
        border-color: #ff9000;
    }

.soft-select__link {
    display: block;
    height: 70px;
    line-height: 70px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    color: #4e4e4e;
    text-transform: uppercase;
    position: relative;
    border-bottom: 1px solid #d6dbe0;
}

    .soft-select__link:before {
        content: '';
        position: absolute;
        bottom: -8px;
        left: calc(50% - 11.5px);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 11.5px 0;
        border-color: #ff9000 transparent transparent;
        display: none;
    }

    .soft-select__link span {
        line-height: 22px;
    }

    .soft-select__link:active, .soft-select__link:focus, .soft-select__link:hover {
        background: #ff9000;
        color: #fff;
        text-decoration: none;
        border-color: #ff9000;
    }

ul[role=group] li.archival:before {
    font-size: 16px;
    line-height: 50px;
    letter-spacing: .01em;
    left: 20px;
    position: relative;
    content: 'Архивные каталоги (информация могла устареть)';
    color: #a8a8a8;
}

ul[role=group] li.engine, ul[role=group] li.notOriginal, ul[role=group] li.original, ul[role=group] li.skd {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .01em;
    left: 20px;
    position: relative;
    color: #ff9000;
}

    ul[role=group] li.original:before {
        content: 'Оригинальные';
    }

    ul[role=group] li.notOriginal:before {
        content: 'Не оригинальные';
    }

    ul[role=group] li.engine:before {
        content: 'Двигатели';
    }

    ul[role=group] li.skd:before {
        content: 'Крупноузловые';
    }

    ul[role=group] li.archival ~ li.archival:before, ul[role=group] li.engine ~ li.engine:before, ul[role=group] li.notOriginal ~ li.notOriginal:before, ul[role=group] li.original ~ li.original:before, ul[role=group] li.skd ~ li.skd:before {
        content: '';
    }

span.fancytree-node.archival .fancytree-title {
    color: #838383;
}

.iframe {
    display: inline-block;
    margin-top: 5px;
    background: #fff;
    overflow: auto;
    border-color: gray;
    border-style: solid;
    border-width: .1em .1em .1em .8em;
    padding: .2em .6em;
}

.icon-token {
    width: 90px;
    float: right;
    margin: 5px 0;
}

    .icon-token, .icon-token .copy, .icon-token .refresh {
        display: inline-block;
    }

        .icon-token svg, .icon-token svg:hover {
            fill: #ff9000;
        }

        .icon-token .copy {
            margin-right: 8px;
        }

            .icon-token .copy svg {
                margin-left: 1px;
            }

        .icon-token .refresh svg {
            margin-left: 2px;
        }

        .icon-token .text {
            display: none;
            position: absolute;
            right: -20px;
            bottom: -25px;
            background-color: #dff3d7;
            color: #484848;
            line-height: 24px;
            padding: 0 5px;
            border-radius: 15px;
        }

        .icon-token .copy, .icon-token .refresh {
            position: relative;
            width: 41px;
            height: 41px;
            padding: 2px;
            border-radius: 50%;
        }

            .icon-token .copy:hover, .icon-token .refresh:hover {
                background-color: #ff9000;
            }

                .icon-token .copy:hover svg, .icon-token .refresh:hover svg {
                    fill: #fff;
                }

.custom-select {
    width: 100%;
    visibility: hidden;
}

    .custom-select + .select2 .select2-selection {
        background-color: #dff3d7;
        border: none;
        border-radius: 2px;
        height: 50px;
    }

        .custom-select + .select2 .select2-selection .select2-selection__rendered {
            line-height: 50px;
            padding: 0 58px 0 18px;
            font-size: 14px;
            color: #484848;
            letter-spacing: .025em;
        }

        .custom-select + .select2 .select2-selection .select2-selection__arrow {
            height: 50px;
            width: 40px;
            background: #5d9d24;
            top: 0;
            right: 0;
            border-radius: 2px;
        }

            .custom-select + .select2 .select2-selection .select2-selection__arrow b {
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 7px 4px 0;
                border-color: #fff transparent transparent;
                margin-left: -4px;
                margin-top: -3.5px;
            }

.select2-container .select2-dropdown {
    border-radius: 2px;
    background: #dff3d7;
    border: none;
}

.select2-container .select2-dropdown--below {
    border-top: 1px solid #fff;
    padding: 18px 25px 24px;
}

.select2-container .select2-dropdown--above {
    border-bottom: 1px solid #fff;
    padding: 24px 25px 18px;
}

.select2-container .select2-results__option--highlighted[aria-selected], .select2-container .select2-results__option[aria-selected=true] {
    background: 0 0;
    color: #484848;
}

.select2-results__option {
    margin-bottom: 11px;
    font-size: 14px;
    letter-spacing: .025em;
}

    .select2-results__option:last-child {
        margin-bottom: 0;
    }

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

    .select2-container .select2-selection--multiple, .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-select: none;
    }

    .select2-container .select2-selection--single {
        height: 28px;
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 8px;
            padding-right: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .select2-container .select2-selection--single .select2-selection__clear {
            position: relative;
        }

    .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px;
    }

    .select2-container .select2-selection--multiple {
        min-height: 32px;
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline-block;
            overflow: hidden;
            padding-left: 8px;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .select2-container .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
        float: left;
    }

        .select2-container .select2-search--inline .select2-search__field {
            box-sizing: border-box;
            border: none;
            font-size: 100%;
            margin-top: 5px;
            padding: 0;
        }

            .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button, .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none;
            }

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

    .select2-results__option[aria-selected] {
        cursor: pointer;
    }

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        box-sizing: border-box;
    }

    .select2-search--dropdown.select2-search--hide {
        display: none;
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 700;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b, .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
        }

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none;
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff;
    border-width: 0 4px 5px;
}

.select2-container--default .select2-selection--multiple {
    cursor: text;
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px;
        width: 100%;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
            list-style: none;
        }

    .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
        color: #999;
        margin-top: 5px;
        float: left;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 700;
        margin-top: 5px;
        margin-right: 10px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #999;
        cursor: pointer;
        display: inline-block;
        font-weight: 700;
        margin-right: 2px;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #333;
        }

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #5d9d24;
    color: #fff;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

    .rules-lvl-1 li ul li, .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0;
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em;
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em;
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em;
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em;
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em;
                    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5d9d24;
    color: #fff;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom,#fff 50%,#eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #5897fb;
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 700;
        margin-right: 10px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #aaa;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: linear-gradient(to bottom,#eee 50%,#ccc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
    }

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: 0 0;
        border: none;
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888;
            border-width: 0 4px 5px;
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom,#fff 0%,#eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom,#eee 50%,#fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
        list-style: none;
        margin: 0;
        padding: 0 5px;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        color: #888;
        cursor: pointer;
        display: inline-block;
        font-weight: 700;
        margin-right: 2px;
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555;
        }

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: gray;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

.news-section__item {
    max-height: 319px;
    margin-bottom: 60px;
    background: #fff;
    box-shadow: 0 3px 13px 0 rgba(0,0,0,.11);
}

    .contacts:after, .contacts:before, .news-inside__share:after, .news-inside__share:before, .news-section__item:after, .news-section__item:before, .pagination ul:after, .pagination ul:before, .pagination:after, .pagination:before {
        content: '';
        display: block;
        height: 0;
        visibility: hidden;
        clear: both;
    }

    .news-section__item:last-child {
        margin-bottom: 0;
    }

.news-section__item-right {
    padding: 40px 70px 58px;
    float: left;
}

.news-section__item-date {
    color: #9aa0ae;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 11px;
}

.news-section__item-img {
    float: left;
    height: 319px;
}

    .news-section__item-img + .news-section__item-right {
        width: calc(100% - 472px);
    }

.news-section__item-name {
    color: #484848;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 16px;
}

.news-section__item-anons {
    font-size: 16px;
    font-weight: lighter;
    color: #484848;
    line-height: 28px;
    max-width: 810px;
}

.news-section__item-more {
    margin-top: 32px;
    width: 170px;
}

.news-section__bot {
    margin-top: 60px;
}

.news-section__subscribe .button {
    width: 170px;
}

.news-inside {
    padding-bottom: 78px;
}

.news-inside__img {
    float: left;
}

.news-inside__yt {
    float: left;
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
}

.news-inside__right {
    padding-left: 537px;
}

.news-inside__date {
    line-height: 1;
    margin-bottom: 8px;
    color: #9aa0ae;
    font-size: 14px;
    font-weight: 500;
}

.news-inside__text {
    color: #484848;
    font-size: 16px;
    font-weight: lighter;
    line-height: 30px;
}

.news-inside__share {
    margin-top: 30px;
    border-top: 1px solid #d6dbe0;
    padding-top: 30px;
}

    .news-inside__share span {
        padding-top: 6px;
        color: #484848;
        font-size: 14px;
        font-weight: 500;
        display: inline-block;
        line-height: 1;
        margin-right: 25px;
        float: left;
    }

.social__link {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 17px;
    border-radius: 50%;
    overflow: hidden;
}

    .pagination ul li:last-child, .social__link:last-child {
        margin-right: 0;
    }

.social__link--fb {
    background: url(https://212709.selcdn.ru/autodealer-site/public//images/fb-icon.png) no-repeat 50% 50%;
}

.social__link--vk {
    background: url(https://212709.selcdn.ru/autodealer-site/public//images/vk-icon.png) no-repeat 50% 50%;
}

.social__link--tw {
    background: url(https://212709.selcdn.ru/autodealer-site/public//images/tw-icon.png) no-repeat 50% 50%;
}

.social__link--in {
    background: url(https://212709.selcdn.ru/autodealer-site/public//images/in-icon.png) no-repeat 50% 50%;
}

.social__link--ok {
    background: url(https://212709.selcdn.ru/autodealer-site/public//images/ok-icon.png) no-repeat 50% 50%;
}

.social__link--yt {
    background: url(https://212709.selcdn.ru/autodealer-site/public//images/youtube-icon.png) no-repeat 50% 50%;
}

.pagination span {
    font-size: 16px;
    line-height: 1;
    color: #484848;
    margin-right: 28px;
    float: left;
    display: block;
}

.pagination ul {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .pagination ul li {
        margin-right: 10px;
        line-height: 1;
        float: left;
    }

        .pagination ul li.on a {
            color: #79b1ea;
        }

        .pagination ul li a {
            color: #9aa0ae;
            text-decoration: none;
            font-size: 16px;
        }

            .pagination ul li a:hover {
                text-decoration: none;
                color: #79b1ea;
            }

.contacts {
    padding-top: 6px;
}

.contacts--footer {
    padding-top: 0;
}

    .contacts--footer .contacts__city {
        color: #aaa;
        font-size: 14px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .contacts--footer .contacts__phone {
        color: #fff !important;
        font-size: 14px;
        text-decoration: none;
    }

.contacts__city {
    font-size: 12px;
    margin-bottom: 8px;
}

    .contacts__city a, .contacts__city a:hover {
        text-decoration: none;
        color: #484848;
    }

.contacts__phone {
    color: #000 !important;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    margin-bottom: 0;
}

.contacts-tabs {
    position: relative;
}

.contacts-map {
    position: absolute;
    height: 470px;
    top: 0;
    left: 0;
    width: 100%;
}

.contacts-map__init {
    height: 100%;
}

.contacts-city-choice {
    position: relative;
    z-index: 10;
    height: 0;
}

.contacts-city-choice__block {
    background: #fff;
    box-shadow: 0 3px 13px 0 rgba(0,0,0,.11);
    width: 370px;
    position: absolute;
    top: 25px;
    left: 15px;
}

.main-sub {
    padding-top: 35px;
}

.bb {
    border-bottom: 1px solid #d6dbe0;
    padding: 30px 0;
}

.row2 {
    margin-left: -15px;
    margin-right: -15px;
}

.contacts-city-choice__title {
    margin: 0;
    padding-left: 70px;
    height: 100px;
    line-height: 100px;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
    color: #4b4b4b;
    letter-spacing: .01em;
}

.contacts-tabs__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.contacts-tabs__list-item {
    height: 80px;
    line-height: 80px;
    padding-left: 98px;
    cursor: pointer;
    color: #4b4b4b;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}

    .contacts-tabs__list-item:before {
        content: '';
        display: block;
        position: absolute;
        width: 7px;
        height: 7px;
        left: 70px;
        top: calc(50% - 3.5px);
        border-radius: 50%;
        background-color: #ff9000;
    }

    .contacts-tabs__list-item:after {
        opacity: 0;
        content: '';
        position: absolute;
        right: -7px;
        top: calc(50% - 10.5px);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10.5px 0 10.5px 7px;
        border-color: transparent transparent transparent #ff9000;
    }

    .contacts-tabs__list-item.on {
        background: #ff9000;
        color: #fff;
    }

        .contacts-tabs__list-item.on:before {
            background-color: #fff;
        }

        .contacts-tabs__list-item.on:after {
            opacity: 1;
        }

.contacts-tabs__content {
    display: none;
    padding-top: 80px;
    padding-bottom: 220px;
    margin-top: 470px;
}

    .contacts-tabs__content .container {
        padding-left: 70px;
        padding-right: 70px;
    }

.contacts-tabs__content--dealer {
    padding-bottom: 140px;
}

.contacts-tabs__content.on {
    display: block;
}

.contacts-main {
    padding-bottom: 35px;
    border-bottom: 1px solid #d6dbe0;
    margin-bottom: 35px;
}

    .contacts-dop:after, .contacts-dop:before, .contacts-main:after, .contacts-main:before {
        content: '';
        display: block;
        height: 0;
        visibility: hidden;
        clear: both;
    }

.contacts-tabs__title {
    color: #484848;
}

.contacts-column {
    float: left;
    width: 50%;
    padding-right: 30px;
}

#map .contacts-main__line {
    margin-bottom: 10px;
}

#map .contacts-other-city__line {
    line-height: inherit;
}

#map .gm-style .gm-style-iw {
    max-width: 365px;
}

.contacts-main__line {
    margin-bottom: 20px;
    color: #484848;
    font-weight: lighter;
    letter-spacing: .01em;
    padding-left: 30px;
    position: relative;
}

    .contacts-departament__line b, .contacts-main__line b, .contacts-other-city__line b {
        font-weight: 500;
    }

    .contacts-departament__line:last-child, .contacts-main__line:last-child {
        margin-bottom: 0;
    }

    .contacts-main__line:before {
        content: '';
        position: absolute;
        left: 0;
        display: block;
    }

.contacts-main__line--address:before {
    width: 13px;
    height: 20px;
    top: calc(50% - 10px);
    background: url(https://212709.selcdn.ru/autodealer-site/public//images/geo.svg) no-repeat 50% 50%;
}

.contacts-main__line--worktime:before {
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
    background: url(https://212709.selcdn.ru/autodealer-site/public//images/worktime.svg) no-repeat 50% 50%;
}

.contacts-main__line--phone:before {
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    background: url(https://212709.selcdn.ru/autodealer-site/public//images/phone.svg) no-repeat 50% 50%;
}

.contacts-main__line--fax:before {
    width: 13px;
    height: 16px;
    top: calc(50% - 8px);
    background: url(https://212709.selcdn.ru/autodealer-site/public//images/fax.svg) no-repeat 50% 50%;
}

.contacts-main__line--email:before {
    width: 18px;
    height: 14px;
    top: calc(50% - 7px);
    background: url(https://212709.selcdn.ru/autodealer-site/public//images/email.svg) no-repeat 50% 50%;
}

.contacts-departament {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #d6dbe0;
}

.contacts-departament__name {
    margin: 0 0 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #484848;
    letter-spacing: .01em;
}

.contacts-departament__line {
    font-size: 16px;
    font-weight: lighter;
    color: #484848;
    letter-spacing: .025em;
    margin-bottom: 15px;
}

.contacts-requisites__title {
    margin: 0 0 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #484848;
    letter-spacing: .01em;
}

.contacts-requisites__content {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    color: #484848;
    font-size: 16px;
    font-weight: lighter;
    line-height: 30px;
    letter-spacing: .025em;
}

.contacts-tabs__select {
    margin-bottom: 38px;
}

    .contacts-tabs__select .custom-select {
        width: 516px;
    }

.contacts-tabs__title {
    margin: 0 0 60px;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .01em;
}

.contacts-other-city + .contacts-other-city {
    margin-top: 39px;
    border-top: 1px solid #d6dbe0;
    padding-top: 39px;
}

.contacts-other-city__logo {
    margin-bottom: 38px;
}

.contacts-other-city__name {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .01em;
    margin-bottom: 18px;
}

.contacts-other-city__anons {
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 20px;
}

.contacts-other-city__anons, .contacts-other-city__link a {
    letter-spacing: .025em;
    font-size: 16px;
}

.contacts-other-city__line {
    line-height: 30px;
    letter-spacing: .025em;
    font-size: 15px;
    font-weight: 300;
}

    .contacts-other-city__line a, .contacts-other-city__link a {
        text-decoration: none;
        color: #484848;
    }

.contacts-tabs__city, .rules-lvl-1 .disc li ul li:before, .rules-lvl-1 ul li:before, .slick-slide.slick-loading img, .slider input[name=slide_switch] {
    display: none;
}

    .contacts-tabs__city.active, .main-blocks .main-block .main-block-right.on, .slider label img {
        display: block;
    }

.slider {
    position: relative;
    margin: 10px auto;
}

    .slider > img {
        position: absolute;
        left: calc(50% - 300px);
        top: 0;
        transition: all .5s;
    }

    .slider label {
        margin: 18px 0 0 18px;
        border: 3px solid #999;
        float: left;
        cursor: pointer;
        transition: all .5s;
        opacity: .6;
    }

    .slider input[name=slide_switch]:checked + label {
        border-color: #666;
        opacity: 1;
    }

    .slider input[name=slide_switch] ~ img {
        opacity: 0;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        margin-top: 120px;
        max-height: 300px;
    }

    .slider input[name=slide_switch]:checked + label + img {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

.slider_prev {
    display: block;
    left: -95px;
    z-index: 200;
}

    .slider_prev .slider__arrow--prev {
        left: 45px;
        height: 100%;
    }

.slider_next {
    display: block;
    right: -95px;
    z-index: 200;
}

    .slider_next .slider__arrow--next {
        right: 45px;
        height: 100%;
    }

.slick-arrow {
    position: absolute;
    border: none;
    top: 45px;
}

    .slick-arrow.slick-prev {
        left: -70px;
    }

    .slick-arrow.slick-next {
        right: -70px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.parts-images {
    position: relative;
    height: 250px;
}

    .parts-images svg {
        margin-top: 100px;
        fill: #ff9000;
    }

    .parts-images .parts-image {
        position: absolute;
    }

        .parts-images .parts-image:nth-child(2) {
            left: calc(50% + 30px);
            top: 10px;
        }

        .parts-images .parts-image:nth-child(3) {
            top: 80px;
            left: calc(50% + 100px);
        }

        .parts-images .parts-image:nth-child(4) {
            top: 160px;
            left: calc(50% + 120px);
        }

        .parts-images .parts-image:nth-child(5) {
            top: 10px;
            right: calc(50% + 30px);
        }

        .parts-images .parts-image:nth-child(6) {
            top: 80px;
            right: calc(50% + 100px);
        }

        .parts-images .parts-image:nth-child(7) {
            top: 160px;
            right: calc(50% + 120px);
        }

.advantages {
    margin-bottom: 50px;
}

.main-blocks, .main-blocks .main-block {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
}

    .main-blocks .main-block:not(:first-child) {
        border-top: 1px solid #c8dff5;
    }

    .main-blocks .main-block .main-block-left, .main-blocks .main-block .main-block-right {
        width: 50%;
        min-width: 300px;
        display: inline-block;
        float: left;
    }

    .main-blocks .main-block .main-block-left, .main-blocks .main-block .slick-slider {
        text-align: center;
        text-align: -webkit-center;
        text-align: -moz-center;
    }

        .main-blocks .main-block .main-block-left img {
            max-height: 360px;
            max-width: calc(100% - 40px);
            border: 10px solid #c8dff5;
            border-radius: 10px;
            cursor: pointer;
        }

    .main-blocks .main-block .slick-dots {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: inline-block;
        height: 14px;
    }

        .main-blocks .main-block .slick-dots li {
            float: left;
            margin-right: 12px;
            height: 14px;
        }

        .main-blocks .main-block .slick-dots button {
            text-indent: -9999999em;
            overflow: hidden;
            padding: 0;
            border: none;
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background: #fff;
        }

            .main-blocks .main-block .slick-dots button:hover, .main-blocks .main-block .slick-dots li.slick-active button {
                background: #8baad1;
            }

    .main-blocks .main-block .main-block-right h2 {
        padding-bottom: 20px;
    }

    .main-blocks .main-block .main-block-right a.button {
        margin-top: 30px;
    }

    .main-blocks .main-block .main-block-right .button {
        width: 300px;
        background: #e0e0e0;
        margin: auto;
    }

        .main-blocks .main-block .main-block-right .button:hover {
            background: #ff9000;
        }

header {
    z-index: 110;
    position: -webkit-sticky;
    position: sticky;
    top: -110px;
}

.main-slider-modal img {
    border: 10px solid #c8dff5;
    border-radius: 10px;
}

#webconsult ._wc-widget._wc-shadow ._wc-module {
    background: #023f88;
    border: #023f88;
}

    #webconsult ._wc-widget._wc-shadow ._wc-module:hover {
        background: #7cb967;
        border: #7cb967;
    }

#webconsult ._wc-widget ._wc-module._wc-module-active {
    border: 2px solid #7cb967 !important;
}

    #webconsult ._wc-widget ._wc-module._wc-module-active ._wc-icon-container, #webconsult ._wc-widget ._wc-module._wc-module-active ._wc-text {
        color: #7cb967 !important;
    }

._wc-iframe .page-departments .list-container .list .item.online {
    background-color: #7cb967 !important;
    border-color: #7cb967 !important;
}

._wc-iframe .main-menu {
    background: #7cb967 !important;
}

.green-checkbox:checked + label.checkbox:after {
    content: '\2714';
    font-size: 22px;
    line-height: 22px;
    position: absolute;
    top: -2px;
    left: 1px;
    color: #ff9000;
}

.support-contacts__info {
    margin-bottom: 34px;
    text-align: center;
    line-height: 1;
}

.support-contacts__mail, .support-contacts__phone {
    display: inline-block;
    text-align: left;
    position: relative;
}

.support-contacts__phone {
    margin-right: 35px;
    color: #484848 !important;
    font-size: 18px;
    letter-spacing: .01em;
    text-decoration: none !important;
    padding-left: 25px;
}

.support-contacts__mail {
    margin-left: 35px;
    padding-left: 33px;
}

    .support-contacts__mail a {
        color: #484848;
        font-size: 18px;
        letter-spacing: .01em;
        text-decoration: none;
    }

.rules-lvl-1 {
    text-align: center;
}

    .rules-lvl-1 li {
        padding-left: 0;
        list-style-type: none;
        position: relative;
    }

    .rules-lvl-1 h2 {
        font-size: 22px;
    }

    .rules-lvl-1 p {
        padding-left: 0;
    }

    .rules-lvl-1 .disc li, .rules-lvl-1 li ul li ul li, .rules-lvl-1 li ul li ul li ul li, .rules-lvl-1 li ul li ul li ul li ul li {
        padding-left: 20px;
    }

        .rules-lvl-1 .disc li:before {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: 10px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #023f88;
        }

    .rules-lvl-1 p, .rules-lvl-1 ul {
        text-align: left;
    }

.table-search .table-head .table-cell {
    padding-top: 60px;
}

.table-search #searchInput {
    position: absolute;
    width: calc(100% - 40px);
    top: 20px;
    left: 20px;
    background: #8bca75;
    border: none;
    padding: 6px 15px;
    border-radius: 5px;
    z-index: 10;
}

.table-search #searchCount {
    width: 200px;
    position: absolute;
    top: 26px;
    left: calc(100% - 230px);
    font-size: 14px;
    font-family: "Ubuntu",Arial,sans-serif;
    color: #484848;
    text-transform: initial;
    font-weight: 400;
}

.table-search label.form__label {
    top: 28px;
    left: 35px;
    text-transform: initial;
    font-weight: initial;
}

.table-search input:focus ~ label.form__label {
    top: 2px;
}

.table-search input:not(:placeholder-shown) ~ label.form__label {
    top: 2px;
}

.cart-tab {
    position: fixed;
    right: 0;
    background: #023f88;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    color: #fff;
    margin-top: 20px;
}

    .cart-tab svg {
        fill: #fff;
        float: left;
        margin-right: 10px;
    }

    .cart-tab .count {
        background: #fff;
        color: #023f88;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-size: 14px;
        font-weight: 900;
        width: 20px;
        height: 20px;
        line-height: 20px;
        border-radius: 50%;
        text-align: center;
        position: absolute;
        right: 5px;
        top: 5px;
    }

        .cart-tab .count p {
            width: 100%;
        }

.buyButton, .deleteButton, .removeButton {
    cursor: pointer;
    white-space: nowrap;
    text-decoration: underline;
}

.quantity {
    position: relative;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.quantity input {
    width: 70px;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    margin: 0;
    padding: 0 20px 0 0;
    text-align: center;
    border: 1px solid #eee;
}

    .quantity input:focus {
        outline: 0;
    }

.quantity-nav {
    float: left;
    position: relative;
    height: 42px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: "Trebuchet MS",Helvetica,sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .quantity-button.quantity-up {
        position: absolute;
        height: 50%;
        top: 0;
        border-bottom: 1px solid #eee;
    }

    .quantity-button.quantity-down {
        position: absolute;
        bottom: -1px;
        height: 50%;
    }

.cart-product .table-cell {
    vertical-align: middle;
}

.form--cart input:invalid:not(:placeholder-shown) {
    border: 1px solid red;
}

.form--cart input:valid:not(:placeholder-shown) {
    border: 1px solid green;
}

.slick-list, .slick-slider {
    position: relative;
    display: block;
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

    .slick-track:after, .slick-track:before {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-initialized .slick-slide, .slick-slide img {
    display: block;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.image-tabs-nav {
    z-index: 10;
    bottom: -4px;
    width: calc(100% - 50px);
    text-align: center;
    margin: 0 auto;
}

    .image-tabs-nav .slider__arrow--prev {
        left: -25px !important;
    }

    .image-tabs-nav .slider__arrow--next {
        right: -25px !important;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .image-tabs-nav .slick-arrow {
        background: 0 0;
        top: calc(50% - 8px);
    }

@media (max-width:640px) {
    .page {
        padding: 0 5px;
    }

    .main_catalog .main_catalog--marks .main_catalog--mark {
        display: inline-block;
        width: 110px;
        height: 110px;
        text-align: center;
        border: 2px solid #e7e9ed;
        margin: 2px;
        border-radius: 8px;
        word-break: break-all;
    }

    .main-image-area {
        height: 360px;
    }

    .main-image {
        height: 380px;
    }

    .catalog_container {
        overflow: auto;
    }

    .soft-select__link {
        line-height: 30px;
    }

    .main_catalog .main_catalog--marks .main_catalog--mark .main_catalog--mark_image {
        padding-top: 10px;
        padding-bottom: 10px;
        height: 70px;
    }

    .header-top .contacts .contacts__item {
        width: 100%;
        padding-right: 0;
    }

        .header-top .contacts .contacts__item .contacts__city {
            width: 50%;
            float: left;
            text-align: right;
            padding-right: 10px;
            margin-bottom: 0;
            font-size: 14px;
        }

        .header-top .contacts .contacts__item p {
            margin: 0;
        }

            .header-top .contacts .contacts__item p .contacts__phone {
                width: 50%;
                float: left;
                text-align: left;
                font-size: 14px;
            }

    .catalog-wrapper .catalog-block .h2, h2 {
        font-size: 20px;
    }

    .catalog-wrapper .catalog-block .title {
        color: #484848;
        font-size: 25px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0 0 20px;
        line-height: 30px;
        letter-spacing: .01em;
        text-align: center;
    }

    .catalog-wrapper .catalog-block h1.title {
        padding-top: 30px;
    }

    .main_catalog .main_catalog--marks {
        float: right;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 1px 13px 0 rgba(0,0,0,.11);
        display: none;
        padding: 25px 2px;
        text-align: center;
        margin: 0 auto;
    }

    .main_catalog .main_catalog--types {
        width: 75px;
    }

    .main_catalog .main_catalog--marks_all {
        padding-left: 75px;
    }

    .main_catalog .main_catalog--types .main_catalog--type:not(.on) {
        border-bottom: 2px dotted #e7e9ed;
        width: 70px;
        height: 60px;
        padding-top: 0;
        padding-left: 20px;
        cursor: pointer;
        overflow: hidden;
    }

    .main_catalog .main_catalog--types .main_catalog--type_name .main_catalog--type_title span {
        display: none;
    }

    .main_catalog .main_catalog--types .main_catalog--type_name .arrow_right {
        display: none !important;
    }

    .catalog_search {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 30px;
        position: relative;
        padding: 0 10px;
        margin-top: 30px;
    }

    .main_catalog .main_catalog--types .main_catalog--type.on .main_catalog--type_name {
        width: 74px;
    }

    .catalog_search label.form__label {
        top: -20px;
        left: 10px;
    }

    .rates .complements .complement {
        height: 460px;
        width: 300px;
        position: relative;
        margin-right: 10px;
        margin-left: 10px;
    }

    .complement-images {
        width: 300px;
        margin-top: 10px;
    }

        .complement-images .complement-image.car1 {
            left: 15px;
        }

        .complement-images .complement-image.car2 {
            left: 120px;
        }

        .complement-images .complement-image.car3 {
            left: 210px;
        }

        .complement-images .complement-image.car4 {
            left: 75px;
        }

        .complement-images .complement-image.car5 {
            left: 173px;
        }

    .complements .complement .complement-description {
        height: 170px;
    }

    .complements .complement .complement-price {
        padding: 0;
    }

    .rates .complements .complement .dop-content .complement-comment {
        height: 250px;
    }

    .complements .complement .days .complement-description, .rates .complements .complement .dop-content .complement-price {
        height: initial;
    }

    .rates-calc .rates-calc-description {
        margin: 0 10px;
    }

    .rates-calc .rates-calc-roller {
        margin: 0 40px;
    }

    .slider.slider-horizontal {
        width: 100%;
        height: 20px;
        margin: 90px 0 60px !important;
    }

    .slider-tick-label .prise {
        font-size: 14px;
        font-weight: 500;
    }

    .slider-tick-label .duration, .slider-tick-label .prise-old {
        font-size: 12px;
    }

    .rates-calc .rates-calc-order-price {
        width: 100%;
        display: inline;
    }

    .rates-calc .rates-calc-order {
        padding: 10px;
    }

    .rates-calc .rates-calc-order-price .order-button {
        padding: 10px 20px;
        font-size: 12px;
    }

    .rates-calc-order-complement .complement-images.on {
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7);
    }

    .rates-calc .rates-calc-order-complement {
        width: 100%;
        display: inline-block;
        padding: 5px;
    }

    .header-nav .mobile-menu {
        margin: 5px 5px 5px 10px;
        fill: #fff;
        border: 1px solid #fff;
        padding: 5px;
        width: 40px;
        height: 40px;
        border-radius: 10px;
        display: block;
        float: left;
    }

    .footer .contacts--footer, .footer .fr, .header-nav .header-nav__list, .news-section__item .news-section__item-img div svg {
        display: none;
    }

    #mobile-menu:checked ~ .header-nav__list {
        position: absolute;
        width: 50%;
        display: -ms-grid;
        display: grid;
        top: 100%;
    }

        #mobile-menu:checked ~ .header-nav__list .header-inside-nav__list {
            position: absolute;
            left: 100%;
            top: 0;
        }

    .logo__link {
        width: 55px;
    }

    .payment-detail__item {
        margin-right: 13px;
    }

    header {
        top: -165px;
    }

    .complements.dashboard .complement {
        min-width: 305px;
    }

        .complements.dashboard .complement .scales {
            padding: 0 40px;
            height: 360px;
        }

    .contacts-city-choice__block {
        width: 160px;
        top: 55px;
    }

    .contacts-city-choice__title {
        margin: 0;
        padding-left: 10px;
        height: 60px;
        line-height: 60px;
        text-transform: uppercase;
        font-size: 22px;
        font-weight: 700;
        color: #4b4b4b;
        letter-spacing: .01em;
    }

    .contacts-tabs__list-item {
        height: 30px;
        line-height: 30px;
        padding-left: 20px;
    }

        .contacts-tabs__list-item:before {
            left: 8px;
            top: calc(50% - 4.5px);
        }

    .contacts-tabs__content .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .contacts-requisites__content {
        -webkit-columns: 1;
        -moz-columns: 1;
    }

    .news-section__item {
        max-height: initial;
        text-align: center;
        text-align: -webkit-center;
        text-align: -moz-center;
    }

        .news-section__item .news-section__item-img {
            height: initial;
            float: none;
        }

            .news-section__item .news-section__item-img img {
                max-height: 200px !important;
            }

            .news-section__item .news-section__item-img div {
                float: none !important;
                width: initial !important;
                padding-top: 0 !important;
            }

        .news-section__item .news-section__item-right {
            width: 100%;
            padding: 20px 10px 25px;
            text-align: left;
        }

    .news-inside .news-inside__img {
        float: none;
        padding-bottom: 20px;
    }

    .news-inside .news-inside__right {
        padding-left: 0;
    }

    .news-inside .news-inside__share span {
        float: none;
        display: block;
        margin-right: 0;
    }

    .news-inside .news-inside__share .social.social--news {
        padding-top: 10px;
    }

        .news-inside .news-inside__share .social.social--news .social__link {
            float: none;
        }

            .news-inside .news-inside__share .social.social--news .social__link:last-child {
                margin-right: 0;
            }

    .support-contacts .support-contacts__mail {
        margin-left: 0;
        padding-left: 0;
    }

    .support-contacts #fio {
        margin-bottom: 10px;
    }

    .support-contacts .file_upload__name {
        float: none !important;
        padding-left: 0 !important;
    }

        .support-contacts .file_upload__name svg {
            float: none !important;
            margin-bottom: -6px;
        }

    .support-contacts .file_upload__input {
        float: none !important;
        margin-bottom: 20px;
    }

    .support-contacts .file_upload {
        text-align: left;
    }

        .support-contacts .file_upload input[type=file] {
            top: 3px;
            height: 20px;
        }

    .settings-message {
        font-size: 22px;
        line-height: 40px;
    }

    .imageArea-info-icon .imageArea-info {
        width: 290px;
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }

        .imageArea-info-icon .imageArea-info .info-block {
            margin: 5px;
        }

            .imageArea-info-icon .imageArea-info .info-block .text {
                width: 95px;
            }

            .imageArea-info-icon .imageArea-info .info-block:nth-child(4) {
                border-bottom: 0 solid #278ece;
            }

    .bmw-block-body .block-row .block-image {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .bmw-block-body .block-row .block-line {
        float: none;
        width: 100%;
    }

        .bmw-block-body .block-row .block-line .block-options .block-option {
            margin: 10px 15px;
        }

    .model-year-month .years .year-line {
        width: 500px;
    }
}

.catalog-wrapper .list-group {
    text-align: center;
    position: relative;
    height: 35px;
    margin-bottom: 10px;
    color: #808080;
}

    .catalog-wrapper .list-group .group-prev .list-group-prev, .list-group .group-next .list-group-next {
        width: 41px;
        height: 41px;
        display: inline-block;
        cursor: pointer;
    }

    .catalog-wrapper .list-group .group-prev .list-group-prev {
        /*background-image: url("https://212709.selcdn.ru/autocatalog-online/public/images/left-arrow.png");*/
        font-size: 28px;
        line-height: 35px;
        float: left;
        color: #808080;
    }

    .catalog-wrapper .list-group .group-next .list-group-next {
        /*background-image: url("https://212709.selcdn.ru/autocatalog-online/public/images/right-arrow.png");*/
        font-size: 28px;
        line-height: 35px;
        float: right;
        color: #808080;
    }

.main_catalog li:first-child {
    /*margin-top: 50px;*/
}


.catalog-wrapper .tile-block img {
    width: 100%;
}

.catalog-wrapper .list-group .title {
    color: #278ece;
    font-size: 16px;
    display: inline-block;
    margin: 0px;
    line-height: 35px;
    color: #023f88;
}

.catalog-wrapper .table tbody tr.active td,
.catalog-wrapper .table tbody tr.active th {
    background-color: bisque !important;
    color: unset;
}

.catalog-wrapper .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}

.catalog-wrapper .table tbody tr.active:hover td,
.catalog-wrapper .table tbody tr.active:hover th {
    background-color: sandybrown !important;
}


.catalog-wrapper .table tbody tr.active a {
    color: #023f88;
}

.catalog-wrapper .table-cell.price {
    color: #ff9000;
}


.catalog--mark--short {
    width: 273px;
    height: 60px;
    text-align: center;
    border: 2px solid #e7e9ed;
    margin: 13px;
    border-radius: 8px;
    padding: 20px 0;
    background: #fff;
    float: left;
    box-shadow: 0 1px 13px 0 rgba(0,0,0,.11);
    float: left;
    color: #484848;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
}

    .catalog--mark--short:hover {
        text-decoration: none;
        border: 2px solid #ff9000;
        position: relative;
    }


.modal-year a {
    text-decoration: none;
}


.acat-block .title {
    color: #484848;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px;
}


.fiat_units_image img {
    width: 100%;
    height: auto;
}


.renault-tile-block {
    display: block;
    border: 2px solid #e7e9ed;
    border-radius: 8px;
    padding: 10px 20px;
    background: #fff;
    text-decoration: none;
    box-shadow: 0 1px 13px 0 rgba(0,0,0,.11);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    position: relative;
    margin-bottom: 5px;
}



.search-header {
    font-weight: 500;
    font-size: 18px;
    color: #0f0a06;
}

.search-result {
}

    .search-result .item {
        margin-top: 10px;
    }

        .search-result .item .title {
            font-size: 16px;
            font-weight: normal;
            margin: 0px;
            text-transform: none;
        }

        .search-result .item .descr {
        }
