@-webkit-keyframes scroll {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 0 -100px
    }
}

@keyframes scroll {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 0 -100px
    }
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes glasses {
    0% {
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0
    }

    50% {
        filter: alpha(opacity=1);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1
    }

    to {
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0
    }
}

@keyframes glasses {
    0% {
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0
    }

    50% {
        filter: alpha(opacity=1);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1
    }

    to {
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0
    }
}

.m-t-0,
html.medium-less .m-t-0 {
    margin-top: 0 !important
}

.p-t-0,
html.medium-less .p-t-0 {
    padding-top: 0 !important
}

.m-b-0,
html.medium-less .m-b-0 {
    margin-bottom: 0 !important
}

.p-b-0,
html.medium-less .p-b-0 {
    padding-bottom: 0 !important
}

.m-l-0,
html.medium-less .m-l-0 {
    margin-left: 0 !important
}

.p-l-0,
html.medium-less .p-l-0 {
    padding-left: 0 !important
}

.m-r-0,
html.medium-less .m-r-0 {
    margin-right: 0 !important
}

.p-r-0,
html.medium-less .p-r-0 {
    padding-right: 0 !important
}

.m-t-1 {
    margin-top: 1px !important
}

html.medium-less .m-t-1 {
    margin-top: .3333333333px !important
}

.p-t-1 {
    padding-top: 1px !important
}

html.medium-less .p-t-1 {
    padding-top: .3333333333px !important
}

.m-b-1 {
    margin-bottom: 1px !important
}

html.medium-less .m-b-1 {
    margin-bottom: .3333333333px !important
}

.p-b-1 {
    padding-bottom: 1px !important
}

html.medium-less .p-b-1 {
    padding-bottom: .3333333333px !important
}

.m-l-1 {
    margin-left: 1px !important
}

html.medium-less .m-l-1 {
    margin-left: .3333333333px !important
}

.p-l-1 {
    padding-left: 1px !important
}

html.medium-less .p-l-1 {
    padding-left: .3333333333px !important
}

.m-r-1 {
    margin-right: 1px !important
}

html.medium-less .m-r-1 {
    margin-right: .3333333333px !important
}

.p-r-1 {
    padding-right: 1px !important
}

html.medium-less .p-r-1 {
    padding-right: .3333333333px !important
}

.m-t-2 {
    margin-top: 2px !important
}

html.medium-less .m-t-2 {
    margin-top: .6666666667px !important
}

.p-t-2 {
    padding-top: 2px !important
}

html.medium-less .p-t-2 {
    padding-top: .6666666667px !important
}

.m-b-2 {
    margin-bottom: 2px !important
}

html.medium-less .m-b-2 {
    margin-bottom: .6666666667px !important
}

.p-b-2 {
    padding-bottom: 2px !important
}

html.medium-less .p-b-2 {
    padding-bottom: .6666666667px !important
}

.m-l-2 {
    margin-left: 2px !important
}

html.medium-less .m-l-2 {
    margin-left: .6666666667px !important
}

.p-l-2 {
    padding-left: 2px !important
}

html.medium-less .p-l-2 {
    padding-left: .6666666667px !important
}

.m-r-2 {
    margin-right: 2px !important
}

html.medium-less .m-r-2 {
    margin-right: .6666666667px !important
}

.p-r-2 {
    padding-right: 2px !important
}

html.medium-less .p-r-2 {
    padding-right: .6666666667px !important
}

.m-t-3 {
    margin-top: 3px !important
}

html.medium-less .m-t-3 {
    margin-top: 1px !important
}

.p-t-3 {
    padding-top: 3px !important
}

html.medium-less .p-t-3 {
    padding-top: 1px !important
}

.m-b-3 {
    margin-bottom: 3px !important
}

html.medium-less .m-b-3 {
    margin-bottom: 1px !important
}

.p-b-3 {
    padding-bottom: 3px !important
}

html.medium-less .p-b-3 {
    padding-bottom: 1px !important
}

.m-l-3 {
    margin-left: 3px !important
}

html.medium-less .m-l-3 {
    margin-left: 1px !important
}

.p-l-3 {
    padding-left: 3px !important
}

html.medium-less .p-l-3 {
    padding-left: 1px !important
}

.m-r-3 {
    margin-right: 3px !important
}

html.medium-less .m-r-3 {
    margin-right: 1px !important
}

.p-r-3 {
    padding-right: 3px !important
}

html.medium-less .p-r-3 {
    padding-right: 1px !important
}

.m-t-4 {
    margin-top: 4px !important
}

html.medium-less .m-t-4 {
    margin-top: 1.3333333333px !important
}

.p-t-4 {
    padding-top: 4px !important
}

html.medium-less .p-t-4 {
    padding-top: 1.3333333333px !important
}

.m-b-4 {
    margin-bottom: 4px !important
}

html.medium-less .m-b-4 {
    margin-bottom: 1.3333333333px !important
}

.p-b-4 {
    padding-bottom: 4px !important
}

html.medium-less .p-b-4 {
    padding-bottom: 1.3333333333px !important
}

.m-l-4 {
    margin-left: 4px !important
}

html.medium-less .m-l-4 {
    margin-left: 1.3333333333px !important
}

.p-l-4 {
    padding-left: 4px !important
}

html.medium-less .p-l-4 {
    padding-left: 1.3333333333px !important
}

.m-r-4 {
    margin-right: 4px !important
}

html.medium-less .m-r-4 {
    margin-right: 1.3333333333px !important
}

.p-r-4 {
    padding-right: 4px !important
}

html.medium-less .p-r-4 {
    padding-right: 1.3333333333px !important
}

.m-t-5 {
    margin-top: 5px !important
}

html.medium-less .m-t-5 {
    margin-top: 1.6666666667px !important
}

.p-t-5 {
    padding-top: 5px !important
}

html.medium-less .p-t-5 {
    padding-top: 1.6666666667px !important
}

.m-b-5 {
    margin-bottom: 5px !important
}

html.medium-less .m-b-5 {
    margin-bottom: 1.6666666667px !important
}

.p-b-5 {
    padding-bottom: 5px !important
}

html.medium-less .p-b-5 {
    padding-bottom: 1.6666666667px !important
}

.m-l-5 {
    margin-left: 5px !important
}

html.medium-less .m-l-5 {
    margin-left: 1.6666666667px !important
}

.p-l-5 {
    padding-left: 5px !important
}

html.medium-less .p-l-5 {
    padding-left: 1.6666666667px !important
}

.m-r-5 {
    margin-right: 5px !important
}

html.medium-less .m-r-5 {
    margin-right: 1.6666666667px !important
}

.p-r-5 {
    padding-right: 5px !important
}

html.medium-less .p-r-5 {
    padding-right: 1.6666666667px !important
}

.m-t-10 {
    margin-top: 10px !important
}

html.medium-less .m-t-10 {
    margin-top: 3.3333333333px !important
}

.p-t-10 {
    padding-top: 10px !important
}

html.medium-less .p-t-10 {
    padding-top: 3.3333333333px !important
}

.m-b-10 {
    margin-bottom: 10px !important
}

html.medium-less .m-b-10 {
    margin-bottom: 3.3333333333px !important
}

.p-b-10 {
    padding-bottom: 10px !important
}

html.medium-less .p-b-10 {
    padding-bottom: 3.3333333333px !important
}

.m-l-10 {
    margin-left: 10px !important
}

html.medium-less .m-l-10 {
    margin-left: 3.3333333333px !important
}

.p-l-10 {
    padding-left: 10px !important
}

html.medium-less .p-l-10 {
    padding-left: 3.3333333333px !important
}

.m-r-10 {
    margin-right: 10px !important
}

html.medium-less .m-r-10 {
    margin-right: 3.3333333333px !important
}

.p-r-10 {
    padding-right: 10px !important
}

html.medium-less .p-r-10 {
    padding-right: 3.3333333333px !important
}

.m-t-15 {
    margin-top: 15px !important
}

html.medium-less .m-t-15 {
    margin-top: 5px !important
}

.p-t-15 {
    padding-top: 15px !important
}

html.medium-less .p-t-15 {
    padding-top: 5px !important
}

.m-b-15 {
    margin-bottom: 15px !important
}

html.medium-less .m-b-15 {
    margin-bottom: 5px !important
}

.p-b-15 {
    padding-bottom: 15px !important
}

html.medium-less .p-b-15 {
    padding-bottom: 5px !important
}

.m-l-15 {
    margin-left: 15px !important
}

html.medium-less .m-l-15 {
    margin-left: 5px !important
}

.p-l-15 {
    padding-left: 15px !important
}

html.medium-less .p-l-15 {
    padding-left: 5px !important
}

.m-r-15 {
    margin-right: 15px !important
}

html.medium-less .m-r-15 {
    margin-right: 5px !important
}

.p-r-15 {
    padding-right: 15px !important
}

html.medium-less .p-r-15 {
    padding-right: 5px !important
}

.m-t-20 {
    margin-top: 20px !important
}

html.medium-less .m-t-20 {
    margin-top: 6.6666666667px !important
}

.p-t-20 {
    padding-top: 20px !important
}

html.medium-less .p-t-20 {
    padding-top: 6.6666666667px !important
}

.m-b-20 {
    margin-bottom: 20px !important
}

html.medium-less .m-b-20 {
    margin-bottom: 6.6666666667px !important
}

.p-b-20 {
    padding-bottom: 20px !important
}

html.medium-less .p-b-20 {
    padding-bottom: 6.6666666667px !important
}

.m-l-20 {
    margin-left: 20px !important
}

html.medium-less .m-l-20 {
    margin-left: 6.6666666667px !important
}

.p-l-20 {
    padding-left: 20px !important
}

html.medium-less .p-l-20 {
    padding-left: 6.6666666667px !important
}

.m-r-20 {
    margin-right: 20px !important
}

html.medium-less .m-r-20 {
    margin-right: 6.6666666667px !important
}

.p-r-20 {
    padding-right: 20px !important
}

html.medium-less .p-r-20 {
    padding-right: 6.6666666667px !important
}

.m-t-25 {
    margin-top: 25px !important
}

html.medium-less .m-t-25 {
    margin-top: 8.3333333333px !important
}

.p-t-25 {
    padding-top: 25px !important
}

html.medium-less .p-t-25 {
    padding-top: 8.3333333333px !important
}

.m-b-25 {
    margin-bottom: 25px !important
}

html.medium-less .m-b-25 {
    margin-bottom: 8.3333333333px !important
}

.p-b-25 {
    padding-bottom: 25px !important
}

html.medium-less .p-b-25 {
    padding-bottom: 8.3333333333px !important
}

.m-l-25 {
    margin-left: 25px !important
}

html.medium-less .m-l-25 {
    margin-left: 8.3333333333px !important
}

.p-l-25 {
    padding-left: 25px !important
}

html.medium-less .p-l-25 {
    padding-left: 8.3333333333px !important
}

.m-r-25 {
    margin-right: 25px !important
}

html.medium-less .m-r-25 {
    margin-right: 8.3333333333px !important
}

.p-r-25 {
    padding-right: 25px !important
}

html.medium-less .p-r-25 {
    padding-right: 8.3333333333px !important
}

.m-t-30 {
    margin-top: 30px !important
}

html.medium-less .m-t-30 {
    margin-top: 10px !important
}

.p-t-30 {
    padding-top: 30px !important
}

html.medium-less .p-t-30 {
    padding-top: 10px !important
}

.m-b-30 {
    margin-bottom: 30px !important
}

html.medium-less .m-b-30 {
    margin-bottom: 10px !important
}

.p-b-30 {
    padding-bottom: 30px !important
}

html.medium-less .p-b-30 {
    padding-bottom: 10px !important
}

.m-l-30 {
    margin-left: 30px !important
}

html.medium-less .m-l-30 {
    margin-left: 10px !important
}

.p-l-30 {
    padding-left: 30px !important
}

html.medium-less .p-l-30 {
    padding-left: 10px !important
}

.m-r-30 {
    margin-right: 30px !important
}

html.medium-less .m-r-30 {
    margin-right: 10px !important
}

.p-r-30 {
    padding-right: 30px !important
}

html.medium-less .p-r-30 {
    padding-right: 10px !important
}

.m-t-35 {
    margin-top: 35px !important
}

html.medium-less .m-t-35 {
    margin-top: 11.6666666667px !important
}

.p-t-35 {
    padding-top: 35px !important
}

html.medium-less .p-t-35 {
    padding-top: 11.6666666667px !important
}

.m-b-35 {
    margin-bottom: 35px !important
}

html.medium-less .m-b-35 {
    margin-bottom: 11.6666666667px !important
}

.p-b-35 {
    padding-bottom: 35px !important
}

html.medium-less .p-b-35 {
    padding-bottom: 11.6666666667px !important
}

.m-l-35 {
    margin-left: 35px !important
}

html.medium-less .m-l-35 {
    margin-left: 11.6666666667px !important
}

.p-l-35 {
    padding-left: 35px !important
}

html.medium-less .p-l-35 {
    padding-left: 11.6666666667px !important
}

.m-r-35 {
    margin-right: 35px !important
}

html.medium-less .m-r-35 {
    margin-right: 11.6666666667px !important
}

.p-r-35 {
    padding-right: 35px !important
}

html.medium-less .p-r-35 {
    padding-right: 11.6666666667px !important
}

.m-t-40 {
    margin-top: 40px !important
}

html.medium-less .m-t-40 {
    margin-top: 13.3333333333px !important
}

.p-t-40 {
    padding-top: 40px !important
}

html.medium-less .p-t-40 {
    padding-top: 13.3333333333px !important
}

.m-b-40 {
    margin-bottom: 40px !important
}

html.medium-less .m-b-40 {
    margin-bottom: 13.3333333333px !important
}

.p-b-40 {
    padding-bottom: 40px !important
}

html.medium-less .p-b-40 {
    padding-bottom: 13.3333333333px !important
}

.m-l-40 {
    margin-left: 40px !important
}

html.medium-less .m-l-40 {
    margin-left: 13.3333333333px !important
}

.p-l-40 {
    padding-left: 40px !important
}

html.medium-less .p-l-40 {
    padding-left: 13.3333333333px !important
}

.m-r-40 {
    margin-right: 40px !important
}

html.medium-less .m-r-40 {
    margin-right: 13.3333333333px !important
}

.p-r-40 {
    padding-right: 40px !important
}

html.medium-less .p-r-40 {
    padding-right: 13.3333333333px !important
}

.m-t-45 {
    margin-top: 45px !important
}

html.medium-less .m-t-45 {
    margin-top: 15px !important
}

.p-t-45 {
    padding-top: 45px !important
}

html.medium-less .p-t-45 {
    padding-top: 15px !important
}

.m-b-45 {
    margin-bottom: 45px !important
}

html.medium-less .m-b-45 {
    margin-bottom: 15px !important
}

.p-b-45 {
    padding-bottom: 45px !important
}

html.medium-less .p-b-45 {
    padding-bottom: 15px !important
}

.m-l-45 {
    margin-left: 45px !important
}

html.medium-less .m-l-45 {
    margin-left: 15px !important
}

.p-l-45 {
    padding-left: 45px !important
}

html.medium-less .p-l-45 {
    padding-left: 15px !important
}

.m-r-45 {
    margin-right: 45px !important
}

html.medium-less .m-r-45 {
    margin-right: 15px !important
}

.p-r-45 {
    padding-right: 45px !important
}

html.medium-less .p-r-45 {
    padding-right: 15px !important
}

.m-t-50 {
    margin-top: 50px !important
}

html.medium-less .m-t-50 {
    margin-top: 16.6666666667px !important
}

.p-t-50 {
    padding-top: 50px !important
}

html.medium-less .p-t-50 {
    padding-top: 16.6666666667px !important
}

.m-b-50 {
    margin-bottom: 50px !important
}

html.medium-less .m-b-50 {
    margin-bottom: 16.6666666667px !important
}

.p-b-50 {
    padding-bottom: 50px !important
}

html.medium-less .p-b-50 {
    padding-bottom: 16.6666666667px !important
}

.m-l-50 {
    margin-left: 50px !important
}

html.medium-less .m-l-50 {
    margin-left: 16.6666666667px !important
}

.p-l-50 {
    padding-left: 50px !important
}

html.medium-less .p-l-50 {
    padding-left: 16.6666666667px !important
}

.m-r-50 {
    margin-right: 50px !important
}

html.medium-less .m-r-50 {
    margin-right: 16.6666666667px !important
}

.p-r-50 {
    padding-right: 50px !important
}

html.medium-less .p-r-50 {
    padding-right: 16.6666666667px !important
}

.m-t-70 {
    margin-top: 70px !important
}

html.medium-less .m-t-70 {
    margin-top: 23.3333333333px !important
}

.p-t-70 {
    padding-top: 70px !important
}

html.medium-less .p-t-70 {
    padding-top: 23.3333333333px !important
}

.m-b-70 {
    margin-bottom: 70px !important
}

html.medium-less .m-b-70 {
    margin-bottom: 23.3333333333px !important
}

.p-b-70 {
    padding-bottom: 70px !important
}

html.medium-less .p-b-70 {
    padding-bottom: 23.3333333333px !important
}

.m-l-70 {
    margin-left: 70px !important
}

html.medium-less .m-l-70 {
    margin-left: 23.3333333333px !important
}

.p-l-70 {
    padding-left: 70px !important
}

html.medium-less .p-l-70 {
    padding-left: 23.3333333333px !important
}

.m-r-70 {
    margin-right: 70px !important
}

html.medium-less .m-r-70 {
    margin-right: 23.3333333333px !important
}

.p-r-70 {
    padding-right: 70px !important
}

html.medium-less .p-r-70 {
    padding-right: 23.3333333333px !important
}

.m-t-75 {
    margin-top: 75px !important
}

html.medium-less .m-t-75 {
    margin-top: 25px !important
}

.p-t-75 {
    padding-top: 75px !important
}

html.medium-less .p-t-75 {
    padding-top: 25px !important
}

.m-b-75 {
    margin-bottom: 75px !important
}

html.medium-less .m-b-75 {
    margin-bottom: 25px !important
}

.p-b-75 {
    padding-bottom: 75px !important
}

html.medium-less .p-b-75 {
    padding-bottom: 25px !important
}

.m-l-75 {
    margin-left: 75px !important
}

html.medium-less .m-l-75 {
    margin-left: 25px !important
}

.p-l-75 {
    padding-left: 75px !important
}

html.medium-less .p-l-75 {
    padding-left: 25px !important
}

.m-r-75 {
    margin-right: 75px !important
}

html.medium-less .m-r-75 {
    margin-right: 25px !important
}

.p-r-75 {
    padding-right: 75px !important
}

html.medium-less .p-r-75 {
    padding-right: 25px !important
}

.m-t-80 {
    margin-top: 80px !important
}

html.medium-less .m-t-80 {
    margin-top: 26.6666666667px !important
}

.p-t-80 {
    padding-top: 80px !important
}

html.medium-less .p-t-80 {
    padding-top: 26.6666666667px !important
}

.m-b-80 {
    margin-bottom: 80px !important
}

html.medium-less .m-b-80 {
    margin-bottom: 26.6666666667px !important
}

.p-b-80 {
    padding-bottom: 80px !important
}

html.medium-less .p-b-80 {
    padding-bottom: 26.6666666667px !important
}

.m-l-80 {
    margin-left: 80px !important
}

html.medium-less .m-l-80 {
    margin-left: 26.6666666667px !important
}

.p-l-80 {
    padding-left: 80px !important
}

