*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body, html {
    color: #6a6969;
    font-family: "VolvoSansProRegular";
    font-size: 14px;
    background-color: #fff;
}

.clear {
    clear: both;
}
.er {
    display:inline-block;
    -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -o-transform:matrix(-1, 0, 0, 1, 0, 0);
    -ms-transform:matrix(-1, 0, 0, 1, 0, 0);
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.white {
    color: #ffffff;
}
.bold {
    font-family: VolvoSansProMedium;
}
.navy {
    color: #163455 !important;
}

btn, .btn {
    font-family: VolvoSansProRegular;
    font-size: 4vw;
    text-transform: uppercase;
    padding: 1vw 3vw;
    border: 1px solid #6a6969;
    cursor: hand;
    cursor: pointer;
}

btn:hover, .btn:hover {
    background-color: #6a6969;
    color: #ffffff;
}

@media only screen and (orientation: landscape) {
    btn, .btn {
        font-size: 2.5vw;
        padding: 1.5vw 3vw;
    }
}

@media only screen and (orientation: landscape) and (min-width: 1170px) {
    btn, .btn {
        font-size: 22px;
        padding: 9px 25px;
    }
}

/* ---------------------------- fonts ---------------------------------------- */

@font-face {
    font-family: 'VolvoBroadBaltic';
    src: url('/assets/fonts/VolvoBroadBaltic/volvobroadpro-webfont.eot'),
    url('/assets/fonts/VolvoBroadBaltic/volvobroadpro-webfont.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/VolvoBroadBaltic/volvobroadpro-webfont.woff') format('woff'),
    url('/assets/fonts/VolvoBroadBaltic/volvobroadpro-webfont.woff2') format('woff2'),
    url('/assets/fonts/VolvoBroadBaltic/VolvoBroadBaltic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VolvoSansProRegular';
    src: url('/assets/fonts/VolvoSansProRegular/volvosanspro-regular-webfont.woff') format('woff'),
    url('/assets/fonts/VolvoSansProRegular/volvosanspro-regular-webfont.woff2') format('woff2'),
    url('/assets/fonts/VolvoSansProRegular/volvosanspro-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VolvoSansProMedium';
    src: url('/assets/fonts/VolvoSansProMedium/volvosanspro-medium-webfont.eot'),
    url('/assets/fonts/VolvoSansProMedium/volvosanspro-medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/VolvoSansProMedium/volvosanspro-medium-webfont.woff') format('woff'),
    url('/assets/fonts/VolvoSansProMedium/volvosanspro-medium-webfont.woff2') format('woff2'),
    url('/assets/fonts/VolvoSansProMedium/volvosanspro-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* ---------------------------------- top --------------------------------------- */

#logo {
    background: transparent url('/assets/img/logo.png') center no-repeat;
    background-size: cover;
    width: 45px;
    height: 45px;
    float: right;
    cursor: hand;
    cursor: pointer;
}

#nav-burger {
    background: transparent url('/assets/img/burger.png') center no-repeat;
    background-size: cover;
    width: 45px;
    height: 28px;
    margin-top: 5px;
    float: left;
    cursor: hand;
    cursor: pointer;
}

#nav-fixed {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #163455;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
}
#nav-fixed .close {
    background: transparent url('/assets/img/close.png') center no-repeat;
    width: 35px;
    height: 35px;
    float: left;
    margin: 16px 0 0 25px;
    cursor: hand;
    cursor: pointer;
}

#top {
    height: 70px;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
    padding: 15px 20px;
    border-bottom: 1px solid #bebfbe;
}

#nav-fixed ul {
    margin-top: 20vh;
}

#nav-fixed ul li {
    display: block;
    margin-left: 20px;
}

#nav-fixed li span {
    display: inline-block;
    padding: 3vw 0;
    text-decoration: none;
    color: #fff;
    font-family: VolvoBroadBaltic;
    font-size: 10vw;
    text-transform: uppercase;
    cursor: hand;
    cursor: pointer;
}

#nav-fixed li span:hover {
    opacity: 0.6;
}

#nav-fixed li span.active {
    opacity: 0.6;
}

@media only screen and (orientation: landscape) {
    #nav-fixed ul {
        margin-top: calc( 15px - 2vw );
        margin-left: 90px;
    }

    #nav-fixed li span {
        font-size: 7vw;
        padding: 2vw 0;
    }
}

