html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
*,
*:before,
*:after {
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
html,
body {
    font-family: 'Foco Corp', Arial, Sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    background-color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 1.2;
    color: #F2CB13;
}
@media (max-width: 767px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 20px;
    }
}
h2 {
    font-size: 21px;
}
@media (max-width: 767px) {
    h2 {
        font-size: 20px;
    }
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: none;
}
.gmnoprint img {
    max-width: none;
}
iframe {
    width: 100%;
    vertical-align: middle;
}
a,
button {
    font-family: 'Foco Corp';
    text-decoration: none;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
address { font-style: normal; }
figure {
    display: inline-block;
    font-size: 0;
    margin: 0;
}
p {
    margin-bottom: 15px;
}
b,
strong {
    font-family: 'Foco Corp Bold';
    font-weight: 700;
}
small {
    font-size: 70%;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Utilites */
.text-center {
    text-align: center;
}
.text-yellow {
    color: #F2CB13;
}
.nowrap {
    white-space: nowrap;
}
.uppercase {
    text-transform: uppercase;
}
.lowercase {
    text-transform: lowercase;
}
.numbered__list,
.unordered__list {
    list-style: decimal;
    margin-bottom: 30px;
    padding-left: 20px;
}
.unordered__list .unordered__list {
    margin-bottom: 0;
}
.numbered__list li {
    margin-bottom: 16px;
    padding-left: 12px;
}
.unordered__list {
    list-style: disc;
}
.unordered__list .unordered__list {
    list-style: circle;
}
.sub__li {
    display: inline-block;
    padding-left: 25px;
}
.sub__li > .sub__li {
    display: inline-block;
    padding-left: 25px;
}
[hidden] {
    display: none !important;
}
.-br-mob {
    display: none;
}
@media (max-width: 550px) {
    .-br-mob {
        display: block;
    }
}
.show-mobile,
.show-mobile--ib {
    display: none;
}
@media (max-width: 767px) {
    .show-mobile {
        display: block;
    }
    .show-mobile--ib {
        display: inline-block;
    }
}
.hide-mobile {
    display: block;
}
.hide-mobile--ib {
    display: inline-block;
}
@media (max-width: 767px) {
    .hide-mobile,
    .hide-mobile--ib {
        display: none;
    }
}

/* Button */
.button {
    display: inline-block;
    margin: 0;
    padding: 14px 56px;
    font-family: 'Foco Corp Bold';
    font-size: 22px;
    line-height: 1;
    text-transform: uppercase;
    color: #000;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 3px;
    border-image-source: linear-gradient(262.64deg, #4A472A -9.95%, #D39800 23.77%, #FFE8AC 50.47%, #CF9500 108.07%, #828282 124.93%);
    -webkit-box-shadow: 0px 4px 15px 1px rgba(255, 204, 0, .2);
            box-shadow: 0px 4px 15px 1px rgba(255, 204, 0, .2);
    background-color: #F2CB13;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.is-loaded .button {
    -webkit-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 250ms;
         -o-transition-duration: 250ms;
            transition-duration: 250ms;
}
@media (max-width: 767px) {
    .button {
        font-size: 22px;
        padding: 10px 35px;
    }
}
.button:hover {
    background-color: #debb0e;
}
.button:active {
    background-color: #d2b10c;
}
.button--small {
    padding: 12px 32px;
    border-width: 1px;
    font-size: 14px;
    text-transform: none;
}
.button--bordered {
    background-color: transparent;
}
.button--bordered:hover {
    background-color: rgba(255, 255, 255, .1);
}
.button--agree,
.button--disagree {
    font-family: 'Foco Corp';
    font-size: 21px;
    font-weight: 700;
    text-transform: none;
    color: #000;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #F2CB13;
    background-color: #F2CB13;
}
@media (max-width: 550px) {
    .button--agree,
    .button--disagree {
        font-size: 16px;
    }
}
.button--agree:hover {
    border: 1px solid #d8b60a;
    background-color: #d8b60a;
}
.button--agree:active {
    border: 1px solid transparent;
    background-color: #cdac08;
}
.button--disagree {
    color: #F2CB13;
    border: 1px solid #F2CB13;
    background-color: #fff;
}
.button--disagree:hover {
    background-color: #fafafa;
}
.button--disagree:active {
    background-color: #f0f0f0;
}
.button--round {
    border-radius: 24px;
}

/* Modal */
.featherlight:last-of-type {
    background: rgba(255, 255, 255, .6);
}
.featherlight.dark:last-of-type {
    background: rgba(0, 0, 0, .5);
}
.featherlight .featherlight-content {
    padding: 0;
    border-bottom: none;
}
@media (max-width: 767px) {
    .featherlight .featherlight-content {
        margin-left: 10px;
        margin-right: 10px;
    }
}
.dark .featherlight-content {
    background-color: #000;
}
.featherlight .featherlight-close-icon,
.mobile-nav-close-button {
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    font-family: Georgia;
    font-size: 26px;
    font-weight: 700;
    line-height: 38px;
    color: #F2CB13;
    text-indent: 0;
    text-align: center;
    border: none;
    background-image: none;
    background-color: transparent;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.featherlight .featherlight-close-icon:hover,
.mobile-nav-close-button:hover {
    background-color: rgba(255, 255, 255, .1);
}
.featherlight--cookie-modal .featherlight-close {
    display: none;
}
.modal {
    max-width: 700px;
    font-size: 15px;
}
.wide .modal {
    max-width: 1172px;
    width: 100%;
}
@media (min-width: 1264px) {
    .wide .modal {
        width: 1172px;
    }
}
.modal__inner--w/padding {
    padding: 60px 90px;
}
@media (max-width: 767px) {
    .modal__inner--w/padding {
        padding: 40px 20px;
    }
}
.modal__inner p,
.modal__inner h2,
.modal__inner h3,
.modal__inner h4,
.modal__inner ul,
.modal__inner ol,
.modal__inner li {
    font-size: 18px;
    color: #000;
}
.modal__inner ul,
.modal__inner ol {
    margin-bottom: 24px;
}
.modal__inner h2,
.modal__inner h3,
.modal__inner h4 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}
.modal__inner h2.smaller {
    font-size: 21px;
    margin-bottom: 24px;
}
@media (max-width: 767px) {
    .modal__inner h2 {
        font-size: 20px;
    }
    .modal__inner h2 {
        font-size: 16px;
    }
    .modal__inner li {
        font-size: 16px;
    }
}
.modal__inner h3,
.modal__inner h4 {
    font-size: 18px;
}
.modal__inner h3 {
    margin-bottom: 8px;
}
.dark .modal__inner p,
.dark .modal__inner h2,
.dark .modal__inner h3,
.dark .modal__inner h4,
.dark .modal__inner ul,
.dark .modal__inner ol,
.dark .modal__inner li {
    color: #fff;
}
.dark .modal__inner h2,
.dark .modal__inner h3,
.dark .modal__inner h4 {
    color: #F2CB13;
}
.dark .modal__inner h2 {
    margin-bottom: 80px;
}
/* @media (max-width: 767px) {
    .modal__inner p {
        font-size: 12px;
        line-height: 1.167;
    }
} */
.modal__inner__top {
    padding: 60px 90px 20px 90px;
}
@media (max-width: 767px) {
    .modal__inner__top {
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
.hidden__area {
    position: relative;
    display: none;
    padding: 20px 90px;
    /* background-color: #E9E9E9; */
}
.hidden__area:before,
.hidden__area:after {
    content: '';
    position: absolute;
    top: 0;
    left: 90px;
    right: 90px;
    display: block;
    height: 1px;
    background-color: #E5E5E5;
}
.hidden__area:after {
    top: auto;
    bottom: 0;
}
@media (max-width: 767px) {
    .hidden__area {
        padding: 20px;
    }
    .hidden__area:before,
    .hidden__area:after {
        left: 20px;
        right: 20px;
    }
}
.hidden__area.js-open {
    display: block;
}
.hidden__area .block:first-of-type {
    margin-bottom: 30px;
}
.hidden__area .block a {
    display: block;
    margin-bottom: 20px;
}
.modal__inner .button--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 85px 25px 85px;
    padding-bottom: 20px;
}
@media (max-width: 767px) {
    .modal__inner .button--wrap {
        padding: 25px 15px;
        padding-bottom: 15px;
    }
}
.modal__inner .button--wrap .button {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width: 550px) {
    .modal__inner .button--wrap .button {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
}
.modal__inner a:not(.button) {
    font-size: 16px;
    color: #000;
    text-decoration: underline;
}
/* @media (max-width: 767px) {
    .modal__inner a:not(.button) {
        font-size: 9px;
    }
} */
.modal__inner a:not(.button):hover {
    color: #999;
}

/* Toggle switch */
.switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 26px;
}
.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #D7D7D7;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
input:checked + .slider {
    background-color: #F2CB13;
}
input:focus + .slider {
    -webkit-box-shadow: 0 0 1px #F2CB13;
            box-shadow: 0 0 1px #F2CB13;
}
input:checked + .slider:before {
    -webkit-transform: translateX(18px);
        -ms-transform: translateX(18px);
            transform: translateX(18px);
}
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}

/* Header */
.header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #F2CB13;
    height: 50px;
    z-index: 10;
}
.header__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    margin-bottom: 0;
    text-align: center;
}
@media (max-width: 767px) {
    .header__title {
        font-size: 20px;
    }
}
.header__lang {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 40px;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    color: #000;
}
.header__lang:hover {
    text-decoration: underline;
}
@media (max-width: 767px) {
    .header__lang {
        display: none;
    }
}
.hamburger {
    position: absolute;
    top: 3px;
    right: 0;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0 12px;
    font-size: 0;
    text-decoration: underline;
    border: none;
    background-color: transparent;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.hamburger span {
    display: block;
    width: 100%;
    height: 2px;
    margin-bottom: 4px;
    background-color: #000;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.hamburger span:last-of-type {
    margin-bottom: 0;
}
.hamburger.js-open .hamburger span {
    background-color: #999;
}
.hamburger.js-open span:nth-child(1) {
    -webkit-transform: rotate(-45deg) translateY(8px);
        -ms-transform: rotate(-45deg) translateY(8px);
            transform: rotate(-45deg) translateY(8px);
}
@media (max-width: 550px) {
    .hamburger.js-open span:nth-child(1) {
        -webkit-transform: rotate(-45deg) translate(-5px, 4px);
            -ms-transform: rotate(-45deg) translate(-5px, 4px);
                transform: rotate(-45deg) translate(-5px, 4px);
    }
}
.hamburger.js-open span:nth-child(2) {
    opacity: 0;
}
.hamburger.js-open span:nth-child(3) {
    -webkit-transform: rotate(45deg) translateY(-8px);
        -ms-transform: rotate(45deg) translateY(-8px);
            transform: rotate(45deg) translateY(-8px);
}
@media (max-width: 550px) {
    .hamburger.js-open span:nth-child(3) {
        -webkit-transform: rotate(45deg) translate(-4px, -4px);
            -ms-transform: rotate(45deg) translate(-4px, -4px);
                transform: rotate(45deg) translate(-4px, -4px);
    }
}
.mobile-nav-close-button {
    position: absolute;
    top: 4px;
    right: 4px;
}
.primary__nav {
    margin-top: 30px;
    padding: 0;
    list-style: none;
}
.primary__nav li {
    border-bottom: 1px solid #333;
}
.primary__nav li:last-of-type {
    border-bottom: none;
}
.primary__nav a {
    display: block;
    padding: 10px 0;
    font-size: 20px;
    color: #CB9D54;
}
@media (max-width: 767px) {
    .primary__nav a {
        font-size: 18px;
    }
}
.primary__nav a:hover,
.primary__nav a.active {
    color: #fff;
}

/* Hero */
.hero {
    position: relative;
}
.hero .container {
    height: 100%;
}
.hero__stage {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 88px;
    padding-bottom: 32px;
    z-index: 2;
}
@media (max-width: 767px) {
    .hero__stage {
        display: block;
        padding-top: 24px;
    }
}
.hero__road {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background-image: url('../img/car-road.png');
    background-repeat: no-repeat;
    background-position: center top;
}
.hero__left {
    -ms-flex-preferred-size: 535px;
        flex-basis: 535px;
}
@media (max-width: 1024px) {
    .hero__left {
        -ms-flex-preferred-size: 400px;
            flex-basis: 400px;
    }
}
@media (max-width: 850px) {
    .hero__left {
        -ms-flex-preferred-size: 380px;
            flex-basis: 380px;
    }
}
@media (max-width: 767px) {
    .hero__road {
        height: 390px;
        background-position: bottom top;
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        bottom: 55px;
    }
    .hero__left {
        text-align: center;
    }
    .hero__left img {
        max-width: 300px;
    }
}
.hero__bg {
    position: absolute;
    top: -50px; /* Header height */
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url('../img/hero-bg.png');
    background-repeat: no-repeat;
    background-position: center top;
}
@media (max-width: 767px) {
    .hero__bg {
        top: 0;
    }
}
.hero__title {
    margin-bottom: 48px;
}
@media (max-width: 767px) {
    .hero__title {
        margin-bottom: 24px;
    }
}
.hero__title span {
    display: block;
    color: #fff;
}
.hero__title .small {
    font-size: 24px;
    line-height: 1.25;
}
.hero__title .large {
    font-size: 72px;
}
.heading__mob {
    display: none;
}
@media (max-width: 1024px) {
    .hero__title .small {
        font-size: 20px;
    }
    .hero__title .large {
        font-size: 52px;
    }
}
@media (max-width: 850px) {
    .hero__title .small {
        font-size: 18px;
    }
    .hero__title .large {
        font-size: 42px;
    }
}
@media (max-width: 767px) {
    .hero__title .small {
        font-size: 14px;
    }
}
.hero__desc {
    margin-bottom: 20px;
    font-family: 'Foco Corp Bold';
    font-size: 26px;
    line-height: 1;
    color: #000;
}
.hero__desc strong {
    font-size: 32px;
}
@media (max-width: 610px) {
    .hero__desc {
        font-size: 22px;
    }
    .hero__desc strong {
        font-size: 26px;
    }
}
@media (max-width: 550px) {
    .hero__desc {
        font-size: 18px;
    }
    .hero__desc strong {
        font-size: 24px;
    }
}
.hero__ended {
    display: block;
    font-family: 'Foco Corp Bold';
    font-size: 26px;
    line-height: 1;
    color: #F2CB13;
    margin-bottom: 20px;
}
.hero__ended[style*="inline"] {
    display: block !important;
}
@media (max-width: 550px) {
    .hero__ended {
        font-size: 24px;
    }
}
.small-link {
    font-size: 14px;
    color: #000;
    text-decoration: underline;
}
@media (max-width: 550px) {
    .small-link {
        font-size: 12px;
    }
}
.small-link:hover {
    text-decoration: none;
}

/* Main */
@media (max-width: 767px) {
    .main {
        margin-top: -80px;
    }
}
.main .container {
    max-width: 982px;
    padding-top: 96px;
}
.tab__content {
    display: none;
}
@media (max-width: 767px) {
    .tab__content {
        font-size: 16px;
    }
    .tab__content h1 {
        font-size: 20px;
    }
    .tab__content h2,
    .tab__content h3,
    .tab__content h4 {
        font-size: 16px;
    }
}
.tab__content.js-open,
.tab__content.active {
    display: block;
}
.tab__content a {
    text-decoration: underline;
    color: #fff;
}
.tab__content a:hover {
    color: #999;
}
table.car__stats {
    margin-bottom: 20px;
}
table.car__stats tr td:first-of-type {
    padding-right: 20px;
}
.small-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .small-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding-left: 30%;
    }
}
@media (max-width: 550px) {
    .small-grid {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .small-grid {
        padding-left: 22%;
    }
}
.small-grid__item {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    text-align: center;
}
@media (max-width: 767px) {
    .small-grid__item + .small-grid__item {
        margin-top: 10px;
    }
}
@media (max-width: 550px) {
    .small-grid__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        text-align: left;
    }
}
.small-grid__item svg {
    position: relative;
    top: 1px;
}
.small-grid__item .text {
    margin-left: 16px;
    font-size: 14px;
}