html.medium-less .p-l-80 {
    padding-left: 26.6666666667px !important
}

.m-r-80 {
    margin-right: 80px !important
}

html.medium-less .m-r-80 {
    margin-right: 26.6666666667px !important
}

.p-r-80 {
    padding-right: 80px !important
}

html.medium-less .p-r-80 {
    padding-right: 26.6666666667px !important
}

.m-t-85 {
    margin-top: 85px !important
}

html.medium-less .m-t-85 {
    margin-top: 28.3333333333px !important
}

.p-t-85 {
    padding-top: 85px !important
}

html.medium-less .p-t-85 {
    padding-top: 28.3333333333px !important
}

.m-b-85 {
    margin-bottom: 85px !important
}

html.medium-less .m-b-85 {
    margin-bottom: 28.3333333333px !important
}

.p-b-85 {
    padding-bottom: 85px !important
}

html.medium-less .p-b-85 {
    padding-bottom: 28.3333333333px !important
}

.m-l-85 {
    margin-left: 85px !important
}

html.medium-less .m-l-85 {
    margin-left: 28.3333333333px !important
}

.p-l-85 {
    padding-left: 85px !important
}

html.medium-less .p-l-85 {
    padding-left: 28.3333333333px !important
}

.m-r-85 {
    margin-right: 85px !important
}

html.medium-less .m-r-85 {
    margin-right: 28.3333333333px !important
}

.p-r-85 {
    padding-right: 85px !important
}

html.medium-less .p-r-85 {
    padding-right: 28.3333333333px !important
}

.m-t-90 {
    margin-top: 90px !important
}

html.medium-less .m-t-90 {
    margin-top: 30px !important
}

.p-t-90 {
    padding-top: 90px !important
}

html.medium-less .p-t-90 {
    padding-top: 30px !important
}

.m-b-90 {
    margin-bottom: 90px !important
}

html.medium-less .m-b-90 {
    margin-bottom: 30px !important
}

.p-b-90 {
    padding-bottom: 90px !important
}

html.medium-less .p-b-90 {
    padding-bottom: 30px !important
}

.m-l-90 {
    margin-left: 90px !important
}

html.medium-less .m-l-90 {
    margin-left: 30px !important
}

.p-l-90 {
    padding-left: 90px !important
}

html.medium-less .p-l-90 {
    padding-left: 30px !important
}

.m-r-90 {
    margin-right: 90px !important
}

html.medium-less .m-r-90 {
    margin-right: 30px !important
}

.p-r-90 {
    padding-right: 90px !important
}

html.medium-less .p-r-90 {
    padding-right: 30px !important
}

.m-t-95 {
    margin-top: 95px !important
}

html.medium-less .m-t-95 {
    margin-top: 31.6666666667px !important
}

.p-t-95 {
    padding-top: 95px !important
}

html.medium-less .p-t-95 {
    padding-top: 31.6666666667px !important
}

.m-b-95 {
    margin-bottom: 95px !important
}

html.medium-less .m-b-95 {
    margin-bottom: 31.6666666667px !important
}

.p-b-95 {
    padding-bottom: 95px !important
}

html.medium-less .p-b-95 {
    padding-bottom: 31.6666666667px !important
}

.m-l-95 {
    margin-left: 95px !important
}

html.medium-less .m-l-95 {
    margin-left: 31.6666666667px !important
}

.p-l-95 {
    padding-left: 95px !important
}

html.medium-less .p-l-95 {
    padding-left: 31.6666666667px !important
}

.m-r-95 {
    margin-right: 95px !important
}

html.medium-less .m-r-95 {
    margin-right: 31.6666666667px !important
}

.p-r-95 {
    padding-right: 95px !important
}

html.medium-less .p-r-95 {
    padding-right: 31.6666666667px !important
}

.m-t-100 {
    margin-top: 100px !important
}

html.medium-less .m-t-100 {
    margin-top: 33.3333333333px !important
}

.p-t-100 {
    padding-top: 100px !important
}

html.medium-less .p-t-100 {
    padding-top: 33.3333333333px !important
}

.m-b-100 {
    margin-bottom: 100px !important
}

html.medium-less .m-b-100 {
    margin-bottom: 33.3333333333px !important
}

.p-b-100 {
    padding-bottom: 100px !important
}

html.medium-less .p-b-100 {
    padding-bottom: 33.3333333333px !important
}

.m-l-100 {
    margin-left: 100px !important
}

html.medium-less .m-l-100 {
    margin-left: 33.3333333333px !important
}

.p-l-100 {
    padding-left: 100px !important
}

html.medium-less .p-l-100 {
    padding-left: 33.3333333333px !important
}

.m-r-100 {
    margin-right: 100px !important
}

html.medium-less .m-r-100 {
    margin-right: 33.3333333333px !important
}

.p-r-100 {
    padding-right: 100px !important
}

html.medium-less .p-r-100 {
    padding-right: 33.3333333333px !important
}

.m-t-145 {
    margin-top: 145px !important
}

html.medium-less .m-t-145 {
    margin-top: 48.3333333333px !important
}

.p-t-145 {
    padding-top: 145px !important
}

html.medium-less .p-t-145 {
    padding-top: 48.3333333333px !important
}

.m-b-145 {
    margin-bottom: 145px !important
}

html.medium-less .m-b-145 {
    margin-bottom: 48.3333333333px !important
}

.p-b-145 {
    padding-bottom: 145px !important
}

html.medium-less .p-b-145 {
    padding-bottom: 48.3333333333px !important
}

.m-l-145 {
    margin-left: 145px !important
}

html.medium-less .m-l-145 {
    margin-left: 48.3333333333px !important
}

.p-l-145 {
    padding-left: 145px !important
}

html.medium-less .p-l-145 {
    padding-left: 48.3333333333px !important
}

.m-r-145 {
    margin-right: 145px !important
}

html.medium-less .m-r-145 {
    margin-right: 48.3333333333px !important
}

.p-r-145 {
    padding-right: 145px !important
}

html.medium-less .p-r-145 {
    padding-right: 48.3333333333px !important
}

#product-submenu .submenu .column.videos .play-icon,
.bottom-section .inner-wrapper .inner-container .column.video .play-icon {
    width: 76px;
    height: 56px;
    position: relative;
    margin: 0 auto 50px
}

#product-submenu .submenu .column.videos .play-icon:before,
.bottom-section .inner-wrapper .inner-container .column.video .play-icon:before {
    content: "";
    width: 15px;
    height: 19px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9.5px;
    margin-left: -5.5px;
    background: url(../images/icon_play.svg) no-repeat
}

#product-submenu .submenu .column.videos .play-icon .foreground,
.bottom-section .inner-wrapper .inner-container .column.video .play-icon .foreground {
    stroke-dasharray: 240;
    stroke-dashoffset: 240;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

#product-submenu .submenu .column.videos .play-icon .background,
.bottom-section .inner-wrapper .inner-container .column.video .play-icon .background {
    stroke-dasharray: 0;
    stroke-dashoffset: 0
}

body.page-products .features .feature .text .watch-video,
body.page-videos .videos-container .video .watch-video {
    position: relative;
    cursor: pointer;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition-delay: .15s;
    transition-property: all;
    transition-duration: .75s
}

body.page-products .features .feature .text .watch-video .watch-it,
body.page-videos .videos-container .video .watch-video .watch-it {
    padding-left: 70px;
    padding-top: 13px
}

body.page-products .features .feature .text .watch-video .watch-it strong,
body.page-videos .videos-container .video .watch-video .watch-it strong {
    position: relative;
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: 500
}

body.page-products .features .feature .text .watch-video .watch-it strong span,
body.page-videos .videos-container .video .watch-video .watch-it strong span {
    position: absolute;
    right: 0
}

body.page-products .features .feature .text .watch-video .watch-it p,
body.page-videos .videos-container .video .watch-video .watch-it p {
    color: hsla(0, 0%, 100%, .6);
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    margin-top: 5px;
    transition-property: all;
    transition-duration: .45s
}

body.page-products .features .feature .text .watch-video .play-icon,
body.page-videos .videos-container .video .watch-video .play-icon {
    position: absolute
}

body.page-products .features .feature .text .watch-video .play-icon .icon-wrapper .icon,
body.page-videos .videos-container .video .watch-video .play-icon .icon-wrapper .icon {
    width: 10px;
    height: 12px;
    background: url(../images/icon_play.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -3px;
    margin-top: -11px
}

body.page-products .features .feature .text .watch-video .play-icon .circle,
body.page-videos .videos-container .video .watch-video .play-icon .circle {
    width: 52px;
    height: 52px
}

body.page-products .features .feature .text .watch-video .play-icon .circle .background,
body.page-videos .videos-container .video .watch-video .play-icon .circle .background {
    fill: transparent;
    stroke: hsla(0, 0%, 100%, .3);
    transition: all .2s ease
}

body.page-products .features .feature .text .watch-video .play-icon .circle .foreground,
body.page-videos .videos-container .video .watch-video .play-icon .circle .foreground {
    fill: transparent;
    stroke-dasharray: 230;
    stroke-dashoffset: 230;
    stroke: #fff;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(-270deg);
    transform: rotate(-270deg);
    transition-property: all;
    transition-duration: .9s
}

html {
    margin: 0;
    padding: 0
}

html.play-intro {
    overflow: hidden;
    width: 100%
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    background-color: #000;
    -ms-text-size-adjust: none !important;
    text-size-adjust: none !important;
    -moz-text-size-adjust: none !important;
    -webkit-text-size-adjust: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden
}

a,
body {
    font-family: Basier Circle, Helvetica, Arial;
    font-weight: 400;
    color: hsla(0, 0%, 100%, .6)
}

a {
    text-decoration: none;
    transition-duration: .3s
}

a,
a.link {
    transition-property: all
}

a.link {
    border-top: 1px solid hsla(0, 0%, 100%, .2);
    height: 70px;
    line-height: 70px;
    display: block;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    position: relative;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition-duration: .6s
}

a.link.scroll-in {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

a.link:hover:before {
    width: 100%
}

a.link:hover:after {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

a.link .line {
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #fff
}

a.link .arrow-mask {
    top: 50%;
    margin-top: -2.5px;
    right: 0;
    overflow: hidden
}

a.link .arrow,
a.link .arrow-mask {
    display: block;
    position: absolute;
    width: 23px;
    height: 5px
}

a.link .arrow {
    top: 0;
    left: -23px;
    background: url(../images/icon_arrow.svg) no-repeat
}

ul.nonelist {
    margin: 0
}

ul.nonelist,
ul.pagination {
    list-style-type: none;
    padding: 0
}

ul.pagination {
    margin: 20px 0 0;
    text-align: center
}

ul.pagination li {
    display: inline-block;
    margin-left: 10px;
    font-weight: 700
}

ul.pagination li a,
ul.pagination li span {
    font-weight: 700;
    font-size: 16px
}

h1,
ul.pagination li a {
    color: #fff
}

h1 {
    font-size: 110px;
    line-height: 120px;
    letter-spacing: -1.5px;
    font-family: Rift Soft, Helvetica, Arial;
    margin: 0;
    padding: 0
}

body.page-subpage h1 {
    font-size: 90px;
    font-weight: 700;
    margin-bottom: 50px
}

body.page-contact h1 {
    margin: 0;
    text-align: center
}

h2 {
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    font-family: Rift Soft, Helvetica, Arial;
    font-weight: 600;
    margin: 0 0 35px;
    padding: 0
}

body.page-products h2 {
    line-height: 60px;
    margin: 0 0 30px
}

h3 {
    font-size: 40px;
    line-height: 48px;
    margin: 0 0 33px
}

h3,
h4 {
    color: #fff;
    font-family: Rift Soft, Helvetica, Arial;
    font-weight: 600;
    padding: 0
}

h4 {
    font-size: 35px;
    line-height: 42px;
    margin: 0 0 25px
}

h5 {
    color: #fff;
    font-size: 26px;
    line-height: 32px;
    font-family: Rift Soft, Helvetica, Arial;
    font-weight: 700;
    margin: 0 0 16px;
    padding: 0
}

p {
    margin: 0
}

.has-text-centered {
    text-align: center
}

.has-text-right {
    text-align: right
}

.t {
    display: table;
    margin: 0;
    padding: 0
}

.t,
.t .r {
    width: 100%;
    height: 100%
}

.t .r {
    display: table-row
}

.t .r .c {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle
}

.find-a-link {
    cursor: pointer
}

#timeline {
    height: 2px;
    width: 0;
    background: #fff;
    z-index: 1000
}

#header,
#timeline {
    position: fixed;
    top: 0;
    left: 0
}

#header {
    width: 100%;
    z-index: 900;
    padding: 84px 0;
    transition-property: padding;
    transition-duration: .3s
}

body.page-where-to-buy #header {
    pointer-events: none
}

@media screen and (max-width:1400px) {
    #header {
        padding: 42px 0
    }
}

@media screen and (max-width:1000px) {
    #header {
        padding: 0;
        height: 56px
    }
}

html.sticky-menu #header {
    padding: 23px 0
}

@media screen and (max-width:1000px) {
    html.sticky-menu #header {
        padding: 0
    }
}

#header .content-wrapper {
    transition-property: padding;
    transition-duration: .3s
}

@media screen and (max-width:1000px) {
    #header .content-wrapper {
        height: 100%;
        padding: 0 40px;
        box-sizing: borderbox
    }
}

html.sticky-menu #header .content-wrapper {
    padding: 0 40px
}

@media screen and (max-width:1000px) {
    html.sticky-menu #header .content-wrapper {
        padding: 0 40px
    }
}

#header .all-products-anchor {
    position: absolute;
    width: 160px;
    left: 50%;
    margin-left: -80px;
    top: 2px;
    color: "Basier Circle", Helvetica, Arial;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    display: none;
    cursor: pointer;
    transition-property: all;
    transition-duration: .3s
}

#header .all-products-anchor.hidden {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

@media screen and (max-width:1000px) {
    #header .all-products-anchor {
        display: none !important
    }
}

#header .all-products-anchor:hover {
    color: #fff
}

#header .all-products-anchor:hover:before {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

#header .all-products-anchor:before {
    content: "";
    width: 7px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -2px;
    background: url(../images/icon_arrow_down.svg) no-repeat 50%;
    filter: alpha(opacity=0.6);
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6;
    transition-property: all;
    transition-duration: .3s
}

html.sticky-menu body.page-glasses #header .all-products-anchor.glasses,
html.sticky-menu body.page-helmets #header .all-products-anchor.helmets {
    display: block
}

#header .logo-slogan {
    cursor: pointer;
    display: inline-block;
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    position: relative;
    z-index: 5
}

#header .logo-slogan:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

body.page-where-to-buy #header .logo-slogan {
    pointer-events: auto
}

html.play-intro #header .logo-slogan {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
}

#header .logo-slogan:hover strong {
    color: #fff
}

#header .logo {
    width: 129px;
    height: 16px;
    display: block;
    float: left;
    padding-top: 17px;
    position: relative;
    z-index: 5
}

@media screen and (max-width:1000px) {
    #header .logo {
        padding-top: 40px
    }
}

#header .logo a,
#header .logo img {
    display: block;
    max-width: 100%
}

html.sticky-menu #header .logo {
    width: 116.1px;
    height: 14.4px;
    padding-top: 11px
}

@media screen and (max-width:1000px) {
    html.sticky-menu #header .logo {
        width: 129px;
        height: 16px;
        padding-top: 40px
    }
}

#header .slogan {
    font-weight: 500;
    font-size: 13px;
    height: 50px;
    color: #fff;
    line-height: 18px;
    float: left;
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid hsla(0, 0%, 100%, .3);
    padding-top: 7px;
    position: relative;
    z-index: 5;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition-property: all;
    transition-delay: .1s;
    transition-duration: .3s;
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

@media screen and (max-width:1000px) {
    #header .slogan {
        display: none
    }
}

html.sticky-menu #header .slogan {
    position: absolute;
    white-space: nowrap
}

#header .slogan.video-playing,
html.sticky-menu #header .slogan {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

#header .slogan em,
#header .slogan strong {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    display: block;
    font-weight: 500;
    font-style: normal
}

#header .slogan em.video-playing,
#header .slogan strong.video-playing {
    -webkit-transform: translateX(-170px);
    transform: translateX(-170px)
}

#header .slogan strong {
    color: hsla(0, 0%, 100%, .6)
}

#header #burger-menu {
    display: none;
    width: 24px;
    height: 16px;
    cursor: pointer;
    position: fixed;
    top: 40px;
    right: 40px;
    z-index: 3
}

body.page-where-to-buy #header #burger-menu {
    pointer-events: auto
}

#header #burger-menu.close:before {
    top: 7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#header #burger-menu.close:after {
    bottom: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#header #burger-menu:before {
    top: 4px
}

#header #burger-menu:after,
#header #burger-menu:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background: #fff;
    transition-property: all;
    transition-duration: .3s
}

#header #burger-menu:after {
    bottom: 4px
}

@media screen and (max-width:1000px) {
    #header #burger-menu {
        display: block
    }
}

#header .navigation {
    position: absolute;
    right: 100px;
    top: 50%;
    margin-top: -22px;
    height: 32px;
    z-index: 5;
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition-property: all;
    transition-duration: .3s
}

body.page-where-to-buy #header .navigation {
    pointer-events: auto
}

@media screen and (max-width:1000px) {
    #header .navigation {
        display: none;
        right: auto;
        position: fixed;
        top: 0;
        height: 100%;
        width: 100%;
        overflow-y: auto;
        margin: 0;
        left: 0;
        background: #000;
        z-index: 2;
        transition-property: none;
        transition-duration: 0
    }
}

html.sticky-menu #header .navigation {
    right: 40px;
    margin-top: -16px
}

@media screen and (max-width:1000px) {
    html.sticky-menu #header .navigation {
        margin-top: 0;
        right: 0
    }
}

#header .navigation.video-playing {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

@media screen and (max-width:1400px) {
    #header .navigation {
        right: 50px
    }
}

#header .navigation ul:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

@media screen and (max-width:1400px) {
    #header .navigation ul {
        padding-left: 40px
    }
}

@media screen and (max-width:1000px) {
    #header .navigation ul {
        padding: 0;
        top: 50%;
        position: absolute;
        left: 40px;
        right: 40px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

#header .navigation ul li {
    display: block;
    float: left;
    transition-delay: calc(100ms*var(--data-iteration));
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

@media screen and (max-width:1000px) {
    #header .navigation ul li {
        float: none
    }
}

#header .navigation ul li.visible-on-mobile {
    display: none
}

@media screen and (max-width:1000px) {
    #header .navigation ul li.visible-on-mobile {
        display: block
    }
}

body.page-where-to-buy #header .navigation ul li.visible-on-mobile .mobile-submenu {
    pointer-events: auto
}

#header .navigation ul li.visible-on-mobile .mobile-submenu a {
    height: 70px;
    line-height: 70px;
    font-size: 22px;
    box-sizing: border-box;
    display: block;
    color: #fff;
    padding: 0;
    position: relative
}

@media screen and (max-width:330px) {
    #header .navigation ul li.visible-on-mobile .mobile-submenu a {
        height: 60px;
        line-height: 60px
    }
}

#header .navigation ul li.visible-on-mobile .mobile-submenu a:nth-child(2) {
    border-top: 1px solid hsla(0, 0%, 100%, .2);
    border-bottom: 1px solid hsla(0, 0%, 100%, .2)
}

