@font-face {
    font-family: 'Toyota Display';
    src: url('/fonts/toyotadisplay_bd.eot');
    src: url('/fonts/toyotadisplay_bd.eot?#iefix') format('embedded-opentype'),
         url('/fonts/toyotadisplay_bd.woff') format('woff'),
         url('/fonts/toyotadisplay_bd.ttf') format('truetype'),
         url('/fonts/toyotadisplay_bd.svg#toyota_displaybold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Toyota Display';
    src: url('/fonts/toyotadisplay_rg.eot');
    src: url('/fonts/toyotadisplay_rg.eot?#iefix') format('embedded-opentype'),
         url('/fonts/toyotadisplay_rg.woff') format('woff'),
         url('/fonts/toyotadisplay_rg.ttf') format('truetype'),
         url('/fonts/toyotadisplay_rg.svg#toyota_displayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Toyota Text';
    src: url('/fonts/toyotatext_bd.eot');
    src: url('/fonts/toyotatext_bd.eot?#iefix') format('embedded-opentype'),
         url('/fonts/toyotatext_bd.woff') format('woff'),
         url('/fonts/toyotatext_bd.ttf') format('truetype'),
         url('/fonts/toyotatext_bd.svg#toyota_textbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Toyota Text';
    src: url('/fonts/toyotatext_bdit.eot');
    src: url('/fonts/toyotatext_bdit.eot?#iefix') format('embedded-opentype'),
         url('/fonts/toyotatext_bdit.woff') format('woff'),
         url('/fonts/toyotatext_bdit.ttf') format('truetype'),
         url('/fonts/toyotatext_bdit.svg#toyota_textbold_italic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Toyota Text';
    src: url('/fonts/toyotatext_it.eot');
    src: url('/fonts/toyotatext_it.eot?#iefix') format('embedded-opentype'),
         url('/fonts/toyotatext_it.woff') format('woff'),
         url('/fonts/toyotatext_it.ttf') format('truetype'),
         url('/fonts/toyotatext_it.svg#toyota_textitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Toyota Text';
    src: url('/fonts/toyotatext_rg.eot');
    src: url('/fonts/toyotatext_rg.eot?#iefix') format('embedded-opentype'),
         url('/fonts/toyotatext_rg.woff') format('woff'),
         url('/fonts/toyotatext_rg.ttf') format('truetype'),
         url('/fonts/toyotatext_rg.svg#toyota_textregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Toyota Type Book';
    src: url('/fonts/toyota-type/ToyotaType-Book.eot');
    src: url('/fonts/toyota-type/ToyotaType-Book.eot?#iefix') format('embedded-opentype'),
         url('/fonts/toyota-type/ToyotaType-Book.woff2') format('woff2'),
         url('/fonts/toyota-type/ToyotaType-Book.woff') format('woff'),
         url('/fonts/toyota-type/ToyotaType-Book.ttf') format('truetype'),
         url('/fonts/toyota-type/ToyotaType-Book.svg#toyota_type_book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Toyota Type Semibold';
    src: url('/fonts/toyota-type/ToyotaType-Semibold.eot');
    src: url('/fonts/toyota-type/ToyotaType-Semibold.eot?#iefix') format('embedded-opentype'),
         url('/fonts/toyota-type/ToyotaType-Semibold.woff2') format('woff2'),
         url('/fonts/toyota-type/ToyotaType-Semibold.woff') format('woff'),
         url('/fonts/toyota-type/ToyotaType-Semibold.ttf') format('truetype'),
         url('/fonts/toyota-type/ToyotaType-Semibold.svg#toyota_type_semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 62.5%;
}

body {
    overflow-y: scroll;
    font-family: 'Toyota Type Book', Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.42857;
    background-color: #ececec;
    color: #555555;
}

.wrapper {
    padding: 0 10px;
    max-width: 1170px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}

#navigation {
    position: relative; /* fixed */
    z-index: 999;
    top: 0px;
    left: 0px;
    right: 0px;
    border-top: 3px solid #ca181a;
    background-color: #ffffff;
    padding: 14px 0;

    box-shadow: 0 1px 7px rgba(123, 147, 144, 0.5);
}

#navigation .wrapper {
    overflow: hidden;
}

#navigation .inner-wrapper .table {
    display: table;
    width: 100%;
}

#navigation .inner-wrapper .title,
#navigation .inner-wrapper .logo {
    display: table-cell;
    vertical-align: middle;
}

#navigation .inner-wrapper .logo.mobile {
    display: none;
}

#navigation .inner-wrapper .logo.desktop {
    text-align: right;
}

#navigation .title {
    overflow: hidden;
}

#navigation .title > a {
    display: inline-block;
    text-decoration: none;
    font-family: 'Toyota Type Semibold',Arial,sans-serif;
    line-height: 28px;
    font-size: 26px;
}

