.bus_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:5.15625vw 12.9687vw 0 5vw;
    background: #ebebeb;
}
.bus_links .link {
    display: flex;
    align-items: center;
    width: 45%;
    flex:0 0 auto;
    font-size: 4.6875vw;
    border-bottom: 2px solid #ebebeb;
    margin-bottom: 5.46875vw;
    padding-bottom: 1vw;
}
.bus_links .link.active {
    border-color: #db0000;
}
.bus_links .icon {
    width:4.8281vw;
    margin-left: 2.6875vw;
}

.details {
    position: relative;
    padding:6.7968vw 3.125vw 40vw 1.5vw;
    background: #f6f6f6;
    margin-bottom: 24vw;
}
.details .content {
    position: relative;
    z-index: 1;
}
.details .bg {
    position: absolute;
    bottom:0;
    right:0;
    left:0;
    z-index: 0;
}
.details .bus_wrapper {
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom:-15.625vw;
    display: flex;
    justify-content: center;
    align-items: center; /*added for safari- the default is stretch on safari*/
}
.details .bus {
    width: 72.5vw;
}
.details .title {
    display: flex;
    align-items: center;
    font-family: FbAlfi-Regular;
}

.details .title h1{
    font-size: 8.4375vw;
}

.details .title .arrow {
    width:9.3125vw;
    margin-left: 2.4531vw;
}
.details .text {
    font-family: Assistant-Regular;
    font-size: 5.1562vw;
    letter-spacing: -0.3px;
}

.specs {
    padding: 0 2.1875vw;
}
.specs .table {
    padding-bottom: 3.8281vw;
}
.specs .title {
    font-family: FbAlfi-Light;
    font-size: 8.4375vw;
    color:#515151;
    text-align: center;
    margin-bottom: 1.5625vw;
}

.specs .btn_wrapper{
    margin-bottom: 4.875vw;
    display: flex;
    justify-content: center;
}

.specs .btn_wrapper a{
    font-family: FbAlfi-Light;
    border-radius: 0.796875vw;
    border: solid 1px #2f2f2f;
    padding: 2.5vw 8.21875vw 2.65625vw 8.296875vw;
    font-size: 4.859375000000001vw;
    font-weight: 300;
    letter-spacing: -0.18593749999999998vw;
    color: #2f2f2f;
}

.specs .btn_wrapper a:not(:last-child){
    margin-left: 2.609375vw;
}

.specs .btn_wrapper a.active{
    color: #ffffff;
    background-color: #2f2f2f;
}

.specs .tab_1, .specs .tab_2{
    display: none;
}

.specs .tab_1.active, .specs .tab_2.active{
    display: block;
}

.specs .row {
    font-family: Assistant-Regular;
    display: flex;
    font-size: 4.359375vw;
}
.specs .row .cell{
    display: flex;
    justify-content: center;
    align-items: center;
    height:10.7968vw;
    width:50%;
    flex:0 0 auto;
    background: #f0f0f0;
    border-bottom: 2px solid #ffffff;
    border-left: 1px solid #ffffff;
}
.specs .row .cell:last-child {
    border-left: none;
    border-right: 1px solid #ffffff;
}
.specs .row:nth-child(even) .cell{
    background: #f9f9f9;
}