#header .navigation ul li.visible-on-mobile .mobile-submenu a:after {
    content: "";
    position: absolute;
    right: 15px;
    display: block;
    top: 50%;
    background: url(../images/icon_arrow_mobilesubmenu.svg) no-repeat;
    width: 9px;
    height: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#header .navigation ul li.visible-on-mobile .mobile-submenu a.glasses,
#header .navigation ul li.visible-on-mobile .mobile-submenu a.helmets {
    padding-left: 70px
}

#header .navigation ul li.visible-on-mobile .mobile-submenu a.glasses:before,
#header .navigation ul li.visible-on-mobile .mobile-submenu a.helmets:before {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    filter: alpha(opacity=0.5);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#header .navigation ul li.visible-on-mobile .mobile-submenu a.glasses:before {
    background: url(../images/icon_glasses.svg) no-repeat;
    background-size: 100% auto;
    width: 46px;
    height: 15px
}

#header .navigation ul li.visible-on-mobile .mobile-submenu a.helmets:before {
    background: url(../images/icon_helmets.svg) no-repeat;
    background-size: 100% auto;
    width: 41px;
    height: 26px
}

#header .navigation ul li:last-child a,
html.sticky-menu #header .navigation ul li:last-child a {
    padding-right: 0
}

html.play-intro #header .navigation ul li {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
}

#header .navigation a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    font-family: Rift Soft, Helvetica, Arial;
    display: block;
    padding: 0 35px;
    transition-property: color;
    transition-duration: .3s
}

@media screen and (max-width:1000px) {
    #header .navigation a {
        font-size: 32px;
        padding: 10px 0;
        color: #fff !important;
        font-weight: 500
    }

    #header .navigation a.product {
        color: hsla(0, 0%, 100%, .6) !important
    }

    #header .navigation a.product.active {
        text-decoration: none
    }

    #header .navigation a.active {
        text-decoration: underline
    }
}

@media screen and (max-width:330px) {
    #header .navigation a {
        font-size: 28px;
        padding: 8px 0
    }
}

body.page-subpage #header .navigation a {
    color: hsla(0, 0%, 100%, .5)
}

body.page-subpage #header .navigation a.active,
body.page-subpage #header .navigation a.active-link,
body.page-subpage #header .navigation a.hovered {
    color: #fff
}

body.page-subpage #header .navigation a.non-hovered,
body.page-subpage #header .navigation a.nonactive-link {
    color: hsla(0, 0%, 100%, .5)
}

#header .navigation a.active,
#header .navigation a.active-link,
#header .navigation a.hovered {
    color: #fff
}

#header .navigation a.non-hovered,
#header .navigation a.nonactive-link {
    color: hsla(0, 0%, 100%, .5)
}

html.sticky-menu #header .navigation a {
    padding: 0 30px;
    font-size: 18px
}

@media screen and (max-width:1000px) {
    html.sticky-menu #header .navigation a {
        padding: 10px 0;
        font-size: 32px
    }
}

@media screen and (max-width:330px) {
    html.sticky-menu #header .navigation a {
        font-size: 28px;
        padding: 8px 0
    }
}

#close-video,
.close-video {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 95px;
    top: 50%;
    margin-top: -20.5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
    display: none;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: .3s
}

#close-video:hover,
.close-video:hover {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

@media screen and (max-width:1400px) {

    #close-video,
    .close-video {
        right: 45px
    }
}

@media screen and (max-width:1000px) {

    #close-video,
    .close-video {
        right: 38px;
        top: 53px;
        width: 30px;
        height: 30px
    }
}

#close-video .line,
.close-video .line {
    width: 40px;
    height: 2px;
    background: #fff;
    display: block;
    top: 19px;
    left: 0;
    position: absolute
}

@media screen and (max-width:1000px) {

    #close-video .line,
    .close-video .line {
        width: 30px;
        top: 14px
    }
}

#close-video .line:last-child,
.close-video .line:last-child {
    width: 2px;
    height: 40px;
    top: 0;
    left: 19px
}

@media screen and (max-width:1000px) {

    #close-video .line:last-child,
    .close-video .line:last-child {
        height: 30px;
        left: 14px
    }
}

.content-wrapper,
.relative-content {
    position: relative
}

.content-wrapper {
    padding: 0 100px;
    width: 100%;
    margin: auto;
    box-sizing: border-box
}

.content-wrapper:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

@media screen and (max-width:1400px) {
    .content-wrapper {
        padding: 0 50px
    }
}

@media screen and (max-width:1000px) {
    .content-wrapper {
        padding: 0 40px;
        box-sizing: border-box
    }
}

.content-wrapper.fixed {
    max-width: 1170px;
    box-sizing: content-box
}

@media screen and (max-width:1270px) {
    .content-wrapper.fixed {
        padding: 0 40px;
        box-sizing: border-box
    }
}

#content,
#page {
    height: 100%
}

@media screen and (max-width:1000px) {

    #content,
    #page {
        overflow-x: hidden
    }
}

.btn {
    display: inline-block;
    cursor: pointer
}

.btn.play-video {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transition-property: all;
    transition-duration: .6s;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

.btn.play-video:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.btn.play-video.video-playing,
html.play-intro .btn.play-video {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.btn.play-video:hover .circle .foreground {
    stroke-dashoffset: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.btn.play-video:hover span {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.btn.play-video .icon-wrapper {
    width: 90px;
    height: 90px;
    position: relative;
    float: left
}

@media screen and (max-width:1000px) {
    .btn.play-video .icon-wrapper {
        width: 65px;
        height: 65px
    }

    .btn.play-video .icon-wrapper:before {
        content: "";
        width: 100%;
        height: 100%;
        border: 2px solid hsla(0, 0%, 100%, .2);
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 40px;
        box-sizing: border-box
    }
}

.btn.play-video .icon-wrapper .icon {
    width: 15px;
    height: 19px;
    background: url(../images/icon_play.svg) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -9.5px
}

@media screen and (max-width:1000px) {
    .btn.play-video .icon-wrapper .icon {
        width: 10px;
        height: 12px;
        margin-left: -3px;
        margin-top: -5.5px;
        background-size: 100% auto
    }
}

.btn.play-video span {
    color: #fff;
    display: block;
    float: left;
    line-height: 90px;
    padding-left: 40px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition-property: all;
    transition-duration: .6s
}

@media screen and (max-width:1000px) {
    .btn.play-video span {
        line-height: 65px;
        padding-left: 30px
    }
}

.btn.play-video .circle {
    height: 90px;
    width: 90px
}

@media screen and (max-width:1000px) {
    .btn.play-video .circle {
        display: none
    }
}

.btn.play-video .circle .background {
    fill: transparent;
    stroke: hsla(0, 0%, 100%, .3);
    transition: all .2s ease
}

.btn.play-video .circle .foreground {
    fill: transparent;
    stroke-dasharray: 377;
    stroke-dashoffset: 377;
    stroke: #fff;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(-270deg);
    transform: rotate(-270deg);
    transition: all .8s ease
}

#video-bg {
    width: 100%;
    height: 100%;
    position: relative
}

#video-bg h1 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transition-property: all;
    transition-duration: .6s;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

#video-bg h1.video-playing,
html.play-intro #video-bg h1 {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

#video-bg .video-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    filter: alpha(opacity=0.4);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4
}

@media screen and (max-width:1000px) {
    #video-bg .video-wrapper {
        background: url(../images/mobile_video_thumb@2x.jpg) no-repeat;
        background-size: cover;
        filter: alpha(opacity=0.3);
        -moz-opacity: .3;
        -khtml-opacity: .3;
        opacity: .3
    }
}

#video-bg .video-wrapper.full-video-playing {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

#video-bg .video-wrapper #yt-video-full,
#video-bg .video-wrapper iframe,
#video-bg .video-wrapper video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#video-bg .video-wrapper #yt-video-full.short,
#video-bg .video-wrapper iframe.short,
#video-bg .video-wrapper video.short {
    z-index: 4
}

#video-bg .video-wrapper #yt-video-full.full,
#video-bg .video-wrapper iframe.full,
#video-bg .video-wrapper video.full {
    display: none;
    z-index: 5
}

@media screen and (max-width:1000px) {
    #video-bg .video-wrapper video {
        display: none !important
    }
}

#video-bg .content-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2
}

@media screen and (max-width:1000px) {
    #video-bg .content-wrapper h1 {
        font-size: 75px;
        line-height: 84px
    }
}

@media screen and (max-width:330px) {
    #video-bg .content-wrapper h1 {
        font-size: 70px;
        line-height: 80px
    }
}

#video-bg .content-wrapper .play-video {
    position: absolute;
    bottom: -156px
}

@media screen and (max-width:1000px) {
    #video-bg .content-wrapper .play-video {
        bottom: -100px
    }
}

.scroll-down-icon {
    position: absolute;
    bottom: 100px;
    right: 100px;
    z-index: 3;
    cursor: pointer;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transition-property: all;
    transition-duration: .3s
}

.scroll-down-icon:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.scroll-down-icon.hidden {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.scroll-down-icon.video-playing,
html.play-intro .scroll-down-icon {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

@media screen and (max-width:1400px) {
    .scroll-down-icon {
        bottom: 50px;
        right: 50px
    }
}

@media screen and (max-width:1000px) {
    .scroll-down-icon {
        right: 50%;
        bottom: 40px;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.scroll-down-icon:hover span.grey {
    color: #fff
}

.scroll-down-icon .text {
    float: left;
    padding-top: 5px;
    padding-right: 30px
}

@media screen and (max-width:1000px) {
    .scroll-down-icon .text {
        display: none
    }
}

.scroll-down-icon span {
    display: block;
    text-align: right;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 500
}

.scroll-down-icon span.grey {
    color: hsla(0, 0%, 100%, .6);
    font-weight: 400;
    transition-property: all;
    transition-duration: .3s
}

.scroll-down-icon .icon {
    width: 10px;
    height: 50px;
    display: block;
    float: left;
    background: url(../images/scroll_wave.svg) no-repeat;
    -webkit-animation: scroll 2s linear infinite;
    -ms-animation: scroll 2s linear infinite;
    -moz-animation: scroll 2s linear infinite;
    -o-animation: scroll 2s linear infinite
}

#product-submenu {
    position: fixed;
    z-index: 4;
    background: #000;
    width: 100%;
    height: 520px;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-transform: translateY(-520px);
    transform: translateY(-520px);
    transition-duration: .25s;
    transition-property: all;
    transition-timing-function: ease-in
}

body.page-where-to-buy #product-submenu {
    pointer-events: auto
}

@media screen and (max-width:1000px) {
    #product-submenu {
        display: none !important
    }
}

#product-submenu.active {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

#product-submenu.active .submenu {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

#product-submenu.active .submenu .column.glasses .image,
#product-submenu.active .submenu .column.glasses .text,
#product-submenu.active .submenu .column.helmets .image,
#product-submenu.active .submenu .column.helmets .text {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

#product-submenu.active .submenu .column.helmets .image {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

@media screen and (max-width:1400px) {
    #product-submenu {
        height: 434px;
        -webkit-transform: translateY(-434px);
        transform: translateY(-434px)
    }
}

html.sticky-menu #product-submenu {
    top: -133px
}

@media screen and (max-width:1400px) {
    html.sticky-menu #product-submenu {
        top: -47px
    }
}

#product-submenu .submenu {
    margin-top: 220px;
    border-top: 1px solid hsla(0, 0%, 100%, .2);
    height: 300px;
    box-sizing: border-box;
    overflow: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition-duration: .5s;
    transition-delay: .2s;
    transition-property: all;
    transition-timing-function: ease-in-out
}

#product-submenu .submenu:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

@media screen and (max-width:1400px) {
    #product-submenu .submenu {
        margin-top: 134px
    }
}

#product-submenu .submenu .column {
    float: left;
    height: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box
}

#product-submenu .submenu .column:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0)
}

#product-submenu .submenu .column:hover .text .product-category {
    -webkit-transform: translateY(-14px);
    transform: translateY(-14px)
}

#product-submenu .submenu .column:hover .text .more {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

#product-submenu .submenu .column.glasses {
    width: 40%
}

#product-submenu .submenu .column.glasses .image {
    transition-duration: .5s;
    transition-timing-function: ease-out
}

#product-submenu .submenu .column.glasses .image,
#product-submenu .submenu .column.glasses .text {
    transition-delay: .2s;
    transition-property: all;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
}

#product-submenu .submenu .column.glasses .text {
    transition-duration: .6s;
    transition-timing-function: ease-out
}

#product-submenu .submenu .column.helmets {
    width: 40%;
    border-left: 1px solid hsla(0, 0%, 100%, .2);
    border-right: 1px solid hsla(0, 0%, 100%, .2)
}

#product-submenu .submenu .column.helmets img {
    width: 400px;
    top: -20px
}

@media screen and (max-width:1270px) {
    #product-submenu .submenu .column.helmets img {
        width: 300px;
        top: 20px
    }
}

#product-submenu .submenu .column.helmets .image {
    transition-duration: .5s;
    transition-delay: .2s;
    transition-property: all;
    transition-timing-function: ease-out;
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

#product-submenu .submenu .column.helmets .text {
    transition-duration: .6s;
    transition-delay: .2s;
    transition-property: all;
    transition-timing-function: ease-out;
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
}

#product-submenu .submenu .column.videos {
    width: 20%;
    text-align: center
}

#product-submenu .submenu .column.videos:hover .play-icon .foreground {
    stroke-dashoffset: 0
}

#product-submenu .submenu .column.videos .headline {
    font-family: Rift Soft, Helvetica, Arial;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    display: block
}

#product-submenu .submenu .column.videos .play-icon {
    margin-bottom: 35px;
    display: block
}

#product-submenu .submenu .column img {
    width: 450px;
    display: block;
    position: absolute;
    right: -10px;
    top: -50px;
    transition-property: all;
    transition-duration: .45s;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%)
}

@media screen and (max-width:1270px) {
    #product-submenu .submenu .column img {
        width: 350px;
        top: 0
    }
}

#product-submenu .submenu .column .text {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 100px;
    margin-top: -18px
}

@media screen and (max-width:1400px) {
    #product-submenu .submenu .column .text {
        left: 50px
    }
}

#product-submenu .submenu .column .text .product-category {
    font-family: Rift Soft, Helvetica, Arial;
    font-weight: 600;
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    transition-property: all;
    transition-duration: .45s
}

#product-submenu .submenu .column .text .more {
    font-size: 16px;
    color: hsla(0, 0%, 100%, .5);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    position: absolute;
    transition-property: all;
    transition-duration: .45s
}

.products-main-categories {
    height: 700px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    background: #000;
    position: relative;
    z-index: 10
}

@media screen and (max-width:1400px) {
    .products-main-categories {
        height: 500px
    }
}

@media screen and (max-width:1000px) {
    .products-main-categories {
        height: auto
    }
}

.products-main-categories .column {
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box;
    transition-duration: 1.2s;
    transition-property: all;
    transition-timing-function: ease-out
}

@media screen and (max-width:1000px) {
    .products-main-categories .column {
        width: 100%;
        float: none;
        height: 375px
    }
}

