@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;
}

.wrapper2 {
    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 .wrapper2 {
    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, #stock-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("/stock-cars/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; }

#stock-cars-button ul,
#stock-cars-button ul li {
    display: block;
}

#stock-cars-button ul li a {
    text-align: center;
    padding: 12px 14px 12px 14px;
    color: #ffffff;
    background-color: #d2001e;
    background: linear-gradient(#d2001e 0%, #73000d 100%);
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(30, 42, 50, 0.5) inset;
    font-size: 1.6rem;
    line-height: normal;
    text-decoration: none;
    font-weight: normal;
    cursor: pointer;
    text-shadow: none;
    display: block;
    outline: 0;
}

#stock-cars-button 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: 1050px) {
    #navigation {
        position: relative;
    }
}

@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) {
    .wrapper2 {
        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;
}

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

#offers {
    overflow: hidden;
    text-align: center;
    font-size: 15px;
    margin-bottom: 45px;
    padding-top: 20px;
    color: #1e2a32;
}

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

#offers .offers-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;
}

#offers .offers-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;
}

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

#offers .cover-container {
    padding: 0;
}

#offers .container .cover {
    background-image: url('/stock-cars/images/stock-title.jpg');
    background-size: contain;
    padding-bottom: 56.25%;
}

#offers .offers-bg {
    background: #efefef;
    margin-bottom: 45px;
    padding: 10px 0;
}

#offers .offer {
    margin-bottom: 10px;
    overflow: hidden;
}

#offers .offer.disabled {
    pointer-events: none;
    opacity: 0.6;
}

#offers .offer:last-child {
    margin-bottom: 0;
}

#offers .offer .bg {
    border-radius: 2px;
    background: #dedddd;
    position: relative;
    padding: 10px;
}

#offers .offer.active .bg {
    box-shadow: inset 0 0 0 2px #ed1c24;
}

#offers .offer:nth-child(even) .bg {
    background: #ffffff;
}

#offers .offer .wrapper {
    margin-bottom: 10px;
    text-align: left;
}

#offers .offer .wrapper:last-child {
    margin-bottom: 0;
}

#offers .offer .wrapper .image {
    margin-bottom: 10px;
    position: relative;
}

#offers .offer .wrapper .image a {
    display: block;
    cursor: default;
    text-decoration: none;
    position: relative;
    border-radius: 2px;
    outline: 0;
}

#offers .offer .wrapper .image a::before {
    content: '';
    display: block;
    padding-top: 56.25%;
    width: 100%;
}

#offers .offer .wrapper .image a img {
    border-radius: 2px;
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

#offers .offer .wrapper .image a img::before {
    content: '';
    display: block;
    padding-top: 56.25%;
    width: 100%;
}

#offers .offer .wrapper .image a .badge {
    display: block;
    position: absolute;
    transform: translate(-50%, -50%) rotate(-15deg);
    background: rgba(0, 0, 0, 0.5);
    padding: 6px 10px;
    border-radius: 2px;
    font-family: 'Toyota Type Semibold';
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    left: 50%;
    top: 50%;
}

#offers .offer .wrapper .data {
}

#offers .offer .wrapper .data .name {
    font-family: 'Toyota Type Semibold';
    text-transform: uppercase;
    margin-bottom: 6px;
    line-height: 22px;
    font-size: 18px;
}

#offers .offer .wrapper .data .color {
    font-family: 'Toyota Type Semibold';
    margin-bottom: 2px;
    line-height: 20px;
    font-size: 16px;
    color: #808285;
}

#offers .offer .wrapper .data .interior,
#offers .offer .wrapper .data .piegade {
    font-family: 'Toyota Type Semibold';
    margin-bottom: 2px;
    line-height: 20px;
    font-size: 16px;
    color: #808285;
}

#offers .offer .wrapper .data .piegade .izcelt {
    font-family: 'Toyota Type Semibold';
    color: #ed1c24;
}

#offers .offer .wrapper .data table {
    width: 100%;
    margin-top: 8px;
    border-collapse: collapse;
    line-height: 16px;
    font-size: 13px;
}