.slider .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;

    position: absolute;
    width: 100%;
    top:50%;
    transform: translateY(-50%);
}
.slider .owl-prev, .slider .owl-next {
    width: 10.625vw;
}
.desktop_images {
    display: none;
}
@media(min-width: 768px) {
    .slider {
        display: none
    }
    .desktop_images {
        display: flex;
    }
    .desktop_images .right {
        width: 66.09375vw;
        padding-left: 5px;
    }
    .desktop_images .img_wrapper {
        position: relative;
    }
    .desktop_images .img_wrapper .expand {
        position: absolute;
        top:1.3541vw;
        right:1.3541vw;
        cursor: pointer;
    }
    .desktop_images .right .img_wrapper,
    .desktop_images .right img,
    .desktop_images .left img{
        height:100%;
    }
    .desktop_images .left {
        flex: 1 1;
        display: flex;
        flex-direction: column;
    }
    .desktop_images .left .img_wrapper:first-child{
        height: 27.5vw;
        padding-bottom: 5px;
    }

    .popup {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .popup .image_popup {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        background: #ffffff;
        transition: all 200ms ease-out;
        padding: 60px 15px 15px;
        height: 100vh;
        overflow: hidden;
    }
    .popup .image_popup .close_x {
        position: absolute;
        top:15px;
        left:15px;
        width: 30px;
    }
}
@media(min-width: 1200px) {
    .bus_links {
        flex-wrap: nowrap;
        justify-content: center;
        height: 5vw;
        padding:0;
        background: #ebebeb;
    }
    .bus_links .link {
        width: auto;
        font-size: 1.333vw;
        padding:0;
        margin-bottom: 0;
        margin-left:6vw;
    }
    .bus_links .icon {
        width:1.2583vw;
        margin-left: 9px;
    }

    .details {
        position: relative;
        padding:2.583vw 0 17vw;
        margin-bottom: 12vw;
    }
    .details .bg {
        position: absolute;
        bottom:0;
        right:0;
        left:0;
        z-index: 0;
    }
    .details .bus_wrapper {
        bottom:-10vw;
    }
    .details .bus {
        width: 37.6875vw;
    }
    .details .title {
        font-size: 2.65625vw;
        width: 35.583vw;
        margin:0 auto;
    }
    .details .title h1{
        font-size: 2.65625vw;
    }
    .details .title .arrow {
        width:3.55vw;
        margin-left: 2.4531vw;
    }
    .details .text {
        font-size: 1.816vw;
        width: 35.583vw;
        margin:0 auto;
    }

    .specs {
        padding: 0 29.1145vw;
    }
    .specs .table {
        padding-bottom: 3.8281vw;
    }
    .specs .title {
        font-family: FbAlfi-ExtraLight;
        font-size: 4.25vw;
        margin-bottom: 1.5625vw;
    }

    .specs .btn_wrapper{
        margin-bottom: 1.3958333333333333vw;
    }

    .specs .btn_wrapper a{
        border-radius: 0.19791666666666663vw;
        padding: 0.6145833333333334vw 2.03125vw 0.6666666666666667vw 2.041666666666667vw;
        font-size: 1.1979166666666667vw;
        letter-spacing: -0.06197916666666666vw;
    }

    .specs .btn_wrapper a:not(:last-child){
        margin-left: 1.6874999999999998vw;
    }

    .specs .row {
        font-size: 19px;
    }
    .specs .row .cell{
        height:3.9vw;
    }
    .specs .row .cell:last-child {
        border-left: none;
        border-right: 1px solid #ffffff;
    }
    .specs .row:nth-child(even) .cell{
        background: #f9f9f9;
    }

    .popup .image_popup {
        width: 70%;
        height: auto;
    }
}
@media(min-width: 1500px) {
    .bus_links {
        height: 48px;
    }
    .bus_links .link {
        font-size: 16px;
        margin-left:103px;
    }
    .bus_links .icon {
        width:15px;
        margin-left: 4px;
    }

    .details {
        position: relative;
        padding:2.583vw 0 17vw;
        margin-bottom: 12vw;
    }
    .details .bg {
        position: absolute;
        bottom:0;
        right:0;
        left:0;
        z-index: 0;
    }
    .details .bus_wrapper {
        bottom:-10vw;
    }
    .details .bus {
        width: 37.6875vw;
    }
    .details .title {
        width: 21.5vw;
    }
    .details .title h1{
        font-size: 2.177vw;
    }
    .details .title .arrow {
        width:2.2187vw;
        margin-left: 0.447vw;
    }
    .details .text {
        font-size: 1.135vw;
        width: 21.5vw;
    }

    .specs {
        padding: 0 29.1145vw;
    }
    .specs .table {
        padding-bottom: 2.5vw;
    }
    .specs .title {
        font-size: 2.65625vw;
        margin-bottom: 1.5625vw;
    }
    .specs .row {
        font-size: 19px;
    }
    .specs .row .cell{
        height:2.4479vw;
    }
    .specs .table:last-child .title {
        margin-bottom: 0;
    }

    .popup .image_popup img{
        max-height: 90vh;
    }
}