@media only screen and (orientation: landscape) and (min-width: 1170px) {
    #top {
        height: 85px;
    }
    #logo {
        width: 61px;
        height: 61px;
        margin-right: calc( (100vw - 120px) / 2 );
    }
    #nav-burger {
        width: 54px;
        height: 34px;
        margin-top: 15px;
        margin-left: calc( (100vw - 1170px)/2 );
    }

    #nav-fixed .close {
        width: 42px;
        height: 42px;
        margin: 25px 0 0 25px;
    }

    #nav-fixed {
        box-shadow: 5px 5px 31px rgba(12, 12, 12, 0.6);
        top: 0;
        left: calc( (100vw - 1170px)/2 );
        width: 410px;
        height: 465px;
    }
    #nav-fixed ul {
        margin-top: 100px;
        margin-left: 0px;
    }
    #nav-fixed li span {
        padding: 15px 0;
        font-size: 45px;
    }

}

/* -----------------------------------   sections layout - general -------------------------- */

#containter {
    width: 100%;
    margin: 0 auto;
    max-width: 1170px;
    /*position: relative;*/
    padding: 15px;
}

#section-revolvoer {
    background: #fff url("/assets/img/bg_hp.jpg") no-repeat scroll 30% / cover ;
    display: none;
    height: calc(100vh - 70px);
    left: 0;
    position: absolute;
    top: 70px;
    width: 100vw;
}
#section-calc {
    display: block;
}
#section-form {
    display: none;
}
#section-easylease {
    display: none;
}

/* ------------------------------- section: HP ------------------------------------------- */

#section-revolvoer .header {
    display: block;
    width: 90vw;
    max-width: 774px;
    margin: 20px auto 10px;
}
#section-revolvoer .hp-header-txt {
    display: block;
    text-align: center;
    width: 70vw;
    margin: 0 auto 30px;
}
#section-revolvoer .hp-xc90 {
    display: block;
    width: 50vw;
    margin: 10px auto;
    text-align: center;
    font-family: VolvoBroadBaltic;
    font-size: 4.5vw;
    cursor: hand;
    cursor: pointer;
}
#section-revolvoer .hp-xc60 {
    float: left;
    width: 45vw;
    text-align: center;
    font-family: VolvoBroadBaltic;
    font-size: 4.5vw;
    margin-top: -2vw;
    cursor: hand;
    cursor: pointer;
}
#section-revolvoer .hp-v40 {
    float: right;
    width: 45vw;
    text-align: center;
    font-family: VolvoBroadBaltic;
    font-size: 4.5vw;
    margin-top: -2vw;
    cursor: hand;
    cursor: pointer;
}
#section-revolvoer .hp-xc90:hover, #section-revolvoer .hp-xc60:hover, #section-revolvoer .hp-v40:hover, #section-revolvoer .arrow_down:hover {
    opacity: 0.85;
}

#section-revolvoer .hp-xc90 img, #section-revolvoer .hp-xc60 img, #section-revolvoer .hp-v40 img {
    width: 100%;
}
#section-revolvoer .hp-xc90 span, #section-revolvoer .hp-xc60 span, #section-revolvoer .hp-v40 span {
    font-size: 6vw;
}
#section-revolvoer .hp-btn {
    color: #fff;
    float: right;
    margin: 20px 7vw;
    text-align: center;
}

#section-revolvoer btn, #section-revolvoer .btn {
    border: 2px solid #163455 !important;
    background-color: #163455 !important;
}
#section-revolvoer btn:hover, #section-revolvoer .btn:hover {
    opacity: 0.85;
}
#section-revolvoer .arrow_down {
    background: transparent url('/assets/img/arrow_down.png') center no-repeat;
    background-size: contain;
    width: 25px;
    height: 15px;
    margin: 30px auto 0;
    cursor: hand;
    cursor: pointer;
}

#section-revolvoer h2 {
    font-family: "VolvoBroadBaltic";
    font-size: 9vw;
    float: right;
    text-align: right;
    color: #163455;
    margin: 5vh 7vw 2px 0;
    width: 90vw;
}
#section-revolvoer h3 {
    font-family: "VolvoSansProRegular";
    font-size: 6vw;
    float: right;
    text-align: right;
    color: #163455;
    margin-right: 7vw;
    width: 90vw;
    margin-bottom: 0px;
}

#section-revolvoer #hp_note {
    font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
    font-weight: 100;
    color: rgba(255,255,255,0.8);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    font-size: 2.5vw;
    width: 90vw;
    position: absolute;
    bottom: 2vh;
    left: 5vw;
}