#navigation .title > a.active {
    color: #222222;
}

#navigation .title > a:hover {
    text-decoration: underline;
}

#navigation .logo {
    padding-left: 60px;
    vertical-align: top;
    font-size: 0;
}

#navigation .logo a {
    display: inline-block;
}

#navigation .logo img {
    display: block;
}

.article-wrapper {}
.article-wrapper .title {
    margin-bottom: 15px;
    font-family: 'Toyota Type Book',Arial,sans-serif;
    font-weight: normal;
    font-size: 20px;

    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.content-wrapper {}
.content-wrapper .title {
    margin-bottom: 15px;
    font-family: 'Toyota Type Book',Arial,sans-serif;
    font-weight: normal;
    font-size: 20px;

    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

#container {
    background: #ffffff;
    text-align: left;
    overflow: hidden;
}

#footer {
    border-top: 3px solid #ca181a;
    text-shadow: #ffffff 0px 1px 0px;
}

#languages ul { list-style-type: none; overflow: hidden; }
#languages ul li { float: left; overflow: hidden; display: block; }
#languages ul li a { padding: 7px 12px 10px; color: #000000; text-decoration: none; display: block; }
#languages ul li a:hover { text-decoration: underline; }
#languages ul li.active a {
    text-shadow: none;
    padding: 7px 12px 10px; background-color: #ca181a; color: #ffffff;
}

#menu, #used-cars-button { margin: 20px 0; }
#menu ul { list-style-type: none; overflow: hidden; }
#menu ul li { float: left; overflow: hidden; display: block; margin-right: 20px; }
#menu ul li a {
    background-image: url("/vacancies/images/arrow07.png"); text-decoration: none; background-position: 0 5px;
    background-repeat: no-repeat; color: #555555; display: block; padding: 3px 0 3px 14px;
}
#menu ul li a:hover { text-decoration: underline; }

#contacts {
    margin-bottom: 30px;
    padding-top: 20px;
    overflow: hidden;
}

#contacts .left { }
#contacts .left .logo { margin-bottom: 15px; overflow: hidden; }
#contacts .left .logo p { float: left; height: 18px; line-height: 18px; vertical-align: middle; display: block; }
#contacts .left .logo p img { vertical-align: middle; display: block; }
#contacts .addresses { margin: 0 -20px; font-size: 13px; }
#contacts .addresses table { border-collapse: separate; border-spacing: 20px 0px; }
#contacts .addresses table tr { }
#contacts .addresses table tr td { }

@media (max-width: 767px) {
    #navigation .inner-wrapper .table {
        display: block;
    }

    #navigation .inner-wrapper .title,
    #navigation .inner-wrapper .logo.mobile {
        display: block;
    }

    #navigation .inner-wrapper .logo.mobile {
        margin-bottom: 16px;
        overflow: hidden;
        padding: 0;
    }

    #navigation .inner-wrapper .logo.mobile img {
        /*width: 280px;*/
    }

    #navigation .inner-wrapper .logo.desktop {
        display: none;
    }

    #navigation .title > a {
        line-height: 26px;
        font-size: 24px;
    }

    #contacts .addresses table {
        margin-bottom: 0;
    }

    #contacts .addresses table tr td {
        display: block;
        margin-bottom: 15px;
        width: 100%;
    }
}

@media (max-width: 480px) {
    #navigation .title > a {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (min-width: 768px) {
    .wrapper {
        padding: 0 20px;
    }
}

.popup-form,
#gdpr-popup {
    border-radius: 3px;
    display: none;
    width: 100%;
}

.popup-form.fancybox-content,
#gdpr-popup.fancybox-content,
#gdpr-popup2.fancybox-content {
    max-width: 600px;
    padding: 16px;
}

.popup-form form {
    display: block;
}

.popup-form .overlay {
    display: none;
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}

.popup-form form .title {
    font-size: 21px;
    line-height: 1.4;
    font-family: 'Toyota Type Semibold';
    margin-bottom: 32px;
}

.popup-form form .car {
    font-family: 'Toyota Type Semibold';
    margin-bottom: 32px;
    font-size: 16px;
}

#test-drive-form form .title {
    margin-bottom: 6px;
}

#test-drive-form form .title + .info {
    margin-bottom: 32px;
    margin-top: 0;
}

.popup-form form .form,
.popup-form form .row {
    margin-bottom: 20px;
}

.popup-form form .row .info {
    font-size: 13px;
    font-style: italic;
    margin-bottom: 0;
    margin-top: 4px;
}