.products-main-categories .column.glasses {
    border-right: 1px solid hsla(0, 0%, 100%, .2);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

@media screen and (max-width:1000px) {
    .products-main-categories .column.glasses {
        border-right: 0;
        border-bottom: 1px solid hsla(0, 0%, 100%, .2)
    }
}

.products-main-categories .column.glasses img {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
}

@media screen and (max-width:1000px) {
    .products-main-categories .column.glasses img {
        max-width: 100%;
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        filter: grayscale(0);
        -webkit-transform: translate(-30px, 40px);
        transform: translate(-30px, 40px)
    }
}

.products-main-categories .column.glasses .text {
    -webkit-transform: translate(-40px, -50%);
    transform: translate(-40px, -50%)
}

.products-main-categories .column.glasses.scroll-in {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.products-main-categories .column.glasses.scroll-in img {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@media screen and (max-width:1000px) {
    .products-main-categories .column.glasses.scroll-in img {
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
}

.products-main-categories .column.glasses.scroll-in .text {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.products-main-categories .column.helmets {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

@media screen and (max-width:1000px) {
    .products-main-categories .column.helmets {
        border-right: 0;
        border-bottom: 1px solid hsla(0, 0%, 100%, .2)
    }
}

.products-main-categories .column.helmets.scroll-in {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.products-main-categories .column.helmets.scroll-in img {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@media screen and (max-width:1000px) {
    .products-main-categories .column.helmets.scroll-in img {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

.products-main-categories .column.helmets.scroll-in .text {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.products-main-categories .column.helmets .text {
    -webkit-transform: translate(40px, -50%);
    transform: translate(40px, -50%)
}

.products-main-categories .column.helmets img {
    width: 750px;
    top: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
}

@media screen and (max-width:1000px) {
    .products-main-categories .column.helmets img {
        max-width: 100%;
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        filter: grayscale(0);
        -webkit-transform: translate(30px, -10px);
        transform: translate(30px, -10px)
    }
}

@media screen and (max-width:1400px) {
    .products-main-categories .column.helmets img {
        width: 550px
    }
}

.products-main-categories .column.active img,
.products-main-categories .column:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0)
}

.products-main-categories .column.active .text .product-category,
.products-main-categories .column:hover .text .product-category {
    -webkit-transform: translateY(-17px);
    transform: translateY(-17px)
}

.products-main-categories .column.active .text .more,
.products-main-categories .column:hover .text .more {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.products-main-categories .column.active .lines .line,
.products-main-categories .column:hover .lines .line {
    width: 25px;
    border-radius: 5px
}

.products-main-categories .column.active .lines .line:first-child,
.products-main-categories .column:hover .lines .line:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.products-main-categories .column.active .lines .line:last-child,
.products-main-categories .column:hover .lines .line:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.products-main-categories .column img {
    width: 800px;
    display: block;
    position: relative;
    margin: auto;
    top: -50px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    transition-duration: .6s;
    transition-property: all;
    transition-timing-function: ease-out;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
}

@media screen and (max-width:1400px) {
    .products-main-categories .column img {
        width: 600px
    }
}

.products-main-categories .column .text {
    position: absolute;
    z-index: 2;
    bottom: 100px;
    left: 100px;
    transition-duration: .6s;
    transition-property: all;
    transition-timing-function: ease-out
}

@media screen and (max-width:1400px) {
    .products-main-categories .column .text {
        bottom: 50px;
        left: 50px
    }
}

@media screen and (max-width:1000px) {
    .products-main-categories .column .text {
        bottom: 40px;
        left: 40px
    }
}

.products-main-categories .column .text .product-category {
    font-family: Rift Soft, Helvetica, Arial;
    font-weight: 600;
    font-size: 50px;
    text-transform: uppercase;
    color: #fff;
    transition-property: all;
    transition-duration: .45s
}

@media screen and (max-width:1000px) {
    .products-main-categories .column .text .product-category {
        font-size: 40px;
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px)
    }
}

.products-main-categories .column .text .more {
    font-size: 18px;
    color: hsla(0, 0%, 100%, .5);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    position: absolute;
    transition-property: all;
    transition-duration: .45s
}

@media screen and (max-width:1000px) {
    .products-main-categories .column .text .more {
        filter: alpha(opacity=1);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        white-space: nowrap
    }
}

.products-main-categories .column .lines {
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: 128px;
    right: 100px;
    transition-property: all;
    transition-duration: .45s
}

@media screen and (max-width:1400px) {
    .products-main-categories .column .lines {
        bottom: 78px;
        right: 50px
    }
}

@media screen and (max-width:1000px) {
    .products-main-categories .column .lines {
        bottom: 64px;
        right: 40px
    }
}

.products-main-categories .column .lines .line {
    width: 40px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    transition-property: all;
    transition-duration: .45s;
    -webkit-transform-origin: right;
    transform-origin: right
}

@media screen and (max-width:1000px) {
    .products-main-categories .column .lines .line {
        width: 25px;
        border-radius: 5px
    }

    .products-main-categories .column .lines .line:first-child {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .products-main-categories .column .lines .line:last-child {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

.head-part .inner-wrapper {
    padding: 200px 100px 142px 300px
}

@media screen and (max-width:1000px) {
    .head-part .inner-wrapper {
        padding: 40px 0
    }
}

.main-product-description {
    position: relative
}

.main-product-description .cycling-man {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    max-width: 800px;
    overflow: hidden
}

@media screen and (max-width:1000px) {
    .main-product-description .cycling-man {
        position: relative;
        left: 0;
        width: 100%;
        margin-top: 40px
    }
}

.main-product-description .cycling-man.scroll-in .img-wrapper {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.main-product-description .cycling-man .img-wrapper {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition-property: all;
    transition-duration: 2.7s;
    transition-timing-function: cubic-bezier(.075, .82, .165, 1)
}

.main-product-description .cycling-man .img-wrapper img {
    display: block;
    width: 100%;
    height: auto
}

.main-product-description .inner-wrapper {
    width: 470px;
    margin-bottom: 170px
}

@media screen and (max-width:1000px) {
    .main-product-description .inner-wrapper {
        width: 100%;
        margin-bottom: 80px
    }
}

.main-product-description .head {
    padding: 88px 0 92px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2)
}

.main-product-description .products {
    padding: 91px 0 0
}

.main-product-description .products .product:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.main-product-description .products .product.glasses {
    margin-bottom: 41px
}

.main-product-description .products .product.helmets .icon img {
    margin-top: 3px
}

.main-product-description .products .product .icon {
    width: 100px;
    float: left;
    display: block;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    transition-property: all;
    transition-duration: .6s
}

.main-product-description .products .product .icon.scroll-in {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.main-product-description .products .product .icon img {
    display: block;
    margin-top: 10px
}

.main-product-description .products .product .content {
    width: 370px;
    float: right
}

@media screen and (max-width:1000px) {
    .main-product-description .products .product .content {
        float: none;
        width: 100%
    }
}

.main-product-description .products .product .content p {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 26px
}

.bottom-section .inner-wrapper {
    border-top: 1px solid hsla(0, 0%, 100%, .2);
    padding: 150px 0 140px
}

@media screen and (max-width:1000px) {
    .bottom-section .inner-wrapper {
        padding: 80px 0
    }
}

.bottom-section .inner-wrapper .inner-container {
    width: 770px;
    margin: auto;
    text-align: center
}

.bottom-section .inner-wrapper .inner-container:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

@media screen and (max-width:1000px) {
    .bottom-section .inner-wrapper .inner-container {
        width: 100%
    }
}

.bottom-section .inner-wrapper .inner-container .column {
    float: left;
    width: 270px;
    cursor: pointer;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition-property: all;
    transition-duration: .6s;
    transition-delay: calc(200ms*var(--data-iteration))
}

@media screen and (max-width:1000px) {
    .bottom-section .inner-wrapper .inner-container .column {
        width: 100%
    }
}

.bottom-section .inner-wrapper .inner-container .column.scroll-in {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.bottom-section .inner-wrapper .inner-container .column:last-child {
    float: right
}

.bottom-section .inner-wrapper .inner-container .column:hover .icon .hover:before {
    top: -70px;
    left: 0
}

.bottom-section .inner-wrapper .inner-container .column:hover a:before {
    width: 100%
}

.bottom-section .inner-wrapper .inner-container .column.video:hover .play-icon .foreground {
    stroke-dashoffset: 0
}

.bottom-section .inner-wrapper .inner-container .column.video .play-icon {
    margin-bottom: 43px
}

.bottom-section .inner-wrapper .inner-container .column.mail .play-icon {
    width: 60px;
    height: 60px
}

.bottom-section .inner-wrapper .inner-container .column.mail .play-icon:before {
    width: 22px;
    height: 17px;
    margin-left: -11px;
    margin-top: -8.5px;
    background: url(../images/icon_mail.svg) no-repeat
}

@media screen and (max-width:1000px) {
    .bottom-section .inner-wrapper .inner-container .column.where-to-buy {
        margin-top: 70px
    }
}

.bottom-section .inner-wrapper .inner-container .column.where-to-buy:hover .home-icon .foreground {
    stroke-dashoffset: 0
}

.bottom-section .inner-wrapper .inner-container .column.where-to-buy .home-icon {
    width: 60px;
    height: 66px;
    position: relative;
    margin: 0 auto 33px
}

.bottom-section .inner-wrapper .inner-container .column.where-to-buy .home-icon:before {
    content: "";
    width: 22px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -11px;
    background: url(../images/icon_house.svg) no-repeat
}

.bottom-section .inner-wrapper .inner-container .column.where-to-buy .home-icon .foreground {
    stroke-dasharray: 225;
    stroke-dashoffset: 225;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.bottom-section .inner-wrapper .inner-container .column.where-to-buy .home-icon .background {
    stroke-dasharray: 0;
    stroke-dashoffset: 0
}

.bottom-section .inner-wrapper .inner-container p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 14px
}

.bottom-section .inner-wrapper .inner-container a {
    font-size: 15px;
    color: #fff;
    position: relative;
    display: inline-block
}

.bottom-section .inner-wrapper .inner-container a:before {
    content: "";
    width: 0;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    bottom: -8px;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.footer {
    background: #171717;
    padding: 140px 0;
    color: #fff;
    font-size: 14px;
    line-height: 26px
}

@media screen and (max-width:1000px) {
    .footer {
        text-align: center;
        padding: 80px 0 40px
    }
}

.footer .copy {
    width: 400px;
    float: left
}

@media screen and (max-width:1270px) {
    .footer .copy {
        width: 30%
    }
}

@media screen and (max-width:1000px) {
    .footer .copy {
        display: none
    }
}

.footer .hqbc,
.footer .products {
    width: 200px;
    float: left
}

@media screen and (max-width:1270px) {

    .footer .hqbc,
    .footer .products {
        width: 20%
    }
}

@media screen and (max-width:1000px) {

    .footer .hqbc,
    .footer .products {
        display: none
    }
}

.footer .hqbc a,
.footer .hqbc strong,
.footer .products a,
.footer .products strong {
    display: block;
    margin-bottom: 10px
}

.footer .newsletter {
    width: 370px;
    float: right
}

@media screen and (max-width:1270px) {
    .footer .newsletter {
        width: 30%
    }
}

@media screen and (max-width:1000px) {
    .footer .newsletter {
        float: none;
        width: 100%
    }
}

.footer .newsletter .form-field.text {
    position: relative;
    height: 60px
}

.footer .newsletter .form-field.text:focus-within:before {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.footer .newsletter .form-field.text:focus-within button:hover {
    background: url(../images/icon_plane_black.svg) #fff no-repeat 50%
}

.footer .newsletter .form-field.text:before {
    content: "";
    display: block;
    position: absolute;
    background: transparent;
    border: 1px solid #fff;
    z-index: 10;
    top: 0;
    left: 0;
    right: 1px;
    bottom: 0;
    pointer-events: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition-property: all;
    transition-duration: .3s
}

@media screen and (max-width:1270px) {
    .footer .newsletter .form-field.text:before {
        bottom: 0
    }
}

.footer .newsletter strong {
    font-family: Rift Soft, Helvetica, Arial;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
    display: block
}

@media screen and (max-width:1000px) {
    .footer .newsletter strong {
        font-size: 25px
    }
}

.footer .newsletter input[type=text] {
    width: 310px;
    border: 1px solid hsla(0, 0%, 100%, .2);
    border-right: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    height: 60px;
    padding: 0 25px;
    color: #fff;
    font-size: 14px;
    box-sizing: border-box;
    float: left
}

@media screen and (max-width:1270px) {
    .footer .newsletter input[type=text] {
        float: none;
        width: 100%
    }
}

.footer .newsletter input[type=text]::-webkit-input-placeholder {
    transition-property: all;
    transition-duration: .3s;
    color: hsla(0, 0%, 100%, .5)
}

.footer .newsletter input[type=text]:-moz-placeholder {
    transition-property: all;
    transition-duration: .3s;
    color: hsla(0, 0%, 100%, .5)
}

.footer .newsletter input[type=text]:-ms-input-placeholder {
    transition-property: all;
    transition-duration: .3s;
    color: hsla(0, 0%, 100%, .5)
}

.footer .newsletter input[type=text]:focus {
    outline: none
}

.footer .newsletter input[type=text]:focus::-webkit-input-placeholder,
.footer .newsletter input[type=text]:hover::-webkit-input-placeholder {
    color: #fff
}

.footer .newsletter input[type=text]:focus:-moz-placeholder,
.footer .newsletter input[type=text]:hover:-moz-placeholder {
    color: #fff
}

.footer .newsletter input[type=text]:focus:-ms-input-placeholder,
.footer .newsletter input[type=text]:hover:-ms-input-placeholder {
    color: #fff
}

.footer .newsletter button {
    width: 60px;
    height: 60px;
    border: 1px solid hsla(0, 0%, 100%, .2);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/icon_plane.svg) transparent no-repeat 50%;
    box-sizing: border-box;
    cursor: pointer;
    transition-property: all;
    transition-duration: .3s
}

@media screen and (max-width:1270px) {
    .footer .newsletter button {
        position: absolute;
        right: 0;
        top: 0
    }
}

.footer .newsletter button:focus {
    outline: none
}

.footer .newsletter button:hover {
    border-color: #fff
}

.footer .newsletter .errors-wrapper {
    position: relative;
    width: 100%
}

.footer .newsletter .errors-wrapper .error {
    position: absolute;
    top: 9px;
    left: -3px;
    color: #f8e71c;
    font-size: 13px;
    line-height: 24px;
    display: none
}

@media screen and (max-width:1000px) {
    .footer .newsletter .errors-wrapper .error {
        position: relative
    }
}

.footer .newsletter .errors-wrapper .error:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/icon_error.svg) no-repeat 50% #f8e71c;
    border-radius: 20px;
    display: inline-block;
    margin-right: 9px;
    vertical-align: top
}

.footer .newsletter .errors-wrapper .error:first-child {
    display: block
}

.footer .newsletter .errors-wrapper .success {
    position: absolute;
    top: 9px;
    left: 0;
    color: #7ed321;
    font-size: 13px;
    line-height: 24px
}

@media screen and (max-width:1000px) {
    .footer .newsletter .errors-wrapper .success {
        position: relative
    }
}

.footer a {
    display: block;
    color: hsla(0, 0%, 100%, .5)
}

.footer a:hover {
    color: #fff
}

.footer .top-part:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.footer .bottom-part {
    margin-top: 100px;
    padding-top: 70px;
    border-top: 1px solid hsla(0, 0%, 100%, .2);
    font-size: 14px
}

@media screen and (max-width:1000px) {
    .footer .bottom-part {
        padding-top: 40px;
        margin-top: 40px
    }
}

.footer .bottom-part strong {
    font-weight: 400;
    color: #fff;
    float: left;
    margin-right: 40px
}

@media screen and (max-width:1000px) {
    .footer .bottom-part strong {
        float: none;
        margin: 0;
        font-weight: 500;
        font-size: 16px
    }
}

.footer .bottom-part .arrow {
    float: left;
    margin: 10px 40px 0 0;
    width: 23px;
    height: 5px;
    background: url(../images/icon_arrow.svg) no-repeat
}

@media screen and (max-width:1000px) {
    .footer .bottom-part .arrow {
        display: none
    }
}

.footer .bottom-part .social {
    float: left;
    margin-right: 50px;
    color: hsla(0, 0%, 100%, .5)
}

@media screen and (max-width:1000px) {
    .footer .bottom-part .social {
        float: none;
        margin: 12px 0;
        font-size: 16px
    }
}

.footer .bottom-part .social:hover {
    color: #fff
}

.footer .bottom-part .made-by {
    float: right;
    color: hsla(0, 0%, 100%, .5)
}

@media screen and (max-width:1000px) {
    .footer .bottom-part .made-by {
        float: none;
        border-top: 1px solid hsla(0, 0%, 100%, .2);
        padding-top: 35px;
        margin-top: 40px
    }
}

.footer .bottom-part .made-by:hover {
    color: #fff
}

.footer .bottom-part .made-by:hover .logo:before {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.footer .bottom-part .made-by .logo {
    width: 22px;
    height: 22px;
    display: inline-block;
    background: url(../images/logo-white.svg) no-repeat;
    position: relative;
    top: 7px;
    margin-left: 5px
}

.footer .bottom-part .made-by .logo:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition-property: all;
    transition-duration: .3s;
    background: url(../images/logo-white.svg) no-repeat
}

.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-top: 15px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 13px;
    line-height: 20px
}

@media screen and (max-width:1270px) {
    .custom-checkbox {
        display: inline-block
    }
}

.custom-checkbox:hover input~.checkmark {
    border-color: #fff
}

.custom-checkbox a {
    display: inline
}

@media screen and (max-width:1000px) {
    .custom-checkbox .label {
        font-size: 15px
    }
}

.custom-checkbox input {
    position: absolute;
    cursor: pointer;
    height: 0;
    width: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.custom-checkbox input:checked~.checkmark {
    border-color: #fff
}

.custom-checkbox input:checked~.checkmark:after {
    display: block
}

.custom-checkbox .checkmark {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 0;
    height: 18px;
    width: 18px;
    background: #171717;
    border: 2px solid hsla(0, 0%, 100%, .2);
    box-sizing: border-box;
    border-radius: 10px;
    transition-property: all;
    transition-duration: .3s
}

.custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 50%;
    top: 50%;
    margin-left: -2px;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 10px
}

#bottom-gradient,
#top-gradient {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    z-index: 500;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition-property: all;
    transition-duration: .3s;
    background: linear-gradient(180deg, #000, transparent)
}

html.sticky-menu #bottom-gradient,
html.sticky-menu #top-gradient {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

#top-gradient.full-video-playing {
    filter: alpha(opacity=0.5);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5
}

body.page-where-to-buy #top-gradient {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

#bottom-gradient {
    height: 100px;
    bottom: 0;
    top: auto;
    background: linear-gradient(0deg, #000, transparent)
}

html.none-bottom-gradient #bottom-gradient {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

#cookies {
    position: fixed;
    z-index: 501;
    left: 10px;
    bottom: 10px;
    background: #212121;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    display: none
}

@media screen and (max-width:570px) {
    #cookies {
        right: 10px
    }
}

#cookies p {
    padding: 30px
}

@media screen and (max-width:570px) {
    #cookies p {
        padding: 15px 65px 15px 15px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box
    }
}

#cookies a {
    color: hsla(0, 0%, 100%, .6)
}

#cookies a:hover {
    color: #fff
}

#cookies .ok {
    color: #fff;
    font-family: Rift Soft, Helvetica, Arial;
    font-weight: 600;
    position: absolute;
    width: 80px;
    height: 100%;
    right: -80px;
    top: 0;
    line-height: 80px;
    text-align: center;
    background: #2a2a2a;
    font-size: 20px;
    cursor: pointer;
    transition-property: all;
    transition-duration: .3s
}

@media screen and (max-width:1000px) {
    #cookies .ok {
        width: 50px;
        line-height: 50px;
        right: 0
    }
}

#cookies .ok:hover {
    background-color: #313131
}

.splitting .word {
    position: relative;
    display: inline-block;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition-property: all;
    transition-duration: .6s;
    transition-delay: calc(100ms*var(--line-index))
}

.splitting.scroll-in .word {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.disable-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#loader,
.product-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1000
}

#loader .spinner,
.product-loader .spinner {
    content: "";
    width: 270px;
    height: 270px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../img/loading-path.png) no-repeat 0 0;
    background-size: 50% 50%;
    margin-top: -135px;
    margin-left: -135px;
    -webkit-animation: loading 2s linear infinite;
    -ms-animation: loading 2s linear infinite;
    -moz-animation: loading 2s linear infinite;
    -o-animation: loading 2s linear infinite
}

#loader .logo,
.product-loader .logo {
    width: 300px;
    height: 100px;
    display: block;
    left: 50%;
    top: 50%;
    margin-left: -70px;
    margin-top: -60px;
    position: absolute;
    background: url(../img/logo-white.svg) no-repeat
}

body.page-videos [data-anim=scroll-active] {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition-property: all;
    transition-duration: .6s
}

body.page-videos [data-anim=scroll-active].scroll-in,
body.page-videos [data-anim=scroll-active].scroll-in .video-container .watch-video {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

body.page-videos [data-anim=split-line] .word {
    position: relative;
    display: inline-block;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition-property: all;
    transition-duration: .6s;
    transition-delay: calc(100ms*var(--line-index))
}

html.page-loaded body.page-videos [data-anim=split-line] .word {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

body.page-videos .videos-main-head {
    padding-top: 310px
}

@media screen and (max-width:1000px) {
    body.page-videos .videos-main-head {
        padding-top: 196px
    }

    body.page-videos .videos-main-head h1 {
        font-size: 75px;
        line-height: 84px
    }
}

body.page-videos .videos-main-head p {
    width: 400px
}

@media screen and (max-width:1000px) {
    body.page-videos .videos-main-head p {
        width: 100%
    }
}

body.page-videos .videos-container {
    padding-top: 155px;
    padding-bottom: 145px
}

body.page-videos .videos-container:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

@media screen and (max-width:1000px) {
    body.page-videos .videos-container {
        padding: 80px 0
    }
}

body.page-videos .videos-container .video {
    float: left;
    width: 370px;
    margin-top: 45px;
    margin-bottom: 45px;
    cursor: pointer;
    transition-delay: calc(150ms*var(--data-iteration))
}

@media screen and (max-width:1270px) {
    body.page-videos .videos-container .video {
        width: 30%
    }
}

@media screen and (max-width:1000px) {
    body.page-videos .videos-container .video {
        float: none;
        width: 100%
    }
}

body.page-videos .videos-container .video.middle {
    margin-right: 30px;
    margin-left: 30px
}

@media screen and (max-width:1270px) {
    body.page-videos .videos-container .video.middle {
        margin-left: 5%;
        margin-right: 5%
    }
}

@media screen and (max-width:1000px) {
    body.page-videos .videos-container .video.middle {
        margin: 0
    }
}

body.page-videos .videos-container .video:hover .video-image {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0);
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

body.page-videos .videos-container .video:hover .video-image .video-image-wrapper {
    -webkit-transform: scale(1.0810810811);
    transform: scale(1.0810810811)
}

body.page-videos .videos-container .video:hover .watch-video .play-icon .circle .foreground {
    stroke-dashoffset: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

body.page-videos .videos-container .video:hover .watch-video .watch-it p {
    color: #fff
}

body.page-videos .videos-container .video .video-image {
    width: 100%;
    height: 208px;
    overflow: hidden;
    margin-bottom: 25px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: alpha(opacity=0.7);
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7;
    transition-property: all;
    transition-duration: .45s
}

@media screen and (max-width:1000px) {
    body.page-videos .videos-container .video .video-image {
        height: auto
    }
}

body.page-videos .videos-container .video .video-image .video-image-wrapper {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition-property: all;
    transition-duration: .45s
}

body.page-videos .videos-container .video .video-image img {
    display: block;
    width: 100%;
    height: auto
}

#video-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1000
}

#video-popup .video-popup-wrapper {
    height: 100%
}

#video-popup .video-popup-wrapper .inner-wrapper {
    position: relative;
    height: 100%
}

#video-popup .video-popup-wrapper .inner-wrapper .close-video {
    position: fixed;
    top: 100px;
    display: block
}