/* Tab nav */
.tab-nav {
    height: 44px;
    background-color: #343434;
}
.tab-nav.js-open {
    display: block;
}
@media (max-width: 767px) {
    .tab-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 88px 0 40px 0;
        background-color: #000;
        z-index: 10;
    }
}
.tab-nav .container,
.tab-nav nav {
    height: inherit;
}
.tab-nav .container {
    max-width: 800px;
}
.tab-nav nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px) {
    .tab-nav nav {
        display: block;
        text-align: center;
    }
}
.tab-nav nav a {
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
}
.tab-nav nav a:hover {
    background-color: #222;
}
@media (max-width: 767px) {
    .tab-nav nav a {
        color: #F2CB13;
        font-weight: 700;
        margin-bottom: 20px;
    }
}
.tab-nav .header__lang {
    top: 12px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #F2CB13;
}
@media (max-width: 767px) {
    .tab-nav .header__lang {
        display: inline-block;
    }
}

/* Swiper */
.swiper-button-prev,
.swiper-button-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-image: url('../img/icon-triangle-down.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    outline: 0;
}
.swiper-button-prev {
    left: -10px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.swiper-button-next {
    right: -10px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
    content: none;
}

/* Tabs */
.tabs__toggle--list-wrap {
    position: relative;
    padding: 0 34px;
}
.tab__toggle--winner {
    position: relative;
    padding: 16px;
    font-family: 'Foco Corp Bold';
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
@media (max-width: 340px) {
    .tab__toggle--winner {
        font-size: 16px;
    }
}
.tab__toggle--winner:before,
.tab__toggle--winner:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -5;
}
.tab__toggle--winner:before {
    background: rgb(174,107,40);
    background: -o-linear-gradient(left, rgba(174,107,40,1) 0%, rgba(224,173,62,1) 21%, rgba(214,173,103,1) 51%, rgba(176,110,42,1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(174,107,40,1)), color-stop(21%, rgba(224,173,62,1)), color-stop(51%, rgba(214,173,103,1)), to(rgba(176,110,42,1)));
    background: linear-gradient(90deg, rgba(174,107,40,1) 0%, rgba(224,173,62,1) 21%, rgba(214,173,103,1) 51%, rgba(176,110,42,1) 100%);
}
.tab__toggle--winner:after {
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transition-property: opacity, background;
    -o-transition-property: opacity, background;
    transition-property: opacity, background;
    background: #000 !important;
    z-index: -2;
}
/* .tab__toggle--winner.active:after, */
.tab__toggle--winner:hover:after {
    background: #222 !important;
}
.tab__toggle--winner.active:hover:after {
    background: #000 !important;
}
.swiper-slide .tab__toggle--winner {
    display: block;
    opacity: 0.45;
}
.swiper-slide .tab__toggle--winner.active {
    opacity: 1;
}
.swiper-slide .tab__toggle--winner em {
    display: none;
    position: absolute;
    bottom: 0;
    left: 2px;
    right: 2px;
    height: 2px;
    background-color: #000;
}
.swiper-slide .tab__toggle--winner.active em {
    display: block;
}
.tab__content--wrap,
.tab__disclaimer {
    padding: 0 34px;
}
.tab__content--wrap {
    margin-top: -2px;
}
@media (max-width: 767px) {
    .tab__content--wrap {
        padding-left: 0;
        padding-right: 0;
    }
}
.tab__disclaimer {
    margin-top: 20px;
}
.tab__content--wrap .tab__content {
    padding: 2px;
    background: rgb(174,107,40);
    background: -o-linear-gradient(left, rgba(174,107,40,1) 0%, rgba(224,173,62,1) 21%, rgba(214,173,103,1) 51%, rgba(176,110,42,1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(174,107,40,1)), color-stop(21%, rgba(224,173,62,1)), color-stop(51%, rgba(214,173,103,1)), to(rgba(176,110,42,1)));
    background: linear-gradient(90deg, rgba(174,107,40,1) 0%, rgba(224,173,62,1) 21%, rgba(214,173,103,1) 51%, rgba(176,110,42,1) 100%);
}
.tab__content__inner {
    padding: 30px 15px 10px 15px;
    background-color: #000;
}
@media (max-width: 767px) {
    .tab__content__inner {
        padding: 20px;
    }
}
.tab__content__inner p {
    padding-left: 15px;
    padding-right: 15px;
}
.list__winners {
    list-style: none;
    font-size: 0;
    max-width: 726px;
    margin-left: auto;
    margin-right: auto;
}
.list__winners li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 33.33%;
    margin-bottom: 20px;
    padding: 0 15px;
    line-height: 1;
}
@media (max-width: 700px) {
    .list__winners li {
        width: 100%;
        margin-bottom: 20px;
    }
}
.winner__id {
    display: block;
    margin-bottom: 3px;
    font-size: 21px;
    font-weight: 700;
    color: #F2CB13;
}
@media (max-width: 767px) {
    .winner__id {
        font-size: 19px;
    }
}
.winner__left {
    position: absolute;
    top: 0;
    left: 15px;
    width: 30px;
    height: 100%;
    font-size: 21px;
}
.winner__right {
    padding-left: 30px;
}
.winner__bottom {
    display: block;
    font-size: 13px;
}
.winners-block p.text-center {
    margin-bottom: 24px;
}