#offers .offer .wrapper .data table tr:nth-child(odd) {
    background: #ececed;
}

#offers .offer .wrapper .data table tr td {
    padding: 4px 6px;
}

#offers .offer .wrapper .prices {
    margin-bottom: 10px;
}

#offers .offer .wrapper .prices ul {
    display: block;
}

#offers .offer .wrapper .prices ul li {
    margin-bottom: 10px;
    border: 2px solid #ed1c24;
    border-radius: 2px;
    height: 44px;
    display: block;
}

#offers .offer .wrapper .prices ul li:last-child {
    margin-bottom: 0;
}

#offers .offer .wrapper .prices ul li > span {
    display: table;
    font-family: 'Toyota Type Semibold';
    padding: 4px 6px;
    color: #808285;
    width: 100%;
}

#offers .offer .wrapper .prices ul li > span.red {
    color: #ed1c24;
}

#offers .offer .wrapper .prices ul li .s1 {
    display: table-cell;
    vertical-align: baseline;
}

#offers .offer .wrapper .prices ul li .s2 {
    text-align: right;
    display: table-cell;
    vertical-align: baseline;
}

#offers .offer .wrapper .prices ul li .s2 span {
    font-size: 22px;
    display: inline-block;
    position: relative;
}

#offers .offer .wrapper .prices ul li .s2 span.strikethrough::before {
    position: absolute;
    display: block;
    content: '';
    background: #808285;
    top: 50%;
    left: 50%;
    width: 114%;
    transform: translate(-50%, -50%) rotate(-8deg);
    height: 2px;
}

#offers .offer .wrapper .buttons ul {
    overflow: hidden;
    display: block;
}

#offers .offer .wrapper .buttons ul li {
    overflow: hidden;
    margin-bottom: 10px;
    display: block;
    width: 100%;
}

#offers .offer .wrapper .buttons ul li:last-child {
    margin-bottom: 0;
}

#offers .offer .wrapper .buttons ul li a,
#offers .offer .wrapper a.button {
    display: block;
    background: #ed1c24;
    border-radius: 2px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    width: 100%;
    outline: 0;
}

#offers .offer .wrapper .buttons ul li a.disabled,
#offers .offer .wrapper a.button.disabled {
    pointer-events: none;
    opacity: 0.25;
}

#offers .offer .wrapper .buttons ul li a:hover,
#offers .offer .wrapper a.button:hover {
    text-decoration: underline;
}

#offers .offer .wrapper .buttons ul li a .table,
#offers .offer .wrapper a.button .table {
    display: table;
    width: 100%;
}

#offers .offer .wrapper .buttons ul li a .cell,
#offers .offer .wrapper a.button .cell {
    display: table-cell;
    vertical-align: middle;
    height: 44px;
    width: 100%;
}

#offers .offer .wrapper .buttons ul li.icons a {
    margin-right: 10px;
    height: 44px;
    width: 44px;
    float: left;
}

#offers .offer .wrapper .buttons ul li.icons a svg {
    display: block;
    width: 44px;
    height: 44px;
    fill: #ffffff;
}

@keyframes video1 {
    0% {
        background: #ed1c24;
        fill: #ffffff;
    }
    25% {
        background: #ed1c24;
        fill: #ffffff;
    }
    30% {
        background: #ececed;
        fill: #000000;
    }
    70% {
        background: #ececed;
        fill: #000000;
    }
    75% {
        background: #ed1c24;
        fill: #ffffff;
    }
    100% {
        background: #ed1c24;
        fill: #ffffff;
    }
}

@keyframes video2 {
    0% {
        background: #ececed;
        color: #000000;
    }
    25% {
        background: #ececed;
        color: #000000;
    }
    30% {
        background: #ed1c24;
        color: #ffffff;
    }
    70% {
        background: #ed1c24;
        color: #ffffff;
    }
    75% {
        background: #ececed;
        color: #000000;
    }
    100% {
        background: #ececed;
        color: #000000;
    }
}