@media screen and (max-width:1400px) {
    #video-popup .video-popup-wrapper .inner-wrapper .close-video {
        top: 50px
    }
}

#video-popup .video-popup-wrapper .inner-wrapper .youtube-wrapper {
    position: absolute;
    width: 100% !important;
    height: 660px !important;
    top: 50%;
    left: 0;
    margin-top: -330px
}

@media screen and (max-width:1400px) {
    #video-popup .video-popup-wrapper .inner-wrapper .youtube-wrapper {
        height: 550px !important;
        margin-top: -275px
    }
}

#video-popup .video-popup-wrapper .inner-wrapper iframe {
    width: 100% !important;
    height: 100% !important
}

body.page-contact .contact-main-head {
    height: 100%
}

@media screen and (max-width:1000px) {
    body.page-contact .contact-main-head {
        height: auto !important
    }
}

body.page-contact .contact-main-head .content-wrapper,
body.page-contact .contact-main-head .content-wrapper .inner-wrapper {
    height: 100%
}

body.page-contact h1 {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px)
}

@media screen and (max-width:1000px) {
    body.page-contact h1 {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        font-size: 75px;
        text-align: left;
        line-height: 84px;
        padding-top: 196px
    }
}

@media screen and (max-width:570px) {
    body.page-contact h1 {
        text-align: center
    }
}

body.page-contact h1 .word {
    position: relative;
    display: inline-block;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition-property: all;
    transition-duration: .6s;
    transition-delay: calc(100ms*var(--word-index))
}