@media only screen and (orientation: landscape) {

    #section-revolvoer {
        background: #fff url("/assets/img/bg_hp.jpg") no-repeat scroll 50% / cover ;
    }

    #section-revolvoer .header {
        width: 70vw;
        margin: 70px auto 10px;
        padding-left: 125px;
    }
    #section-revolvoer .hp-header-txt {
        width: 60vw;
        margin: 0 auto 20px;
        font-size: 2vw;
        padding-left: 100px;
    }
    #section-revolvoer .hp-xc90 {
        display: inline-block;
        width: calc( 37vw - 7px );
        font-size: 2.5vw;
    }
    #section-revolvoer .hp-xc60 {
        float: left;
        width: calc( 30vw - 7px );
        font-size: 2.5vw;
        margin-top: 4vw;
    }
    #section-revolvoer .hp-v40 {
        float: right;
        width: calc( 30vw - 7px );
        font-size: 2.5vw;
        margin-top: 4vw;
    }
    #section-revolvoer .hp-xc90 span, #section-revolvoer .hp-xc60 span, #section-revolvoer .hp-v40 span {
        font-size: 3.3vw;
    }

    #section-revolvoer h2 {
        font-size: 6vw;
        margin: 10vh 7vw 2px 0;
        width: 90vw;
    }
    #section-revolvoer h3 {
        font-size: 3.5vw;
        margin-right: 7vw;
        width: 90vw;
        margin-bottom: 20px;
    }

    #section-revolvoer btn, #section-revolvoer .btn {
        font-size: 2vw;
        padding: 1vw 2vw;
    }

    #section-revolvoer #hp_note {
        font-size: 1.2vw;
        left: 1vw;
    }

}

@media only screen and (orientation: landscape) and (min-width: 1170px) {
    #section-revolvoer {
        height: calc(100vh - 85px);
        top: 85px;
    }
    #section-revolvoer .hp-header-txt {
        width: auto;
        margin: 0 auto 50px;
        font-size: 18px;
    }
    #section-revolvoer .hp-xc90 {
        width: 405px;
        font-size: 20px;
    }
    #section-revolvoer .hp-xc60 {
        float: left;
        width: 365px;
        font-size: 20px;
        margin-top: 30px;
    }
    #section-revolvoer .hp-v40 {
        float: right;
        width: 365px;
        font-size: 20px;
        margin-top: 30px;
    }
    #section-revolvoer .hp-xc90 span, #section-revolvoer .hp-xc60 span, #section-revolvoer .hp-v40 span {
        font-size: 30px;
    }

    #section-revolvoer h2 {
        font-size: 60px;
        margin:10vh 10% 10px 0;
        width: 600px;
    }
    #section-revolvoer h3 {
        font-size: 35px;
        margin-right: 10%;
        width: 600px;
        margin-bottom: 25px;
    }

    #section-revolvoer .hp-btn {
        margin: 20px 10vw;
    }

    #section-revolvoer btn, #section-revolvoer .btn {
        font-size: 20px;
        padding: 10px 20px;
    }

    #section-revolvoer #hp_note {
        font-size: 13px;
    }
}

@media only screen and (orientation: landscape) and (min-width: 1600px) {

    #section-revolvoer .hp-header-txt {
        width: auto;
        margin: 0 auto 50px;
        font-size: 18px;
    }

    #section-revolvoer h2 {
        font-size: 80px;
        margin:10vh 10% 10px 0;
        width: 900px;
    }
    #section-revolvoer h3 {
        font-size: 45px;
        margin-right: 10%;
        width: 600px;
        margin-bottom: 25px;
    }

    #section-revolvoer .hp-btn {
        margin: 40px 10vw;
        font-size: 25px;
    }

    #section-revolvoer btn, #section-revolvoer .btn {
        font-size: 22px;
        padding: 15px 40px;
    }

    #section-revolvoer #hp_note {
        font-size: 15px;
    }
}

/* ------------------------------- section: calc ------------------------------------------- */