#offers .offer .wrapper .buttons ul li.icons a.get-a-video-presentation {
    overflow: hidden;
    width: calc(100% - (10px * 2) - (44px * 2));
    margin-right: 0;
    color: #ffffff;
    fill: #ffffff;

    animation: video1 2s linear infinite;
}

#offers .offer .wrapper .buttons ul li.icons a.get-a-video-presentation svg {
    fill: inherit;
    float: left;
}

#offers .offer .wrapper .buttons ul li.icons a.get-a-video-presentation .table {
    width: calc(100% - 44px);
    background: #ececed;
    color: #000000;

    animation: video2 2s linear infinite;
}

#offers .offer .wrapper .buttons ul li.icons a.get-a-video-presentation .table .cell {
    line-height: 1.2;
    text-align: left;
    padding: 0 8px;
    font-family: 'Toyota Type Semibold';
    font-weight: bold;
    font-size: 11px;
}

#offers .offer .wrapper .buttons ul li.icons a.get-a-video-presentation:hover .table .cell {
    text-decoration: underline;
}

#offers .offer.disabled .wrapper .buttons ul li.icons a.get-a-video-presentation,
#offers .offer.disabled .wrapper .buttons ul li.icons a.get-a-video-presentation .table,
#offers .offer .wrapper .buttons ul li.icons a.get-a-video-presentation.disabled,
#offers .offer .wrapper .buttons ul li.icons a.get-a-video-presentation.disabled .table {
    animation: none;
}

#offers .offer .wrapper .akcija {
    background: #ff0000;
    color: #ffffff;
    padding: 6px 10px 8px 10px;
    margin: 0 -10px -10px -10px;
    font-family: 'Toyota Type Semibold';
    line-height: 1.2;
    text-align: center;
}

#offers .offer .wrapper .akcija p {
    margin: 10px 0;
}

#offers .offer .wrapper .akcija a {
    color: inherit;
}

#offers .offer .wrapper .akcija a:hover {
    color: #000000;
}

@media (min-width: 768px) {
    #offers .offer .wrapper .akcija {
        margin: 0 -5px -10px -5px;
    }
}

#offers .offer .offer-images,
#offers .offer .offer-equipment {
    background-color: #262626;
    margin-top: 10px;
    display: none;
}

#offers .offer .offer-images .container,
#offers .offer .offer-equipment .container {
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
}

#offers .offer .offer-images .container .wrapper,
#offers .offer .offer-equipment .container .wrapper {
    background: #58595b;
    position: relative;
    padding: 10px;
}

#offers .offer .offer-images .triangle,
#offers .offer .offer-equipment .triangle {
    position: absolute;
    top: -16px;
    left: 50%;
    border-style: solid;
    border-width: 0 16px 16px 16px;
    border-color: transparent transparent #262626 transparent;
}

#offers .offer .offer-images .close,
#offers .offer .offer-equipment .close {
    position: absolute;
    width: 16px;
    right: 6px;
    top: 6px;
}

#offers .offer .offer-images .close img,
#offers .offer .offer-equipment .close img {
    display: block;
    width: 100%;
}

#offers .offer .offer-equipment .equipment {
    margin: 20px auto 0 auto;
}

#offers .offer .offer-equipment .equipment .group {
    margin-bottom: 15px;
}

#offers .offer .offer-equipment .equipment .group:last-child {
    margin-bottom: 0;
}

#offers .offer .offer-equipment .equipment .group .title {
    font-family: 'Toyota Type Semibold';
    margin-bottom: 4px;
    line-height: 20px;
    font-size: 16px;
    color: #ffffff;
}

#offers .offer .offer-equipment .equipment .group ul {
    display: block;
    font-size: 14px;
    margin: 0 10px;
    color: #ffffff;
}

#offers .offer .offer-equipment .equipment .group ul li {
    display: block;
}

#offers .offer .offer-images {
    background: #58595b;
}

#offers .offer .offer-images .close img {
    fill: #ff0000;
}

#offers .offer .offer-images .container .wrapper {
    background: #ffffff;
}