html.page-loaded body.page-contact h1 .word {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

body.page-contact .contact-info {
    position: fixed;
    bottom: 100px;
    left: 100px;
    right: 100px;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition-property: all;
    transition-duration: .6s
}

body.page-contact .contact-info:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

@media screen and (max-width:1000px) {
    body.page-contact .contact-info {
        position: relative;
        left: 0 !important;
        bottom: auto !important;
        right: 0 !important;
        padding: 70px 40px 0;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@media screen and (max-width:570px) {
    body.page-contact .contact-info {
        text-align: center;
        padding: 70px 0 0
    }
}

html.page-loaded body.page-contact .contact-info {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

@media screen and (max-width:1400px) {
    body.page-contact .contact-info {
        bottom: 50px;
        left: 50px;
        right: 50px
    }
}

body.page-contact .contact-info .column {
    width: 20%;
    float: left
}

@media screen and (max-width:1000px) {
    body.page-contact .contact-info .column {
        width: 50%;
        margin-bottom: 50px
    }

    body.page-contact .contact-info .column:last-child {
        clear: both;
        float: none;
        width: 100%;
        border-top: 1px solid hsla(0, 0%, 100%, .2);
        padding-top: 40px
    }

    body.page-contact .contact-info .column:last-child strong {
        display: inline-block;
        vertical-align: middle;
        margin-right: 40px
    }
}

@media screen and (max-width:570px) {
    body.page-contact .contact-info .column {
        width: 100%;
        float: none;
        margin-bottom: 50px
    }

    body.page-contact .contact-info .column:last-child {
        margin-right: 0;
        border-top: 1px solid hsla(0, 0%, 100%, .2);
        padding-top: 40px
    }

    body.page-contact .contact-info .column:last-child strong {
        display: block;
        margin-right: 0
    }
}

body.page-contact .contact-info .column strong {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: 13px
}

body.page-contact .contact-info .column a {
    font-size: 16px;
    line-height: 26px;
    display: block;
    color: hsla(0, 0%, 100%, .5)
}

body.page-contact .contact-info .column a:hover,
body.page-contact .contact-info .column a:hover span {
    color: #fff
}

body.page-contact .contact-info .column a.icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-right: 30px;
    filter: alpha(opacity=0.3);
    -moz-opacity: .3;
    -khtml-opacity: .3;
    opacity: .3
}

body.page-contact .contact-info .column a.icon.ig {
    background-image: url(../images/icon_instagram.svg)
}

body.page-contact .contact-info .column a.icon.fb {
    background-image: url(../images/icon_facebook.svg)
}

body.page-contact .contact-info .column a.icon.yt {
    background-image: url(../images/icon_youtube.svg);
    margin-right: 0
}

body.page-contact .contact-info .column a.icon:hover {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

body.page-contact .contact-info .column span {
    font-size: 16px;
    line-height: 26px;
    display: block;
    color: hsla(0, 0%, 100%, .5);
    transition-property: all;
    transition-duration: .3s
}

body.page-error .error-main-head {
    height: 100%
}

@media screen and (max-width:1000px) {
    body.page-error .error-main-head {
        height: auto !important
    }
}

body.page-error .error-main-head .content-wrapper,
body.page-error .error-main-head .content-wrapper .inner-wrapper {
    height: 100%
}

body.page-error h1 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    text-align: center;
    margin-bottom: 0
}

@media screen and (max-width:1000px) {
    body.page-error h1 {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        font-size: 75px;
        text-align: left;
        line-height: 84px;
        padding-top: 196px
    }
}

@media screen and (max-width:570px) {
    body.page-error h1 {
        text-align: center
    }
}

body.page-error a {
    color: #fff;
    display: inline-block;
    position: relative
}

body.page-error a:hover:after {
    width: 100%
}

body.page-error a:after,
body.page-error a:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    filter: alpha(opacity=0.4);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
    position: absolute;
    bottom: 2px;
    left: 0;
    z-index: 1
}

body.page-error a:after {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transition-property: all;
    transition-duration: .15s;
    transition-timing-function: ease-out;
    width: 0;
    z-index: 2
}

body.page-privacy .privacy-policy {
    padding-top: 310px
}

@media screen and (max-width:1000px) {
    body.page-privacy .privacy-policy {
        padding-top: 196px
    }

    body.page-privacy .privacy-policy h1 {
        font-size: 75px;
        line-height: 84px;
        margin-bottom: 0
    }
}

body.page-privacy .privacy-policy-content {
    padding: 140px 0
}

@media screen and (max-width:1000px) {
    body.page-privacy .privacy-policy-content {
        padding: 40px 0 50px
    }
}

body.page-privacy .privacy-policy-content .inner-wrapper {
    width: 770px
}

@media screen and (max-width:1000px) {
    body.page-privacy .privacy-policy-content .inner-wrapper {
        width: 100%
    }
}

body.page-privacy .privacy-policy-content p {
    line-height: 30px;
    font-size: 18px;
    color: hsla(0, 0%, 100%, .6);
    margin: 40px 0
}

body.page-privacy .privacy-policy-content p strong {
    font-weight: 500;
    color: #fff
}

body.page-privacy .privacy-policy-content p a {
    color: #fff;
    display: inline-block;
    position: relative
}

body.page-privacy .privacy-policy-content p a:hover:after {
    width: 100%
}

body.page-privacy .privacy-policy-content p a:after,
body.page-privacy .privacy-policy-content p a:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    filter: alpha(opacity=0.4);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
    position: absolute;
    bottom: 2px;
    left: 0;
    z-index: 1
}

body.page-privacy .privacy-policy-content p a:after {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transition-property: all;
    transition-duration: .15s;
    transition-timing-function: ease-out;
    width: 0;
    z-index: 2
}

body.page-products.page-helmets .features .feature.feature-even.feature-2 .photo {
    -webkit-transform: translateX(200px);
    transform: translateX(200px)
}

@media screen and (max-width:1000px) {
    body.page-products.page-helmets .features .feature.feature-even.feature-2 .photo {
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }

    body.page-products.page-helmets .features .feature.feature-even.feature-2 .photo .special {
        left: 0;
        bottom: -10%
    }
}

body.page-products.page-helmets .features .feature.feature-even.feature-2 .photo.scroll-in {
    -webkit-transform: translateX(150px);
    transform: translateX(150px)
}

@media screen and (max-width:1000px) {
    body.page-products.page-helmets .features .feature.feature-even.feature-2 .photo.scroll-in {
        -webkit-transform: translateX(30%);
        transform: translateX(30%)
    }

    body.page-products.page-helmets .features .feature.feature-even.feature-2 .photo.scroll-in .special {
        left: 0
    }
}

body.page-products.page-helmets .features .feature.feature-even.feature-2 .photo.scroll-in .special {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@media screen and (max-width:1000px) {
    body.page-products.page-helmets .features .feature.feature-even.feature-2 .photo.scroll-in .special {
        -webkit-transform: translateX(-40%);
        transform: translateX(-40%)
    }
}

body.page-products.page-helmets .features .feature.feature-1 .photo {
    height: 535px;
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px)
}

body.page-products.page-helmets .features .feature.feature-1 .photo.scroll-in {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
}

@media screen and (max-width:1000px) {
    body.page-products.page-helmets .features .feature.feature-1 .photo.scroll-in {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

body.page-products.page-helmets .features .feature.feature-1 .photo .photo-wrapper {
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

body.page-products.page-helmets .features .feature.feature-1 .photo .photo-wrapper img {
    filter: alpha(opacity=0.8);
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8
}

body.page-products.page-helmets .features .feature.feature-1 .photo .photo-wrapper .icon-wrapper {
    bottom: -10px;
    left: 700px;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
}

@media screen and (max-width:1000px) {
    body.page-products.page-helmets .features .feature.feature-1 .photo .photo-wrapper .icon-wrapper {
        left: 65%;
        bottom: -90px
    }
}

body.page-products.page-helmets .features .feature.feature-2 .photo {
    height: 426px
}

body.page-products.page-helmets .features .feature.feature-2 .photo .photo-wrapper {
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
}

@media screen and (max-width:1000px) {
    body.page-products.page-helmets .features .feature.feature-2 .photo .photo-wrapper {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

body.page-products.page-helmets .features .feature.feature-2 .photo .photo-wrapper img {
    filter: alpha(opacity=0.7);
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

body.page-products.page-helmets .features .feature.feature-2 .photo .photo-wrapper .icon-wrapper {
    right: 650px;
    bottom: auto;
    top: 0;
    left: auto;
    -webkit-transform: translateX(60px);
    transform: translateX(60px)
}

@media screen and (max-width:1000px) {
    body.page-products.page-helmets .features .feature.feature-2 .photo .photo-wrapper .icon-wrapper {
        right: 100%;
        top: 0
    }
}

body.page-products.page-helmets .features .feature.feature-2 .photo .photo-wrapper .icon-wrapper .icon:before {
    top: auto;
    bottom: -20px;
    right: -57px;
    left: auto
}

body.page-products.page-helmets .features .feature.feature-3 {
    margin-top: 250px
}

@media screen and (max-width:1000px) {
    body.page-products.page-helmets .features .feature.feature-3 {
        margin-top: 80px
    }
}

body.page-products.page-helmets .features .feature.feature-3 .photo {
    height: 900px
}

body.page-products.page-helmets .features .feature.feature-3 .photo .photo-wrapper {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(-90px);
    transform: translateY(-90px)
}

@media screen and (max-width:1000px) {
    body.page-products.page-helmets .features .feature.feature-3 .photo .photo-wrapper {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

body.page-products.page-helmets .features .feature.feature-3 .photo .photo-wrapper .icon-wrapper {
    bottom: 250px;
    left: 650px;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
}

@media screen and (max-width:1000px) {
    body.page-products.page-helmets .features .feature.feature-3 .photo .photo-wrapper .icon-wrapper {
        bottom: 0;
        left: 60%
    }
}

body.page-products.page-helmets .features .feature.feature-4 {
    margin-top: 50px
}

@media screen and (max-width:1000px) {
    body.page-products.page-helmets .features .feature.feature-4 {
        margin-top: 80px
    }
}

body.page-products.page-helmets .features .feature.feature-4 .photo {
    height: 579px;
    -webkit-transform: translateX(120px);
    transform: translateX(120px)
}

body.page-products.page-helmets .features .feature.feature-4 .photo.scroll-in {
    -webkit-transform: translateX(70px);
    transform: translateX(70px)
}

@media screen and (max-width:1000px) {
    body.page-products.page-helmets .features .feature.feature-4 .photo.scroll-in {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

body.page-products.page-helmets .features .feature.feature-4 .photo .photo-wrapper {
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
}

@media screen and (max-width:1000px) {
    body.page-products.page-helmets .features .feature.feature-4 .photo .photo-wrapper {
        -webkit-transform: translateY(70px);
        transform: translateY(70px)
    }
}

body.page-products.page-helmets .features .feature.feature-4 .photo .photo-wrapper img {
    filter: alpha(opacity=0.9);
    -moz-opacity: .9;
    -khtml-opacity: .9;
    opacity: .9
}

body.page-products.page-helmets .features .feature.feature-4 .photo .photo-wrapper .icon-wrapper {
    right: 750px;
    bottom: 10px;
    left: auto;
    -webkit-transform: translateX(60px);
    transform: translateX(60px)
}

@media screen and (max-width:1000px) {
    body.page-products.page-helmets .features .feature.feature-4 .photo .photo-wrapper .icon-wrapper {
        bottom: auto;
        top: -80px;
        right: 50%
    }
}

body.page-products.page-helmets .features .feature.feature-4 .photo .photo-wrapper .icon-wrapper .icon:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: -57px;
    left: auto
}

@media screen and (max-width:1000px) {
    body.page-products.page-helmets .features .feature.feature-4 .photo .photo-wrapper .icon-wrapper .icon:before {
        top: auto;
        bottom: -20px;
        right: -57px;
        left: auto;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

body.page-products.page-helmets .features .feature.feature-5 {
    margin-top: 280px
}

@media screen and (max-width:1000px) {
    body.page-products.page-helmets .features .feature.feature-5 {
        margin-bottom: 80px
    }
}

body.page-products.page-helmets .features .feature.feature-5 .photo {
    height: 870px
}

body.page-products.page-helmets .features .feature.feature-5 .photo .photo-wrapper {
    -webkit-transform: translateY(-180px);
    transform: translateY(-180px)
}

@media screen and (max-width:1000px) {
    body.page-products.page-helmets .features .feature.feature-5 .photo .photo-wrapper {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

body.page-products.page-helmets .features .feature.feature-5 .photo .photo-wrapper img {
    filter: alpha(opacity=0.9);
    -moz-opacity: .9;
    -khtml-opacity: .9;
    opacity: .9
}

body.page-products.page-helmets .features .feature.feature-5 .photo .photo-wrapper .icon-wrapper {
    bottom: 130px;
    left: 680px;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
}

@media screen and (max-width:1000px) {
    body.page-products.page-helmets .features .feature.feature-5 .photo .photo-wrapper .icon-wrapper {
        bottom: -70px;
        left: 50%
    }
}

body.page-products.page-glasses .features .feature .photo .photo-wrapper {
    width: 950px !important
}

@media screen and (max-width:1000px) {
    body.page-products.page-glasses .features .feature .photo .photo-wrapper {
        width: 100% !important
    }
}

body.page-products.page-glasses .features .feature.feature-1 .photo {
    height: 446px;
    -webkit-transform: translate(130px, -40px);
    transform: translate(130px, -40px)
}

body.page-products.page-glasses .features .feature.feature-1 .photo.scroll-in {
    -webkit-transform: translate(80px, -40px);
    transform: translate(80px, -40px)
}

@media screen and (max-width:1000px) {
    body.page-products.page-glasses .features .feature.feature-1 .photo.scroll-in {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

body.page-products.page-glasses .features .feature.feature-1 .photo.scroll-in .photo-wrapper .icon-wrapper {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

body.page-products.page-glasses .features .feature.feature-1 .photo .photo-wrapper {
    -webkit-transform: translateY(200px);
    transform: translateY(200px)
}

@media screen and (max-width:1000px) {
    body.page-products.page-glasses .features .feature.feature-1 .photo .photo-wrapper {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

body.page-products.page-glasses .features .feature.feature-1 .photo .photo-wrapper .icon-wrapper {
    right: 880px;
    bottom: 0;
    left: auto;
    -webkit-transform: translateX(70px);
    transform: translateX(70px)
}

@media screen and (max-width:1000px) {
    body.page-products.page-glasses .features .feature.feature-1 .photo .photo-wrapper .icon-wrapper {
        right: 25%;
        bottom: -40%
    }
}

body.page-products.page-glasses .features .feature.feature-1 .photo .photo-wrapper .icon-wrapper .icon:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: -57px;
    left: auto
}

body.page-products.page-glasses .features .feature.feature-2 {
    margin-top: 260px
}

@media screen and (max-width:1000px) {
    body.page-products.page-glasses .features .feature.feature-2 {
        margin-top: 80px
    }
}

body.page-products.page-glasses .features .feature.feature-2 .photo {
    height: 677px;
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

body.page-products.page-glasses .features .feature.feature-2 .photo.scroll-in {
    -webkit-transform: translateX(60px);
    transform: translateX(60px)
}

@media screen and (max-width:1000px) {
    body.page-products.page-glasses .features .feature.feature-2 .photo.scroll-in {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

body.page-products.page-glasses .features .feature.feature-2 .photo .photo-wrapper {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
}

body.page-products.page-glasses .features .feature.feature-2 .photo .photo-wrapper img.special-glasses {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-animation: glasses 3s linear infinite;
    -ms-animation: glasses 3s linear infinite;
    -moz-animation: glasses 3s linear infinite;
    -o-animation: glasses 3s linear infinite
}

@media screen and (max-width:1000px) {
    body.page-products.page-glasses .features .feature.feature-2 .photo .photo-wrapper {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

body.page-products.page-glasses .features .feature.feature-2 .photo .photo-wrapper .icon-wrapper {
    left: 463px;
    bottom: 220px;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
}

@media screen and (max-width:1000px) {
    body.page-products.page-glasses .features .feature.feature-2 .photo .photo-wrapper .icon-wrapper {
        left: 46%;
        bottom: 45%
    }
}

body.page-products.page-glasses .features .feature.feature-2 .photo .photo-wrapper .icon-wrapper .icon:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 50%;
    margin-left: -36px;
    top: 72px
}

body.page-products.page-glasses .features .feature.feature-3 {
    margin-top: 50px
}

@media screen and (max-width:1000px) {
    body.page-products.page-glasses .features .feature.feature-3 {
        margin-top: 80px
    }
}

body.page-products.page-glasses .features .feature.feature-3 .photo {
    height: 472px
}

body.page-products.page-glasses .features .feature.feature-3 .photo .photo-wrapper {
    filter: alpha(opacity=0.8);
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8;
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
}

@media screen and (max-width:1000px) {
    body.page-products.page-glasses .features .feature.feature-3 .photo .photo-wrapper {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

body.page-products.page-glasses .features .feature.feature-3 .photo .photo-wrapper .icon-wrapper {
    right: 865px;
    bottom: 0;
    left: auto;
    -webkit-transform: translateX(70px);
    transform: translateX(70px)
}

@media screen and (max-width:1000px) {
    body.page-products.page-glasses .features .feature.feature-3 .photo .photo-wrapper .icon-wrapper {
        right: 25%;
        bottom: -40%
    }
}

body.page-products.page-glasses .features .feature.feature-3 .photo .photo-wrapper .icon-wrapper .icon:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: -57px;
    left: auto
}

body.page-products.page-glasses .features .feature.feature-4 {
    margin-top: 300px;
    margin-bottom: 200px
}

@media screen and (max-width:1000px) {
    body.page-products.page-glasses .features .feature.feature-4 {
        margin-top: 80px;
        margin-bottom: 80px
    }
}

body.page-products.page-glasses .features .feature.feature-4 .photo {
    height: 294px;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

body.page-products.page-glasses .features .feature.feature-4 .photo.scroll-in {
    -webkit-transform: translateX(50px);
    transform: translateX(50px)
}

@media screen and (max-width:1000px) {
    body.page-products.page-glasses .features .feature.feature-4 .photo.scroll-in {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

body.page-products.page-glasses .features .feature.feature-4 .photo .photo-wrapper {
    -webkit-transform: translateY(110px);
    transform: translateY(110px)
}

@media screen and (max-width:1000px) {
    body.page-products.page-glasses .features .feature.feature-4 .photo .photo-wrapper {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

body.page-products.page-glasses .features .feature.feature-4 .photo .photo-wrapper .icon-wrapper {
    left: 720px;
    bottom: -100px;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
}

@media screen and (max-width:1000px) {
    body.page-products.page-glasses .features .feature.feature-4 .photo .photo-wrapper .icon-wrapper {
        left: 65%;
        bottom: -130%
    }
}

body.page-products.page-glasses .features .feature .photo .photo-wrapper {
    width: 950px
}

body.page-products .products-main-head {
    position: relative
}

@media screen and (max-width:1000px) {
    body.page-products .products-main-head .scroll-down-icon {
        display: none
    }
}

body.page-products .products-main-head .wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative
}

body.page-products .products-main-head .content-wrapper {
    height: 100%;
    text-align: center;
    overflow: hidden
}

@media screen and (max-width:1000px) {

    body.page-products .products-main-head .content-wrapper,
    body.page-products .products-main-head .content-wrapper .wrapper {
        overflow: visible
    }
}

body.page-products .products-main-head .content-wrapper img {
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    left: 50%;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(.9);
    transform: translateX(-50%) scale(.9);
    transition-property: all;
    transition-duration: 1s
}

@media screen and (max-width:1000px) {
    body.page-products .products-main-head .content-wrapper img {
        height: auto !important;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(.9);
        transform: translateX(-50%) translateY(-50%) scale(.9);
        width: 220%
    }
}

html.page-loaded body.page-products .products-main-head .content-wrapper img {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1)
}

@media screen and (max-width:1000px) {
    html.page-loaded body.page-products .products-main-head .content-wrapper img {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(.9);
        transform: translateX(-50%) translateY(-50%) scale(.9)
    }
}

body.page-products .products-main-head h1 {
    font-size: 70px;
    position: absolute;
    bottom: 89px;
    width: 320px;
    text-align: center;
    left: 50%;
    letter-spacing: -1.23px;
    line-height: 70px;
    margin: 0 0 0 -160px !important;
    font-weight: 600 !important;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    transition-property: all;
    transition-duration: 1s
}

@media screen and (max-width:1400px) {
    body.page-products .products-main-head h1 {
        bottom: 39px
    }
}

@media screen and (max-width:1000px) {
    body.page-products .products-main-head h1 {
        font-size: 75px;
        line-height: 84px
    }
}

html.page-loaded body.page-products .products-main-head h1 {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

body.page-products .product-info-content p {
    width: 770px;
    margin: auto;
    text-align: center
}

@media screen and (max-width:1000px) {
    body.page-products .product-info-content p {
        width: 100%
    }
}

body.page-products .features {
    position: relative
}

body.page-products .features .feature {
    margin-top: 220px
}

body.page-products .features .feature:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

@media screen and (max-width:1000px) {
    body.page-products .features .feature {
        margin-top: 100px !important
    }
}

body.page-products .features .feature.feature-odd .text {
    float: right
}

body.page-products .features .feature.feature-odd .photo {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    float: left
}

body.page-products .features .feature.feature-odd .photo .photo-wrapper {
    right: 0
}

body.page-products .features .feature.feature-even .text {
    float: left
}

body.page-products .features .feature.feature-even .photo {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    float: right
}

body.page-products .features .feature.feature-even .photo .photo-wrapper {
    left: 0
}

body.page-products .features .feature .icons {
    margin-bottom: 36px;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition-property: all;
    transition-duration: .6s
}

body.page-products .features .feature .icons:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

body.page-products .features .feature .icons.scroll-in {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

body.page-products .features .feature .icons .icon {
    cursor: pointer;
    pointer-events: auto;
    width: 60px;
    height: 60px;
    border: 2px solid hsla(0, 0%, 100%, .3);
    float: left;
    position: relative;
    margin-right: 15px;
    border-radius: 10px;
    box-sizing: border-box;
    transition-property: all;
    transition-duration: .3s
}

body.page-products .features .feature .icons .icon:hover {
    border-color: #fff
}

body.page-products .features .feature .icons .icon:hover span {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

body.page-products .features .feature .icons .icon span {
    display: block;
    position: absolute;
    width: auto;
    height: 40px;
    white-space: nowrap;
    border: 2px solid hsla(0, 0%, 100%, .2);
    border-radius: 25px;
    color: #fff;
    padding: 0 20px;
    line-height: 36px;
    font-size: 14px;
    top: -65px;
    left: 87px;
    pointer-events: none;
    z-index: 10;
    background: #000;
    box-sizing: border-box;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition-property: all;
    transition-duration: .3s
}

body.page-products .features .feature .icons .icon span:before {
    content: "";
    width: 30px;
    height: 2px;
    background: hsla(0, 0%, 100%, .2);
    position: absolute;
    left: -23px;
    top: 40px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

body.page-products .features .feature .icons .icon.pc {
    background: url(../images/icon_pc.svg) no-repeat 50%
}

body.page-products .features .feature .icons .icon.inmold {
    background: url(../images/icon_inmold.svg) no-repeat 50%
}

body.page-products .features .feature .icons .icon.twoinone {
    background: url(../images/icon_twoinone.svg) no-repeat 50%
}

body.page-products .features .feature .icons .icon.comfort {
    background: url(../images/icon_comfort.svg) no-repeat 50%
}

body.page-products .features .feature .icons .icon.airflow {
    background: url(../images/icon_airflow.svg) no-repeat 50%
}

body.page-products .features .feature .icons .icon.lightweight {
    background: url(../images/icon_lightweight.svg) no-repeat 50%
}

body.page-products .features .feature .icons .icon.visibility {
    background: url(../images/icon_glasses_visibility.svg) no-repeat 50%
}

body.page-products .features .feature .icons .icon.adjustable-nose {
    background: url(../images/icon_adjustable_nose.svg) no-repeat 50%
}

body.page-products .features .feature .icons .icon.tr90 {
    background: url(../images/icon_tr90.svg) no-repeat 50%
}

body.page-products .features .feature .icons .icon.durable {
    background: url(../images/icon_durable.svg) no-repeat 50%
}

body.page-products .features .feature .icons .icon.fit-to-face {
    background: url(../images/icon_fit_to_face.svg) no-repeat 50%
}

body.page-products .features .feature .photo {
    width: 700px;
    min-height: 200px;
    position: relative;
    z-index: 2;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition-property: all;
    transition-duration: 1.05s;
    transition-timing-function: ease-out
}

@media screen and (max-width:1270px) {
    body.page-products .features .feature .photo {
        width: calc(100% - 400px)
    }
}

@media screen and (max-width:1000px) {
    body.page-products .features .feature .photo {
        width: 100%;
        min-height: 0;
        height: auto !important
    }
}

body.page-products .features .feature .photo.scroll-in,
body.page-products .features .feature .photo.scroll-in .photo-wrapper .icon-wrapper {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

body.page-products .features .feature .photo.scroll-in .photo-wrapper .icon-wrapper .icon {
    width: 100%
}

body.page-products .features .feature .photo.scroll-in .glasses-animation,
body.page-products .features .feature .photo.scroll-in .helmet-animation,
body.page-products .features .feature .photo.scroll-in .photo-wrapper .icon-wrapper .icon span.text-span {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

body.page-products .features .feature .photo .photo-wrapper {
    position: absolute;
    top: 0;
    width: 819px;
    min-height: 200px
}

@media screen and (max-width:1000px) {
    body.page-products .features .feature .photo .photo-wrapper {
        width: 100%;
        position: relative;
        min-height: 0;
        height: auto !important
    }
}

body.page-products .features .feature .photo .photo-wrapper img {
    max-width: 100%
}

body.page-products .features .feature .photo .photo-wrapper img.special {
    position: absolute;
    bottom: -50px;
    left: -200px;
    transition-property: all;
    transition-duration: 1.2s;
    transition-timing-function: ease-out;
    transition-delay: .2s;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    filter: alpha(opacity=1 !important);
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important
}

@media screen and (max-width:1000px) {
    body.page-products .features .feature .photo .photo-wrapper img.special {
        width: 60%
    }
}

body.page-products .features .feature .photo .photo-wrapper .icon-wrapper {
    display: block;
    position: absolute;
    z-index: 9;
    width: auto;
    height: 40px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition-property: all;
    transition-duration: .9s;
    transition-delay: .6s
}

body.page-products .features .feature .photo .photo-wrapper .icon-wrapper .icon {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    z-index: 10;
    white-space: nowrap;
    border: 2px solid hsla(0, 0%, 100%, .2);
    border-radius: 35px;
    color: #fff;
    padding: 0 9px 0 19px;
    line-height: 36px;
    font-size: 14px;
    cursor: pointer;
    box-sizing: border-box;
    transition-property: all;
    transition-duration: .9s;
    transition-delay: .4s
}

body.page-products .features .feature .photo .photo-wrapper .icon-wrapper .icon:before {
    content: "";
    width: 70px;
    height: 2px;
    top: -20px;
    left: -57px;
    background: hsla(0, 0%, 100%, .2);
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

body.page-products .features .feature .photo .photo-wrapper .icon-wrapper .icon:hover .text-span i {
    color: #fff
}

body.page-products .features .feature .photo .photo-wrapper .icon-wrapper .icon:hover .info-span {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

body.page-products .features .feature .photo .photo-wrapper .icon-wrapper .icon .text-span {
    color: hsla(0, 0%, 100%, .5);
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    padding-right: 28px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition-property: all;
    transition-duration: .6s;
    transition-delay: .5s
}

body.page-products .features .feature .photo .photo-wrapper .icon-wrapper .icon .text-span i {
    font-style: normal;
    transition-property: all;
    transition-duration: .3s
}

body.page-products .features .feature .photo .photo-wrapper .icon-wrapper .icon .info-span {
    position: absolute;
    display: block;
    right: 9px;
    top: 9px;
    width: 18px;
    height: 18px;
    background: url(../images/icon_info.svg) no-repeat 50%;
    filter: alpha(opacity=0.3);
    -moz-opacity: .3;
    -khtml-opacity: .3;
    opacity: .3;
    transition-property: all;
    transition-duration: .3s
}

body.page-products .features .feature .text {
    width: 370px;
    z-index: 3;
    position: relative
}

@media screen and (max-width:1000px) {
    body.page-products .features .feature .text {
        width: 100%;
        margin-top: 80px;
        pointer-events: none
    }
}

body.page-products .features .feature .text h2,
body.page-products .features .feature .text h4 {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition-property: all;
    transition-duration: .6s
}

body.page-products .features .feature .text h2.scroll-in,
body.page-products .features .feature .text h4.scroll-in {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

body.page-products .features .feature .text p {
    width: 100%;
    text-align: left
}

body.page-products .features .feature .text>p {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition-property: all;
    transition-duration: .6s
}

body.page-products .features .feature .text>p.scroll-in {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

body.page-products .features .feature .text .same-feature-btn {
    display: block;
    z-index: 3;
    border-top: 1px solid hsla(0, 0%, 100%, .2);
    height: 70px;
    line-height: 70px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    margin-top: 40px;
    position: relative;
    pointer-events: auto;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition-property: all;
    transition-duration: .6s
}

body.page-products .features .feature .text .same-feature-btn.scroll-in {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

@media screen and (max-width:1000px) {
    body.page-products .features .feature .text .same-feature-btn.toggle:before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    body.page-products .features .feature .text .same-feature-btn.toggle:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@media screen and (min-width:1000px) {
    body.page-products .features .feature .text .same-feature-btn:hover:before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    body.page-products .features .feature .text .same-feature-btn:hover:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

body.page-products .features .feature .text .same-feature-btn:after,
body.page-products .features .feature .text .same-feature-btn:before {
    content: "";
    width: 16px;
    height: 2px;
    background: #fff;
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    margin-top: -1px;
    transition-property: all;
    transition-duration: .3s
}

body.page-products .features .feature .text .same-feature-btn:after {
    width: 2px;
    height: 16px;
    right: 7px;
    margin-top: -8px
}

body.page-products .features .feature .text .same-feature-btn .same-feature-submenu {
    position: absolute;
    width: 100%;
    max-height: 305px;
    overflow-y: auto;
    top: 70px;
    left: 0;
    z-index: 5;
    display: none
}

body.page-products .features .feature .text .same-feature-btn .same-feature-submenu a,
body.page-products .features .feature .text .same-feature-btn .same-feature-submenu span {
    display: block;
    height: 60px;
    background: #212121;
    border-bottom: 1px solid #000;
    font-size: 15px;
    padding: 0 25px;
    line-height: 60px
}

body.page-products .features .feature .text .same-feature-btn .same-feature-submenu a:hover,
body.page-products .features .feature .text .same-feature-btn .same-feature-submenu span:hover {
    background: #272727
}

body.page-products .features .feature .text .watch-video {
    border-top: 1px solid hsla(0, 0%, 100%, .2);
    padding-top: 25px;
    margin-top: 50px;
    pointer-events: auto
}

body.page-products .features .feature .text .watch-video.scroll-in {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

body.page-products .features .feature .text .watch-video .watch-it {
    padding-left: 70px
}

body.page-products .features .feature .text .watch-video:hover .play-icon .circle .foreground {
    stroke-dashoffset: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

body.page-products .features .feature .text .watch-video:hover .watch-it p {
    color: #fff
}

body.page-products .features .slogan {
    margin-top: 170px
}

body.page-products .features .slogan:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

@media screen and (max-width:1000px) {
    body.page-products .features .slogan {
        margin-top: 80px
    }
}

body.page-products .features .slogan a {
    display: block;
    color: hsla(0, 0%, 100%, .5)
}

body.page-products .features .slogan a:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

body.page-products .features .slogan a:hover .second-part {
    color: #fff
}

body.page-products .features .slogan .first-part {
    font-family: Rift Soft, Helvetica, Arial;
    display: block;
    color: #fff;
    font-size: 35px;
    line-height: 42px;
    padding-left: 70px;
    border-left: 2px solid #fff;
    width: 570px;
    box-sizing: border-box;
    float: left
}

@media screen and (max-width:1000px) {
    body.page-products .features .slogan .first-part {
        float: none;
        width: 100%;
        padding-left: 15px;
        font-size: 26px;
        line-height: 31px
    }
}

body.page-products .features .slogan .second-part {
    width: 370px;
    float: right;
    display: block;
    font-size: 16px;
    line-height: 26px;
    padding-top: 3px;
    color: hsla(0, 0%, 100%, .5);
    transition-property: all;
    transition-duration: .3s
}

@media screen and (max-width:1000px) {
    body.page-products .features .slogan .second-part {
        width: 100%;
        float: none;
        padding-top: 80px
    }
}

body.page-products .all-products-slider {
    border-top: 1px solid hsla(0, 0%, 100%, .2);
    padding-top: 140px;
    padding-bottom: 160px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition-property: all;
    transition-duration: 1.2s
}

@media screen and (max-width:1000px) {
    body.page-products .all-products-slider {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

body.page-products .all-products-slider.scroll-in {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

body.page-products .all-products-slider.down .list-of-items .item .item-photo img {
    -webkit-transform: scale(1);
    transform: scale(1)
}

body.page-products .all-products-slider .items-scroll-wrapper {
    width: auto;
    white-space: nowrap
}

body.page-products .all-products-slider .list-of-items {
    padding-top: 100px;
    white-space: nowrap;
    position: relative
}

body.page-products .all-products-slider .list-of-items:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

@media screen and (max-width:1000px) {
    body.page-products .all-products-slider .list-of-items {
        padding-top: 40px
    }
}

body.page-products .all-products-slider .list-of-items #scroll-indicator {
    width: 400px;
    height: 1px;
    background: #333;
    margin: 60px auto 0;
    display: block;
    position: relative
}

@media screen and (max-width:1000px) {
    body.page-products .all-products-slider .list-of-items #scroll-indicator {
        width: 50%
    }
}

@media screen and (max-width:570px) {
    body.page-products .all-products-slider .list-of-items #scroll-indicator {
        width: 90%
    }
}

body.page-products .all-products-slider .list-of-items #scroll-indicator span {
    width: 20%;
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    background: #fff
}

body.page-products .all-products-slider .list-of-items .left-gradient,
body.page-products .all-products-slider .list-of-items .right-gradient {
    pointer-events: none;
    background: linear-gradient(90deg, #000, transparent);
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 300px;
    height: 265px;
    z-index: 500;
    z-index: 3
}

@media screen and (max-width:1000px) {

    body.page-products .all-products-slider .list-of-items .left-gradient,
    body.page-products .all-products-slider .list-of-items .right-gradient {
        width: 80px
    }
}

body.page-products .all-products-slider .list-of-items .arrow-right {
    position: absolute;
    width: 18px;
    height: 38px;
    right: 50px;
    bottom: 145px;
    background: url(../images/icon_arrow_right.svg) no-repeat 50%;
    cursor: pointer;
    z-index: 4
}

body.page-products .all-products-slider .list-of-items .right-gradient {
    background: linear-gradient(270deg, #000, transparent);
    right: 0;
    left: auto
}

body.page-products .all-products-slider .list-of-items .content-wrapper {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    transition-property: all;
    transition-duration: 1.2s;
    cursor: -webkit-grab;
    cursor: grab;
    cursor: url(../images/icon_dragging.svg), auto
}

body.page-products .all-products-slider .list-of-items .content-wrapper.scroll-in {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

body.page-products .all-products-slider .list-of-items .item {
    display: inline-block;
    width: 270px;
    margin-right: 30px;
    text-align: center
}

body.page-products .all-products-slider .list-of-items .item:last-child {
    margin-right: 0
}

body.page-products .all-products-slider .list-of-items .item:hover .item-photo img {
    -webkit-transform: scale(1);
    transform: scale(1)
}

body.page-products .all-products-slider .list-of-items .item:hover .item-name {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
}

body.page-products .all-products-slider .list-of-items .item:hover .item-name span {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

body.page-products .all-products-slider .list-of-items .item .item-photo img {
    display: block;
    margin: auto;
    -webkit-transform: scale(.95);
    transform: scale(.95);
    transition-property: all;
    transition-duration: .3s
}

body.page-products .all-products-slider .list-of-items .item .item-name {
    margin-top: 55px;
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    font-family: Rift Soft, Helvetica, Arial;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition-property: all;
    transition-duration: .3s
}

body.page-products .all-products-slider .list-of-items .item .item-name span {
    margin-top: 10px;
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: hsla(0, 0%, 100%, .6);
    font-family: Basier Circle, Helvetica, Arial;
    font-weight: 500;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition-property: all;
    transition-duration: .3s
}

body.page-products .product-banner {
    width: 100%;
    height: auto;
    position: relative;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    transition-property: all;
    transition-duration: 1.2s
}

@media screen and (max-width:1000px) {
    body.page-products .product-banner {
        overflow: hidden
    }
}

body.page-products .product-banner.scroll-in {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

body.page-products .product-banner:hover span {
    color: #fff
}

body.page-products .product-banner:hover .lines .line {
    width: 20px;
    border-radius: 5px
}

body.page-products .product-banner:hover .lines .line:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

body.page-products .product-banner:hover .lines .line:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

body.page-products .product-banner img {
    width: 100%;
    min-width: 1600px;
    min-height: 450px;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -800px
}

@media screen and (min-width:1600px) {
    body.page-products .product-banner img {
        left: 0;
        min-width: 0;
        min-height: 0;
        margin-left: 0
    }
}

body.page-products .product-banner .mask {
    position: absolute;
    z-index: 2;
    width: 100%;
    max-width: 800px;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(0, 0, 0, .6), transparent)
}

body.page-products .product-banner .content {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 3;
    top: 0;
    left: 0;
    pointer-events: none
}

body.page-products .product-banner .content .content-wrapper {
    height: 100%
}

body.page-products .product-banner .content span {
    font-size: 18px;
    display: block;
    transition-property: all;
    transition-duration: .6s
}

body.page-products .product-banner .content h5 {
    font-size: 90px;
    line-height: 120px;
    display: inline-block;
    position: relative
}

@media screen and (max-width:1400px) {
    body.page-products .product-banner .content h5 {
        font-size: 75px
    }
}

body.page-products .product-banner .content h5 .lines {
    width: 40px;
    height: 2px;
    position: absolute;
    top: 50%;
    margin-top: 3px;
    right: -80px;
    transition-property: all;
    transition-duration: .45s
}

body.page-products .product-banner .content h5 .lines .line {
    width: 40px;
    height: 2px;
    background: #fff;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    transition-property: all;
    transition-duration: .45s;
    -webkit-transform-origin: right;
    transform-origin: right
}

body.page-products .bottom-section .inner-wrapper {
    border-top: 0
}

#popup-product-detail {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: #000
}

#popup-product-detail .popup-inner-wrapper {
    width: 100%;
    height: 100%;
    padding: 100px;
    position: relative;
    box-sizing: border-box
}

@media screen and (max-width:1400px) {
    #popup-product-detail .popup-inner-wrapper {
        padding: 50px
    }
}

@media screen and (max-width:1000px) {
    #popup-product-detail .popup-inner-wrapper {
        padding: 40px
    }
}

#popup-product-detail .popup-inner-wrapper .product-name {
    position: relative;
    z-index: 20
}

@media screen and (max-width:1000px) {
    #popup-product-detail .popup-inner-wrapper .product-name h2 {
        font-size: 45px;
        margin-top: 100px
    }
}

@media screen and (max-width:1000px) and (max-width:1000px) and (orientation:landscape) {
    #popup-product-detail .popup-inner-wrapper .product-name h2 {
        margin-top: 0
    }
}

@media screen and (max-width:570px) {
    #popup-product-detail .popup-inner-wrapper .product-name h2 {
        margin-top: 50px
    }
}

@media screen and (max-width:570px) and (max-width:570px) and (orientation:landscape) {
    #popup-product-detail .popup-inner-wrapper .product-name h2 {
        margin-top: 0
    }
}

#popup-product-detail .popup-inner-wrapper .popup-close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 95px;
    top: 110px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: .3s;
    z-index: 21
}

#popup-product-detail .popup-inner-wrapper .popup-close:hover {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

@media screen and (max-width:1400px) {
    #popup-product-detail .popup-inner-wrapper .popup-close {
        right: 45px;
        top: 60px
    }
}

@media screen and (max-width:1000px) {
    #popup-product-detail .popup-inner-wrapper .popup-close {
        width: 30px;
        height: 30px;
        right: 40px;
        top: 40px
    }
}

#popup-product-detail .popup-inner-wrapper .popup-close .line {
    width: 40px;
    height: 2px;
    background: #fff;
    display: block;
    top: 19px;
    left: 0;
    position: absolute
}

@media screen and (max-width:1000px) {
    #popup-product-detail .popup-inner-wrapper .popup-close .line {
        width: 30px;
        top: 14px
    }
}

#popup-product-detail .popup-inner-wrapper .popup-close .line:last-child {
    width: 2px;
    height: 40px;
    top: 0;
    left: 19px
}

@media screen and (max-width:1000px) {
    #popup-product-detail .popup-inner-wrapper .popup-close .line:last-child {
        height: 30px;
        left: 14px
    }
}

#popup-product-detail .popup-inner-wrapper .product-photos {
    width: 720px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -360px
}

@media screen and (max-width:1000px) {
    #popup-product-detail .popup-inner-wrapper .product-photos {
        max-width: 70%;
        margin: 0;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media screen and (max-width:1000px) and (max-width:1000px) and (orientation:landscape) {
    #popup-product-detail .popup-inner-wrapper .product-photos {
        max-width: 50%
    }
}

#popup-product-detail .popup-inner-wrapper .product-photos img {
    display: block;
    max-width: 100%;
    position: absolute;
    top: 500px;
    left: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    display: none
}

#popup-product-detail .popup-inner-wrapper .product-photos img.visible {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    display: block;
    top: 0
}

#popup-product-detail .popup-inner-wrapper .where-to-buy a {
    position: absolute;
    bottom: 100px;
    left: 100px;
    height: 70px;
    line-height: 70px;
    font-size: 15px;
    border-top: 1px solid hsla(0, 0%, 100%, .2);
    width: 200px;
    color: #fff
}

#popup-product-detail .popup-inner-wrapper .where-to-buy a:hover {
    border-color: #fff
}

@media screen and (max-width:1400px) {
    #popup-product-detail .popup-inner-wrapper .where-to-buy a {
        bottom: 50px;
        left: 50px
    }
}

@media screen and (max-width:1000px) {
    #popup-product-detail .popup-inner-wrapper .where-to-buy a {
        bottom: 40px;
        left: 40px;
        width: 35%
    }
}

@media screen and (max-width:1000px) and (max-width:1000px) and (orientation:landscape) {
    #popup-product-detail .popup-inner-wrapper .where-to-buy a {
        bottom: 20px;
        line-height: 21px;
        padding-top: 15px;
        height: 35px;
        width: 30%
    }
}

@media screen and (max-width:570px) {
    #popup-product-detail .popup-inner-wrapper .where-to-buy a {
        bottom: 20px;
        line-height: 21px;
        padding-top: 15px;
        height: 35px
    }
}

@media screen and (max-width:570px) and (max-width:570px) and (orientation:landscape) {
    #popup-product-detail .popup-inner-wrapper .where-to-buy a {
        width: 25%
    }
}

#popup-product-detail .popup-inner-wrapper .tech-specs a {
    position: absolute;
    bottom: 100px;
    right: 100px;
    height: 70px;
    line-height: 70px;
    font-size: 15px;
    border-top: 1px solid hsla(0, 0%, 100%, .2);
    width: 200px;
    color: #fff
}

#popup-product-detail .popup-inner-wrapper .tech-specs a:hover {
    border-color: #fff
}

#popup-product-detail .popup-inner-wrapper .tech-specs a:hover:after {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

#popup-product-detail .popup-inner-wrapper .tech-specs a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 18px;
    height: 18px;
    top: 50%;
    margin-top: -9px;
    background: url(../images/icon_info.svg) no-repeat 50%;
    filter: alpha(opacity=0.3);
    -moz-opacity: .3;
    -khtml-opacity: .3;
    opacity: .3;
    transition-property: all;
    transition-duration: .3s
}

@media screen and (max-width:1000px) {
    #popup-product-detail .popup-inner-wrapper .tech-specs a:after {
        display: none
    }
}

@media screen and (max-width:1400px) {
    #popup-product-detail .popup-inner-wrapper .tech-specs a {
        bottom: 50px;
        right: 50px
    }
}

@media screen and (max-width:1000px) {
    #popup-product-detail .popup-inner-wrapper .tech-specs a {
        bottom: 40px;
        right: 40px;
        width: 35%;
        text-align: right
    }
}

@media screen and (max-width:1000px) and (max-width:1000px) and (orientation:landscape) {
    #popup-product-detail .popup-inner-wrapper .tech-specs a {
        bottom: 20px;
        line-height: 21px;
        padding-top: 15px;
        height: 35px;
        width: 30%
    }
}

@media screen and (max-width:570px) {
    #popup-product-detail .popup-inner-wrapper .tech-specs a {
        bottom: 20px;
        line-height: 21px;
        padding-top: 15px;
        height: 35px
    }
}

@media screen and (max-width:570px) and (max-width:570px) and (orientation:landscape) {
    #popup-product-detail .popup-inner-wrapper .tech-specs a {
        width: 25%
    }
}

#popup-product-detail .popup-inner-wrapper .arrow {
    position: absolute;
    height: 47px;
    top: 50%;
    margin-top: -23px;
    line-height: 20px;
    cursor: pointer
}

#popup-product-detail .popup-inner-wrapper .arrow:hover span {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

#popup-product-detail .popup-inner-wrapper .arrow:hover a,
#popup-product-detail .popup-inner-wrapper .arrow:hover strong {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

#popup-product-detail .popup-inner-wrapper .arrow span {
    font-size: 14px;
    display: block;
    margin-top: 5px;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    transition-property: all;
    transition-duration: .3s
}

@media screen and (max-width:1000px) {
    #popup-product-detail .popup-inner-wrapper .arrow span {
        display: none
    }
}

#popup-product-detail .popup-inner-wrapper .arrow a,
#popup-product-detail .popup-inner-wrapper .arrow strong {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    transition-property: all;
    transition-duration: .3s
}

@media screen and (max-width:1000px) {

    #popup-product-detail .popup-inner-wrapper .arrow a,
    #popup-product-detail .popup-inner-wrapper .arrow strong {
        display: none
    }
}

#popup-product-detail .popup-inner-wrapper .arrow.product-prev {
    left: 100px;
    padding-left: 45px;
    background: url(../images/icon_arrow_left.svg) no-repeat 0
}

@media screen and (max-width:1400px) {
    #popup-product-detail .popup-inner-wrapper .arrow.product-prev {
        left: 50px
    }
}

@media screen and (max-width:1000px) {
    #popup-product-detail .popup-inner-wrapper .arrow.product-prev {
        left: 20px
    }
}

#popup-product-detail .popup-inner-wrapper .arrow.product-next {
    text-align: right;
    padding-right: 45px;
    right: 100px;
    background: url(../images/icon_arrow_right.svg) no-repeat 100%
}