.popup-form form .row .file {
    margin-bottom: 0;
    margin-top: 6px;
}

.popup-form form .row .error {
    display: none;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 4px;
    color: #e50000;
}

.popup-form form .row:last-child {
    margin-bottom: 0;
}

.popup-form .input label {
    display: block;
    font-family: 'Toyota Type Book';
    font-weight: bold;
    line-height: 1.4;
    font-size: 14px;
    color: #595d60;
    margin-bottom: 4px;
    white-space: nowrap;
}

.popup-form form .row.input.has-error > label {
    color: #e50000;
}

.popup-form .required > label::after {
    content: ' *';
    color: #e50000;
}

.popup-form input[type=text],
.popup-form textarea {
    display: block;
    width: 100%;
    border: none;
    border-radius: 2px;
    color: #000000;
    background: #f0f0f0;
    line-height: 28px;
    padding: 6px 12px;
    height: 40px;
}

.popup-form textarea {
    line-height: 20px;
    height: 120px;
}

.popup-form input[type=text]:hover,
.popup-form textarea:hover {
    background: #e4e4e4;
}

.popup-form input[type=text]:focus,
.popup-form textarea:focus {
    outline: 0;
    background: #ffffff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.popup-form label input + span {
    line-height: 1.4;
    font-size: 14px;
}

.popup-form .row.text p,
#gdpr-popup p,
#gdpr-popup2 p {
    margin-bottom: 10px;
    font-size: 13px;
}

.popup-form .row.text p:last-child,
#gdpr-popup p:last-child,
#gdpr-popup2 p:last-child {
    margin-bottom: 0;
}

.popup-form .row.text p strong,
#gdpr-popup p strong,
#gdpr-popup2 p strong {
    font-weight: bold;
}

.popup-form .row.text p a,
#gdpr-popup p a,
#gdpr-popup2 p a {
    text-decoration: none;
    color: #d2001e;
    outline: 0;
}

.popup-form .row.text p a:hover,
#gdpr-popup p a:hover,
#gdpr-popup2 p a:hover {
    text-decoration: underline;
    color: #1e2a32;
}

.popup-form .success,
.popup-form .generic-error {
    overflow: hidden;
    margin-bottom: 20px;
}

.popup-form .success h3 {
    font-family: 'Toyota Type Book';
    margin-bottom: 6px;
    font-weight: bold;
    font-size: 18px;
}

.popup-form .success p {

}

.popup-form .generic-error p {
    display: block;
    font-size: 13px;
    color: #e50000;
    margin: 0;
}

.popup-form .buttons {
    text-align: right;
}

.popup-form .button {
    display: inline-block;
    padding: 8px 24px;
    text-decoration: none;
    background: #39b54a;
    color: #ffffff;
    border-radius: 2px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    border: 0;
}

.popup-form .button:hover {
    background: #2d903b;
    color: #ffffff;
}

.popup-form .button.close {
    background: #f0f0f0;
    color: #000000;
}

.popup-form .button.close:hover {
    background: #e4e4e4;
    color: #000000;
}

.popup-form .button.choose-file {
    background: #f0f0f0;
    color: #000000;
}

.popup-form .button.choose-file:hover {
    background: #e4e4e4;
    color: #000000;
}

.popup-form .selected-file {
    font-family: 'Toyota Type Semibold';
    font-weight: normal;
}

#vacancies,
#vacancies * {
    box-sizing: border-box;
}

#vacancies {
    overflow: hidden;
    margin-bottom: 45px;
    /*padding-top: 20px;*/
    color: #1e2a32;
    text-align: center;
}

#vacancies .article ul {
    padding-left: 30px;
    list-style-type: disc;
}

#vacancies .article a {
    text-decoration: none;
    color: #ff0000;
}

#vacancies .article a:hover {
    text-decoration: underline;
}

#vacancies .article ul li::marker {
    color: #ff0000;
}

#vacancies .article p {
    font-family: 'Toyota Type Book';
    font-weight: normal;
}

#vacancies .article strong,
#vacancies .article b {
    font-family: 'Toyota Type Semibold';
    font-weight: normal;
}

#vacancies .article img {
    max-width: 100%;
    width: auto;
    height: auto;
}

#vacancies .vacancies-image {
    background-image: url('/vacancies/images/vacancies.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 42%;
}

#vacancies .vacancies-header  {
    margin: 20px auto 30px auto;
    padding: 0 10px;
}

#vacancies .vacancies-header h1 {
    font-size: 4.4rem;
    line-height: 4.6rem;
    padding: 20px 0 16px 0;
    font-family: 'Toyota Type Semibold';
    letter-spacing: -0.03em;
    font-weight: 400;
    margin: 0;
    text-align: center;
}