#offers .offer .offer-images .triangle {
    border-color: transparent transparent #58595b transparent;
}

#offers .offer .offer-images .images {
    margin: 20px auto 0 auto;
    text-align: center;
}

#offers .offer .offer-images .images a {
    outline: 0;
}

#offers .offer .offer-images .images .image-list {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
    margin-bottom: 10px;
}

#offers .offer .offer-images .images .image-list::before {
    content: '';
    display: block;
    max-width: 650px;
    padding-top: 50%;
}

#offers .offer .offer-images .images .image-list li {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#offers .offer .offer-images .images .image-list li a {
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 100%;
    width: 100%;
}

#offers .offer .offer-images .images .navigation {
    display: inline-block;
    height: 20px;
    line-height: 0;
    font-size: 0;
}

#offers .offer .offer-images .images .navigation li {
    display: inline-block;
    position: relative;
    margin: 0 6px;
}

#offers .offer .offer-images .images .navigation li a {
    background-color: #58595b;
    transition: background-color .2s ease;
    border-radius: 2px;
    display: block;
    height: 16px;
    width: 16px;
}

#offers .offer .offer-images .images .navigation li:hover a,
#offers .offer .offer-images .images .navigation li.active a {
    background-color: #ed1c24;
}

#offers .article {
    overflow: hidden;
    text-align: left;
}

#offers .article .container {
    margin-bottom: 10px;
}

#offers .article .container:last-child {
    margin-bottom: 0;
}

#offers .article .border {
    border: 2px solid #ed1c24;
    padding: 10px;
}

#offers .article p {
    margin: 0 0 10px 0;
}

#offers .article p:last-child {
    margin-bottom: 0;
}

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

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

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

    #offers .cover-container {
        padding: 0 15px;
    }

    #offers .container .cover {
        background-size: cover;
        background-position: center;
        padding-bottom: 0;
        height: 320px;
    }

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

    #offers .offer .bg {
        padding-right: 5px;
        padding-left: 5px;
    }

    #offers .offer .wrapper {
        display: table;
        width: 100%;
    }

    #offers .offer .wrapper .image,
    #offers .offer .wrapper .prices {
        display: table-cell;
        padding-left: 5px;
        padding-right: 8px;
        margin-bottom: 0;
        width: 40%;
    }

    #offers .offer .wrapper .image {
        vertical-align: middle;
    }

    #offers .offer .wrapper .data,
    #offers .offer .wrapper .buttons {
        display: table-cell;
        vertical-align: top;
        padding-right: 5px;
        padding-left: 8px;
        width: 60%;
    }
}

@media (min-width: 992px) {
    #offers {
        padding-top: 40px;
    }

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

    #offers .container .cover {
        height: 420px;
    }

    #offers .offer .wrapper .buttons ul {
        margin: 0 -5px;
    }

    #offers .offer .wrapper .buttons ul li {
        padding: 0 5px;
        float: left;
        width: 50%;
    }
}

@media (min-width: 1200px) {
    #offers .offers-header,
    #offers .container {
        width: 1170px;
    }

    #offers .container .cover {
        height: 460px;
    }
}

#test-drive-form .qs-datepicker-container {
    font-family: inherit;
    border-radius: 2px;
    font-size: 1.6rem;
    padding: 2px;
    width: 268px
}

#test-drive-form .qs-datepicker-container .qs-controls {
    border-radius: 2px;
    min-height: 32px;
}

#test-drive-form .qs-datepicker-container .qs-arrow {
    border-radius: 2px;
}

#test-drive-form .qs-datepicker-container .qs-square {
    width: 36px;
    border-radius: 2px;
    height: 28px;
}

#test-drive-form .qs-datepicker-container .qs-current {
    text-decoration: none;
}

#test-drive-form .qs-datepicker-container .qs-active {
    background-color: #ed1c24;
    color: #ffffff;
}

#test-drive-form .qs-datepicker-container .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
    background-color: #ed1c24;
    color: #ffffff;
}

#test-drive-form .qs-datepicker-container .qs-day {
    color: #555555;
}