input[type=range] {
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    input[type=range] {
        margin: -10px 0 !important;
    }
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 20px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #FFFFFF;
    background: #ffffff;
    border-radius: 0px;
    border: 0px solid #000000;
}
input[type=range]::-webkit-slider-thumb {
    border: 4px solid #ffffff;
    height: 20px;
    width: 40px;
    border-radius: 0px;
    background: #163455;
    cursor: pointer;
    -webkit-appearance: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ffffff;
}
input[type=range]::-moz-range-track {
    width: 100%;
    height: 20px;
    cursor: pointer;
    animate: 0.5s;
    box-shadow: 0px 0px 0px #FFFFFF;
    background: #ffffff;
    border-radius: 0px;
    border: 0px solid #000000;
    padding: 0 3px;
}
input[type=range]::-moz-range-thumb {
    border: 4px solid #ffffff;
    height: 12px;
    width: 32px;
    background: #163455;
    cursor: pointer;
    border-radius: 0;
}
input[type=range]::-ms-track {
    width: 100%;
    height: 20px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #ffffff;
    border: 0px solid #000000;
    border-radius: 0px;
    box-shadow: 0px 0px 0px #FFFFFF;
}
input[type=range]::-ms-fill-upper {
    background: #ffffff;
    border: 0px solid #000000;
    border-radius: 0px;
    box-shadow: 0px 0px 0px #FFFFFF;
}
input[type=range]::-ms-thumb {
    border: 4px solid #ffffff;
    height: 12px;
    width: 32px;
    background: #163455;
    cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
    background: #ffffff;
}
input[type=range]:focus::-ms-fill-upper {
    background: #ffffff;
}

:root .css3-metro-dropdown option,
:root .css3-metro-dropdown:after,
:root .css3-metro-dropdown::after,
:root .css3-metro-dropdown select
{
    color: #163455;
}

:root .css3-metro-dropdown select,
:root .css3-metro-dropdown:after,
:root .css3-metro-dropdown::after
{
    display: block;
    background: #ffffff;
    width: 100%;
}

:root .css3-metro-dropdown select,
:root .css3-metro-dropdown option
{
    padding: 8px;
}

:root .css3-metro-dropdown
{
    position: relative;
    display: inline-block;
    border: 0;
    width: 100%;
}

:root .css3-metro-dropdown::after
{
    content: "\2335";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 32px;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    align-self: center;

    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}

:root .css3-metro-dropdown select
{
    height: 34px;
    border: 0;
    vertical-align: middle;
    outline: 0 none;
}

:root .css3-metro-dropdown option
{
    background: #fff;
    color: #333;
}
:root .css3-metro-dropdown-navy select,
:root .css3-metro-dropdown-navy:after,
:root .css3-metro-dropdown-navy::after
{
    background: #163455;
    color: #ffffff;
}

#section-calc h3 {
    font-family: VolvoBroadBaltic;
    font-size: 7vw;
    color: #ffffff;
    margin-bottom: 30px;
}
#section-calc .calc-title {
    font-family: VolvoBroadBaltic;
    font-size: 5vw;
    margin-bottom: 4px;
    color: #ffffff;
}
#section-calc .calc-rate {
    font-family: VolvoBroadBaltic;
    font-size: 8vw;
    margin-bottom: 4px;
    color: #163455;
}
#section-calc .calc-value {
    font-size: 5vw;
    color: #ffffff;
}
#section-calc .range-title {
    color: #fff;
    font-size: 11px;
    display: inline-block;
    float: left;
    margin-bottom: -6px;
}
#section-calc .range-50 {
    width: 50%;
}
#section-calc .range-25 {
    width: 25%;
}
#section-calc #calc-range-24 {
    display: block;
}
#section-calc #calc-range-36 {
    display: none;
}

#section-calc h2 {
    font-family: VolvoBroadBaltic;
    font-size: 8vw;
    color: #6a6969;
    float: left;
    width: 25vw;
}
#section-calc .mobile-models {
    float: right;
    width: 60vw;
    margin-top: 3vw;
}
#section-calc .desktop-models {
    display: none;
}
#section-calc .container-wide {
    /*position: absolute;*/
    /*top: calc( 100px + 16vw );*/
    /*left: 0;*/
    /*width: calc( 100% - 30px );*/
    /*margin: 0 15px;*/
    margin-top: 30px;
}
#section-calc .container-wide-bg {
    width: 100%;
    height: 100%;
    background-color: #163455;
    padding: 30px;
}
#section-calc btn {
    font-size: 4.5vw;
    padding: 3vw 5vw;
    display: block;
    margin: 3vw 0;
    text-align: center;
}
#section-calc btn.navy {
    background-color: #163455;
    color: #ffffff !important;
    border: 1px solid #163455;
}
#section-calc btn.navy:hover {
    background-color: #163455;
    color: #ffffff;
    opacity: 0.85;
}
#section-calc h1 {
    font-family: VolvoBroadBaltic;
    font-size: 10vw;
    color: #163455;
}

#section-calc .note {
    color: #c9c9c9;
    margin-top: 20px;
    font-size: 3vw;
}

