

@font-face{
    font-family:'Rouble';
    src:local('ALSRublRegular');
    src:url('/data/fonts/rubl/Rouble.eot');
    src:url('/data/fonts/rubl/Rouble.eot?#iefix') format('embedded-opentype'),
    url('/data/fonts/rubl/Rouble.woff') format('woff')
}

@font-face{
    font-family:'PFCentroSans';
    src:url('/data/fonts/pfcentro-regular/pfcentrosanspro-regular.eot');
    src:url('/data/fonts/pfcentro-regular/pfcentrosanspro-regular.eot?#iefix') format('embedded-opentype'),
    url('/data/fonts/pfcentro-regular/pfcentrosanspro-regular.woff') format('woff')
}

@font-face{
    font-family:'PFCentroSansThin';
    src:url('/data/fonts/pfcentro-thin/pfcentrosanspro-thin.eot');
    src:url('/data/fonts/pfcentro-thin/pfcentrosanspro-thin.eot?#iefix') format('embedded-opentype'),
    url('/data/fonts/pfcentro-thin/pfcentrosanspro-thin.woff') format('woff')
}

.nowrap {
    white-space: nowrap;
}


body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 12pt;
    line-height: 1.3em;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Tahoma, sans-serif;
    background: #737373;
    color: #333;
}

h1 {
    font-size: 220%;
    font-weight: normal;
    font-family: PFCentroSans, Tahoma, sans-serif;
    padding: 0;
    margin: var(--xs) 0 var(--m) 0;
    color: #000;
    line-height: normal;
}

h2, h3 {
    font-weight: bold;
    font-family: PFCentroSans, Tahoma, sans-serif;
    padding: 0;
    letter-spacing: 0.3pt;
    margin: 4px 0 10px 0;
    line-height: normal;
}

h2 {
    font-size: 140%;
    margin: 4px 0 10px 0;
}

h3 {
    font-size: 120%;
    margin: 2px 0 8px 0;
}

p {
    margin:10px 0;
}

del {
    opacity: 0.5;
}

a {
    color: var(--color-link);
    text-decoration: underline;
}

a:hover {
    color: var(--color-link-hovered);
    text-decoration: none;
}

a:visited {
    color: var(--color-link-visited);
}

ul.list>li {
    padding: 3px 0;
}

input, select, textarea {
    box-sizing: border-box;
    border: 1px solid #c9d3d6;
    margin: 0;
    display: inline-block;
    color: #5a5a5a;
    background-color: #ffffff;
    font-size: 11pt;
    border-radius: 2px;
    padding: 3px 8px 2px 8px;
}

select {
    -webkit-appearance: none;
    background-image: url('/data/img/adm/svg/arrow.svg?111');
    background-repeat: no-repeat;
    background-position: right 12px top 50%;
    background-size: 12px auto;
    font-weight: 300;
    color:black;
    padding-right: 30px;
    line-height: 18pt;
    font-size: 11pt;
}