/* Accordion */
.accordion {
    margin-bottom: 30px;
}
.accordion dt {
    position: relative;
    margin-bottom: 5px;
}
.accordion dt a {
    display: block;
    padding: 6px 20px;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    background-color: #373637;
}
@media (max-width: 767px) {
    .accordion dt a {
        font-size: 14px;
        padding: 10px;
    }
}
.accordion dt a:hover {
    background-color: #292929;
}
.accordion dt svg {
    position: absolute;
    top: calc(50% - 2px);
    right: 20px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.accordion.js-open dt svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
@media (max-width: 767px) {
    .accordion dt svg {
        right: 10px;
    }
}
.accordion dd {
    display: none;
    padding: 20px;
    color: #fff;
    background-color: #1E1E1E;
}
@media (max-width: 767px) {
    .accordion dd {
        font-size: 14px;
        line-height: 1.25;
        padding: 15px 10px;
    }
}
.accordion dd p:last-of-type {
    margin-bottom: 0;
}

/* Footer */
.footer {
    padding: 60px 0 20px 0;
}
@media (max-width: 767px) {
    .footer {
        padding: 20px 0 60px 0;
    }
}
.footer img {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .footer img {
        margin-bottom: 20px;
    }
}
@media (max-width: 610px) {
    .footer img {
        width: 180px;
    }
}
.footer p {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
}
@media (max-width: 767px) {
    .footer p {
        font-size: 10px;
    }
}
.popup {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 18px;
    z-index: 100;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    text-align: right;
}
@media (max-width: 767px) {
    .popup {
        display: block;
    }
}
.popup .button {
    font-size: 18px;
    padding: 10px 20px;
}
.popup.js-open {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}
.back__to__homepage--wrap {
    margin-bottom: 20px;
}
.tab__content a.back__to__homepage {
    color: #a7a5a5;
}
.tab__content a.back__to__homepage:hover {
    color: #fff;
}

/* Car block */
.car-block {
    margin-bottom: 64px;
}
.car-block__title {
    margin-bottom: 56px;
}
.car-block__ride {
    margin-bottom: -40px;
}
.car-block .small-grid {
    margin-bottom: 32px;
}

/* Winners block */
.winners-block h1 {
    margin-bottom: 24px;
}