@media only screen and (orientation: landscape) {
    #section-calc .calc-title {
        font-size: 4vw;
        margin-bottom: 4px;
        float: left;
        width: 35% !important;
    }
    #section-calc .calc-data {
        float: right;
        width: 60%;
    }
    #section-calc .calc-data::after {
        clear: both;
    }

    #section-calc .calc-rate {
        font-family: VolvoBroadBaltic;
        font-size: 8vw;
        margin-bottom: 4px;
        color: #163455;
    }
    #section-calc .calc-value {
        font-size: 5vw;
        color: #ffffff;
    }
    #section-calc .range-title {
        color: #fff;
        font-size: 11px;
        display: inline-block;
        float: left;
    }
    #section-calc .range-50 {
        width: 50%;
    }
    #section-calc .range-25 {
        width: 25%;
    }
    #section-calc #calc-range-24 {
        display: block;
    }
    #section-calc #calc-range-36 {
        display: none;
    }

    #section-calc h2 {
        font-family: VolvoBroadBaltic;
        font-size: 8vw;
        color: #6a6969;
        float: left;
        width: 25vw;
    }
    #section-calc .mobile-models {
        float: right;
        width: 60vw;
        margin-top: 3vw;
    }
    #section-calc .container-wide {
        /*position: absolute;*/
        /*top: calc( 100px + 16vw );*/
        /*left: 0;*/
        /*width: calc( 100% - 30px );*/
        /*margin: 0 15px;*/
        margin-top: 30px;
    }
    #section-calc .container-wide-bg {
        width: 100%;
        height: 100%;
        background-color: #163455;
        padding: 30px;
    }
    #section-calc btn {
        font-size: 4.5vw;
        padding: 3vw 5vw;
        display: block;
        margin: 3vw 0;
        text-align: center;
    }
    #section-calc btn.navy {
        background-color: #163455;
        color: #ffffff !important;
        border: 1px solid #163455;
    }
    #section-calc btn.navy:hover {
        background-color: #163455;
        color: #ffffff;
        opacity: 0.85;
    }
    #section-calc h1 {
        font-family: VolvoBroadBaltic;
        font-size: 10vw;
        color: #163455;
    }
}

@media only screen and (orientation: landscape) and (min-width: 1170px) {
    #section-calc h3 {
        font-size: 45px;
        margin-bottom: 25px;
    }
    #section-calc .calc-title {
        font-size: 28px;
        margin-bottom: 4px;
        float: left;
        width: 35% !important;
    }
    #section-calc .calc-data {
        float: right;
        width: 60%;
    }
    #section-calc .calc-data::after {
        clear: both;
    }
    #section-calc .calc-rate {
        font-size: 40px;
        margin: 10px 0 0 0;
        width: 240px !important;
    }
    #section-calc .calc-value {
        font-size: 20px;
    }
    #section-calc .range-title {
        color: #fff;
        font-size: 11px;
        display: inline-block;
        float: left;
    }
    #section-calc .range-50 {
        width: 50%;
    }
    #section-calc .range-25 {
        width: 25%;
    }
    #section-calc #calc-range-24 {
        display: block;
    }
    #section-calc #calc-range-36 {
        display: none;
    }
    #section-calc h2 {
        font-size: 40px;
        float: left;
        width: 105px;
    }
    #section-calc .mobile-models {
        display: none;
    }

    #section-calc .desktop-models {
        display: block;
        float: right;
    }
    #section-calc .container-wide {
        position: absolute;
        top: 205px;
        right: 0;
        width: calc( (100% - 1170px)/2 + 665px );
        margin: 0;
        background-color: #163455;
    }
    #section-calc .container-wide-bg {
        width: 665px;
        height: 100%;
        background-color: transparent;
        padding: 20px 30px;
    }
    #section-calc btn {
        font-size: 16px;
        padding: 13px 30px;
        display: inline-table;
        margin: 5px;
        text-align: center;
    }
    #section-calc btn.navy {
        background-color: #163455;
        color: #ffffff !important;
        border: 1px solid #163455;
        padding: 13px 60px;
        margin-left: 0;
    }
    #section-calc btn.navy:hover {
        background-color: #163455;
        color: #ffffff;
        opacity: 0.85;
    }
    #section-calc h1 {
        font-size: 60px;
    }
    #section-calc .price-field {
        width: 100%;
        height: 150px;
        background-color: #ffffff;
    }
    #section-calc .select-model {
        margin-bottom: 50px;
    }

    #section-calc .car {
        width: 460px;
    }
    #section-calc .car-description {
        width: 460px;
    }
    #section-calc .car-model {
        text-align: center;
        float: left;
        font-family: VolvoBroadBaltic;
        color: #6a6969;
        font-size: 28px;
        line-height: 30px;
        margin: 0 4px;
        width: 85px;
        padding: 0;
        cursor: pointer;
        cursor: hand;
    }
    #section-calc .car-model span {
        font-size: 14px;
        margin-top: -2px;
        display: block;
        line-height: 12px;
    }

    #section-calc .car-model img {
        width: 100%;
    }
    #section-calc .car-model .model-name {
        padding: 3px;
    }
    #section-calc .car-model .model-name.active {
        color: #ffffff;
        background-color: #163455;
    }

    #calc-range-24 .calc-title, #calc-range-36 .calc-title, #finacne-time .calc-title {
        /*padding-top: 10px;*/
    }

    #section-calc .note {
        width: 460px;
        font-size: 11px;
    }
}


