        .clear {
            clear: both !important;
            float: none !important;
            margin: 0px !important;
            padding: 0px !important;
            height: 0px !important;
            width: 0px !important;
        }

        .clearfix:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

        .clearfix {
            display: inline-block;
        }

        html[xmlns] .clearfix {
            display: block;
        }

        * html .clearfix {
            height: 1%;
        }

        .center {
            width: 60.6%;
            margin: 0 auto;
            padding: 0px;
        }

        .wrapper-center {
            padding: 0 8px;
        }

        @media screen and (max-width: 800px) {
            .center {
                width: 100%;
            }
        }

        /*---------*/
        .carousel {
            width: 100%;
        }

        .carousel__wrapper {
        }

        .carousel__container {
        }

        .carousel__content {
            overflow: hidden;
            height: auto;
            width: 100%;
            position: relative;
        }

        .carousel__slider {
            position: absolute;
        }

        .carousel__item {
            position: absolute;
            border: 4px solid #f8c301;
        }

        carousel__item img {
        }

        .carousel__navigation {
            bottom: -108px;
            position: absolute;
            right: 0;
            margin-bottom: 45px;
        }

        .carousel__nav {
        }

        .carousel__nav--left {
        }

        .carousel__nav--right {
        }
        /*---------*/

        #carousel .carousel__nav {
            float: right;
        }

        #carousel .carousel__nav--left {
            display: inline-block;
        }

        #carousel .carousel__nav--right {
            display: inline-block;
        }

        #carousel .carousel__wrapper {
            margin-top: 20px;
        }

        #carousel .arrow-right {
            margin-left: 10px;
        }

        .arrow-right {
            width: 35px;
            height: 35px;
            background: url(../images/pro-arr.png) right no-repeat;
        }

        .arrow-left {
            width: 35px;
            height: 35px;
            background: url(../images/pro-arr.png) left no-repeat;
        }

        hr {
            border: none;
            height: 1px;
            width: 100%;
            display: block;
            margin: 60px 0;
            background-color: #CCC;
        }