input[type="text"], input[type="password"], input[type="date"], textarea {

    position: relative;
    font-family: 'PFCentroSans', Tahoma, sans-serif;

    display: inline-block;
    font-weight: 300;

    box-sizing: border-box;
    background: none;
    color:black;
    border:1px solid lightgray;
    border-radius: var(--btn-corner-radius);

    line-height: 18pt;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    padding: 3px 8px 4px 8px;
    margin: 0;
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

input.size_m {
    padding: 3px 12px 4px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    border: 1px solid #5f9bb7 !important;
    box-shadow: 0 0 4px rgba(15,84,141,0.37);
    z-index:1;
}

.text-center { text-align: center }
.text-right { text-align: right }


.btn, button {
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    cursor: pointer;
}

.btn {
    font-family: 'PFCentroSans', Tahoma, sans-serif;
    text-transform: uppercase;
    text-decoration: none;

    position: relative;
    box-sizing: border-box;
    color:black;
    background: #d8d8d8;
    border:none;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    padding: 0 var(--xs) 1px var(--xs);
    height: 36px;

    border-radius: var(--btn-corner-radius);
    outline: 0;

    white-space: nowrap;
    gap: 6px;

    display: inline-flex;
    align-items: center;
}

.btn:active {
    padding: 1px var(--xs) 0 var(--xs);
}

.btn.small {
    color:#444;
    border-color:#aaa;
    padding: 2px 8px;
}

.btn.showSets {
    background: none;
    color: #000000;
    padding-left:6px;
}


input.slide_check {
    display: none;
}

input.slide_check + label svg.i {
    color: #000;
    width:18px;
    height:18px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

input.slide_check:checked + label, input.slide_check:checked + label svg {
    color: #b13737
}


input.slide_check:checked + label svg {
    transform: rotate(-180deg);
}



/*

a.btn:hover {
    color:black;
}

a.btn:visited {
    color:black;
}

*/


.ruble {
    font-family: Rouble;
    font-size: 1em;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:hover {
}

.btn>.i {
    display: inline-table;
    vertical-align: top;
    width:18px;
    height:18px;
}


.green {
    color:#3f7f4e;
}

.btn.callback, .btn.red {
    background: #fc2222;
    color:#ffffff;
}

.btn.callback:hover, .btn.red:hover {
    background: #fd5c5c;
}

.btn.callback:active, .btn.red:active {

}

.btn.green {
    background: var(--color-btn-green);
    color:white;
}

.btn.green:active {
    background: var(--color-btn-green-active);
}

.btn.parts>.i {
    width:21px;
    height:21px;
}

.btn.success, button.success {
    border-color: #3f7f4e;
    color:white;
    background: #54a564;
}

.btn.calc, .btn.info, button.info {
    border-color:#436fa5;
    color:#436fa5;
    background: none;
}

a.btn.calc:hover, a.btn.calc:visited, .btn.info:hover, button.info:hover {
    border-color:#436fa5;
    color:#436fa5;
}

.btn.calc>.i {
    width:21px;
    height:21px;
    margin-top: -4px;
}

.btn.mobile {
    margin: 12px 0 0 0;
    background: #4f4f4f;
    color:white;
}

a.btn.mobile {
    color:white;
}


.btnGroup {
    display: inline-flex;
}

.btnGroup > input:not([type="hidden"]), .btnGroup > .btn {
    margin: 0 0 0 -1px;
    border-radius: 0 !important;
    display: inline-block;
    float:left;
}

.btnGroup > *:not([type="hidden"]):first-child {
    border-radius: 3px 0 0 3px !important;
}

.btnGroup > *:not([type="hidden"]):last-child {
    border-radius: 0 3px 3px 0 !important;
}

.alert-error {
    color: #de5656;
}

.alert-success {
    color: #3da351;
}


.app {
    width: 100%;
}

.app .page {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    height: 100%;
}

.app .header {
    width: 100%;
    height: 80px;
    position: absolute;
    top: 100%;
    font-family: PFCentroSans,sans-serif;
    font-weight: 300;
    z-index: 1000;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
}


.app-bg {
    position: fixed;
    width: 100%;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #1e465a;
    background-size: cover;
    background-position: 50%;
    pointer-events: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: -1;
}


.app .page .inner {
    min-height: 100%;
    margin-bottom: -150px;
}


.app .page .inner .content {
    max-width: 1000px;
    width: 1000px;
    margin: auto;
    padding: 130px 0 40px 0;

}

.app .page .footer {
    margin: auto;
    height: 150px;
    width: 1100px;
}

.row.space {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.row {
    width: 100%;
    display: flex;
}

.row>div {
    box-sizing: border-box;
}

.row>.span1 { width:8.33332% }
.row>.span2 { width:16.66665% }
.row>.span3 { width:24.99998% }
.row>.span4 { width:33.33332% }
.row>.span5 { width:41.66665% }
.row>.span6 { width:49.99998% }
.row>.span7 { width:58.33331% }
.row>.span8 { width:66.66664% }
.row>.span9 { width:74.99999% }
.row>.span12 { width:100% }

.row:not(.flex).grid>div, .row:not(.flex).grid>li {
    margin-right: 2%;
}

.row:not(.flex).grid>div:last-of-type, .row:not(.flex).grid>li:last-of-type {
    margin-right: 0;
}

.row.grid>.span1 { width:6.5% }
.row.grid>.span2 { width:15% }
.row.grid>.span3 { width:23.5% }
.row.grid>.span4 { width:32% }
.row.grid>.span5 { width:40.5% }
.row.grid>.span6 { width:49% }
.row.grid>.span7 { width:57.5% }
.row.grid>.span8 { width:66% }
.row.grid>.span12 { width:100% }

.rowa {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;

    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.rowa .block {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 47%;
}

svg.i {
    width: 16px;
    height: 16px;
    background: inherit;
    display: inline-table;
    vertical-align: middle;
    color: inherit;
}

.wrapper {
    position: relative;
    min-height: 100vh;

    box-sizing: border-box;
    background: white;
    padding: 0;

    box-shadow: 0 0 50px rgba(0,0,0,.2);
}

.wrapper, footer {
    width: 94%;
    display: block;

    min-width: 1100px;
    max-width: 1680px;

    margin: 0 auto;
}

footer {
    position: relative;
    height: auto;
    background: #5e5e5e;
}

footer>.in .left {
    padding: var(--m) var(--m) var(--m) var(--m);
}

footer>.copyright>div.in {
    background: #303030;
}


.welcome {
    display: flex;
    background: #303030;
    line-height: 28px;
    padding: 6px 24px 10px 24px;
    overflow: hidden;
    font-family: PFCentroSans, Tahoma, sans-serif;
    align-items: center;

}

.welcome .phones {
    width:40%;

}

.welcome a.tel {
    color:#ffffff;
    text-decoration: none;
    font-weight:bold;
}

.welcome a.tel span {
    color:#bfbfbf;
}

.welcome a.tel:first-child {
    margin-right:30px;
}

.welcome .address {
    color:#bfbfbf;
    width:60%;
    float: right;
    text-align: right;
}


.welcome .address svg {
    width:13px;
    height:13px;
    display: inline-table;
    vertical-align: middle;
    margin: -2px 4px 0 0;
}

.welcome .address .street, .welcome .address .openinghours {
    margin-right: 20px;
}

.welcome .address .openinghours svg {
    width:19px;
    height:19px;
}

.welcome time {
    display: inline-block;
}

.welcome a.scheme {
    text-decoration: none;
    color:#bfbfbf;
    border-bottom:1px dotted #bfbfbf;
}

.welcome a.scheme:hover {
    color:#dfdfdf;
    border-bottom: none;
}

header .second {
    display: flex;
    background: #424242;
}

header .second > div {
    padding: 16px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

header .second .leftCell {
    width:65%;
    padding-left: 26px;
    padding-right: 0;
}

header .second .centerCell {
    width:20%;
    justify-content: flex-end;
    padding-right: 24px;
}

header .second .rightCell {
    width:15%;
    padding-right: 26px;
    justify-content: flex-end;
    min-width: 210px;
}

header .second .mobil1center {
    display: inline-block;
    vertical-align: top;

}

header .second .mobil1center img.logo {
    width:230px;
    margin: 0 37px 0 0;
}

header .second .services {
    font-family: 'PFCentroSans', Tahoma, sans-serif;
    display: inline-table;
    vertical-align: top;
    color:#d8d8d8;
    border-left:1px solid #bfbfbf;
    padding: 0 0 0 20px;
    text-transform: uppercase;
    font-weight: 300;
}

.social .desc {
    font-family: "PFCentroSans", Tahoma, sans-serif;
    color:#999;
    display: block;
    font-size: 90%;
    margin: 0 0 4px 0;
}

.social a {
    color:white;
    opacity: 0.7;
}

.social a:hover {
    opacity: 1;
}

.social a svg {
    width:30px;
    height:30px;
}

nav.menu {
    display: block;
    width:100%;
    background: #5e5e5e;
    color:white;
    position: relative;
}

nav.menu .toggle {
    display: none;
}

nav.menu>ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

nav.menu>ul>li {
    display: inline-block;
    font-family: PFCentroSans, Tahoma, sans-serif;
    font-size: 14pt;
    font-weight: 300;
    text-align: center;
    box-sizing: border-box;
    width:20%;
    border-bottom:5px solid #00000026;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    user-select: none;
}

nav.menu>ul>li.current {
    background: #7c4848;
    border-color: #ef0000;
}

nav.menu>ul>li.current:hover {
    background: #7c484899;
}

nav.menu>ul>li.l1 {
    width:15%;
}
nav.menu>ul>li.l2 {
    width:15%;
}
nav.menu>ul>li.l3 {
    width:15%;
}
nav.menu>ul>li.l4 {
    width:15%;
}
nav.menu>ul>li.l5 {
    width:15%;
}
nav.menu>ul>li.l6 {
    width:12%;
}
nav.menu>ul>li.l7 {
    width:13%;
}

nav.menu>ul>li svg.i {
    margin: 0 0 0 8px;
    color:#ccc;
    display: inline-block;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

nav.menu>ul>li>a {
    display: inline-block;
    vertical-align: top;
    color:white;
    line-height: 42pt;
    text-decoration: none;

}

nav.menu>ul>li:hover>a>svg, nav.menu>ul>li.active>a>svg {
    color:#ffffff;
}

nav.menu .popup {
    -webkit-transition: all .05s .1s ease;
    transition: all .05s .1s ease;
    background: white;
    position: absolute;
    left:0;
    top:100%;
    box-sizing: border-box;
    margin-top:3px;
    padding: 8px 0 30px 0;
    width:100%;
    visibility: hidden;
    opacity: 0;
    border-bottom:2px solid #cacaca;
    z-index: 10;
}

nav.menu .popup .in {
    position: relative;
    padding: 0 60px 0 0;
}

nav.menu .popup .close {
    position: absolute;
    width:32px;
    height:32px;
    right:20px;
    top:0;
}

nav.menu .popup .close>svg.i {
    width:22px;
    height:22px;
    color:gray;
    cursor: pointer;
}

nav.menu>ul>li:hover {
    background: #515151;
}

nav.menu>ul>li.active {
    background: #424242;
}

nav.menu>ul>li.active>a>svg {
    transform: rotate(-180deg);
}

nav.menu>ul>li>.popup.show {
    opacity: 1;
    visibility: visible;
}


nav.menu .popup .row.grid > div {
    background: #fff;
    padding: 0 12px 10px 12px;
    position: relative;
    overflow: hidden;
    max-height: 220px;
    border-bottom:2px solid transparent;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

nav.menu .popup .row.grid > div:first-of-type {
    padding-left: 26px;
    padding-right: 0;
}



nav.menu .popup strong.topic {
    font-family: PFCentroSans, Tahoma, sans-serif;
    font-weight: normal;
    text-align: left;
    font-size: 100%;
    color:black;
    display: block;
    margin: 0 0 4px 0;
}

nav.menu .popup .row.grid > div ul {
    padding:0;
    margin:0;
    display: block;
    font-size: 10pt;
    overflow: hidden;
}

nav.menu .popup .row.grid > div ul li {
    list-style: none;
    float:left;
    color:#676767;
}

nav.menu .popup .row.grid a {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

nav.menu .popup .row.grid > div ul li a {
    color:#676767;
    font-family: 'PFCentroSans', Tahoma, sans-serif;
}

nav.menu .popup .row.grid > div ul li a:hover {
    text-decoration: none;
    color:#ef0000;
}

nav.menu .popup .row.grid > div ul li:not(:last-of-type):after {
    content: ',';
    width:6px;
    margin: 0 2px 0 0;
    color:#676767;
    display: inline-block;
}

nav.menu .popup strong.topic a {
    text-decoration: none;
    color:black;
}

nav.menu .popup strong.topic a:hover {
    color:#dd3737;
}

.mitsubishicar {
    background-repeat:no-repeat;
    background-size:300%;
    background-position: left top;

    /* 1320 x 440 px, cell 440 x 220 */
}

.mitsubishicar.side {
    background-image:url('/data/img/mitsubishicars-side.png?126');
}

.mitsubishicar {
    background-image:url('/data/img/mitsubishicars.png?126');
}

nav.menu .mitsubishicar {
    width:275px;
    height:137.5px;
    display: block;
}

.content>.row>.right .mitsubishicar.pajero-sport { background-position: 50% top }
.content>.row>.right .mitsubishicar.pajero { background-position: left top }
.content>.row>.right .mitsubishicar.l200 { background-position: 50% 100% }
.content>.row>.right .mitsubishicar.asx { background-position: left 100% }


.mitsubishicar.pajero-sport {  background-position: left top }
.mitsubishicar.pajero {  background-position: 50% top }
.mitsubishicar.outlander {  background-position: 100% top }

.mitsubishicar.l200 {  background-position: left 100% }
.mitsubishicar.asx {  background-position: 50% 100% }
.mitsubishicar.lancer {  background-position: 100% 100% }

.content>.row>.left {
    width:74%;
    padding: 10px 32px 10px 0;
}

.content>.row>.right {
    width:26%;
    padding: 10px 0 10px 20px;
}

.content>.row>.right .mitsubishicar {
    width:286px;
    height:143px;

    display: block;
    float: right;
    margin: 0;

    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph;
    filter: fliph;
}

.content>.row>.right h2 {
    clear:both;
    display: block;
}

.content>.row>.right nav {
    margin: 0 0 30px 0;
}

.content>.row>.right nav h2 {
    font-size: 160%;
    font-family: "PFCentroSansBold", Tahoma;
    text-align: right;
    padding-right: 12px;
    margin: 0 0 16px 0;
}

.content>.row>.right nav {
    text-align: left;
}

.content>.row>.right nav h3 {
    background: #f1f1f1;
    border-right: 4px solid #ececec;
    border-bottom: 2px solid white;
    color:#222;
    box-sizing: border-box;
    display: block;
    margin: 0;
    padding: 11px 14px 12px 14px;
    font-weight: bold;
    font-family: "PFCentroSans", Tahoma, sans-serif;
    letter-spacing: normal;

    vertical-align: middle;
}

.content>.row>.right nav h3 a {
    text-decoration: none;
    color:#222;
}

.content>.row>.right nav ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.content>.row>.right nav ul>li {
    margin: 0;
    padding: 6px 8px 6px 20px;

    background: #f8f8f8;
    vertical-align: middle;
    border-bottom:2px solid white;
    position: relative;
}

.content>.row>.right nav ul>li:before {
    width:5px;
    height:100%;
    content: ' ';
    display: block;
    position: absolute;
    left:0;
    top:0;
    background: #cfcfcf;
}

.content>.row>.right nav ul>li.active:before {
    background: #ef0000;
}

.content>.row>.right nav ul>li>a, .content>.row>.right nav ol>li>a {
    color: var(--color-link-black);
    display: block;
    text-decoration: none;
}

.content>.row>.right nav ul>li>a:hover, .content>.row>.right nav ol>li>a:hover {
    color:#ef0000;
}

.content>.row>.right nav ol {
    margin: 0 0 2px 0;
    padding: 0;
    list-style: none;
    background: #fafafa;
    border-left: 3px solid #cfcfcf;
}

.content>.row>.right nav ol>li {
    position: relative;
    user-select: none;
    padding: 1px 0;
}

.content>.row>.right nav ol>li:before {
    position: absolute;
    left: -3px;
    top: 0;
    width: 3px;
    height: 100%;
    content: ' ';
    background: #ef0000;
    opacity: 0;
}

.content>.row>.right nav ol>li.active:before {
    opacity: 1;
}

.content>.row>.right nav ol>li>a {
    padding: 6px 8px 6px 32px;
    transition: background-color .1s;
    color: #444;
}

.content>.row>.right nav ol>li.active>a {
    color: black;
    background: #f1f1f1;
}

.content>.row>.right nav ol>li>a:hover {
    background: #f1f1f1;
}


.dirs {
    padding: 6px 0 8px 0;
    font-family: "PFCentroSans", Tahoma, sans-serif;
    color:gray;
}

.dirs a {
    color:gray;
    text-decoration: none;
}

.dirs a:hover {
    color:#cf0000;
}

.dirs svg.i.arrow {
    width:16px;
    height:16px;
    margin: -2px 4px 0 4px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.modal {

    position: fixed;

    top: -10%;
    left: 50%;

    transform: translate(-50%, -50%);

    z-index: 1050;
    width: 500px;

    background: #ffffff;
    box-sizing: border-box;
    padding: 0;
    outline: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.modal-header {
    padding: 10px 16px;
    border-bottom: 1px solid #eee;
}

.modal-header h3 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "PFCentroSans", "Tahoma Narrow", Tahoma;
    line-height: 30px;
}

.modal.show {
    opacity: 1;
    visibility: visible;
    top: 6%;
    left: 50%;
}

.modal .close {
    display: block;
    position: absolute;
    right: 16px;
    top: 14px;
    color: #000000;
    opacity: 0.7;
    cursor: pointer;
}

.modal .close>svg.i {
    width:24px;
    height:24px;
    color:#bdbdbd;
    cursor: pointer;
}

.modal-body {
    position: relative;
    max-height: 460px;
    padding: 14px 20px 20px 20px;
    overflow-y: auto;
}

.backdrop {
    opacity: 0;
    visibility: hidden;

    content: '';
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index:99;
    background: black;

    -webkit-transition: opacity ease-out .2s;
    -moz-transition: opacity ease-out .2s;
    -o-transition: opacity ease-out .2s;
    transition: opacity ease-out .2s;
}

.backdrop.show {
    opacity: 0.37;
    visibility: visible;
}



.serviceCalc {
    background: #f4f4f4;
    padding: 0 0 24px 0;
    font-size: 90%;
}

.serviceCalc .params {
    padding: 26px 0 0 30px;
}

.serviceCalc .param {
    margin: 4px 0 8px 0;
}

.serviceCalc .param > .span8 > select {
    max-width: 100%;
}

.serviceCalc .nameField {
    display: flex;
    align-items: center;
}

.serviceCalc .inputField {
    vertical-align: middle;
    padding: 2px 0;
}

.serviceCalc .selectedParams {
    text-align: right;
    padding: 26px 30px 0 0;
}

.serviceCalc .generation {
    font-family: "PFCentroSans", Tahoma, sans-serif;
    font-weight: 500;
    display: block;
    font-size: 120%;
    margin: 0 0 4px 0;
}

.serviceCalc .mileage, .serviceCalc .motor {
    font-family: "PFCentroSansThin", Tahoma, sans-serif;
    font-weight: 300;
    display: block;
    color: #424242;
    line-height: 12pt;
    font-size: 120%;
    margin: 0 0 3px 0;
}

.serviceCalc .mileage {
    margin-bottom: 10px;
}

.serviceCalc .model {
    font-weight: normal;
    font-size: 220%;
    height: auto;
    padding-bottom: var(--xs);
    display: block;
    color: black;
    font-family: PFCentroSans, Tahoma, sans-serif;
}

.serviceCalc .preSendData {
    background: var(--color-btn-green);
    color:white;
    border:none;
    font-size: 100%;
    font-family: PFCentroSans, Tahoma, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 2px;
    padding: 7px 12px 7px 12px;
}



.serviceCalc .preSendData svg.i {
    margin:-3px 6px 0 0;
}

.serviceCalc .mitsubishicar {
    width:286px;
    height:143px;
    /* 352px 176px */
    margin:20px 0 0 20px;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph;
    filter: fliph;
}

.works {
    font-size: 13pt;
}

.works .warning {
    padding: 8px 22px 4px 22px;
    color: #df8b3e;
    display: block;
    overflow: hidden;
}

.works > p {
    padding: 0 22px;
}

.works.subtopic {
    line-height: 32px;
}

.works .spinner {
    display: none;
    margin: 6px auto;
}

.works.loading .spinner {
    display: block;
}

.serviceCalc .rule {
    margin: 20px 0 10px 0;
    padding: 24px 46px;
    position: relative;
}


.serviceCalc .rule .val .miles, .serviceCalc .rule .val .age {
    position: absolute;
    width:80px;
    font-family: "PFCentroSans", Tahoma, sans-serif;
    letter-spacing: -0.37pt;
    color:#898989;
    padding: 0 0 0 6px;
    margin-left:-40px;
    text-align: center;
}

.serviceCalc .rule .val .miles:after, .serviceCalc .rule .val .age:after {
    display: block;
    content: '';
    height:6px;
    background: #aaa;
    width:1px;
    position: absolute;
    left:42px;
}

.serviceCalc .val.p12 .miles, .serviceCalc .val.p12 .age  {
    margin-left:-46px;
    white-space: nowrap;
}

.serviceCalc .val:first-of-type .miles, .serviceCalc .rule .val:first-of-type .age {
    left:2px;
}



.serviceCalc .rule .val .miles:after {
    bottom:-7px;
}

.serviceCalc .rule .val .age:after {
    top:-6px;
}

.serviceCalc .rule .val .miles { top:-28px }
.serviceCalc .rule .val .age { bottom:-28px }

.serviceCalc .rule .val.p2 { margin-left:9.09% }
.serviceCalc .rule .val.p3 { margin-left:18.18% }
.serviceCalc .rule .val.p4 { margin-left:27.27% }
.serviceCalc .rule .val.p5 { margin-left:36.36% }
.serviceCalc .rule .val.p6 { margin-left:45.45% }
.serviceCalc .rule .val.p7 { margin-left:54.5455% }
.serviceCalc .rule .val.p8 { margin-left:63.6364% }
.serviceCalc .rule .val.p9 { margin-left:72.7273% }
.serviceCalc .rule .val.p10 { margin-left:81.8182% }
.serviceCalc .rule .val.p11 { margin-left:90.9011% }
.serviceCalc .rule .val.p12 { margin-left:100% }

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider.ui-slider-horizontal {
    height: 14px;
    border: none;
    border-radius: 2px;
    background: #dadada;
}

.ui-slider-range {
    background-color: #cc6868;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
    border-radius: 3px;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}


.ui-slider>.ui-slider-handle {
    width: 19px;
    height: 19px;
    border: 4px solid #b45c5c;
    border-radius: 2px;
    /*box-shadow: 0 0 1px rgba(0,0,0,.37);*/
    background: #cc6868;
    box-sizing: border-box;
    text-align: center;
    outline: 0;
    top: -3px;
    z-index: 2;
    position: absolute;

    -ms-touch-action: none;
    touch-action: none;
    cursor: ew-resize;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5pt;
}

.spinner {
    border-radius: 100%;
    margin: 8px;
    border: 3px solid #cc6868;
    border-bottom-color: transparent;
    border-left-color: transparent;
    height: 22px;
    width: 22px;
    background: 0 0!important;
    display: inline-block;
    -webkit-animation: loading .85s 0s linear infinite;
    animation: loading .85s 0s linear infinite;
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.lastNews {
    padding: 12px 0;
}

.lastNews article {
    margin: 0 0 32px 0;
}

.lastNews article:last-of-type {
    margin-bottom: 0;
}

.lastNews article time {
    color:#808080;
    font-size: 12pt;
}

.lastNews article h3 {
    margin: 6px 0 4px 0;
    padding: 0;
    font-size: 120%;
    font-weight: bold;
}

.lastNews article h3 a {
    color:black;
    text-decoration: none;
}

.lastNews article p {
    font-weight: 200;
    color:#555;
}


section.content {
    padding: var(--m) var(--m);
}

section.content .rpadd {
    padding-right: 60px;
}

section.content .lpadd {
    padding-left: 60px;
}

section.content .tpadd {
    padding-top: 24px;
}



footer>.in .left nav ol, footer>.in .left nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

footer>.in .left nav ol li, footer>.in .left nav ul li {
    padding: var(--xxs) 0;
}

footer>.in .left nav ol {
    float:left;
    width:34%;
}

footer>.in .left nav ol li a, footer>.in .left nav ul a strong {
    color:white;
    font-family: "PFCentroSans", Tahoma, sans-serif;
    font-size: 115%;
}


footer>.in .left nav ul {
    float:left;
    width:32%;
}

footer>.in .left nav ol a, footer>.in .left nav ul a {
    color:#d8d8d8;
    text-decoration: none;
}

footer>.in .left nav ol a:hover, footer>.in .left nav ul a:hover {
    color:#efefef;
}


footer .right a.service, footer .right time {
    text-decoration: none;
    display: inline-block;
    clear:both;
    color:#d8d8d8;
    padding: 4px 34px 4px 0;
    position: relative;
    font-family: "PFCentroSans", Tahoma, sans-serif;
}

footer .right a.service:hover {
    color: #f1f1f1;
}

footer .right a.service .vector {
    color:white;
}

footer .right a.service .i, footer .right time .i {
    position: absolute;
    width:19px;
    height:19px;
    right:5px;
    top:4px;
}

footer .right time .i {
    width:22px;
    height:22px;
}

footer>.in .right time {
    display: block;
}

footer .right a.btn {
    clear:both;
}


footer .rights {
    padding: var(--m) 0 var(--m) var(--m);
    width: 65%;
}

footer .social {
    margin: 10px 0 8px 0;
}

footer .social a {
    color:white;
    margin: 0 6px 0 0;
}

footer .social a .i {
    width:32px;
    height:32px;
}


footer .copyright {
    background: #303030;
    color:#999999;
    font-size: 11pt;
    display: flex;
    gap: 32px;
    align-items: center;
}

footer a.signin {
    display: inline-block;
    text-decoration: none;
    margin: 4px 0 0 0;
    color: #bfbfbf;
}

footer a.signin svg.i {
    margin: -1px 3px 0 0;
}

footer a.signin:hover {
    text-decoration: none;
}

footer .copyright .mobil1service {
    padding: var(--m);
    width: 35%;
    display: flex;
    align-items: center;
    gap: var(--l);
}


footer .copyright .mobil1service .logo {
    box-sizing: border-box;
    display: flex;

    align-items: center;
}
footer .copyright .mobil1service .info {
    width:80%;
    padding: 0;
    text-align: right;
    text-decoration: none;
    display:block;
    float:left;
    color:#aaa
}

footer .copyright .mobil1service a img {
    width: 90px;
}

.descParts {
    padding: 0 0 12px 0;
}


/*
.orderParts {
    width:30%;
    text-align: right;
    padding: 10px 0 20px 0;
}

.orderParts .btn:not(:last-of-type) {
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 8px;
}
*/

.table.carParts .row.part>div {
    min-height: 57px;
}


.table.carParts, .table.carWorks {
    margin: 0 0 20px 0;
}

.table.carParts .compatibleGenerations {
    font-family: "PFCentroSans", Tahoma, sans-serif;
    color: #777;
    padding: 3px 0;
    font-size: 85%;
    white-space: nowrap;
    overflow: hidden;
    width:100%;
}

.table.carParts .num, .table.carWorks .num {
    width:5%;
    display: flex;
    justify-content: center;
}

.table.carParts .part>.num, .table.carWorks .work>.num {
    color:#999;
}

.table.carParts .partName {
    width:39%;
}

.table.carParts .original {
    width:16%;
}

.table.carParts .original .isOriginal {
    color:#0b6d0b;
    font-size: 90%;
    font-family: "PFCentroSans", Tahoma, sans-serif;
}

.table.carParts .articul {
    width:15%;
}

.table.carParts .articul .vendorArt {
    padding: 4px 0 0 0;
    font-size: 85%;
}

.table.carParts .articul .vendorArt span {
    color:black;
}

.table.carParts .part>.articul {
    font-family: "PFCentroSans", Tahoma, sans-serif;
    color:#777;
}

.table.carParts .amount {
    width:11%;
    text-align: right;
}

.table.carParts .price {
    width:13%;
    text-align: right;
}

.table.carWorks .workName {
    width:47%;
}

.table.carWorks .desc {
    width:22%;
}

.table.carWorks .partsPrice {
    width:20%;
    white-space: nowrap;
}

.table.carWorks .workPrice {
    width:20%;
    white-space: nowrap;
}

.table.carWorks .workTime {
    width: 8%;
    min-width: 110px;
    text-align: right;
}

.table.carWorks .row.work .workTime {
    color: #999;
}

.lot { color:#00a400 }
.medium { color: #78c059 }
.few { color: #c0614f }

.table { width:100% }

.table>.row.subtopic {
    text-align: left;
    border-radius: 3px 0 0 0;
}

.table>.row.subtopic:last-of-type {
    border-bottom:1px solid #c9c9c9 !important;
}

.table>.row.subtopic {
    border-top: 1px solid #c9c9c9;
}

.table>.row.subtopic:nth-last-child(-n+1) {
    border-bottom:1px solid #c9c9c9;
    background: red;
}

.table>.row.subtopic .icon {
    width:3%;
    text-align: center;
    padding: 8px;
}

.table>.row.subtopic .icon svg {
    width:20px;
    height:20px;
    color:#999;
    margin: -2px 0 0 0;
}

.table>.row.subtopic.active .icon svg {
    color: black;
}




.table .row.subtopic .name {
    display: flex;
    align-items: center;
}

.serviceWorks .table>.row.subtopic .name {
    padding-left: var(--m);
    width: 57%;
}

.table.carParts > .row.subtopic .name, .table.carWorks > .row.subtopic .name {
    width:96%;
}



.table>.row.subtopic .workPrice, .table>.row.subtopic .partsPrice, .table>.row.subtopic .resultPrice {
    padding: 0 8px 0 0;
    text-align: right;
    font-weight: normal;
    line-height: 35px;
    vertical-align: middle;
    font-size: 120%;
    font-family: "PFCentroSans", Tahoma, sans-serif;
}

.table>.row.subtopic .workPrice {
    width:16%;
    text-align: right;
    padding: 0 8px;
}


.table>.row.subtopic .partsPrice {
    width:20%;
    text-align: right;
    padding: 0 8px;
}

.table>.row.subtopic .resultPrice {
    width:16%;
    padding-right: 14px;
}

.table>.row.subtopic span.type {
    color:#777;
    font-size: 80%;
    margin: 0 4px 0 0;
}

.table>.row.subtopic h3 {

    text-transform: uppercase;
    font-family: "PFCentroSans", Tahoma, sans-serif;

    font-weight: 200;
    color:#777;

    font-size: 120%;

    display: block;
    width: 100%;
    margin: 0;
    padding: 0;

    vertical-align: middle;
}

.table>.row.subtopic.active h3 {
    font-weight: 500;
    color: #000000;
}

.table>.row.subtopic .toggle {
    width:4%;
    min-width: 52px;
    text-align: right;
}

.table>.row.subtopic .toggle .btn {
    background: none;
    display: block;
    line-height: 20px;
    padding: 6px 12px;
    right: 0;
    border-left: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
}

.table>.row.subtopic label {
    cursor: pointer;
    display: block;
    user-select: none;
    width: 100%;
}


.table>.row.subtopic .toggle {
    position: relative;
}

.table>.row.subtopic .toggle .btn svg.i {
    margin: 0;
    width:26px;
    height:26px;
}

.table>.row.subtopic .toggle .btn input {
    display: none;
}

.table>.row.subtopic .toggle .btn input + svg {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.table>.row.subtopic .toggle .btn input:checked + svg {
    transform: rotate(-180deg);
}

.table>.row.subtopic .toggle .btn input + svg {
    color:#ad2c2c;
}

.table>.row.subtopic .toggle .btn input:checked + svg {
    color:#ad2c2c;
}

.table .topic {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.table .topic h2 {
    width: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 12px;
    margin: 12px 0 16px 0;
}

.table .topic label {
    cursor: pointer;
    user-select: none;
}

.table .topic > label {
    width: auto;

    white-space: nowrap;
    color: #ad2c2c;
    user-select: none;

    padding: 0;
    border-bottom: 1px dotted #ad2c2c;
}

.table .topic input[type="checkbox"] {
    display: none;
}

.table>.slide {
    display: none;
}

.table>.slide.open {
    display: block;
}

.table.bordered>.row.active {
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
}

.table .row .fieldName {
    display: none;
    font-size: 85%;
    color: var(--color-text-muted);
    padding: 0 0 var(--xxs) 0;
}

.table>.slide>.row.header {
    color:#555;
    font-weight: 400;
    align-items: center;
}

.table>.slide>.row.header>div {
    background: #e2e2e2;
    padding: var(--xs);
    color: #969696;
    display: flex;
    align-items: center;
}

.table>.slide>.row.header>div:last-of-type {
    border-right: 0;
}

.table>.slide>.row:not(.header):not(.signatures):not(.subtopic)>div{
    padding: var(--xs);
}

.table .row:not(.header):not(.signatures):not(.subtopic):nth-child(even) > * {
    background: #f4f4f4;
}

.row.signatures .empty {
    width:5%;
    padding: 2px 8px 10px 8px;
}

.row.signatures .workCheck {
    width: 5%;
    text-align: center;
    padding: 2px 8px 10px 8px;
}

.row.signatures .selectSets {
    width:16%;
}

.row.signatures .workName {
    width:44%;
    padding: 2px 8px 10px 8px;
}

.row.signatures .partsPrice {
    width:22%;
    text-align: right;
}

.row.signatures .workPrice {
    width:16%;
    text-align: right;
}

.row.signatures .lastEmpty {
    width: 20%;
}

.listWorks .work {
    margin-top: 1px;
}

.listWorks .work:nth-child(even) {
    background: #f5f5f5;
}

.listWorks .work>div {
    padding: var(--2xs);
    align-items: center;
    box-sizing: border-box;
}

.listWorks .row.signatures .num, .listWorks .work>.row .num {
    width: 6%;
    color: #999;
    align-items: center;
    justify-content: center;
    display: flex;
}

.listWorks .work>.row .workCheck {
    width: 5%;
    text-align: center;
}

.listWorks .work>.row .workName {
    width:35%;
    text-align: left;
    display: flex;
    align-items: center;
    padding-left: 8px;
}

.listWorks .work>.row .workName label {
    cursor: pointer;
}

.listWorks .work>.row .workPrice {
    width: 16%;
    text-align: right;
}

.listWorks .work>.row .partsPrice {
    width: 19%;
    text-align: right;
}


.listWorks .work>.row .workPrice span.type, .listWorks .work>.row .partsPrice span.type {
    color:#777;
    margin: 0 4px 0 0;
}


.listWorks .work>.row .selectParts {
    width: 19%;
    line-height: normal;
    text-align: right;
}

.listWorks .work .selectParts .btn input[type="checkbox"] {
    display: none;
}

.listWorks .setsOfParts  {
    display: none;
    padding: 12px 0;
    box-shadow: inset 0 3px 10px rgba(0,0,0,.11), inset 0 -2px 4px rgba(0,0,0,.1);
}

.listWorks .setsOfParts.open  {
    display: block;

}

.listWorks .setsOfParts .set:not(:first-child)>.row:first-child>div {
    border-top:1px dashed #ccc;
}

.listWorks .setsOfParts .set .select {
    margin-left: 4%;
    width:5%;
    padding: 11px 0 4px 0;
    text-align: center;
}

.listWorks .setsOfParts .set .row.part:nth-child(odd)>div {
    background: #f7f7f7;
    min-height: 41px;
}

.listWorks .setsOfParts .set .select input {
    width:21px;
    height:21px;
}

.listWorks .setsOfParts .set .name {
    width:55%;
    padding: 6px 0 4px 0;
}

.listWorks .setsOfParts .set .name label {
    cursor: pointer;
}

.listWorks .setsOfParts .set .info {
    font-family: "PFCentroSansThin", Tahoma, sans-serif;
    font-weight: 400;
    color: #333;
    line-height: 16px;
}

.listWorks .setsOfParts .set .name strong {
    display: block;
    font-size: 120%;
    line-height: 16px;
    font-weight: normal;
    font-family: "PFCentroSans", Tahoma, sans-serif;
}

.listWorks .setsOfParts .set .setPrice {
    width:25%;
    text-align: right;
    vertical-align: middle;
    padding: 5px 8px 4px 0;
}

.listWorks .setsOfParts .set .setPrice strong {
    font-weight: normal;
    font-size: 120%;
    font-family: "PFCentroSans", Tahoma, sans-serif;
}

.listWorks .setsOfParts .set .part > div {
    padding: 4px 0;
}

.listWorks .setsOfParts .set .part .num {
    margin-left: 9%;
    color:#aaa;
    width:4%;
    text-align: center;
}


.listWorks .setsOfParts .set .part .partName {
    width:37%;
    font-size: 90%;
}

.listWorks .setsOfParts .set .part .partName .articul {
    font-family: "PFCentroSans", Tahoma;
    font-size: 90%;
    color:#aaa;
    padding: 2px 0 0 0;
}

.listWorks .setsOfParts .set .part .partCount {
    width:7%;
    text-align: center;
    color:#666
}

.listWorks .setsOfParts .set .part .partPrice {
    width:11%;
    text-align: right;
}

.listWorks .setsOfParts .set .part .partPrice .desc {
    font-family: "PFCentroSans", Tahoma;
    font-size: 90%;
    color:#aaa;
}

.listWorks .setsOfParts .set .part .partTotalPrice {
    width:calc(20% + 12px);
    padding-right: 8px;
    text-align: right;
}


button {
    user-select: none;
}

button.sendData {
    display: flex;
    position: relative;
    align-items: center;
    padding: 4px 12px;
    background: #60a368;
    border-radius: 3px;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: "PFCentroSans", Tahoma, sans-serif;
}

button.sendData .icon {
    width: 24px;
    padding: 0 12px;
    align-items: center;
    text-align: center;
}

button.sendData .text {
    width: calc(100% - 44px);
    align-items: center;
    display: flex;
    flex-direction: column;
}

button.sendData:hover, button.preSendData:hover, .btn.success:hover {
    background: #6aae72;
}

button.sendData:active, button.preSendData:active, .btn.success:active {
    background: #388842;
}

button.sendData .icon svg.i {
    width:24px;
    height:24px;
    color:white;
}

button.sendData:focus {
    border-color:#00a400;
}

button.sendData:active {
    background: #51955a;
}

button.sendData strong {
    display: block;
    font-size: 160%;
    padding: 6px 0;
    text-transform: uppercase;
    color:white;
}

button.sendData .info {
    color: #dafbdd;
    font-size: 120%;
    padding: 0 0 4px 0;
}

.serviceResults {
    margin: 12px 0 6px 0;
    display: flex;
    align-items: center;
}

.serviceResults .firstCol {
    width:50%;
    padding-left: 20px;
}

.serviceResults .firstCol button {

}

.serviceResults .secondCol {
    width:50%;
    padding-right: 30px;
    text-align: right;
    line-height:50px;
    vertical-align: middle;
    font-size: 150%;
    font-family: "PFCentroSans", Tahoma, sans-serif;
}

.serviceResults .secondCol strong {
    font-size: 120%;
    font-weight: 500;
    font-family: "PFCentroSans", Tahoma, sans-serif;
}

.serviceResults .secondCol .txt {
    font-size: 90%;
    color:#777;
}

.modal.serviceModal {
    width:600px;
    top:-15%;
}

.modal.show {
    top:50%;
}


.modal.serviceModal .alert.s5s {
    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index: 10;
    opacity: 1;
    animation: hide 1s 8s 1 linear;
    animation-fill-mode: forwards;
    -webkit-animation: hide 1s 8s 1 linear;
    -webkit-animation-fill-mode: forwards;
}

.modal.serviceModal .alert.s5s:before {
    content: '';
    display: block;
    width:100%;
    height:3px;
    background: #0ead61;
    position: absolute;
    left:0;
    top:0;
    animation: progress-hide 8s 1 linear;
    animation-fill-mode: forwards;
    -webkit-animation: progress-hide 8s 1 linear;
    -webkit-animation-fill-mode: forwards;
}

@keyframes hide {
    from { opacity: 1; visibility: visible }
    to { opacity: 0; visibility: hidden }
}

@keyframes progress-hide {
    from { width:100%; }
    to { width:0; }
}

.modal.serviceModal .btnGroup input[name="email"] {
    width:36%;
}

.modal.serviceModal .btnGroup input[name="phone"] {
    width:36%;
}

.modal.serviceModal .btnGroup button[type="submit"] {
    width:28%;
}

.modal.serviceModal .btnGroup {
    width:96%;
    margin: 0 auto;
}

.btnGroup input.error, input.error {
    background: #ffece9;
    color: #c31900;
    border-color: #e96127;
    z-index: 1;
}



.alert {
    font-size: 100%;
    padding: 12px 20px 14px 20px;
    color:#666;
}

.alert.alert-error {
    background: #ffece9;
    color:#c31900;
}

.text-success { color:#008c0c }

.alert.alert-success {
    background: #dff7df;
    color: #008c0c;
}

.alert.alert-info {
    background: #c8edf7;
    color: #366f8c;
}


.userCarSelect {
    width: 100%;
    display: grid;
    column-gap: var(--2xs);
    grid-template-rows: auto auto;
    grid-template-columns: 195px minmax(160px, max-content) auto minmax(160px,auto) max-content;
    align-items: center;

    box-sizing: border-box;
    padding: var(--2xs) var(--xs);
    margin: var(--m) 0;
    color: var(--color-text-2);
    background: #f1f1f1;
}

.userCarSelect > span {
    white-space: nowrap;
    font-size: 90%;
}

.userCarSelect svg.i, .filterWarning svg.i {
    width:22px;
    height:22px;
    margin: -4px 6px 0 0;
    display: inline-block;
    color:black;
}

.userCarSelect select {
    margin: 0;
}

.userCarSelect #motorSelect {
    max-width: 220px;
}

.userCarSelect a.filterReset {
    color:#d03c00;
    font-size: 90%;
    text-decoration: none;
    border-bottom: 1px dotted #d03c00;
    display: inline-block;
}

.userCarSelect a.filterReset:hover {
    border-bottom-color: transparent;
}

.filterWarning {
    padding: 8px 0;
    color: #777;
}

.filterWarning {
    padding: 8px 6px;
}

.filterWarning span, .filterWarning strong {
    color:black;
}

.filterWarning svg.i {
    width:22px;
    height:22px;
    color: #d03c00;
    margin: -2px 4px 0 0;
}

.mapInfo h2 {
    font-size: 120%;
}

.mapInfo h2 strong {
    font-size: 130%;
}

.mapInfo .schedule {
    margin: 0 0 6px 0;
}

.mapInfo .schedule svg {
    width:19px;
    height:19px;
    margin: -1px 4px 0 0;
}

.shortOrderInfo {
    padding: 16px 24px;
    background: #f1f1f1;
    margin: 0 0 20px 0;
}

.shortOrderInfo p {
    margin: 12px 0 16px 0;
}

.cPhone {
    margin: 12px 0 14px 0;
}

.cPhone .info {
    color:#333;
    margin: 0 0 4px 0;
}

.cPhone .number {
    font-size: 130%;
    font-weight: bold;
    font-family: "PFCentroSans", Tahoma, sans-serif;
}

.cPhone .number span {
    color:#777;
}

.modal.callbackModal {
    width:340px;
    background: white;
}


.modal.callbackModal form input, .modal.callbackModal form textarea, .modal.callbackModal form select, .modal.callbackModal button[name="callback"] {
    width: 100%;
    margin: 0 auto;
}

.modal.callbackModal form > div:first-of-type > * {
    border-radius: 3px 3px 0 0;
}

.modal.callbackModal form > div:not(:first-of-type) > * {
    border-radius: 0;
    margin-top: -1px;
}

.modal.callbackModal form > div:last-of-type > * {
    border-radius: 0 0 3px 3px;
}

.modal.callbackModal form textarea {
    resize: none;
    line-height: normal;

}

.modal.callbackModal form > *:not(:first-of-type) {
    border-top:none;
}

.modal.callbackModal button[name="callback"] {
    margin-top: -4px !important;
}

.modal.callbackModal button[type="submit"] {
    justify-content: center;
}

.listWorks {
    font-size:95%;
}

.listWorks:last-of-type .row.subtopic:not(.active) {
    border-bottom: 1px solid #c9c9c9;
}

.listWorks .slide {
    font-size: 90%;
}

.listWorks .row.work>div:last-of-type {
}

.listWorks .row.work>div:first-of-type {
}

.fastOrder {
    padding: var(--xs) var(--xs);
    margin: var(--m) 0;
    background: #f1f1f1;
}

.fastOrder > form {
    display: flex;
    align-items: center;
    column-gap: var(--xs);
}

.fastOrder .btnGroup {
    width:100%;
}

.fastOrder input {
    background: white;
}

.fastOrder .phone {
    width: 50%;
}

.fastOrder .auto {
    width: 50%;
}

.fastOrder .btn.success {
    width: max-content;
}

.listCars {
    margin: 24px 0;
    padding: 0;
    list-style: none;

    display: flex;
    gap: var(--s);
    flex-wrap: wrap;
}

.listCars li {
    flex: 1 1 100px;
    margin: 0;
    box-sizing: border-box;
}


.listCars li a {
    display: block;
    position: relative;
    background: #efefef;
    text-align: center;
    padding: 10px 8px 6px 8px;
    text-decoration: none;
    height: 100%;
    box-sizing: border-box;
    color: black;
    font-weight: normal;
    font-size: 80%;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.listCars li a.pajero:before {
    background-position: 15px -9px;
}

.listCars li a.pajero-sport:before {
    background-position: -145px -9px;
}

.listCars li a.outlander:before {
    background-position: -305px -9px;
}


.listCars li a.asx:before {
    background-position: 15px -84px;
}

.listCars li a.l200:before {
    background-position: -145px -84px;
}

.listCars li a.lancer:before {
    background-position: -305px -84px;
}

.listCars li a:before {
    display: block;
    background-repeat: no-repeat;
    background-size: 300%;
    background-position: -10000px;
    background-image: url(/data/img/mitsubishicars.png?r=2);
    content: '';
    margin: 0 auto;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph;
    filter: fliph;
    /*width: 286px;
    height: 143px;
    */
    width: 160px;
    height: 72px;
}

.systemRow {
    margin: 0 0 24px 0;
    display: flex;
}

.systemRow .textCell {
    width: 62%;
    padding: 0 24px 0 0;
}

.systemRow .systemInfo {
    width: 38%;
}

.systemInfo {
    min-width: 160px;
    box-sizing: border-box;
    padding: 24px;
    background-color: #f1f1f1;
    background-image: url("/data/img/information-slab-circle-outline.svg");
    background-repeat: no-repeat;
    background-position: calc(100% + 26px) calc(100% + 26px);
    background-size: 200px 200px;
}

.systemInfo ul {
    padding: 0 0 0 32px;
    margin: 0 0 16px 0;
}


.systemInfo p {
    padding: 0;
    margin: 0;
}

.systemInfo p:not(:last-of-type) {
    padding-bottom: 16px;
}

.text-content {
    margin-bottom: 24px;
}

.muted {
    color: var(--color-gray-300);
}

.photos {
    margin: 24px 0;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.photos .item {
    box-sizing: border-box;
}

.photos .item img {
    max-width: 100%;
}


.map {
    height: 400px;
    width: 100%;
}

.parent {
    position: relative;
}

.parent .contactInfo {
    position: absolute;
    left:5%;
    top:30px;
    width:420px;
    height:340px;
    z-index: 10;
}

.parent .contactInfo .shortOrderInfo {
    color:white;
    z-index: 2;
    box-sizing: border-box;
    padding: 12px 26px;
    background: none;
}

.parent .contactInfo .shortOrderInfo .info {
    color:white;
}

.parent .contactInfo .shortOrderInfo .number span {
    color:#cccccc;
}

.parent .contactInfo:before, .parent .contactInfo .shortOrderInfo {
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}

.parent .contactInfo .shortOrderInfo a {
    color:white;
}

.parent .contactInfo:before {
    content: '';
    background: #000000;
    opacity: 0.7;
    z-index:1;
    border-radius: 3px;
}

.carWorks .header {
    column-gap: 1px;
}

.row.work {
    gap: 1px;
}

.workImages {
    margin: var(--l) 0;
    display: flex;
    flex-direction: column;
    gap: var(--s);
}

.workImages .item {
    display: flex;
    flex-direction: row;
    gap: var(--s);
}

.workImages .item .image img {
    width: 160px;
    height: auto;
}

.table .row.header {
    display: flex;
    width: 100%;
    gap: 2px;
}

.table .row.header>div {
    background: #e2e2e2;
    padding: var(--xs);
    color: #969696;
    display: flex;
    align-items: center;
}


.workPrices .num {
    width: 5%;
    justify-content: center;
    display: flex;
}

.workPrices .model {
    width: 44%;
}

.workPrices .partsPrice {
    width: 23%;
}

.workPrices .workPrice {
    width: 15%;
}

.workPrices .workTime {
    width: 13%;
}

.workPrices .row.priceItem {
    gap: 2px;
}

.workPrices .row.priceItem > div {
    padding: var(--xs);
}

.reviewButton {
    margin: 0 0 var(--l) 0;
}

.reviewButton button {

    display: flex;
    align-items: center;
    justify-content: center;
    border:none;
    gap: var(--2xs);
    border-radius: var(--btn-corner-radius);
    background: var(--color-btn-green);
    padding: var(--xs) var(--s) calc(var(--xs) + 1px) var(--s);
    color: white;
    font-size: 120%;
}

.reviewButton button:active {
    padding: calc(var(--xs) + 1px) var(--s) var(--xs) var(--s);
    background: var(--color-btn-green-active);
}

.reviewButton button .i {
    width: 32px;
    height: 32px;
}

.reviewsList {
    margin: var(--l) 0;
}

.reviewsList .noReviews {
    color: var(--color-text-muted);
}

.reviewModal {
}

.reviewForm {
    display: grid;
    column-gap: var(--s);
    row-gap: var(--xs);
    grid-template-areas: "name order" "date phone" "dislike dislike" "like like" "submit submit";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto auto;
    text-align: left;
}

.reviewForm .fieldName {
    display: flex;
    color: var(--color-text-muted);
    padding: 0 0 var(--2xs) 0;
}

.reviewForm .name {
    grid-area: name;
}

.reviewForm input {
    width: 100%;
}

.reviewForm .orderId {
    grid-area: order;
}

.reviewForm .repairDate {
    grid-area: date;
}

.reviewForm .phoneNumber {
    grid-area: phone;
}

.reviewForm .like textarea, .reviewForm .dislike textarea {
    width: 100%;
    min-height: 50px;
    max-height: 120px;
    resize: vertical;
}

.reviewForm .like {
    grid-area: like;
}

.reviewForm .dislike {
    grid-area: dislike;
}

.reviewForm .submit {
    grid-area: submit;
}