/* ------------------------------- section: form ------------------------------------------- */



#section-form .container-wide {
    margin-top: 0px;
}
#section-form .container-wide-bg {
    width: 100%;
    height: 100%;
    background-color: #163455;
    padding: 30px;
}
#section-form h1 {
    font-family: VolvoBroadBaltic;
    font-size: 10vw;
    color: #163455;
    margin-top: 30px;
}
#section-form h3 {
    color: #ffffff;
    font-family: VolvoBroadBaltic;
    font-size: 11vw;
    margin-bottom: 7px;
    text-align: right;
}

#section-form .btn {
    font-size: 16px;
    padding: 13px 30px;
    display: inline-table;
    margin: 5px;
    text-align: center;
}
#section-form .btn.navy {
    background-color: #163455;
    color: #ffffff !important;
    border: 1px solid #fff;
    padding: 3vw;
    margin: 10px 0 30px 0;
    width: 100%;
}
#section-form .btn.navy:hover {
    background-color: #163455;
    color: #ffffff;
    opacity: 0.85;
}



@media only screen and (orientation: landscape) {

    #section-form .container-wide {
        margin-top: 30px;
    }
    #section-form .container-wide-bg {
        width: 100%;
        height: 100%;
        background-color: #163455;
        padding: 30px;
    }
}

@media only screen and (orientation: landscape) and (min-width: 1170px) {

    #section-form .container-wide {
        position: absolute;
        top: 130px;
        right: 0;
        width: calc( (100% - 1170px)/2 + 665px );
        margin: 0;
        background-color: #163455;
    }
    #section-form .container-wide-bg {
        width: 665px;
        height: 100%;
        background-color: transparent;
        padding: 30px;
    }
    #section-form h1 {
        font-size: 60px;
        margin-top: 50px;
    }
    #section-form .car {
        width: 460px;
    }
    #section-form .car-description {
        width: 460px;
    }
    #section-form h3 {
        font-size: 65px;
        margin-bottom: 10px;
        float: right;
    }
    #section-form .btn {
        font-size: 16px;
        padding: 13px 30px;
        display: inline-table;
        margin: 5px;
        text-align: center;
    }
    #section-form .btn.navy {
        background-color: #163455;
        color: #ffffff !important;
        border: 1px solid #fff;
        padding: 13px 60px;
        margin-left: 0;
        margin-top: 15px;
        width: auto;
    }
    #section-form .btn.navy:hover {
        background-color: #163455;
        color: #ffffff;
        opacity: 0.85;
    }
}

/* ---------------- form info --------------------- */
#form-info {
    font-family: "VolvoSansProRegular";
    font-size: 3.5vw;
    text-align: right;
    margin: 0;
    line-height: 1.2em;
    color: #fff;
}

/* ------------ form --------------------- */

::-webkit-input-placeholder { font-family: VolvoBroadBaltic; color: #163455; font-size: 20px; }
::-moz-placeholder { font-family: VolvoBroadBaltic; color: #163455; font-size: 20px; } /* firefox 19+ */
:-ms-input-placeholder { font-family: VolvoBroadBaltic; color: #163455; font-size: 20px; } /* ie */
input:-moz-placeholder { font-family: VolvoBroadBaltic; color: #163455; font-size: 20px; }

#form .form-element {
    margin: 6px 0;
}
#form .clear {
    clear: both;
}

#form .form-agree {
    margin: 3px 0;
    font-size: 2.5vw;
    line-height: 1.3em;
    text-align: right;
    float: right;
}
#form .form-element span {
    text-transform: uppercase;
    font-size: 4vw;
    font-family: "VolvoBroadBaltic";
    margin-right: 15px;
    display: none;
    color: #fff;
    width: 30vw;
    text-align: right;

}
#form .input {
    background-color: #ffffff;
    border: 0px solid #fff;
    padding: 10px 15px;
    font-size: 16px;
    color: #163455;
    width: 100%;
}