#vacancies .vacancies-header h2 {
    display: block;
    font-size: 3.4rem;
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: 'Toyota Type Book';
    letter-spacing: -0.03em;
    font-weight: 400;
    line-height: 1.1;
}

#vacancies .container {
    padding: 0 10px;
    margin: 0 auto;
}

#vacancies-main-text,
#vacancies-main-info,
#vacancies-list {
    text-align: left;
}

#vacancies-main-text .bg {
    display: block;
    margin-top: 20px;
    background: #f0f0f0;
    position: relative;
    z-index: 1000;
    padding: 10px;
}

#vacancies-list ul {
    display: block;
}

#vacancies-list ul li {
    display: block;
    margin-bottom: 10px;
}

#vacancies-list ul li:last-child {
    margin-bottom: 0;
}

#vacancies-list ul li a {
    display: block;
    background: #282831;
    text-decoration: none;
    position: relative;
    font-family: 'Toyota Type Book';
    font-weight: normal;
    color: #ffffff;
}

#vacancies-list ul li a::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 6px;
    width: 100px;
    background: #ff0000;
}

#vacancies-list ul li a strong {
    font-family: 'Toyota Type Semibold';
    font-weight: normal;
}

#vacancies-list ul li a .img {
    display: none;
}

#vacancies-list ul li a .vacancy {
    padding: 10px;
}

#vacancies-list ul li a .name {
    padding-bottom: 10px;
    min-height: 60px;
    font-family: 'Toyota Type Semibold';
    line-height: 30px;
    font-size: 22px;
}

#vacancies-list ul li a .date {
    line-height: 16px;
    font-size: 13px;
}

#vacancies-main-info ul {
    display: block;
    margin-bottom: 20px;
}

#vacancies-main-info ul li {
    display: block;
    margin-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
}

#vacancies-main-info ul li .column .article p:first-child {
    margin-top: 0;
}

#vacancies-main-info ul li .bold .article p {
    font-family: 'Toyota Type Semibold';
}

#vacancies a.vacancy-button {
    border-radius: 3px;
    background: linear-gradient(to bottom, #fff 0px, #e8e9ea 100%);
    box-shadow: 0 0 1px rgba(30, 42, 50, 0.5) inset;
    color: #6c7073;
    font-size: 1.5rem;
    line-height: normal;
    padding: 11px 14px 16px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
}

#vacancies a.vacancy-button:hover {
    text-decoration: underline;
    background: #e8e9ea;
}

#vacancies a.vacancy-button i {
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
}

#vacancies-main-text,
#vacancies-main-info,
#vacancies-form {
    margin: 20px auto 30px auto;
}

.popup-form .button.choose-file {
    background: #f0f0f0;
    color: #000000;
}

.popup-form .button.choose-file:hover {
    background: #e4e4e4;
    color: #000000;
}

.popup-form .selected-file {
    font-family: 'Toyota Type Semibold';
    font-weight: normal;
}

@media (max-width: 767px) {
    #vacancies .vacancies-header h1 {
        font-size: 3.4rem;
        margin: 0;
        padding: 0;
    }

    #vacancies .vacancies-header h2 {
        font-size: 2.4rem;
    }
}

@media (min-width: 768px) {
    #vacancies .vacancies-header,
    #vacancies .container {
        width: 750px;
    }

    #vacancies .container {
        padding: 0 15px;
    }

    #vacancies-main-text .bg {
        padding: 20px;
    }

    #vacancies-list ul li a {
        display: table;
        width: 100%;
    }

    #vacancies-list ul li a .img,
    #vacancies-list ul li a .vacancy {
        display: table-cell;
    }

    #vacancies-list ul li a .img {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 230px;
    }

    #vacancies-list ul li a:hover .name {
        text-decoration: underline;
    }

    #vacancies-main-info .columns {
        overflow: hidden;
        margin: 0 -10px;
    }

    #vacancies-main-info .columns .column {
        float: left;
        margin-bottom: 0;
        padding: 0 10px;
        width: 50%;
    }

    #vacancies-main-info .columns .column.left {
        width: 220px;
    }

    #vacancies-main-info .columns .column.right {
        width: calc(100%-220px);
    }
}

@media (min-width: 992px) {
    #vacancies {
    }

    #vacancies .vacancies-header,
    #vacancies .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    #vacancies .vacancies-image {
        padding-bottom: 0;
        height: 500px;
    }

    #vacancies .vacancies-header,
    #vacancies .container {
        width: 1170px;
    }
}