@media screen and (max-width:1400px) {
    #popup-product-detail .popup-inner-wrapper .arrow.product-next {
        right: 50px
    }
}

@media screen and (max-width:1000px) {
    #popup-product-detail .popup-inner-wrapper .arrow.product-next {
        right: 20px
    }
}

#popup-product-detail .popup-inner-wrapper .product-colors {
    position: absolute;
    bottom: 100px;
    height: 70px;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    text-align: center
}

@media screen and (max-width:1400px) {
    #popup-product-detail .popup-inner-wrapper .product-colors {
        bottom: 50px
    }
}

@media screen and (max-width:1000px) {
    #popup-product-detail .popup-inner-wrapper .product-colors {
        bottom: 150px
    }
}

@media screen and (max-width:1000px) and (max-width:1000px) and (orientation:landscape) {
    #popup-product-detail .popup-inner-wrapper .product-colors {
        bottom: 20px
    }
}

@media screen and (max-width:570px) {
    #popup-product-detail .popup-inner-wrapper .product-colors {
        bottom: 100px
    }
}

@media screen and (max-width:570px) and (max-width:570px) and (orientation:landscape) {
    #popup-product-detail .popup-inner-wrapper .product-colors {
        bottom: 20px
    }
}

#popup-product-detail .popup-inner-wrapper .product-colors .color {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
    margin: 0 5px;
    cursor: pointer
}

#popup-product-detail .popup-inner-wrapper .product-colors .color:hover .circle:after {
    border-color: #fff
}

#popup-product-detail .popup-inner-wrapper .product-colors .color.active .circle:after {
    width: 40px;
    height: 40px;
    top: -17px;
    left: -17px
}

#popup-product-detail .popup-inner-wrapper .product-colors .color .circle {
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -3px;
    margin-top: -3px;
    border-radius: 10px
}

#popup-product-detail .popup-inner-wrapper .product-colors .color .circle:after {
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    border: 2px solid hsla(0, 0%, 100%, .2);
    top: -4px;
    left: -4px;
    box-sizing: border-box;
    border-radius: 30px;
    transition-property: all;
    transition-duration: .3s
}

body.page-backend #glasses-features-checkboxes,
body.page-backend #helmets-features-checkboxes {
    display: none
}

body.page-backend span.small {
    font-size: 13px;
    display: block
}

body.page-backend .clone-color-variation {
    display: none !important
}

body.page-backend .login-form-wrapper {
    width: 400px;
    margin: auto
}

body.page-backend .form-group {
    margin: 10px 0
}

body.page-backend .btn-link {
    font-size: 14px
}

body.page-backend .btn-link.right {
    float: right
}

body.page-backend h5 {
    margin-bottom: 0;
    margin-top: 6px
}

body.page-backend input,
body.page-backend select,
body.page-backend textarea {
    width: 100%;
    border: 1px solid hsla(0, 0%, 100%, .2);
    background: transparent;
    height: 55px;
    padding: 0 20px;
    color: #fff;
    font-size: 14px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition-property: all;
    transition-duration: .3s
}

body.page-backend input::-webkit-input-placeholder,
body.page-backend select::-webkit-input-placeholder,
body.page-backend textarea::-webkit-input-placeholder {
    transition-property: all;
    transition-duration: .3s;
    color: hsla(0, 0%, 100%, .5)
}

body.page-backend input:-moz-placeholder,
body.page-backend select:-moz-placeholder,
body.page-backend textarea:-moz-placeholder {
    transition-property: all;
    transition-duration: .3s;
    color: hsla(0, 0%, 100%, .5)
}

body.page-backend input:-ms-input-placeholder,
body.page-backend select:-ms-input-placeholder,
body.page-backend textarea:-ms-input-placeholder {
    transition-property: all;
    transition-duration: .3s;
    color: hsla(0, 0%, 100%, .5)
}

body.page-backend input:focus,
body.page-backend select:focus,
body.page-backend textarea:focus {
    outline: none
}

body.page-backend input.is-invalid,
body.page-backend select.is-invalid,
body.page-backend textarea.is-invalid {
    border-color: #e02020 !important
}

body.page-backend input:focus,
body.page-backend input:hover,
body.page-backend select:focus,
body.page-backend select:hover,
body.page-backend textarea:focus,
body.page-backend textarea:hover {
    border-color: #ccc
}

body.page-backend input:focus::-webkit-input-placeholder,
body.page-backend input:hover::-webkit-input-placeholder,
body.page-backend select:focus::-webkit-input-placeholder,
body.page-backend select:hover::-webkit-input-placeholder,
body.page-backend textarea:focus::-webkit-input-placeholder,
body.page-backend textarea:hover::-webkit-input-placeholder {
    color: #fff
}

body.page-backend input:focus:-moz-placeholder,
body.page-backend input:hover:-moz-placeholder,
body.page-backend select:focus:-moz-placeholder,
body.page-backend select:hover:-moz-placeholder,
body.page-backend textarea:focus:-moz-placeholder,
body.page-backend textarea:hover:-moz-placeholder {
    color: #fff
}

body.page-backend input:focus:-ms-input-placeholder,
body.page-backend input:hover:-ms-input-placeholder,
body.page-backend select:focus:-ms-input-placeholder,
body.page-backend select:hover:-ms-input-placeholder,
body.page-backend textarea:focus:-ms-input-placeholder,
body.page-backend textarea:hover:-ms-input-placeholder {
    color: #fff
}

body.page-backend input[type=color] {
    padding: 0
}

body.page-backend input[type=color]::-webkit-color-swatch-wrapper {
    padding: 0
}

body.page-backend input[type=color]::-webkit-color-swatch {
    border: none
}

body.page-backend select {
    background: url(../images/icon_arrow_select.svg) center right 20px no-repeat
}

body.page-backend select optgroup {
    font-weight: 700 !important
}

body.page-backend select option {
    color: #000
}

body.page-backend textarea {
    height: 110px;
    padding: 20px;
    resize: none;
    box-sizing: border-box
}

body.page-backend #add-color-variation {
    height: 55px;
    line-height: 55px;
    position: relative;
    cursor: pointer
}

body.page-backend #add-color-variation:hover strong {
    color: #fff
}

body.page-backend #add-color-variation:hover .icon {
    border-color: #fff
}

body.page-backend #add-color-variation .icon {
    width: 55px;
    height: 55px;
    border: 1px solid hsla(0, 0%, 100%, .2);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    transition-property: all;
    transition-duration: .3s
}

body.page-backend #add-color-variation .icon:after,
body.page-backend #add-color-variation .icon:before {
    content: "";
    background: hsla(0, 0%, 100%, .6);
    position: absolute;
    display: block
}

body.page-backend #add-color-variation .icon:before {
    width: 15px;
    height: 2px;
    left: 20px;
    top: 26.5px
}

body.page-backend #add-color-variation .icon:after {
    width: 2px;
    height: 15px;
    top: 20px;
    left: 26.5px
}

body.page-backend #add-color-variation strong {
    padding-left: 75px;
    font-weight: 500;
    transition-property: all;
    transition-duration: .3s
}

body.page-backend .custom-js-file {
    position: relative;
    height: 55px;
    line-height: 55px;
    background: #000;
    border: 1px solid hsla(0, 0%, 100%, .2);
    width: 100%;
    color: hsla(0, 0%, 100%, .6);
    font-size: 14px;
    overflow: hidden;
    box-sizing: border-box;
    transition-property: all;
    transition-duration: .3s
}

body.page-backend .custom-js-file.is-invalid {
    border-color: #e02020 !important
}

body.page-backend .custom-js-file:hover,
body.page-backend .custom-js-file:hover .file-select span {
    border-color: #ccc
}

body.page-backend .custom-js-file .value {
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 20px;
    pointer-events: none
}

