@font-face {
    font-family: HelveticaNeue;
    src: url(../fonts/HelveticaNeue.woff)
}

@font-face {
    font-family: HelveticaNeue;
    src: url(../fonts/HelveticaNeue-Light.woff);
    font-weight: 300
}

@font-face {
    font-family: HelveticaNeue;
    src: url(../fonts/HelveticaNeue-Bold.woff);
    font-weight: 700
}

@font-face {
    font-family: EufoniemOne;
    src: url(../fonts/EufoniemOne.woff)
}

@font-face {
    font-family: EufoniemTwo;
    src: url(../fonts/EufoniemTwo.woff)
}

@font-face {
    font-family: MyriadPro;
    src: url(../fonts/MyriadPro.woff)
}

.burger {
    width: rpx(46);
    height: rpx(46);
    position: relative
}

.burger-layer {
    background: url(../img/btn-bg.png);
    height: .45rem;
    width: 100%;
    display: block;
    position: absolute;
    border-radius: 0;
    transition: all .5s ease
}

.burger-layer-1 {
    top: 10%
}

.burger-layer-2 {
    top: 50%;
    margin-top: -.225rem
}

.burger-layer-3 {
    top: 90%;
    margin-top: -.45rem
}

.active .burger-layer-1, .navbar-toggler:not(.collapsed) .burger-layer-1 {
    top: 50%;
    margin-top: -.225rem;
    transform: rotate(45deg)
}

.active .burger-layer-2, .navbar-toggler:not(.collapsed) .burger-layer-2 {
    opacity: 0;
    visibility: hidden;
    margin-left: -100%
}

.active .burger-layer-3, .navbar-toggler:not(.collapsed) .burger-layer-3 {
    top: 50%;
    margin-top: -.225rem;
    transform: rotate(-45deg)
}

body {
    font-family: proxima-nova, sans-serif;
    line-height: 1.4;
    font-size: 14px;
    background-size: 100%;
    background-image: url(../images/bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-color: #f7f7f7
}

a, a:hover, body {
    color: #000
}

@media (max-width:575.98px) {
    .row-cars {
        margin: 0
    }
}

.car-link:hover {
    text-decoration: none
}

.car {
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    height: calc(100% - 30px);
    overflow: hidden;
    will-change: transform
}

.car:hover {
    text-decoration: none
}

.car-image {
    width: 100%;
    padding-bottom: 80.83333%;
    background-size: cover;
    background-position: 50%;
    transition: all .25s ease;
    transform: translateZ(0) scale(1.04) translateY(1.5%);
    will-change: transform;
    margin-bottom: 2.5%
}

.car-class {
    top: 0;
    right: 0;
    width: 48px;
    position: absolute
}

.car-content {
    padding: 20px 30px;
    transition: all .25s ease;
    will-change: transform
}

.car-title {
    font-weight: 700;
    font-size: 20px;
    text-transform: none;
    margin-top: 10px
}

.car-text, .car-title {
    margin-bottom: 10px
}

.car-more {
    font-size: 16px;
    text-align: center;
    background-color: #0053ff;
    font-weight: 900;
    color: #fff;
    height: 35px;
    line-height: 35px;
    position: absolute;
    bottom: -35px;
    width: 100%;
    transition: all .25s ease;
    will-change: transform
}

.car:hover .car-image {
    transform: scale(1) translateY(-1%)
}

.car:hover .car-content {
    transform: translateY(-22px)
}

.car:hover .car-more {
    transform: translateY(-100%)
}

.page-promotion body {
    background: #9d9d9d
}

.promotion-header {
    background-size: cover;
    background-position: 0;
    position: relative;
    width: 100%
}

@media (max-width:991.98px) {
    .promotion-header {
        background-image: none!important
    }
}

@media (min-width:992px) {
    .promotion-header {
        min-height: 445.1282051282px
    }
}

@media (min-width:1200px) {
    .promotion-header {
        min-height: 531.2820512821px
    }
}

.promotion-header-2 {
    min-height: 0
}

@media (min-width:992px) {
    .promotion-header-2 {
        display: flex
    }
}

.promotion-header-left {
    display: flex;
    flex-direction: column;
    background: #000
}

@media (min-width:992px) {
    .promotion-header-left {
        width: 56%
    }
}

@media (min-width:1200px) {
    .promotion-header-left {
        width: 58%
    }
}

.promotion-header-video {
    position: relative;
    height: auto;
    flex-grow: 1
}

.promotion-header-video-video {
    width: 100%
}

@media (min-width:992px) {
    .promotion-header-video-video {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%
    }
}

.promotion-header-image {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    background: no-repeat 50%/cover
}

.promotion-header-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
}

