.UIProduct .info,.UIProduct .info .left .img {
    position: relative;
    z-index: 1
}

.UIProduct {
    position: relative;
    width: 100%;
    padding: 104px 0 0;
    overflow: visible;
    overflow-x: hidden
}

@media only screen and (max-width : 1600px) {
    .UIProduct {
        padding:74px 0 0
    }
}

@media only screen and (max-width : 1023px) {
    .UIProduct {
        overflow:visible;
        overflow-x: hidden;
        padding: 34px 0 0
    }
}

@media only screen and (max-width : 767px) {
    .UIProduct {
        padding:0
    }
}

.UIProduct .info .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

 .UIProduct .info .left {
    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; */
    width: 52%;
    width: -webkit-calc(100% - 620px);
    width: calc(100% - 620px);
    margin-top:50px;
}

/*.UIProduct .info .left .img {
    width: 85%;
    max-width: 733px;
    margin-top: 5%;
    height: 90%
}

.UIProduct .info .left img {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%
} */

.UIProduct .info .left img.active {
    opacity: 1
}

.UIProduct .info .left .pager {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    list-style: none;
    margin: 0;
    padding: 0
}

.UIProduct .info .left .pager li {
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 0;
    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;
    width: 40px;
    height: 40px
}

.UIProduct .info .left .pager li b,.UIProduct .info .left .pager li i {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 23px;
    height: 23px;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 8px rgba(0,0,0,.2);
    box-shadow: 0 5px 8px rgba(0,0,0,.2);
    background: #394044;
    background: -webkit-linear-gradient(top,rgba(57,64,68,1) 0,rgba(36,40,43,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(57,64,68,1)),to(rgba(36,40,43,1)));
    background: linear-gradient(to bottom,rgba(57,64,68,1) 0,rgba(36,40,43,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#394044', endColorstr='#24282b', GradientType=0 );
    -webkit-transition: all 150ms cubic-bezier(.86,0,.070,1);
    transition: all 150ms cubic-bezier(.86,0,.070,1);
    -webkit-transition-timing-function: cubic-bezier(.86,0,.070,1);
    transition-timing-function: cubic-bezier(.86,0,.070,1)
}

.UIProduct .info .left .pager li b,.UIProduct .info .right .btns .btn b,.UIProduct .product .btn b {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4040', endColorstr='#be1313', GradientType=0 )
}

.UIProduct .info .left .pager li b {
    z-index: 2;
    background: #ff4040;
    background: -webkit-linear-gradient(top,rgba(255,64,64,1) 0,rgba(190,19,19,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,64,64,1)),to(rgba(190,19,19,1)));
    background: linear-gradient(to bottom,rgba(255,64,64,1) 0,rgba(190,19,19,1) 100%);
    -webkit-transition: all 150ms cubic-bezier(.25,.25,.75,.75);
    transition: all 150ms cubic-bezier(.25,.25,.75,.75);
    -webkit-transition-timing-function: cubic-bezier(.25,.25,.75,.75);
    transition-timing-function: cubic-bezier(.25,.25,.75,.75)
}

.UIProduct .info .left .pager li.active b,.no-touch .UIProduct .info .left .pager li:hover b {
    opacity: 1
}

.UIProduct .info .right {
    position: relative;
    width: 620px;
    /* background-color: #282d32; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 10vw;
    min-height: 50vw
}

.msie .UIProduct .info .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.UIProduct .info .right>.bg {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 3000px;
    height: 3000px;
    clip-path: polygon(0 0, 100% 0, 100% 73%, 0% 100%);
    background-color: #282d32
}

.UIProduct .info .right .prevnext {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    position: relative;
    z-index: 2;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.UIProduct .info .right .prevnext i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    margin: 5px 20px 0
}

.UIProduct .info .right .prevnext a {
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

.no-touch .UIProduct .info .right .prevnext a:hover {
    color: #ed1c24
}

.UIProduct .info .right .right-wrap {
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.UIProduct .info .right .heading {
    z-index: 2;
    position: relative;
    margin: 100px 0 0
}

.msie .UIProduct .info .right .heading {
    margin-top: 150px
}

.UIProduct .info .right .heading .right-wrap {
    position: relative;
    z-index: 2
}

.UIProduct .info .right .heading h2 {
    margin: 35px 0 0;
    width: 100%;
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 1em
}

.UIProduct .info .right .heading h1 {
    padding: 5px 0 15px;
    width: 100%;
    font-family: Roboto;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -.04em;
    line-height: 1em
}

.UIProduct .info .right .heading .bg {
    position: absolute;
    top: 0;
    left: -10px;
    z-index: 1;
    height: 114px;
    height: 100%;
    width: auto
}

.msie .UIProduct .info .right .heading h2 {
    margin-top: 25px
}

.msedge .UIProduct .info .right .heading .bg,.msie .UIProduct .info .right .heading .bg {
    width: 3182px;
    height: 114px;
    left: -13px
}

.UIProduct .info .right .params {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 35px 0 0
}

.UIProduct .info .right .params dt {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    width: 42%
}

.UIProduct .info .right .params dd {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    width: 58%;
    padding: 0;
    margin: 0 0 10px
}

.UIProduct .info .right .btns {
    width: 100%
}

.UIProduct .info .right .btns .share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0 0;
    width: 100%
}

.UIProduct .info .right .btns .share label {
    width: 100%;
    margin: 0 0 0 auto;
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 43px
}

.UIProduct .info .right .btns .btn {
    position: relative;
    overflow: hidden;
    margin: 0 1em 0 0;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 21px;
    -webkit-box-shadow: 0 7px 15px rgba(0,0,0,.2);
    box-shadow: 0 7px 15px rgba(0,0,0,.2);
    color: #fff;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(57,64,68,1)),color-stop(40%,rgba(36,40,43,1)),color-stop(60%,rgba(255,64,64,1)),to(rgba(190,19,19,1)));
    background: -webkit-linear-gradient(top,rgba(57,64,68,1) 0,rgba(36,40,43,1) 40%,rgba(255,64,64,1) 60%,rgba(190,19,19,1) 100%);
    background: linear-gradient(to bottom,rgba(57,64,68,1) 0,rgba(36,40,43,1) 40%,rgba(255,64,64,1) 60%,rgba(190,19,19,1) 100%);
    -webkit-transition: all 150ms cubic-bezier(.25,.25,.75,.75);
    transition: all 150ms cubic-bezier(.25,.25,.75,.75);
    -webkit-transition-timing-function: cubic-bezier(.25,.25,.75,.75);
    transition-timing-function: cubic-bezier(.25,.25,.75,.75);
    background-size: 100% 250%
}

.UIProduct .info .right .btns .btn b,.UIProduct .product,.UIProduct .product .btn {
    -webkit-transition: all 150ms cubic-bezier(.25,.25,.75,.75)
}

.no-touch .UIProduct .info .right .btns .btn:hover {
    background-position: 0 100%
}

.UIProduct .info .right .btns .btn i {
    position: relative;
    z-index: 2;
    color: #fff;
    font-style: normal
}

.UIProduct .info .right .btns .btn b {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #ff4040;
    background: -webkit-linear-gradient(top,rgba(255,64,64,1) 0,rgba(190,19,19,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,64,64,1)),to(rgba(190,19,19,1)));
    background: linear-gradient(to bottom,rgba(255,64,64,1) 0,rgba(190,19,19,1) 100%);
    transition: all 150ms cubic-bezier(.25,.25,.75,.75);
    -webkit-transition-timing-function: cubic-bezier(.25,.25,.75,.75);
    transition-timing-function: cubic-bezier(.25,.25,.75,.75)
}

.UIProduct .info .right .btns .btn.active b,.no-touch .UIProduct .info .right .btns .btn:hover b {
    opacity: 1
}

.UIProduct .info .right .btns .btn.wide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 0 1.5em 0 0;
    margin: 1em 1.5em .5em 0;
    width: auto;
    height: 54px;
    border-radius: 27px;
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 700
}

.UIProduct .info .right .btns .btn.wide svg {
    z-index: 2;
    margin: 8px 1.2em 0 8px;
    width: 39px;
    height: 38px
}

.UIProduct .info .right .btns .btn.wide i {
    z-index: 2;
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 54px;
    margin: 0;
    padding: 0
}

.UIProduct .info .right .btns .btn.shop {
    margin-right: auto!important
}

.UIProduct .info .right .btns .btn.wide i.fa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: FontAwesome!important;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 2;
    margin: 7px 1.2em 0 8px;
    width: 35px;
    height: 35px
}

.UIProduct .info .right .btns .btn.wide i.fa-shopping-cart:before {
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 1.3em
}

@media only screen and (max-width : 1600px) {
    .UIProduct .info .left {
        width:60%
    }

    .UIProduct .info .right {
        width: 40%
    }

    .UIProduct .info .right .heading {
        margin: 10px 0 0
    }

    .UIProduct .info .right .heading h1 {
        font-size:2.1vw;
    }
}

@media only screen and (max-width : 1440px) {
    .msedge .UIProduct .info .right .heading .bg,.msie .UIProduct .info .right .heading .bg {
        top:5px;
        width: 2791px;
        height: 100px;
        left: -11px
    }

    .UIProduct .info .right .prevnext a {
        font-size: 13px
    }

    .UIProduct .info .right .prevnext i {
        margin: 5px 15px 0
    }

    .UIProduct .info .right {
        min-height: 55vw
    }

    .UIProduct .info .right .heading {
        margin: 100px 0 0
    }

    .msie .UIProduct .info .right .heading {
        margin-top: 120px
    }

    .UIProduct .info .right .heading h1 {
        font-size: 50px
    }

    .UIProduct .info .right .right-wrap {
        padding: 0 30px 0 70px
    }
}

@media only screen and (max-width : 1280px) {
    .UIProduct .info .right .prevnext {
        -webkit-transform:translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    .UIProduct .info .right .heading {
        margin: 80px 0 0
    }

    .UIProduct .info .right .heading h1 {
        font-size: 36px;
        letter-spacing: -.02em
    }

    .UIProduct .info .right .right-wrap {
        padding: 0 0 0 30px
    }

    .UIProduct .info .right .heading .bg {
        left: -12px
    }

    .msie .UIProduct .info .right .heading .bg {
        width: 2232px;
        height: 80px;
        top: 10px;
        left: -10px
    }

    .msedge .UIProduct .info .right .heading .bg {
        width: 2232px;
        height: 80px;
        left: -10px
    }

    .UIProduct .info .right .heading h2 {
        margin: 30px 0 0;
        font-size: 12px
    }

    .UIProduct .info .right .params dt {
        font-size: 14px
    }

    .UIProduct .info .right .params dd {
        font-size: 14px;
        margin: 0 0 8px
    }

    .UIProduct .info .right .btns .btn {
        margin: 0 .6em 0 0;
        height: 38px;
        width: 38px;
        line-height: 39px;
        font-size: 19px;
        -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.3);
        box-shadow: 0 2px 12px rgba(0,0,0,.3)
    }

    .UIProduct .info .right .btns .share label {
        margin: 0 0 0 auto;
        font-size: 13px;
        line-height: 39px
    }

    .UIProduct .info .right .btns .btn.wide {
        padding: 0 1.2em 0 0;
        margin: 1.2em 1em 0 0;
        width: auto;
        height: 38px;
        border-radius: 24px;
        font-size: 13px
    }

    .UIProduct .info .right .btns .btn.wide i {
        line-height: 38px;
        font-size: 12px
    }

    .UIProduct .info .right .btns .btn.wide i.fa {
        border: 1px solid #fff;
        margin: 5px 1em 0 7px;
        width: 23px;
        height: 23px
    }

    .UIProduct .info .right .btns .btn.wide i.fa-shopping-cart:before {
        font-size: .9em
    }

    .UIProduct .info .right .btns .btn.wide svg {
        margin: 7px 1em 0 7px;
        width: 26px;
        height: 26px
    }

    .UIProduct .info .left .pager {
        right: 10px
    }

    .UIProduct .info .left .pager li {
        width: 32px;
        height: 32px
    }

    .UIProduct .info .left .pager li b,.UIProduct .info .left .pager li i {
        width: 19px;
        height: 19px;
        -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.2);
        box-shadow: 0 3px 6px rgba(0,0,0,.2)
    }
}

@media only screen and (max-width : 1023px) {
    .UIProduct .info .left {
        width:55%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .UIProduct .info .left .img {
        margin-left: 4%
    }

    .UIProduct .info .right {
        width: 45%
    }

    .UIProduct .info .right .heading {
        margin: 30px 0 0
    }

    .UIProduct .info .right .prevnext a {
        font-size: 12px
    }

    .UIProduct .info .right .prevnext i {
        margin: 5px 12px 0
    }

    .msie .UIProduct .info .right .heading {
        margin-top: 50px
    }

    .UIProduct .info .right .heading h1 {
        font-size: 30px;
        letter-spacing: -.02em;
        padding: 3px 0 10px
    }

    .UIProduct .info .right .right-wrap {
        padding: 0 0 0 20px
    }

    .msie .UIProduct .info .right .right-wrap {
        top: 5px
    }

    .UIProduct .info .right .heading .bg {
        left: -9px
    }

    .UIProduct .info .right .heading h2 {
        margin: 20px 0 0;
        font-size: 11px
    }

    .UIProduct .info .right .params {
        margin-top: 20px
    }

    .UIProduct .info .right .params dt {
        font-size: 12px
    }

    .UIProduct .info .right .params dd {
        font-size: 13px;
        margin: 0 0 8px
    }

    .UIProduct .info .right .btns .btn {
        margin: 0 .6em 0 0;
        height: 36px;
        width: 36px;
        line-height: 37px;
        font-size: 17px;
        -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.3);
        box-shadow: 0 2px 12px rgba(0,0,0,.3)
    }

    .UIProduct .info .right .btns .share label {
        margin: 0 0 0 auto;
        font-size: 12px;
        line-height: 36px
    }

    .UIProduct .info .right .btns .btn.wide {
        padding: 0 1.2em 0 0;
        margin: 1.2em 1em 0 0;
        width: auto;
        height: 36px;
        border-radius: 18px;
        font-size: 13px
    }

    .UIProduct .info .right .btns .btn.wide i {
        line-height: 36px;
        font-size: 12px
    }

    .UIProduct .info .right .btns .btn.wide svg {
        margin: 7px 1em 0 7px;
        width: 24px;
        height: 24px
    }

    .UIProduct .info .left .pager {
        right: 5px
    }

    .UIProduct .info .left .pager li {
        width: 32px;
        height: 28px
    }

    .UIProduct .info .left .pager li b,.UIProduct .info .left .pager li i {
        width: 16px;
        height: 16px;
        -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2);
        box-shadow: 0 2px 5px rgba(0,0,0,.2)
    }
}

@media only screen and (max-width : 767px) {
    .UIProduct .info .left {
        width:100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 2;
        position: relative;
        background: #fff
    }

    .UIProduct .info .left .img {
        max-width: 500px;
        height: 80vw;
        margin: 2% auto 0
    }

    .UIProduct .info .left .img img {
        width: auto;
        max-width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

    .UIProduct .info .right {
        z-index: 1;
        width: 100%
    }

    .UIProduct .info .right .heading {
        margin: 40px 0 0
    }

    .UIProduct .info .right .prevnext {
        -webkit-transform: translateY(-22px);
        -ms-transform: translateY(-22px);
        transform: translateY(-22px);
        padding: 0 20px 0 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .UIProduct .info .right>.bg {
        display: none
    }

    .UIProduct .info .left .pager {
        right: -10px
    }

    .UIProduct .info .right .right-wrap {
        padding: 0 20px
    }

    .UIProduct .info .right .btns .share {
        margin: 10px 0 0;
        width: 100%
    }
    .UIProduct .info .right .heading h1 {
        font-size:25px;
    }
    .UIProduct .info .right>.bg {
        clip-path: none;
    }
}

@media only screen and (max-width : 600px) {
    .UIProduct .info .right .heading h2 {
        margin:17px 0 0;
        font-size: 10px
    }

    .UIProduct .info .right .heading h1 {
        font-size: 20px;
        letter-spacing: 0;
        padding: 2px 0 9px
    }

    .UIProduct .info .right .heading .bg {
        left: -8px
    }

    .UIProduct .info .right .btns .btn {
        margin: 0 .6em 0 0;
        height: 32px;
        width: 32px;
        line-height: 33px;
        font-size: 15px;
        -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.3);
        box-shadow: 0 2px 12px rgba(0,0,0,.3)
    }

    .UIProduct .info .right .btns .share label {
        margin: 0 0 0 auto;
        font-size: 11px;
        line-height: 36px
    }

    .UIProduct .info .right .btns .btn.wide {
        padding: 0 1.2em 0 0;
        margin: 1.2em 1em 0 0;
        width: auto;
        height: 32px;
        border-radius: 16px;
        font-size: 12px
    }

    .UIProduct .info .right .btns .btn.wide i {
        line-height: 32px;
        font-size: 11px
    }

    .UIProduct .info .right .btns .btn.wide svg {
        margin: 6px .8em 0 6px;
        width: 22px;
        height: 22px
    }

    .UIProduct .info .right .btns .btn.wide i.fa {
        margin: 4px .8em 0 6px;
        width: 20px;
        height: 20px
    }

    .UIProduct .info .right .btns .btn.wide i.fa-shopping-cart:before {
        font-size: .9em
    }
    .UIProduct .info .right>.bg {
        clip-path: none;
    }
}

@media only screen and (max-width : 460px) {
    .UIProduct .info .right .prevnext {
        -webkit-transform:translateY(-22px);
        -ms-transform: translateY(-22px);
        transform: translateY(-22px);
        padding: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .UIProduct .info .right {
        margin-top: 12px;
        padding-bottom: 50px
    }

    .UIProduct .info .left .img {
        width: 90%
    }

    .UIProduct .info .left .pager li b,.UIProduct .info .left .pager li i {
        width: 12px;
        height: 12px
    }

    .UIProduct .info .left .pager li {
        width: 25px;
        height: 24px
    }

    .UIProduct .info .right .heading h1 {
        font-size:16px;
        letter-spacing: 0;
        padding: 2px 0 7px
    }

    .UIProduct .info .right .heading h2 {
        margin: 14px 0 0;
        font-size: 10px
    }

    .UIProduct .info .right .heading .bg {
        left: -7px
    }
    .UIProduct .info .right>.bg {
        clip-path: none;
    }
}

.UIProduct section .head {
    width: 100%
}

.UIProduct section .head h2,.UIProduct section .head h3 {
    width: 90%;
    margin: 0 5%;
    text-align: center
}

.UIProduct section .head h2 {
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 700;
    color: #282d32;
    line-height: 1em
}

.UIProduct .features .feature h4,.UIProduct section .head h3 {
    font-family: Roboto;
    line-height: 1em;
    font-weight: 700
}

.UIProduct section .head h3 {
    margin-top: .2em;
    font-size: 60px;
    color: #ed1c24;
    letter-spacing: -.03em
}

@media only screen and (max-width : 1440px) {
    .UIProduct section .head h3 {
        font-size:50px
    }
}

@media only screen and (max-width : 1280px) {
    .UIProduct section .head h2 {
        font-size:12px
    }

    .UIProduct section .head h3 {
        font-size: 40px;
        letter-spacing: -.02em
    }
}

@media only screen and (max-width : 1023px) {
    .UIProduct section .head h2 {
        font-size:12px
    }

    .UIProduct section .head h3 {
        font-size: 30px;
        letter-spacing: 0;
        margin-top: 3px
    }
}

@media only screen and (max-width : 600px) {
    .UIProduct section .head h3 {
        font-size:28px
    }

    .UIProduct section .head h2 {
        font-size: 11px
    }
}

.UIProduct .features {
    z-index: 2;
    position: relative;
    margin: 10vw auto 100px
}

.UIProduct .features .bg {
    position: absolute;
    z-index: 1;
    top: -20vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: auto
}

.msie .UIProduct .features .bg {
    height: 58vw
}

.UIProduct .features .bg linearGradient,.UIProduct .features .bg polygon,.UIProduct .features .bg rect {
    fill: #fff
}

.UIProduct .features .wrap {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.UIProduct .features .features-list {
    margin-top: 4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.UIProduct .features .feature {
    margin: 0 2.5% 3em;
    width: 20%;
    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;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.UIProduct .features .feature img {
    height: 120px;
    width: auto;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.UIProduct .features .feature h4 {
    width: 100%;
    text-align: center;
    margin-top: 1em;
    font-size: 24px;
    color: #d81b22
}

.UIProduct .explore360 .head>i,.UIProduct .features .feature p,.UIProduct .product h2 {
    font-family: Roboto;
    color: #282d32
}

.UIProduct .features .feature p {
    margin-top: 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6em;
    text-align: center;
    width: 100%
}

@media only screen and (max-width : 1800px) {
    .UIProduct .features .bg {
        top:-19.2vw
    }
}

@media only screen and (max-width : 1600px) {
    .UIProduct .features .bg {
        top:-18.5vw
    }

    .UIProduct .features .feature img {
        height: 110px
    }
}

@media only screen and (max-width : 1280px) {
    .UIProduct .features .bg {
        top:-18.9vw
    }

    .UIProduct .features .feature h4 {
        font-size: 20px
    }

    .UIProduct .features .feature p {
        margin-top: 12px;
        font-size: 13px;
        line-height: 1.5em
    }

    .UIProduct .features .feature {
        margin: 0 2.5% 3em;
        width: 20%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .UIProduct .features .feature img {
        height: 90px
    }
}

@media only screen and (max-width : 1023px) {
    .UIProduct .features {
        margin:9vw auto 80px
    }

    .UIProduct .features .bg {
        top: -18.5vw
    }

    .UIProduct .features .feature h4 {
        font-size: 18px
    }

    .UIProduct .features .feature p {
        margin-top: 10px;
        font-size: 12px;
        line-height: 1.4em
    }

    .UIProduct .features .feature {
        margin: 0 2.5% 3em;
        width: 20%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .UIProduct .features .feature img {
        height: 80px
    }
}

@media only screen and (max-width : 767px) {
    .UIProduct .features {
        margin:0 auto 50px
    }

    .UIProduct .features .bg {
        top: -21vw
    }

    .UIProduct .features .features-list {
        margin-top: 40px
    }

    .UIProduct .features .head {
        margin-top: 20px
    }

    .UIProduct .features .feature {
        margin: 0 5% 3em;
        width: 40%
    }

    .UIProduct .features .feature img {
        height: 70px
    }
}

@media only screen and (max-width : 460px) {
    .UIProduct .features .head {
        margin-top:50px
    }

    .UIProduct .features .feature {
        margin: 0 10% 3em;
        width: 80%
    }
}

.UIProduct .explore360 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10vw auto 100px;
    position: relative;
    z-index: 3
}

.UIProduct .explore360 .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.UIProduct .explore360 .head>div {
    width: 50%;
    margin-right: auto
}

.UIProduct .explore360 .head>div>* {
    text-align: left;
    margin-left: 0
}

.UIProduct .explore360 .head>i {
    margin-left: auto;
    font-size: 15px;
    font-weight: 400;
    font-style: italic
}

.UIProduct .explore360 .view {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    margin-top: 30px;
    -webkit-box-shadow: 0 20px 60px rgba(0,0,0,.15);
    box-shadow: 0 20px 60px rgba(0,0,0,.15);
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.UIProduct .explore360 .view>img {
    position: relative;
    display: block;
    z-index: 1;
    padding: 30px 0;
    width: 60%;
    height: auto
}

.UIProduct .explore360 .view>.image3D {
    position: relative;
    display: block;
    z-index: 1;
    padding: 0;
    width: 60%;
    height: auto
}

.UIProduct .explore360 .view>.icon-360 {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 2;
    width: 60px;
    height: 60px
}

@media only screen and (max-width : 1280px) {
    .UIProduct .explore360 .head>i {
        font-size:13px
    }

    .UIProduct .explore360 .view {
        position: relative;
        margin-top: 20px;
        -webkit-box-shadow: 0 10px 40px rgba(0,0,0,.1);
        box-shadow: 0 10px 40px rgba(0,0,0,.1)
    }

    .UIProduct .explore360 .view>.icon-360 {
        top: 20px;
        right: 20px;
        width: 50px;
        height: 50px
    }
}

@media only screen and (max-width : 1023px) {
    .UIProduct .explore360 {
        margin-bottom:50px
    }

    .UIProduct .explore360 .wrap {
        width: 90%;
        margin-left: 5%
    }

    .UIProduct .explore360 .head>i {
        font-size: 12px
    }

    .UIProduct .explore360 .view {
        margin-top: 10px;
        -webkit-box-shadow: 0 8px 30px rgba(0,0,0,.1);
        box-shadow: 0 8px 30px rgba(0,0,0,.1)
    }

    .UIProduct .explore360 .view>.icon-360 {
        top: 15px;
        right: 15px;
        width: 45px;
        height: 45px
    }
}

@media only screen and (max-width : 767px) {
    .UIProduct .explore360 .view>.icon-360 {
        top:10px;
        right: 10px;
        width: 38px;
        height: 38px
    }
}

@media only screen and (max-width : 600px) {
    .UIProduct .explore360 .wrap {
        width:92%;
        margin-left: 4%
    }

    .UIProduct .explore360 .view>.icon-360 {
        top: 8px;
        right: 8px;
        width: 32px;
        height: 32px
    }

    .UIProduct .explore360 .view>.image3D {
        padding: 0
    }
}

@media only screen and (max-width : 460px) {
    .UIProduct .explore360 .head {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .UIProduct .explore360 .head>div {
        width: 100%
    }

    .UIProduct .explore360 .head>div h2,.UIProduct .explore360 .head>div h3 {
        width: 100%;
        text-align: center
    }

    .UIProduct .explore360 .head>i {
        width: 100%;
        margin-top: 8px;
        font-size: 11px;
        opacity: .7;
        text-align: center
    }

    .UIProduct .explore360 .view>.icon-360 {
        top: 6px;
        right: 6px;
        width: 28px;
        height: 28px
    }
}

.UIProduct .others,.UIProduct .products {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox
}

.UIProduct .others {
    display: flex;
    z-index: 2;
    padding-top: 100px
}

.UIProduct .products {
    margin: 50px auto 80px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%
}

.UIProduct .product,.UIProduct .product .img .placeholder {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox
}

.msie .UIProduct .products {
    width: 100%
}

.UIProduct .product {
    z-index: 1;
    overflow: hidden;
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0 65px;
    margin: 0 0 1em;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 25px;
    background: #fff;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    transition: all 150ms cubic-bezier(.25,.25,.75,.75);
    -webkit-transition-timing-function: cubic-bezier(.25,.25,.75,.75);
    transition-timing-function: cubic-bezier(.25,.25,.75,.75)
}

.UIProduct .product.active,.no-touch .UIProduct .product:hover {
    z-index: 2;
    -webkit-box-shadow: 0 5px 30px rgba(0,0,0,.3);
    box-shadow: 0 5px 30px rgba(0,0,0,.3)
}

.UIProduct .product .img {
    position: relative;
    background-size: contain;
    background-position: center bottom
}

.UIProduct .product .img .placeholder {
    max-width: 320px;
    width: 90%;
    margin-left: 5%;
    height: auto;
    display: flex;
    visibility: hidden
}

.UIProduct .product .img .product-image {
    display: none;
    position: absolute;
    top: auto;
    left: 5%;
    bottom: 0;
    max-width: 320px;
    width: 90%;
    height: auto;
    z-index: 1
}

.UIProduct .product h2,.UIProduct .product u {
    width: 100%;
    line-height: 1em;
    text-align: center
}

.UIProduct .product h2 {
    margin: 1em 0 0;
    font-size: 32px;
    font-weight: 700
}

.UIProduct .product u {
    margin: .5em 0 0;
    text-transform: uppercase;
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 500;
    color: rgba(40,45,50,.7);
    text-decoration: none
}

.UIProduct .product .btn {
    position: relative;
    border: none;
    -ms-flex-item-align: end;
    align-self: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 2em 0 0;
    padding: 0 4em;
    text-transform: uppercase;
    width: auto;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border-radius: 27px;
    color: #fff;
    font-size: 19px;
    -webkit-box-shadow: 0 7px 15px rgba(0,0,0,.2);
    box-shadow: 0 7px 15px rgba(0,0,0,.2);
    overflow: hidden;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(57,64,68,1)),color-stop(40%,rgba(36,40,43,1)),color-stop(60%,rgba(255,64,64,1)),to(rgba(190,19,19,1)));
    background: -webkit-linear-gradient(top,rgba(57,64,68,1) 0,rgba(36,40,43,1) 40%,rgba(255,64,64,1) 60%,rgba(190,19,19,1) 100%);
    background: linear-gradient(to bottom,rgba(57,64,68,1) 0,rgba(36,40,43,1) 40%,rgba(255,64,64,1) 60%,rgba(190,19,19,1) 100%);
    transition: all 150ms cubic-bezier(.25,.25,.75,.75);
    -webkit-transition-timing-function: cubic-bezier(.25,.25,.75,.75);
    transition-timing-function: cubic-bezier(.25,.25,.75,.75);
    background-size: 100% 250%
}

.no-touch .UIProduct .product:hover .btn {
    background-position: 0 100%
}

.UIProduct .product .btn i {
    position: relative;
    z-index: 2;
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    color: #fff
}

.UIProduct .product .btn b {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #ff4040;
    background: -webkit-linear-gradient(top,rgba(255,64,64,1) 0,rgba(190,19,19,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,64,64,1)),to(rgba(190,19,19,1)));
    background: linear-gradient(to bottom,rgba(255,64,64,1) 0,rgba(190,19,19,1) 100%);
    -webkit-transition: all 150ms cubic-bezier(.25,.25,.75,.75);
    transition: all 150ms cubic-bezier(.25,.25,.75,.75);
    -webkit-transition-timing-function: cubic-bezier(.25,.25,.75,.75);
    transition-timing-function: cubic-bezier(.25,.25,.75,.75)
}

.UIProduct .product.active .btn b,.no-touch .UIProduct .product:hover .btn b {
    opacity: 1
}

@media only screen and (max-width : 1600px) {
    .UIProduct .product {
        padding:50px 25px 65px
    }
}

@media only screen and (max-width : 1280px) {
    .UIProduct .others {
        padding:80px 0 40px
    }

    .UIProduct .product h2 {
        margin: .6em 0 0;
        font-size: 26px
    }

    .UIProduct .product .btn,.UIProduct .product .btn i,.UIProduct .product u {
        font-size: 13px
    }

    .UIProduct .product .btn {
        margin: 1.6em 0 0;
        padding: 0 3em;
        height: 49px;
        line-height: 49px;
        border-radius: 24px;
        -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.2);
        box-shadow: 0 2px 12px rgba(0,0,0,.2)
    }

    .UIProduct .product {
        padding: 30px 25px 45px;
        margin: 0 0 .7em;
        border-radius: 22px
    }

    .UIProduct .products {
        margin: 30px auto 50px
    }
}

@media only screen and (max-width : 1023px) {
    .UIProduct .others {
        padding:70px 0 30px
    }

    .UIProduct .products {
        margin: 30px auto
    }

    .UIProduct .product {
        padding: 20px 0 25px;
        width: 22%;
        margin-left: 1.5%;
        margin-right: 1.5%
    }

    .UIProduct .product h2 {
        font-size: 20px
    }

    .UIProduct .product u {
        font-size: 12px
    }

    .UIProduct .product .btn {
        margin: 1.3em 0 0;
        padding: 0 2.3em;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
        box-shadow: 0 2px 10px rgba(0,0,0,.2)
    }

    .UIProduct .product .btn i {
        font-size: 11px
    }
}

@media only screen and (max-width : 767px) {
    .UIProduct .others {
        padding:50px 0 25px
    }

    .UIProduct .products {
        margin: 30px auto 20px
    }

    .UIProduct .product {
        padding: 15px 20px 20px;
        width: 30%;
        margin-left: 1.5%;
        margin-right: 1.5%
    }

    .UIProduct .product h2 {
        font-size: 18px
    }

    .UIProduct .product u {
        font-size: 11px
    }

    .UIProduct .product .btn {
        margin: 1.2em 0 0;
        padding: 0 2em;
        height: 36px;
        line-height: 36px;
        border-radius: 18px;
        -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.2);
        box-shadow: 0 2px 8px rgba(0,0,0,.2)
    }
}

@media only screen and (max-width : 600px) {
    .UIProduct .others {
        padding:30px 0 25px
    }

    .UIProduct .product {
        padding: 15px 15px 10px
    }

    .UIProduct .product h2 {
        font-size: 15px
    }

    .UIProduct .product u {
        font-size: 10px
    }

    .UIProduct .product .btn {
        margin: 1.2em 0 0;
        padding: 0 1.5em;
        height: 32px;
        line-height: 32px;
        border-radius: 16px;
        -webkit-box-shadow: 0 1px 8px rgba(0,0,0,.2);
        box-shadow: 0 1px 8px rgba(0,0,0,.2)
    }
}

@media only screen and (max-width : 460px) {
    .UIProduct .others {
        padding:20px 0
    }

    .UIProduct .product {
        padding: 10px 15px 8px;
        width: 47%
    }
}