#form label.error {
    color: red;
    display: inline-block;
    font-size: 10px;
    margin-top: 2px;
    position: absolute;
    right: 45px;
    z-index: 403;
    padding: 4px 10px;
    background-color: rgba(255, 255, 255, 1);
}

#agree1-error {
    right: 0 !important;
    top: -24px;
    width: 78px;
    line-height: 10px;
}
#agree1-error:after {
    background-color: #fff;
    content: "";
    height: 10px;
    position: absolute;
    right: 2px;
    top: 0px;
    transform: rotate(45deg);
    width: 10px;
    margin-top: 10px;
    z-index: 402;
}

.icheckbox_minimal {
    float: right !important;
    margin-top: 5px !important;
}

#label-agree1, #label-agree2, #label-agree3 {
    display: block;
    float: left;
    width: 90%;
    margin-bottom: 10px;
    color: #fff;
}

#label-more {
    display: none;
}
#label-more-click span {
    text-decoration: underline;
    cursor: hand;
    cursor: pointer;
}
#label-more2 {
    display: none;
}
#label-more-click2 span {
    text-decoration: underline;
    cursor: hand;
    cursor: pointer;
}
#label-more3 {
    display: none;
}
#label-more-click3 span {
    text-decoration: underline;
    cursor: hand;
    cursor: pointer;
}

@media only screen and (orientation: landscape) {

    #form-info {
        font-size: 2.5vw;
    }

    #form .form-element span {
        display: inline-block;
        padding-top: 10px;
        width: 31vw;
    }
    #form .input {
        width: 45vw;
        float: right;
    }

    #label-agree1, #label-agree2, #label-agree3 {
        width: 93%;
    }

    #form .form-element::after {
        content: "";
        display: block;
        clear: both;
    }
}

@media only screen and (orientation: landscape) and (min-width: 1170px) {

    #content-text {
        position: relative;
        float: right;
        width: 380px;
        padding: 45px 0 250px;
        text-align: right;
        opacity: 0;
        animation-name: content;
        animation-duration: 1s;
        animation-delay: 1.5s;
        animation-fill-mode: forwards;
        -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
        backface-visibility: hidden;

        -webkit-animation-name: content;
        -webkit-animation-duration: 1s;
        -webkit-animation-fill-mode:forwards;

        -moz-animation-name: content;
        -moz-animation-duration: 1s;
        -moz-animation-fill-mode:content;

        -o-animation-name: content;
        -o-animation-duration: 1s;
        -o-animation-fill-mode:forwards;

    }

    #desktop-container .clear {
        clear: both;
    }

    #form-info {
        font-size: 16px;
        padding-bottom: 5px;
    }
    #form .form-element span {
        display: inline-block;
        font-size: 24px;
        text-align: right;
        width: 250px;
    }

    #form .btn {
        float: right;
        width: 205px;
        margin: 0;
    }

    #form .input {
        width: 335px;
    }
    #form .form-agree {
        width: 462px;
    }

    #form label.error {
        margin-top: 0;
        left: 568px;
        padding: 0px;
        width: 67px;
    }

    #agree1-error {
        left: -49px !important;
        top: -25px;
        width: 78px;
        height: 20px;
        line-height: 16px;
        text-align: center;

    }
    #agree1-error:after {
        content: "";
        height: 10px;
        right: 4px;
        top: 0px;
        width: 10px;
        margin-top: 15px;
    }

    #label-agree1, #label-agree2, #label-agree3 {
        font-size: 12px;
        line-height: 1em;
    }

}

/* --------------------- info after send --------------------- */
#after-send {
    display: none;
}

#after-send #header-after-send {
    font-family: VolvoBroadBaltic;
    font-size: 50px;
    text-align: right;
    color: #fff;
    margin-top: 60px;
}



/* ------------------------------- section: easylease ------------------------------------------- */