.promotion-header-caption {
    background: #191919;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 16px;
    color: #fff
}

.promotion-header-form {
    padding: 15px;
    color: #000;
    background: #fff;
    border-bottom: 1px solid #ccc
}

@media (min-width:992px) {
    .promotion-header-form {
        background: rgba(0, 0, 0, .6);
        color: #fff;
        height: 100%;
        background-image: none!important;
        margin-right: 0;
        margin-left: calc(40% + 35px);
        min-height: 445.1282051282px
    }
}

@media (min-width:1200px) {
    .promotion-header-form {
        margin-left: calc(50% + 35px);
        margin-right: 35px;
        min-height: 531.2820512821px
    }
}

@media (min-width:992px) {
    .promotion-header-2 .promotion-header-form {
        background: #333;
        min-height: 0;
        margin: 0;
        width: 44%
    }
}

@media (min-width:1200px) {
    .promotion-header-2 .promotion-header-form {
        width: 42%
    }
}

.promotion-header-form a {
    color: #000
}

@media (min-width:992px) {
    .promotion-header-form a {
        color: #fff
    }
}

.promotion-header-form label, .promotion-header-form p {
    font-size: 10px
}

@media (min-width:992px) and (max-width:1199.98px) {
    .promotion-header-form label, .promotion-header-form p {
        font-size: 9px
    }
}

.promotion-header-form label a {
    color: #000;
    font-weight: 700
}

@media (min-width:992px) {
    .promotion-header-form label a {
        color: #fff
    }
}

.promotion-header-form .form-control {
    border: 1px solid #666
}

@media (min-width:992px) {
    .promotion-header-form .form-control {
        border: 0
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .promotion-header-form .form-group, .promotion-header-form p {
        margin-bottom: 7px
    }
}

.promotion-header-form-title {
    font-weight: 300;
    font-size: 24px
}

.form-control {
    color: #000;
    border-radius: 3px;
    border: 0;
    padding: 6px 12px;
    height: 30px
}

.form-group, p {
    margin-bottom: 10px
}

.form-check-inline .form-check-input {
    margin-right: 5px;
    align-self: flex-start;
    margin-top: 1px
}

.btn {
    border-radius: 3px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 12px;
    font-size: 20px
}

.promotion-content {
    padding: 15px;
    background: #fff
}

@media (min-width:992px) {
    .promotion-content {
        padding: 22px
    }
}

.promotion-content-iframe {
    border: 0;
    width: 100%;
    height: 400px
}

.modal-backdrop.show {
    background: #fff;
    opacity: .9
}

@media (max-width:575.98px) {
    .modal-dialog {
        margin: 2.2rem
    }
}

.modal-content {
    background: #1a4b91;
    color: #fff;
    border: 0;
    padding: 30px;
    font-size: 28px;
    line-height: 1.2;
    border-radius: 0
}

.modal .close {
    width: 70px;
    height: 70px;
    background: url(../images/close.png);
    position: absolute;
    top: -35px;
    right: -35px;
    opacity: 1!important
}

@media (max-width:575.98px) {
    .container {
        padding: 0
    }
}

main {
    overflow: hidden
}

.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
    color: inherit
}

.form-control.is-valid, .was-validated .form-control:valid {
    background-image: none
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    box-shadow: none
}

.agreement-popover {
    font-size: 9px;
    background-color: #191919;
    padding: 8px;
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 6px;
    color: #fff
}

.agreement-popover-close {
    position: absolute;
    top: -7px;
    right: -7px
}