body.page-backend .custom-js-file .file-select {
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

body.page-backend .custom-js-file .file-select span {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 20px;
    border: 0;
    border-left: 1px solid hsla(0, 0%, 100%, .2);
    font-size: 12px;
    font-weight: 700;
    line-height: 55px;
    transition-property: all;
    transition-duration: .3s
}

body.page-backend .custom-js-file .file-field {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute !important
}

body.page-backend button {
    height: 55px;
    border: 1px solid hsla(0, 0%, 100%, .2);
    cursor: pointer;
    background: transparent;
    color: #fff;
    font-size: 14px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    transition-property: all;
    transition-duration: .3s
}

body.page-backend button:focus {
    outline: none
}

body.page-backend button:hover {
    background: #fff;
    border-color: #fff;
    color: #000
}

body.page-backend .admin-container {
    position: relative
}

body.page-backend .admin-container .admin-container-wrapper {
    padding: 100px 50px 50px 300px
}

body.page-backend .admin-container .admin-container-wrapper .admin-menu {
    padding: 110px 50px;
    position: fixed;
    background: #000;
    left: 0;
    top: 0;
    width: 250px;
    height: 100%;
    z-index: 6;
    box-sizing: border-box
}

body.page-backend .admin-container .admin-container-wrapper .admin-menu .menu {
    margin-top: 80px
}

body.page-backend .admin-container .admin-container-wrapper .admin-menu .menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

body.page-backend .admin-container .admin-container-wrapper .admin-menu .menu ul a {
    font-family: Rift Soft, Helvetica, Arial;
    color: hsla(0, 0%, 100%, .6);
    font-weight: 500;
    font-size: 20px;
    line-height: 50px
}

body.page-backend .admin-container .admin-container-wrapper .admin-menu .menu ul a.active,
body.page-backend .admin-container .admin-container-wrapper .admin-menu .menu ul a:hover {
    color: #fff
}

body.page-backend .admin-container .admin-container-wrapper .admin-bar {
    width: 100%;
    height: 100px;
    position: fixed;
    z-index: 5;
    background: linear-gradient(180deg, #000, transparent);
    top: 0;
    left: 0;
    padding: 0 50px;
    box-sizing: border-box
}

body.page-backend .admin-container .admin-container-wrapper .admin-bar #logout-form strong {
    position: absolute;
    right: 50px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    top: 25px;
    z-index: 5
}

body.page-backend .admin-container .admin-container-wrapper .admin-bar button.logout {
    border: 0;
    color: hsla(0, 0%, 100%, .6);
    font-weight: 700;
    float: right;
    height: 85px;
    padding: 0;
    font-size: 15px;
    -webkit-transform: translateY(14px);
    transform: translateY(14px)
}

body.page-backend .admin-container .admin-container-wrapper .admin-bar button.logout:hover {
    color: #fff;
    background: transparent
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .floating-boxes:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .box {
    float: left;
    width: 25%;
    padding: 30px 50px 40px;
    border-right: 1px solid #1a1a1a;
    box-sizing: border-box;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    text-align: center;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition-property: all;
    transition-duration: .3s
}

html.page-loaded body.page-backend .admin-container .admin-container-wrapper .admin-content .box {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .box:last-child {
    border: 0
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .box .count {
    font-family: Rift Soft, Helvetica, Arial;
    font-weight: 700;
    color: #fff;
    font-size: 120px;
    line-height: 120px
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .box .perex {
    font-size: 20px;
    color: hsla(0, 0%, 100%, .6)
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .colors {
    height: 55px;
    border: 1px solid #000;
    box-sizing: border-box;
    padding: 0 25px
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .colors:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .colors.is-invalid {
    border-color: #e02020 !important
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .colors .color {
    width: 20px;
    height: 20px;
    float: left;
    margin: 18px 13px 0 0;
    position: relative;
    z-index: 2;
    cursor: pointer;
    border: 1px solid #000;
    transition-property: all;
    transition-duration: .3s;
    box-sizing: border-box;
    border-radius: 20px;
    background: var(--data-bg)
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .colors .color:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: transparent;
    border: 1px solid hsla(0, 0%, 100%, .2);
    top: -6px;
    left: -6px;
    z-index: -1;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    transition-property: all;
    transition-duration: .3s;
    box-sizing: border-box;
    border-radius: 30px
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .colors .color.checked {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .colors .color.checked:before {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .colors .color:hover {
    z-index: 5;
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .colors .color:nth-child(13) {
    border-color: hsla(0, 0%, 100%, .2)
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .btn {
    display: inline-block;
    margin: 0 3px;
    padding: 6px 12px;
    line-height: 14px;
    font-size: 13px;
    height: auto;
    color: hsla(0, 0%, 100%, .6);
    border: 1px solid hsla(0, 0%, 100%, .2);
    border-radius: 5px
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .btn:hover {
    color: #fff;
    background: #000;
    border-color: #fff
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .btn.big {
    padding: 15px 25px;
    background: #00bdff;
    border: 0;
    font-weight: 700;
    color: #fff;
    margin: 0
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .btn.big:hover {
    background: #4dd1ff
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .btn.big.inline {
    display: inline-block;
    width: auto
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .btn.big.back {
    background: #000;
    border: 1px solid hsla(0, 0%, 100%, .2);
    color: hsla(0, 0%, 100%, .6)
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .btn.big.back:hover {
    border-color: #fff;
    color: #fff
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .action-line {
    margin-bottom: 20px
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .action-line:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .action-line.bordered {
    margin-bottom: 25px;
    border-bottom: 1px solid hsla(0, 0%, 70.2%, .2);
    padding-bottom: 40px
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .action-line .filter {
    float: left
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .action-line .btns {
    float: right
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .list-of-items.table.products table td:first-child,
body.page-backend .admin-container .admin-container-wrapper .admin-content .list-of-items.table.products table th:first-child,
body.page-backend .admin-container .admin-container-wrapper .admin-content .list-of-items.table.stores table td:first-child,
body.page-backend .admin-container .admin-container-wrapper .admin-content .list-of-items.table.stores table th:first-child {
    width: 50px
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .list-of-items.table.products table td:last-child,
body.page-backend .admin-container .admin-container-wrapper .admin-content .list-of-items.table.products table th:last-child,
body.page-backend .admin-container .admin-container-wrapper .admin-content .list-of-items.table.stores table td:last-child,
body.page-backend .admin-container .admin-container-wrapper .admin-content .list-of-items.table.stores table th:last-child {
    text-align: right
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .list-of-items.table.products table td:nth-child(2),
body.page-backend .admin-container .admin-container-wrapper .admin-content .list-of-items.table.products table th:nth-child(2),
body.page-backend .admin-container .admin-container-wrapper .admin-content .list-of-items.table.stores table td:nth-child(2),
body.page-backend .admin-container .admin-container-wrapper .admin-content .list-of-items.table.stores table th:nth-child(2) {
    width: 100px
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .list-of-items.table.products table td:nth-child(5),
body.page-backend .admin-container .admin-container-wrapper .admin-content .list-of-items.table.products table th:nth-child(5),
body.page-backend .admin-container .admin-container-wrapper .admin-content .list-of-items.table.stores table td:nth-child(5),
body.page-backend .admin-container .admin-container-wrapper .admin-content .list-of-items.table.stores table th:nth-child(5) {
    max-width: 200px
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .list-of-items.table.products table td:nth-child(5) span,
body.page-backend .admin-container .admin-container-wrapper .admin-content .list-of-items.table.products table th:nth-child(5) span,
body.page-backend .admin-container .admin-container-wrapper .admin-content .list-of-items.table.stores table td:nth-child(5) span,
body.page-backend .admin-container .admin-container-wrapper .admin-content .list-of-items.table.stores table th:nth-child(5) span {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .list-of-items.table.stores table td:nth-child(2),
body.page-backend .admin-container .admin-container-wrapper .admin-content .list-of-items.table.stores table th:nth-child(2) {
    width: 150px
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .list-of-items.table table {
    width: 100%
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .list-of-items.table table thead {
    text-align: left;
    font-size: 15px
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .list-of-items.table table thead tr {
    height: 70px;
    line-height: 70px;
    background: #141414;
    color: #fff
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .list-of-items.table table thead tr th {
    border-bottom: 2px solid #1f1f1f
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .list-of-items.table table td,
body.page-backend .admin-container .admin-container-wrapper .admin-content .list-of-items.table table th {
    padding: 0 10px
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .list-of-items.table table tbody {
    font-size: 14px
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .list-of-items.table table tbody tr {
    height: 50px;
    line-height: 50px;
    transition-property: all;
    transition-duration: .3s
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .list-of-items.table table tbody tr:hover {
    background: #0d0d0d
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .list-of-items.table table tbody tr td {
    white-space: nowrap;
    border-bottom: 1px solid #141414
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .list-of-items.reordering .line {
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    padding: 10px;
    cursor: -webkit-grab;
    cursor: grab
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .list-of-items.reordering .line.sortable-chosen {
    background: hsla(0, 0%, 100%, .2)
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .list-of-items.reordering .line.sortable-ghost {
    background: #00bdff
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .list-of-items.reordering .icon {
    width: 30px;
    height: 30px;
    background: url(../images/icon_reorder.png) no-repeat 0;
    background-size: 16px auto;
    vertical-align: top
}

body.page-backend .admin-container .admin-container-wrapper .admin-content .list-of-items.reordering span {
    width: 30px;
    display: inline-block
}

body.page-backend .another-photos {
    margin-top: 20px
}

body.page-backend .another-photos:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

body.page-backend .another-photos .another-photo {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 20px;
    position: relative;
    background: #141414;
    border-radius: 50px
}

body.page-backend .another-photos .another-photo:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

body.page-backend .another-photos .another-photo .photo {
    overflow: hidden;
    width: 100%;
    height: 100%
}

body.page-backend .another-photos .another-photo .photo img {
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    left: 5%;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

body.page-backend .another-photos .another-photo .color {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 30px;
    border: 5px solid #000
}

body.page-backend .another-photos .another-photo .delete {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 20px;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    display: block;
    border-radius: 30px;
    border: 5px solid #000;
    background: #000;
    padding: 0;
    font-weight: 700;
    color: hsla(0, 0%, 100%, .6)
}

body.page-backend .another-photos .another-photo .delete:hover {
    color: #fff
}

body.page-backend .columns {
    display: block;
    width: 100%;
    position: relative
}

body.page-backend .columns:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

body.page-backend .columns.hidden {
    display: none
}

body.page-backend .columns .columns .column:first-child,
body.page-backend .columns.is-first-line .column:first-child {
    padding-left: 0
}

body.page-backend .columns .columns .column:last-child,
body.page-backend .columns.is-first-line .column:last-child {
    padding-right: 0
}

body.page-backend .columns.p-t-0 .column {
    padding-top: 0
}

body.page-backend .columns .column {
    padding: 10px;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    float: left
}

html.small-less body.page-backend .columns .column {
    padding: 10px 0
}

body.page-backend .columns .column .p-l-0 {
    padding-left: 0
}

body.page-backend .columns .column .p-r-0 {
    padding-right: 0
}

body.page-backend .columns .column .p-b-0 {
    padding-bottom: 0
}

body.page-backend .columns .column .p-t-0 {
    padding-top: 0
}

html.medium-less body.page-backend .columns .column.empty {
    display: none
}

html.medium-less body.page-backend .columns .column.mobile-half,
html.small-less body.page-backend .columns .column.mobile-half {
    width: 50% !important
}

body.page-backend .columns .column.is-1 {
    width: 8.3333333333%
}

body.page-backend .columns .column.is-2 {
    width: 16.6666666667%
}

body.page-backend .columns .column.is-3 {
    width: 25%
}

body.page-backend .columns .column.is-4 {
    width: 33.3333333333%
}

body.page-backend .columns .column.is-5 {
    width: 41.6666666667%
}

body.page-backend .columns .column.is-6 {
    width: 50%
}

body.page-backend .columns .column.is-7 {
    width: 58.3333333333%
}

body.page-backend .columns .column.is-8 {
    width: 66.6666666667%
}

body.page-backend .columns .column.is-9 {
    width: 75%
}

body.page-backend .columns .column.is-10 {
    width: 83.3333333333%
}

body.page-backend .columns .column.is-11 {
    width: 91.6666666667%
}

body.page-backend .columns .column.is-12 {
    width: 100%
}

@-webkit-keyframes fadeout {
    0% {
        top: 20px
    }

    to {
        top: -200px
    }
}

@keyframes fadeout {
    0% {
        top: 20px
    }

    to {
        top: -200px
    }
}

.alert-wrapper {
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    height: 30px;
    z-index: 1000;
    text-align: center;
    pointer-events: none;
    background: transparent;
    -webkit-animation: fadeout .5s linear forwards;
    animation: fadeout .5s linear forwards;
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.alert-wrapper.fixed {
    position: relative;
    top: auto;
    left: auto;
    -webkit-animation: none;
    animation: none;
    text-align: left;
    z-index: 1;
    pointer-events: auto
}

.alert-wrapper.fixed.fixed-in-content {
    height: auto;
    margin-bottom: 50px
}

.alert-wrapper.fixed.fixed-in-content .visible-in-zfs {
    display: none
}

.alert-wrapper.fixed.fixed-in-content p {
    margin: 0;
    display: inline
}

.alert-wrapper.fixed .alert,
.alert-wrapper.fixed.fixed-in-content p strong i {
    display: block
}

.alert-wrapper .alert {
    display: inline-block;
    padding: 5px 20px;
    font-family: Helvetica, Arial;
    font-size: 13px;
    border-radius: 5px;
    box-sizing: border-box
}

.alert-wrapper .alert.alert-success {
    background: #6dd400;
    border: 1px solid #60bb00
}

.alert-wrapper .alert.alert-info,
.alert-wrapper .alert.alert-success {
    color: #fff !important;
    color: #000;
    box-shadow: 0 10px 70px 0 rgba(0, 0, 0, .3)
}

.alert-wrapper .alert.alert-info {
    background: #0091ff;
    border: 1px solid #0083e6
}

.alert-wrapper .alert.alert-warning {
    color: #fff !important;
    background: #f7b500;
    border: 1px solid #dea200;
    color: #000;
    box-shadow: 0 10px 70px 0 rgba(0, 0, 0, .3)
}

.alert-wrapper .alert.alert-danger {
    color: #fff !important;
    background: #e02020;
    border: 1px solid #ca1c1c;
    color: #010000;
    box-shadow: 0 10px 70px 0 rgba(0, 0, 0, .3)
}

.modal {
    background: #000;
    width: 380px;
    height: auto;
    position: fixed;
    z-index: 200;
    top: 100px;
    bottom: auto;
    left: 50%;
    margin-left: -190px;
    box-shadow: 0 10px 50px 0 #404040;
    display: none
}

.modal .modal-content {
    width: 100%;
    height: auto
}

.modal .modal-header {
    padding: 40px 40px 0;
    position: relative
}

.modal .modal-header h5 {
    margin: 0;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase
}

.modal .modal-header .close-modal {
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer
}

.modal .modal-body {
    padding: 20px 40px
}

.modal .modal-body p {
    margin: 0;
    color: hsla(0, 0%, 100%, .6)
}

.modal .modal-footer {
    padding: 10px 40px 40px;
    text-align: right
}

.modal .modal-footer:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.modal .modal-footer .btn {
    padding: 10px 15px;
    font-weight: 500;
    transition-property: all;
    transition-duration: .3s
}

.modal .modal-footer .btn:hover {
    color: #fff
}

#back-zoom {
    position: fixed;
    bottom: 100px;
    left: 100px;
    z-index: 850;
    padding: 8px 30px 8px 70px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid hsla(0, 0%, 100%, .2);
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 30px;
    transition-property: all;
    transition-duration: .3s;
    display: none
}

#back-zoom:before {
    content: "";
    width: 23px;
    height: 5px;
    position: absolute;
    left: 25px;
    top: 50%;
    background: url(../images/icon_arrow_back.svg) no-repeat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#back-zoom:hover {
    border-color: #fff
}

@media screen and (max-width:1400px) {
    #back-zoom {
        bottom: 50px;
        left: 50px
    }
}

#map .gm-style-iw.gm-style-iw-c {
    padding: 0 !important;
    border-radius: 0 !important
}

#map .gm-style-iw.gm-style-iw-c .gm-style-iw-d>div {
    width: 100% !important
}

.map-popup {
    padding: 35px 25px 15px 40px;
    width: 350px;
    box-sizing: border-box
}

@media screen and (max-width:1000px) {
    .map-popup {
        width: auto
    }
}

.map-popup .title {
    font-family: Rift Soft, Helvetica, Arial;
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 25px
}

.map-popup .address,
.map-popup .phone {
    font-size: 15px;
    color: #000;
    line-height: 26px
}

.map-popup .web {
    padding-top: 25px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-top: 25px
}

.map-popup .web a {
    font-weight: 500;
    color: rgba(0, 0, 0, .5);
    font-size: 15px
}

#helmet01-animation {
    background-color: transparent;
    width: 640px;
    height: 510px;
    display: block;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;
    position: absolute;
    z-index: 10;
    right: 130px;
    top: 20px
}

@media screen and (max-width:1000px) {
    #helmet01-animation {
        width: 95%;
        height: 95%;
        right: auto;
        left: 0;
        top: 2%
    }
}

#helmet03-animation {
    background-color: transparent;
    width: 236px;
    height: 274px;
    display: block;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;
    position: absolute;
    z-index: 10;
    right: 297px;
    top: 305px
}

@media screen and (max-width:1000px) {
    #helmet03-animation {
        width: 28%;
        height: 45%;
        right: auto;
        left: 35%;
        top: 24%
    }
}

#helmet04-animation {
    background-color: transparent;
    width: 590px;
    height: 491px;
    display: block;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;
    position: absolute;
    z-index: 10;
    right: 170px;
    top: 40px
}

@media screen and (max-width:1000px) {
    #helmet04-animation {
        width: 70%;
        height: 85%;
        right: auto;
        left: 5%;
        top: 5%
    }
}

#helmet05-animation {
    background-color: transparent;
    width: 253px;
    height: 267px;
    display: block;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;
    position: absolute;
    z-index: 10;
    right: 235px;
    bottom: 20px
}

@media screen and (max-width:1000px) {
    #helmet05-animation {
        width: 32%;
        height: 60%;
        right: auto;
        left: 40%;
        top: 50%
    }
}

#glasses01-animation {
    background-color: transparent;
    width: 467px;
    height: 318px;
    display: block;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 58px
}

@media screen and (max-width:1000px) {
    #glasses01-animation {
        width: 63%;
        height: 70%;
        right: auto;
        left: -5%;
        top: 13%
    }
}

#glasses03-animation {
    background-color: transparent;
    width: 735px;
    height: 365px;
    display: block;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 154px;
    top: 28px
}

@media screen and (max-width:1000px) {
    #glasses03-animation {
        width: 78%;
        height: 80%;
        right: auto;
        left: 16%;
        top: 3%
    }
}

#glasses04-animation {
    background-color: transparent;
    width: 200px;
    height: 248px;
    display: block;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 375px;
    top: 125px
}

@media screen and (max-width:1000px) {
    #glasses04-animation {
        width: 70%;
        height: 90%;
        right: auto;
        left: 15%;
        top: 36%
    }
}

.glasses-animation,
.helmet-animation {
    transition-property: all;
    transition-duration: 1.2s;
    transition-timing-function: ease-out;
    transition-delay: .6s;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.inline-element {
    display: inline-block;
    margin-right: 20px
}

.checkbox-component,
.radio-component {
    display: table;
    position: relative;
    cursor: pointer;
    min-height: 42px;
    padding-left: 50px;
    margin-bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: center;
    transition-property: all;
    transition-duration: .3s
}

.checkbox-component.inline-component,
.radio-component.inline-component {
    float: left;
    margin-right: 30px
}

.checkbox-component:hover input~.checkmark,
.radio-component:hover input~.checkmark {
    border-color: #fff
}

.checkbox-component input,
.radio-component input {
    position: absolute;
    cursor: pointer;
    width: auto;
    height: auto;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.checkbox-component input:checked~.checkmark:after,
.radio-component input:checked~.checkmark:after {
    display: block
}

.checkbox-component .label-text,
.radio-component .label-text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 8px 0 7px;
    display: table-cell;
    vertical-align: middle
}

.checkbox-component .checkmark,
.radio-component .checkmark {
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 0;
    height: 40px;
    width: 40px;
    margin-top: -21px;
    background-color: transparent;
    border: 1px solid hsla(0, 0%, 100%, .2);
    transition-property: all;
    transition-duration: .3s
}

.checkbox-component .checkmark:after,
.radio-component .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 17px;
    top: 13px;
    width: 5px;
    height: 9px;
    border: solid #00bdff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.gm-ui-hover-effect {
    top: 0 !important;
    right: 0 !important;
    width: 50px !important;
    height: 50px !important
}

.gm-ui-hover-effect img {
    width: 26px !important;
    height: 26px !important;
    margin: 12px !important
}

.products-main-categories .column img{
    width: 100%;
}