#section-easylease h2 {
    font-family: VolvoBroadBaltic;
    color: #163455;
    text-align: center;
    font-size: 10vw;
    line-height: 10vw;
    margin-bottom: 10px;
}
#section-easylease h5 {
    text-align: center;
    font-size: 3.5vw;
    margin-bottom: 15px;
}
#section-easylease .easy-lease-box-1, #section-easylease .easy-lease-box-2, #section-easylease .easy-lease-box-3 {
    display: block;
    width: 100%;
    /*height: 500px;*/
    margin: 15px 0;
    background-color: #163455;
    text-align: center;
    padding: 20px;
}
#section-easylease #easy-lease-desc-1, #section-easylease #easy-lease-desc-2, #section-easylease #easy-lease-desc-3 {
    display: block;
    color: #fff;
    text-align: left;
    font-size: 4vw;
    line-height: 5vw;
}
#section-easylease #easy-lease-desc-1 p, #section-easylease #easy-lease-desc-2 p, #section-easylease #easy-lease-desc-3 p {
    margin: 8px 0;
}
#section-easylease #easy-lease-more-1, #section-easylease #easy-lease-more-2, #section-easylease #easy-lease-more-3 {
    display: none;
}

#section-easylease #easy-lease-icon-1 {
    background: transparent url('/assets/img/easy-lease-icon-1.png') bottom no-repeat;
    background-size: 100px;
    width: 100px;
    height: 175px;
    margin: 0 auto 20px;
}
#section-easylease #easy-lease-icon-2 {
    background: transparent url('/assets/img/easy-lease-icon-2.png') bottom no-repeat;
    background-size: 100px;
    width: 100px;
    height: 175px;
    margin: 0 auto 20px;
}
#section-easylease #easy-lease-icon-3 {
    background: transparent url('/assets/img/easy-lease-icon-3.png') bottom no-repeat;
    background-size: 100px;
    width: 100px;
    height: 175px;
    margin: 0 auto 20px;
}

#section-easylease #easy-lease-icon-1.active {
    background-position: bottom;
}
#section-easylease #easy-lease-icon-2.active {
    background-position: bottom;
}
#section-easylease #easy-lease-icon-3.active {
    background-position: bottom;
}

@media only screen and (orientation: landscape) {
    #section-easylease h5 {
        font-size: 2.5vw;
        margin: 0 auto 15px;
        width: 90vw;
    }
    #section-easylease .easy-lease-box-1, #section-easylease .easy-lease-box-2, #section-easylease .easy-lease-box-3 {
        margin: 15px 0;
    }
    #section-easylease #easy-lease-desc-1, #section-easylease #easy-lease-desc-2, #section-easylease #easy-lease-desc-3 {
        float: right;
        font-size: 3vw;
        line-height: 4vw;
        width: 55vw;
    }
    #section-easylease #easy-lease-desc-1 p, #section-easylease #easy-lease-desc-2 p, #section-easylease #easy-lease-desc-3 p {
        margin: 8px 0;
    }
    #section-easylease #easy-lease-icon-1 {
        background-size: 25vw;
        width: 25vw;
        height: 43.75vw;
        margin: 0 4vw 0 0;
        float: left;
    }
    #section-easylease #easy-lease-icon-2 {
        background-size: 25vw;
        width: 25vw;
        height: 43.75vw;
        margin: 0 4vw 0 0;
        float: left;
    }
    #section-easylease #easy-lease-icon-3 {
        background-size: 25vw;
        width: 25vw;
        height: 43.75vw;
        margin: 0 4vw 0 0;
        float: left;
    }
}

@media only screen and (orientation: landscape) and (min-width: 1170px) {
    #section-easylease h2 {
        font-size: 85px;
        line-height: 85px;
        margin: 15px auto;
        width: 700px;
    }
    #section-easylease h5 {
        font-size: 18px;
        margin: 0 auto 35px;
        width: 650px;
    }
    #section-easylease .easy-lease-box-1, #section-easylease .easy-lease-box-2, #section-easylease .easy-lease-box-3 {
        float: left;
        width: 365px;
        margin: 10px 10px 50px 10px;
        height: 700px;
    }
    #section-easylease .easy-lease-box-1 {
        margin-left: 0 !important;
    }
    #section-easylease .easy-lease-box-3 {
        margin-right: 0 !important;
    }
    #section-easylease #easy-lease-icon-1 {
        background-size: 213px;
        width: 233px;
        height: 279px;
        margin: 0 auto 39px;
        float: none;
    }
    #section-easylease #easy-lease-icon-2 {
        background-size: 165px;
        width: 165px;
        height: 289px;
        margin: 0 auto 30px;
        float: none;
    }
    #section-easylease #easy-lease-icon-3 {
        background-size: 165px;
        width: 165px;
        height: 289px;
        margin: 0 auto 30px;
        float: none;
    }
    #section-easylease #easy-lease-desc-1, #section-easylease #easy-lease-desc-2, #section-easylease #easy-lease-desc-3 {
        float: none;
        font-size: 14px;
        line-height: 16px;
        width: auto;
    }

}