.promotion-form-replacement {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-height: 400px;
    background: #eee
}

@media (max-width:991.98px) {
    .promotion-form-replacement {
        display: none
    }
}

.iveco-cars-img {
    position: absolute;
    z-index: 2;
    margin-top: -175px;
    margin-left: -20px;
    pointer-events: none
}

@media (max-width:1199.98px) {
    .iveco-cars-img {
        width: 480px;
        margin-top: -100px;
        margin-left: -16px
    }
}

@media (max-width:991.98px) {
    .iveco-cars-img {
        display: none
    }
}

.iveco-cars-img-mobile {
    max-width: 100%;
    margin-top: -24%;
    margin-left: -3%;
    position: relative;
    z-index: 2
}

@media (min-width:992px) {
    .iveco-cars-img-mobile {
        display: none
    }
}

@font-face {
    font-family: "GillSans";
    src: url("/assets/fonts/gill-sans/Gill_Sans_Nova_Light.ttf");
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "GillSans";
    src: url("/assets/fonts/gill-sans/Gill_Sans_Nova_Book.ttf");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "GillSans";
    src: url("/assets/fonts/gill-sans/Gill_Sans_Nova_Medium.ttf");
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "GillSans";
    src: url("/assets/fonts/gill-sans/Gill_Sans_Nova_Bold.ttf");
    font-weight: 700;
    font-display: swap;
}

footer.footer {
    color: #fff;
    padding: 0px 0;
    background: #000;
    min-height: 3.57143rem;
    text-align: center;
    font-family: "GillSans", sans-serif;
    font-size: 13px;
}

footer.footer .foot {
    padding-top: 30px;
    padding-bottom: 40px;
}

footer.footer .logo {
    padding: 0 calc(20px / 2);
    min-width: 11.71429rem;
}

footer.footer .logo img {
    max-height: 2.14286rem;
}

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

footer.footer .right .menu li {
    display: block;
}

footer.footer .right .menu li a {
    color: rgba(255, 255, 255, 0.75);
    padding: 0;
    line-height: 2;
}

footer.footer .right .menu li a:hover {
    color: #fff;
}

footer .copy {
    text-align: center;
    color: #757575;
    line-height: 5.71429rem;
    min-height: 5.71429rem;
}

footer .copy p {
    margin-bottom: 0;
    line-height: inherit;
}

@media print, screen and (min-width: 64em) {
    footer.footer .right {
        text-align: right;
    }
    footer.footer .right .menu li {
        display: inline-block;
    }
    footer.footer .right .menu li a {
        padding: 0 1.42857rem;
        line-height: 3.78571rem;
    }
    footer.footer .right .menu li:last-child a {
        padding-right: 0;
    }
    footer .social ul {
        text-align: left;
    }
    footer .social ul li {
        float: left;
        display: table-cell;
    }
}

@media screen and (max-width: 63.9375em) {
    footer.footer .logo {
        width: 100%;
    }
    footer.footer .right {
        width: 100%;
    }
}

footer.footer a {
    color: #ffffff;
}

footer.footer {
    background: #000;
}

footer.footer .foot {
    padding-top: 15px;
    padding-bottom: 55px;
    font-size: 11px;
    line-height: 14px;
    position: relative;
}

@media (min-width: 768px) {
    footer.footer .foot {
        padding-top: 30px;
        padding-bottom: 40px;
        font-size: 13px;
        line-height: 16px;
    }
}

footer.footer .foot a {
    color: #fff;
}

footer.footer .foot img {
    width: 20px;
    margin: 0 8px;
}

@media (min-width: 768px) {
    footer.footer .foot img {
        width: auto;
        margin: 0 15px;
    }
}

footer.footer .foot .copyrights {
    order: 10;
    background: #fff;
    color: #9d9a9f;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 13px 0;
}

@media (min-width: 768px) {
    footer.footer .foot .copyrights {
        position: static;
        color: #fff;
        order: 0;
        background: none;
        padding: 0;
    }
}

footer.footer .foot .social {
    margin: 0 0 15px 0;
}

@media (min-width: 768px) {
    footer.footer .foot .social {
        margin: 0;
    }
}