/* Minification failed. Returning unminified contents.
(1209,27): run-time error CSS1035: Expected colon, found '0'
 */
@import 'https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700';

/*#region General */

::selection {
    background: rgba(121, 141, 0, 0.94);
    color: #fff;
}

html {
    font-family: 'Roboto', 'Titillium', 'Trebuchet MS', 'Arial Black', Gadget, sans-serif;
    font-weight: normal;
    margin: 0;
    height: 100%;
    width: 100%;
    font-size: 14px;
}

body {
    font-family: 'Roboto', 'Titillium', 'Trebuchet MS', 'Arial Black', Gadget, sans-serif;
    min-width: 1130px;
    width: 100%;
    background: #fff;
    margin: 0 auto;
    position: relative;
    font-size: 14px;
}

.contentSize {
    width: 1130px;
    margin: 0 auto;
    position: relative;
}

.HotClear {
    clear: both;
}

.HiddenItems {
    display: none !important;
}

.NotCursor {
    cursor: default;
}

.HotSiteWrapper {
    position: relative;
    overflow: hidden;
}

img[src$=".jpg"] {
    background: #fff url(/Content/HotQuantryWeb/Images/External/camera-loader.gif) no-repeat center center;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

.contentResultError p, .resultError p {
    margin: 20px 10px;
    padding: 20px;
    color: #fff !important;
    background: #bed62f;
    border: 5px solid #fff;
    border-radius: 7px;
    box-shadow: 0 0 10px 0 rgba(190, 214, 47, 0.5);
    text-align: center;
}

span.titleStyle {
    font-size: 30px;
    display: table;
    margin: 50px auto;
    position: relative;
}

    span.titleStyle cite {
        position: absolute;
        left: -10px;
        right: -10px;
        bottom: -25px;
        height: 20px;
        background: url(Images/seperatorCenter.png) no-repeat center bottom;
    }

        span.titleStyle cite::before {
            display: block;
            content: '';
            height: 2px;
            background: #fff;
            width: 40%;
            margin-top: 8px;
            left: 0;
        }

    span.titleStyle > cite::after {
        display: block;
        content: '';
        height: 2px;
        background: #fff;
        width: 40%;
        margin-left: 60%;
    }

    span.titleStyle.dark cite::before {
        background: #333;
    }

    span.titleStyle.dark > cite::after {
        background: #333;
    }

.select2-drop {
    display: block;
    background: #4f525a !important;
    padding: 5px 0;
    border: none !important;
    box-shadow: none !important;
}

    .select2-drop .select2-search input {
        margin: 5px 0;
        background: none;
        font-size: .8em;
        color: #cfcfcf;
        font-weight: lighter;
    }

    .select2-drop .select2-no-results {
        background: none !important;
        color: #cfcfcf;
        font-size: .9em;
    }

    .select2-drop .select2-results {
        background: #4f525a;
    }

        .select2-drop .select2-results li {
            color: #fff;
            font-weight: lighter;
            font-size: 0.95em;
        }

    .select2-drop .select2-highlighted {
        background: #bed62f !important;
        color: #4f525a !important;
    }

.textCenter {
    text-align: center !important;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #bdbdbd;
}

::-webkit-scrollbar-thumb {
    background: rgba(100, 116, 0, 0.80);
}

    ::-webkit-scrollbar-thumb:hover {
        background: #647400;
    }

/*#endregion */

/*#region Header */

header {
    height: 118px;
    width: 100%;
}

    header > section:first-child {
        background: #eeeeee;
        height: 26px;
        width: 100%;
    }

        header > section:first-child nav:first-child {
            float: left;
        }

        header > section:first-child nav:last-child {
            float: right;
        }

        header > section:first-child nav a {
            color: #656973;
            font-size: 1em;
            padding: 0 7px;
            height: 23px;
            line-height: 23px;
            border-top: transparent 3px solid;
            transition: border .4s linear;
            margin-left: 10px;
            display: block;
            float: left;
            font-weight: lighter;
        }

            header > section:first-child nav a.active, header > section:first-child nav:last-child a:hover {
                border-top-color: #bed62f;
            }

        header > section:first-child nav:first-child a {
            margin-left: 0;
            margin-right: 20px;
            position: relative;
            border: none;
            line-height: 26px;
            height: 26px;
            transition: color .4s;
        }

            header > section:first-child nav:first-child a:hover {
                color: rgba(121, 141, 0, 0.94);
            }

            header > section:first-child nav:first-child a::after {
                content: '|';
                display: block;
                position: absolute;
                right: -10px;
                top: -2px;
                z-index: 5;
                font-size: 1.3em;
                color: #656973 !important;
            }

            header > section:first-child nav:first-child a:last-child::after {
                display: none;
            }

    header > section:last-child {
        height: 93px;
    }

        header > section:last-child .contentSize > a {
            display: block;
            float: left;
            height: 136px;
            position: relative;
            z-index: 10;
            margin-top: 10px;
            margin-left: -6px;
        }

        header > section:last-child .contentSize > nav {
            display: block;
            float: right;
        }

            header > section:last-child .contentSize > nav ul {
                list-style: none;
                background: #fff;
            }

            header > section:last-child .contentSize > nav > ul > li {
                display: block;
                float: left;
            }

                header > section:last-child .contentSize > nav > ul > li > a {
                    display: block;
                    padding: 0 25px;
                    line-height: 93px;
                    font-weight: 500;
                    transition: color .4s;
                }

                header > section:last-child .contentSize > nav > ul > li.active > a, header > section:last-child .contentSize > nav > ul > li:hover > a {
                    color: #bed62f;
                }

                header > section:last-child .contentSize > nav > ul > li > ul {
                    position: absolute;
                    top: 90px;
                    background: #4f525a;
                    padding: 0 6px;
                    z-index: 60;
                    min-width: 250px;
                    top: 150px;
                    transition: top .4s, opacity .4s;
                    opacity: 0;
                    pointer-events: none;
                }

                header > section:last-child .contentSize > nav > ul > li:hover > ul {
                    top: 92px;
                    opacity: 1;
                    pointer-events: all;
                }

                header > section:last-child .contentSize > nav > ul > li > ul li a {
                    display: block;
                    height: 50px;
                    border-bottom: 1px solid #000000;
                    padding: 0 20px;
                    line-height: 50px;
                    color: #fff;
                    position: relative;
                }

                    header > section:last-child .contentSize > nav > ul > li > ul li a::before {
                        content: '';
                        position: absolute;
                        width: 6px;
                        left: -6px;
                        height: 52px;
                        top: -1px;
                    }

                header > section:last-child .contentSize > nav > ul > li > ul li:first-child a::before {
                    top: 0;
                    height: 51px;
                }

                header > section:last-child .contentSize > nav > ul > li > ul li:last-child a::before {
                    top: -1px;
                    height: 50px;
                }

                header > section:last-child .contentSize > nav > ul > li > ul li a::after {
                    content: '';
                    position: absolute;
                    width: 6px;
                    right: -6px;
                    height: 52px;
                    top: -1px;
                }

                header > section:last-child .contentSize > nav > ul > li > ul li:first-child a::after {
                    top: 0;
                    height: 51px;
                }

                header > section:last-child .contentSize > nav > ul > li > ul li:last-child a::after {
                    top: -1px;
                    height: 50px;
                }

                header > section:last-child .contentSize > nav > ul > li > ul li:last-child a {
                    border: none;
                }

                header > section:last-child .contentSize > nav > ul > li > ul li a:hover, header > section:last-child .contentSize > nav > ul > li > ul li a:hover::before, header > section:last-child .contentSize > nav > ul > li > ul li a:hover::after {
                    background: #000000;
                }

/*#endregion */

/*#region Home Page */

.homePage {
    min-height: 1154px;
    padding-bottom: 32px;
}

    .homePage .backgroundEffect {
        width: 100%;
        height: 1088px;
        position: absolute;
        z-index: 6;
        pointer-events: none;
    }

        .homePage .backgroundEffect::before {
            content: '';
            position: absolute;
            left: 50%;
            margin-left: -920px;
            height: 1154px;
            width: 582px;
            background: url(Images/sliderEffect.png) no-repeat top left;
        }

        .homePage .backgroundEffect::after {
            content: '';
            position: absolute;
            left: 50%;
            margin-left: 338px;
            height: 1154px;
            width: 582px;
            background: url(Images/sliderEffect.png) no-repeat top right;
        }

    .homePage .sliderContent {
        background: #bed62f;
        height: 1154px;
        max-width: 1800px;
        margin: 0 auto;
    }

        .homePage .sliderContent .swiper-container {
            position: relative;
            width: 100%;
            max-width: 1800px;
            height: 831px;
            top: -54px;
        }

        .homePage .sliderContent .swiper-wrapper {
            width: 100%;
            max-width: 1800px;
            height: 731px;
        }

            .homePage .sliderContent .swiper-wrapper .swiper-slide img {
                display: block;
                width: auto;
                height: auto;
                max-width: 100%;
                max-height: 100%;
                margin: 0 auto;
            }

        .homePage .sliderContent .sliderPaging {
            z-index: 60;
            display: flex;
            margin-top: 30px;
            justify-content: center;
            align-items: center;
            width: 100%;
            flex-direction: row;
        }

            .homePage .sliderContent .sliderPaging .sliderPagingItem {
                cursor: pointer;
                width: 11px;
                height: 10px;
                background: url(Images/sliderButtons.png) no-repeat top left;
                margin: 0 5px;
            }

                .homePage .sliderContent .sliderPaging .sliderPagingItem.active {
                    background-position: -22px 0;
                }

                .homePage .sliderContent .sliderPaging .sliderPagingItem:hover {
                    background-position: -11px 0;
                }

        .homePage .sliderContent .sliderRouter .swiper-button-prev {
            left: 50%;
            margin-left: -570px;
            background: rgba(190, 214, 47, 0.67);
            transition: background .4s;
            pointer-events: all;
            font-size: 30px;
            width: 60px;
            height: 60px;
            line-height: 60px;
            text-align: center;
            color: #fff;
        }

        .homePage .sliderContent .sliderRouter .swiper-button-next {
            right: 50%;
            margin-right: -560px;
            background: rgba(190, 214, 47, 0.67);
            transition: background .4s;
            pointer-events: all;
            padding: 0 !important;
            font-size: 30px;
            width: 60px;
            height: 60px;
            line-height: 60px;
            text-align: center;
            color: #fff;
        }

            .homePage .sliderContent .sliderRouter .swiper-button-prev:hover, .homePage .sliderContent .sliderRouter .swiper-button-next:hover {
                background: rgba(190, 214, 47, 1);
            }

    .homePage .loveManufactur {
        display: block;
        position: relative;
        z-index: 10;
        width: 840px;
        height: 300px;
        margin: -372px auto 0;
        background: url(Images/logoBackground.png) no-repeat center right;
    }

        .homePage .loveManufactur aside {
            display: block;
            float: left;
            background: url(Images/loveIcon.png) no-repeat center center;
            width: 183px;
            height: 160px;
            margin-left: 30px;
        }

        .homePage .loveManufactur p {
            font-size: 1em;
            padding-left: 30px;
            display: block;
            float: left;
            width: 620px;
            text-align: justify;
            text-indent: 30px;
            color: #333;
            margin-top: 30px;
            line-height: 1.4em;
        }

    .homePage .searchContent {
        width: 100%;
        background: #4f525a;
        min-height: 300px;
        position: relative;
        z-index: 50;
        margin-top: -10px;
        padding-top: 62px;
    }

        .homePage .searchContent > div > strong {
            font-weight: normal;
            font-size: 2.14em;
            text-align: center;
            display: block;
            color: #fff;
        }

        .homePage .searchContent > div > span {
            display: block;
            color: #bed62f;
            text-align: center;
            font-size: 1.1em;
            margin-top: 15px;
        }

        .homePage .searchContent > div .inputItem {
            width: 175.8px;
            float: left;
            margin-left: 15px;
            position: relative;
            margin-top: 50px;
        }

            .homePage .searchContent > div .inputItem:first-child {
                margin-left: 0;
            }

            .homePage .searchContent > div .inputItem input[type=text] {
                display: block;
                height: 45px;
                line-height: 45px;
                background: none;
                border: none;
                border-bottom: 1px solid #bed62f;
                color: #cfcfcf;
                font-size: 1em;
                font-weight: lighter;
                width: 100%;
            }

            .homePage .searchContent > div .inputItem label.fLabel {
                background: none;
                line-height: 44px;
                color: #cfcfcf;
                font-size: 1em;
                font-weight: lighter;
                z-index: 70 !important;
            }

            .homePage .searchContent > div .inputItem .select2-choice {
                display: block;
                height: 44px;
                line-height: 44px;
                background: #4f525a;
                border: none;
                border-bottom: 1px solid #bed62f;
                color: #cfcfcf;
                font-size: 1em;
                font-weight: lighter;
            }

            .homePage .searchContent > div .inputItem .select2-dropdown-open > a {
                border: none;
                box-shadow: none !important;
                border-bottom: 1px solid #bed62f;
            }

            .homePage .searchContent > div .inputItem .select2-container-active > a {
                border: none;
                box-shadow: none !important;
                border-bottom: 1px solid #bed62f;
            }

            .homePage .searchContent > div .inputItem .select2-choice .select2-chosen {
                color: #cfcfcf;
                font-size: 1em;
                font-weight: lighter;
            }

            .homePage .searchContent > div .inputItem .select2-container .select2-choice .select2-arrow b {
                background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAHCAYAAADTcMcaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQyODM3NDhEOEQ0OTExRTY5NzQxODQ3QzMwMkRDQjU2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQyODM3NDhFOEQ0OTExRTY5NzQxODQ3QzMwMkRDQjU2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDI4Mzc0OEI4RDQ5MTFFNjk3NDE4NDdDMzAyRENCNTYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDI4Mzc0OEM4RDQ5MTFFNjk3NDE4NDdDMzAyRENCNTYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4hsR3EAAAAdklEQVR42mLcd02/n4GBQQGIE4H4AwN+AFJrwAQkGkEMIN4PxAJ4NMwH4gQgLmSCmh4ItW0+IQ1AfIEJKngBiB2B2AGLxgQoBjl/AUiABUkSpnE/lJ8IVTwfWQO6JnSNClCbUTSAABMW91+AKgSBBnQNIAAQYACfmBkoVe7mxQAAAABJRU5ErkJggg==') no-repeat center center !important;
            }

        .homePage .searchContent .buttonLine {
            display: block;
        }

            .homePage .searchContent .buttonLine button {
                display: block;
                margin: 27.5px auto;
                background: url(Images/searhButton.png) no-repeat center center;
                width: 126px;
                height: 121px;
                border: none;
                color: #fff;
                position: absolute;
                left: 50%;
                margin-left: -63px;
                font-weight: 500;
                color: #4f525a;
                cursor: pointer;
                padding-bottom: 30px;
                transition: color .4s, margin-top .4s;
            }

                .homePage .searchContent .buttonLine button:hover {
                    color: #333;
                    margin-top: 35px;
                }

    .homePage .newsTitle {
        margin-top: 140px;
    }

    .homePage .newsContainer {
        padding-top: 30px;
    }

        .homePage .newsContainer a {
            display: block;
            float: left;
            width: 352px;
            position: relative;
            height: 515px;
            transition: margin-top .4s;
        }

            .homePage .newsContainer a img {
                display: block;
                position: relative;
            }

            .homePage .newsContainer a::after {
                content: '';
                position: absolute;
                border-color: #fff #fff #fff transparent;
                border-width: 0px 0px 40px 140px;
                border-style: solid;
                display: block;
                z-index: 40;
                top: 224px;
                right: -1px;
            }

            .homePage .newsContainer a:not(:first-child) {
                margin-left: 36px;
            }

            .homePage .newsContainer a > span {
                display: block;
                padding: 10px 20px 20px;
                border-left: 2px solid #e0e0e0;
                border-bottom: 2px solid #e0e0e0;
                border-right: 1px solid #e0e0e0;
                position: relative;
                height: 251px;
                transition: border .4s;
            }

                .homePage .newsContainer a > span::after {
                    content: '';
                    background: #fff;
                    height: 35px;
                    width: 100px;
                    display: block;
                    position: absolute;
                    bottom: -2px;
                    right: -1px;
                }

                .homePage .newsContainer a > span abbr {
                    text-align: center;
                    display: block;
                    color: #828282;
                    font-weight: lighter;
                }

                .homePage .newsContainer a > span strong {
                    text-align: center;
                    display: block;
                    color: #000;
                    font-weight: 500;
                    font-size: 1.07em;
                    margin-top: 15px;
                }

                .homePage .newsContainer a > span span {
                    text-align: center;
                    display: block;
                    color: #575757;
                    line-height: 1.5em;
                    font-weight: lighter;
                    margin-top: 7px;
                }

                .homePage .newsContainer a > span cite {
                    display: block;
                    font-style: normal;
                    position: absolute;
                    right: 20px;
                    bottom: 20px;
                    z-index: 6;
                    color: #4f525a;
                    transition: color .4s;
                }

            .homePage .newsContainer a:hover {
                margin-top: -20px;
            }

                .homePage .newsContainer a:hover span {
                    border-color: #bed62f;
                }

                    .homePage .newsContainer a:hover span cite {
                        color: #bed62f;
                    }


/*#endregion */

/*#region Footer */

footer {
    background: #4f525a;
    width: 100%;
    margin-top: 160px;
}

    footer > div > a {
        display: block;
        width: 127px;
        margin-top: -50px;
        position: absolute;
        left: 50%;
        margin-left: -63.5px;
    }

    footer > div > nav {
        display: block;
        padding-top: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 50px;
    }

        footer > div > nav a {
            display: block;
            float: left;
            margin-left: 45px;
            font-size: 14px;
            font-weight: lighter;
            color: #fff;
            transition: color .4s;
        }

            footer > div > nav a:first-child {
                margin-left: 0;
            }

            footer > div > nav a:hover {
                color: #bed62f;
            }

    footer .lastLine {
        background: #000;
        height: 40px;
        display: block;
    }

        footer .lastLine cite {
            height: 5px;
            background: #bed62f;
            display: block;
        }

        footer .lastLine p {
            float: left;
            line-height: 35px;
            height: 35px;
            color: #7f7e7e;
            font-size: .9em;
        }

        footer .lastLine span {
            display: block;
            float: right;
            color: #7f7e7e;
            font-size: .9em;
            line-height: 35px;
            height: 35px;
        }

            footer .lastLine span a {
                color: #bed62f;
                transition: color .4s;
            }

                footer .lastLine span a:hover {
                    color: #0074a7;
                }

/*#endregion */

/*#region Standart Page */

.standartPage {
    width: 100%;
    padding-bottom: 70px;
}

    .standartPage .pageHeader {
        display: block;
        width: 100%;
        height: 237px;
        background: #bed62f;
    }

        .standartPage .pageHeader > div {
            position: relative;
            height: 237px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
        }

            .standartPage .pageHeader > div::before {
                content: '';
                display: block;
                background: url(Images/headerImageEffect.png) no-repeat top left;
                width: 104px;
                height: 238px;
                left: 0;
                position: absolute;
            }

            .standartPage .pageHeader > div::after {
                content: '';
                display: block;
                background: url(Images/headerImageEffect.png) no-repeat top right;
                width: 104px;
                height: 238px;
                right: 0;
                top: 0;
                position: absolute;
            }

    .standartPage .pageContent {
        margin-top: 75px;
    }

        .standartPage .pageContent > div > nav {
            display: block;
            float: left;
            width: 210px;
        }

            .standartPage .pageContent > div > nav h1 {
                display: block;
                font-size: 1.4em;
                font-weight: bold;
                color: #000;
                padding-bottom: 20px;
                border-bottom: 2px solid #cacaca;
                position: relative;
                padding-left: 10px;
                margin-bottom: 25px;
            }

                .standartPage .pageContent > div > nav h1::after {
                    display: block;
                    content: '';
                    position: absolute;
                    bottom: -2px;
                    height: 2px;
                    background: #656973;
                    width: 40px;
                    left: 0;
                }

            .standartPage .pageContent > div > nav a {
                display: block;
                line-height: 32px;
                padding-left: 50px;
                font-weight: bold;
                font-weight: 500;
                font-size: 1.1em;
                position: relative;
                transition: color .4s;
            }

                .standartPage .pageContent > div > nav a::before {
                    content: '';
                    left: 20px;
                    background: url(Images/seperatorCenter.png) no-repeat center center;
                    width: 12px;
                    height: 12px;
                    display: block;
                    position: absolute;
                    background-size: contain;
                    margin-top: 10px;
                    transition: margin-top .4s;
                }

                .standartPage .pageContent > div > nav a:hover::before {
                    margin-top: 13px;
                }

                .standartPage .pageContent > div > nav a:hover, .standartPage .pageContent > div > nav a.active {
                    color: #bed62f;
                }

        .standartPage .pageContent > div > section {
            display: block;
            float: left;
            margin-left: 120px;
            width: 800px;
        }

            .standartPage .pageContent > div > section h2 {
                display: block;
                font-size: 1.4em;
                font-weight: bold;
                color: #000;
                padding-bottom: 20px;
                position: relative;
                margin-bottom: 25px;
            }

            .standartPage .pageContent > div > section .pagerContent {
                display: block;
                margin-top: 10px;
                border-top: 2px solid #c0c0c0;
                padding-top: 10px;
            }

                .standartPage .pageContent > div > section .pagerContent .hotPager {
                    float: right;
                }

                    .standartPage .pageContent > div > section .pagerContent .hotPager a {
                        display: block;
                        float: left;
                        padding: 0 5px;
                        color: #4d4d4d;
                        font-weight: 500;
                        transition: color .4s;
                    }

                        .standartPage .pageContent > div > section .pagerContent .hotPager a.active, .standartPage .pageContent > div > section .pagerContent .hotPager a:hover {
                            color: rgba(121, 141, 0, 1);
                        }

                        .standartPage .pageContent > div > section .pagerContent .hotPager a.big {
                            display: none;
                        }

.pageContent.fullPageContent > div > section {
    width: auto;
    padding: 0 20px;
    margin-left: 0;
}

/*#endregion */

/*#region Dynamic Page */

.dynamicPage {
    display: block;
    position: relative;
}

    .dynamicPage::after {
        display: block;
        content: '';
        clear: both;
    }

    .dynamicPage img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: 100%;
    }

    .dynamicPage.productionPage h1, .dynamicPage.productionPage h2 {
        display: block;
        text-align: center;
        font-size: 1.5em;
        font-weight: bold;
    }

    .dynamicPage.productionPage strong {
        display: block;
        margin-top: 50px;
    }

    .dynamicPage.productionPage p {
        line-height: 1.6em;
        margin-top: 30px;
        text-indent: 20px;
    }

    .dynamicPage.productionPage > div:last-child {
        margin-top: 480px;
        position: relative;
    }

    .dynamicPage.productionPage > div.contentImage {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        width: 1902px;
        height: 503px;
        left: 50%;
        margin-left: -951px;
    }

.dynamicPageImage {
    display: block;
    margin-top: 30px;
    width: 100%;
}

    .dynamicPageImage img {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }

/*#endregion */

/*#region Gallery Page */
.photoGallery {
    margin-left: -30px;
}

    .photoGallery > a {
        width: 385px;
        height: 215px;
        float: left;
        margin-left: 30px;
        display: block;
        position: relative;
        margin-bottom: 35px;
        overflow: hidden;
    }

        .photoGallery > a img {
            display: block;
            position: absolute;
            z-index: 1;
            bottom: 0;
            left: 0;
            transition: width .4s, height .4s;
        }

        .photoGallery > a::after {
            content: '';
            display: block;
            position: absolute;
            width: 235px;
            height: 119px;
            background: #bed62f;
            top: 0;
            right: 0;
            z-index: 0;
        }

        .photoGallery > a span {
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            background: #fff;
            padding: 5px;
            color: #000;
            font-size: 1em;
            z-index: 34;
            width: 235px;
            text-align: center;
        }

        .photoGallery > a:hover img {
            width: 385px;
            height: 215px;
        }

/*#endregion */

/*#region Photo Gallery Detail */

.photoGalleryDetail {
    margin-left: -20px;
}

    .photoGalleryDetail a {
        display: block;
        float: left;
        margin-left: 20px;
        margin-bottom: 20px;
        position: relative;
        width: 185px;
        height: 105px;
        overflow: hidden;
    }

    .photoGalleryDetail > a img {
        display: block;
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        transition: width .4s, height .4s;
    }

    .photoGalleryDetail > a::after {
        content: '';
        display: block;
        position: absolute;
        width: 100px;
        height: 60px;
        background: #bed62f;
        top: 0;
        right: 0;
        z-index: 0;
    }

    .photoGalleryDetail > a i {
        display: block;
        position: absolute;
        z-index: 5;
        font-size: 30px;
        color: #fff;
        left: 0;
        right: 0;
        text-align: center;
        line-height: 105px;
        background: rgba(0, 0, 0, 0.60);
        opacity: 0;
        transition: opacity .4s;
        bottom: 0;
    }

        .photoGalleryDetail > a i:hover {
            opacity: 1;
        }

    .photoGalleryDetail > a:hover img {
        width: 185px;
        height: 105px;
    }

    .photoGalleryDetail a.textitem {
        height: 125px;
    }

    .photoGalleryDetail > a.textitem::after {
        top: 20px;
    }

/*#endregion */

/*#region Video Gallery Detail */
.videoGalleryDetail {
    width: 100%;
    display: block;
    padding-bottom: 30px;
}

    .videoGalleryDetail .videoItem {
        display: block;
        margin-top: 30px;
    }

        .videoGalleryDetail .videoItem:first-child {
            margin-top: 0;
            margin-bottom 0;
        }

        .videoGalleryDetail .videoItem > div:first-child {
            float: left;
            display: block;
            width: 450px !important;
        }

        .videoGalleryDetail .videoItem > div.videoInfo {
            display: block;
            float: left;
            margin-left: 30px;
            width: 320px;
        }

            .videoGalleryDetail .videoItem > div.videoInfo strong {
                display: block;
                font-size: 1.5em;
            }

            .videoGalleryDetail .videoItem > div.videoInfo span {
                display: block;
                margin-top: 10px;
            }

                .videoGalleryDetail .videoItem > div.videoInfo span em, .videoGalleryDetail .videoItem > div.videoInfo p em {
                    font-weight: 500;
                    font-style: normal;
                    display: block;
                    float: left;
                    width: 130px;
                }

            .videoGalleryDetail .videoItem > div.videoInfo p {
                margin-top: 5px;
                line-height: 1.3em;
                text-align: justify;
            }

                .videoGalleryDetail .videoItem > div.videoInfo span i, .videoGalleryDetail .videoItem > div.videoInfo p i {
                    font-style: normal;
                }

/*#endregion */

/*#region Actual */

.newsPage .newsList a {
    display: block;
    width: 100%;
    height: 224px;
    margin-bottom: 30px;
    position: relative;
    background: #f3f3f3;
    transition: background 1s;
}

    .newsPage .newsList a img {
        display: block;
        float: left;
        border-radius: 3px;
    }

    .newsPage .newsList a em {
        display: block;
        background: url(Images/newsDateBg.png) no-repeat center center;
        width: 115px;
        height: 106px;
        position: absolute;
        left: 253px;
        top: 40px;
    }

        .newsPage .newsList a em i {
            padding-top: 13px;
            display: block;
            font-weight: bold;
            font-style: normal;
            text-align: center;
            padding-right: 25px;
            font-size: 1.6em;
        }

        .newsPage .newsList a em u {
            display: block;
            font-weight: 500;
            font-style: normal;
            text-align: center;
            padding-right: 25px;
            text-decoration: none;
            font-size: 0.8em;
        }

    .newsPage .newsList a > span {
        position: relative;
        z-index: 10;
        display: block;
        float: left;
        margin-left: 60px;
        padding-top: 20px;
        width: 410px;
    }

        .newsPage .newsList a > span > strong {
            font-size: 1.3em;
            font-weight: 500;
            display: block;
        }

        .newsPage .newsList a > span > cite {
            display: block;
            font-weight: lighter;
            color: #656973;
            padding-top: 4px;
            padding-bottom: 15px;
            border-bottom: 2px solid #fff;
        }

        .newsPage .newsList a > span.content {
            padding-top: 15px;
            font-size: 1em;
            font-weight: 400;
            line-height: 1.3em;
        }

    .newsPage .newsList a > abbr {
        display: block;
        position: absolute;
        left: 360px;
        bottom: 10px;
        color: #bed62f;
        font-style: italic;
        font-size: 1.1em;
        font-weight: 500;
        transition: left 1s;
    }

        .newsPage .newsList a > abbr::after {
            content: ' >';
        }

    .newsPage .newsList a:hover {
        background: rgba(190, 214, 47, 0.32);
    }

        .newsPage .newsList a:hover abbr {
            left: 665px;
        }


/*#endregion */

/*#region Actual Detail */

/*.newsDetail img {
    display: block;
    margin: 0 auto 30px;
}*/

.newsDetail .newsContent {
    position: relative;
    padding: 30px 0;
}

    .newsDetail .newsContent > em {
        display: block;
        float: left;
        background: url(Images/newDetailDateBg.png) no-repeat top center;
        width: 100px;
        height: 92px;
    }

        .newsDetail .newsContent > em i {
            padding-top: 13px;
            display: block;
            font-weight: bold;
            font-style: normal;
            text-align: center;
            font-size: 1.6em;
        }

        .newsDetail .newsContent > em u {
            display: block;
            font-weight: 500;
            font-style: normal;
            text-align: center;
            text-decoration: none;
            font-size: 0.8em;
        }

    .newsDetail .newsContent main {
        display: block;
        float: left;
        margin-left: 30px;
        width: 670px;
    }

        .newsDetail .newsContent main h3 {
            display: block;
            font-size: 1.2em;
            font-weight: bold;
            color: #000;
            padding-bottom: 20px;
            position: relative;
            border-bottom: 2px solid #cfcfcf;
        }

        .newsDetail .newsContent main a {
            position: absolute;
            display: block;
            right: 0;
            color: #637204;
            transition: color .4s;
            z-index: 10;
        }

            .newsDetail .newsContent main a::before {
                content: '<< ';
            }

            .newsDetail .newsContent main a:hover {
                color: #bed62f;
            }

        .newsDetail .newsContent main p {
            display: block;
            margin-top: 30px;
            line-height: 1.8em;
            text-indent: 40px;
        }

        .newsDetail .newsContent main img {
            display: block;
            width: 100%;
            max-width: 100%;
            height: auto;
            max-height: 100%;
            margin-top: 15px;
        }

/*#endregion */

/*#region File Center*/

.fileCenter {
    margin-left: -20px;
}

    .fileCenter > div {
        width: 221px;
        float: left;
        margin-left: 30px;
        display: block;
        margin-bottom: 35px;
        overflow: hidden;
    }

        .fileCenter > div .RelLight {
            width: 221px;
            height: 309px;
            display: block;
            position: relative;
        }

            .fileCenter > div .RelLight img {
                display: block;
                position: absolute;
                z-index: 1;
                bottom: 0;
                left: 0;
                transition: width .4s, height .4s;
            }

            .fileCenter > div .RelLight::after {
                content: '';
                display: block;
                position: absolute;
                width: 130px;
                height: 119px;
                background: #bed62f;
                top: 0;
                right: 0;
                z-index: 0;
            }

            .fileCenter > div .RelLight i {
                display: block;
                position: absolute;
                z-index: 5;
                font-size: 30px;
                color: #fff;
                left: 0;
                right: 0;
                text-align: center;
                line-height: 309px;
                background: rgba(0, 0, 0, 0.60);
                opacity: 0;
                transition: opacity .4s;
            }

                .fileCenter > div .RelLight i:hover {
                    opacity: 1;
                }

            .fileCenter > div .RelLight:hover img {
                width: 221px;
                height: 309px;
            }

        .fileCenter > div a:not(.RelLight) {
            display: block;
            background-color: #bed62f;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 35px;
            margin-top: 5px;
            color: #fff;
            transition: background-color .4s ease-in-out;
        }

            .fileCenter > div a:not(.RelLight) i {
                width: 20px;
            }

            .fileCenter > div a:not(.RelLight):last-child {
                background-color: #4f525a;
            }

            .fileCenter > div a:not(.RelLight):hover {
                background-color: #282f00;
            }

/*#endregion */

/*#region Contact */

.flexContent {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.contactPage .ContactMaps {
    width: 100%;
    height: 470px;
    margin-bottom: -230px;
    margin-top: 50px;
}

.contactPage .contactContent h1 {
    display: block;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 50px;
}

.contactPage .contactContent .contact {
    display: block;
    float: left;
    width: 250px;
    background: #eee;
    padding: 40px 20px 20px;
}

    .contactPage .contactContent .contact h2 {
        padding: 0;
        margin: 0;
    }

    .contactPage .contactContent .contact h3 {
        display: block;
        padding-top: 15px;
        font-weight: lighter;
    }

    .contactPage .contactContent .contact p {
        display: block;
        padding-top: 25px;
        font-size: 0.9em;
        margin-bottom: 30px;
    }

    .contactPage .contactContent .contact > span {
        display: block;
        line-height: 1.5em;
        font-size: 0.9em;
    }

        .contactPage .contactContent .contact > span strong {
            display: block;
            float: left;
            width: 40px;
        }

        .contactPage .contactContent .contact > span em {
            font-style: normal;
            padding-right: 2px;
        }

    .contactPage .contactContent .contact nav {
        display: block;
        margin-top: 90px;
    }

        .contactPage .contactContent .contact nav a {
            display: block;
            float: left;
            width: 30px;
            height: 30px;
            line-height: 30px;
            border-radius: 50%;
            background: #bed62f;
            text-align: center;
            margin-right: 5px;
            color: #eee;
            transition: background .4s;
        }

            .contactPage .contactContent .contact nav a:hover {
                background: #000000;
            }

.contactPage .contactContent .contactForm {
    display: block;
    float: left;
    margin-left: 25px;
    width: 815px;
    background: #eee;
    padding: 40px 40px 20px;
}

    .contactPage .contactContent .contactForm h2 {
        margin-bottom: 0;
        padding-bottom: 10px;
    }

    .contactPage .contactContent .contactForm .inputContainer {
        display: block;
        float: left;
        width: 48%;
        height: 50px;
        position: relative;
        margin-bottom: 10px;
    }

        .contactPage .contactContent .contactForm .inputContainer input {
            width: 100%;
            height: 40px;
            background: none;
            border: none;
            border-bottom: 2px solid #fff;
            position: absolute;
            bottom: 0;
            padding-left: 10px;
            color: #4f525a;
        }

            .contactPage .contactContent .contactForm .inputContainer input + label {
                display: block;
                padding-left: 10px;
                line-height: 20px;
                font-size: 1em;
                color: #4f525a;
                position: absolute;
                pointer-events: none;
                transition: padding .4s, font-size .4s, color .4s;
                display: block;
                width: 100%;
                box-sizing: border-box;
                bottom: 0;
                padding-bottom: 10px;
            }

            .contactPage .contactContent .contactForm .inputContainer input:focus + label, .contactPage .contactContent .contactForm .inputContainer input:valid + label {
                font-size: 0.7em;
                padding-bottom: 30px;
                color: #647400;
            }

            .contactPage .contactContent .contactForm .inputContainer input.input-validation-error + label {
                font-size: 0.7em;
                padding-bottom: 30px;
                color: #6a0000;
            }

        .contactPage .contactContent .contactForm .inputContainer label::after {
            content: '';
            display: block;
            width: 0;
            position: absolute;
            bottom: 0;
            left: 0;
            height: 2px;
            background: #647400;
            transition: width .5s, background .5s;
        }

        .contactPage .contactContent .contactForm .inputContainer input:focus + label::after, .contactPage .contactContent .contactForm .inputContainer input:valid + label::after {
            width: 100%;
        }

        .contactPage .contactContent .contactForm .inputContainer input.input-validation-error + label::after {
            width: 100%;
            background: #6a0000;
        }

        .contactPage .contactContent .contactForm .inputContainer.rightContainer {
            margin-left: 4%;
        }

    .contactPage .contactContent .contactForm .bigInputContainer {
        display: block;
        float: none;
        width: 100%;
        position: relative;
        margin-bottom: 10px;
        height: 90px;
    }

        .contactPage .contactContent .contactForm .bigInputContainer textarea {
            width: 100%;
            height: 70px;
            background: none;
            border: none;
            border-bottom: 2px solid #fff;
            position: absolute;
            bottom: 0;
            padding-left: 10px;
            color: #4f525a;
            font-size: 1em;
            font-family: 'Roboto';
            overflow: auto;
        }

            .contactPage .contactContent .contactForm .bigInputContainer textarea + label {
                display: block;
                padding-left: 10px;
                line-height: 20px;
                font-size: 1em;
                color: #4f525a;
                position: absolute;
                pointer-events: none;
                transition: padding .4s, font-size .4s, color .4s;
                display: block;
                width: 100%;
                box-sizing: border-box;
                bottom: 0;
                padding-bottom: 50px;
            }

    .contactPage .contactContent .contactForm .inputContainer textarea:focus + label, .contactPage .contactContent .contactForm .inputContainer textarea:valid + label {
        font-size: 0.7em;
        padding-bottom: 70px;
        color: #647400;
    }

        .contactPage .contactContent .contactForm .inputContainer textarea:focus + label::after, .contactPage .contactContent .contactForm .inputContainer textarea:valid + label::after {
            width: 100%;
        }

    .contactPage .contactContent .contactForm .inputContainer textarea.input-validation-error + label {
        font-size: 0.7em;
        padding-bottom: 70px;
        color: #6a0000;
    }

        .contactPage .contactContent .contactForm .inputContainer textarea.input-validation-error + label::after {
            width: 100%;
            background: #6a0000;
        }

    .contactPage .contactContent .contactForm .validColumn {
        margin-top: 15px;
    }

        .contactPage .contactContent .contactForm .validColumn img {
            position: absolute;
            bottom: 0;
        }

        .contactPage .contactContent .contactForm .validColumn input {
            padding-left: 170px;
        }

        .contactPage .contactContent .contactForm .validColumn label {
            padding-left: 170px !important;
        }

        .contactPage .contactContent .contactForm .validColumn a {
            position: absolute;
            right: 0;
            font-size: 0.7em;
            color: #ff6a00;
            bottom: 15px;
        }

    .contactPage .contactContent .contactForm .buttonLine {
        display: block;
        float: right;
        width: 48%;
        height: 50px;
        position: relative;
        margin-bottom: 10px;
        margin-top: -50px;
    }

        .contactPage .contactContent .contactForm .buttonLine input {
            display: block;
            float: right;
            background-color: rgb(190, 214, 47);
            width: 251px;
            height: 45px;
            border: none;
            color: #fff;
            font-weight: bold;
            cursor: pointer;
            transition: background .5s;
        }

            .contactPage .contactContent .contactForm .buttonLine input:hover {
                background: #000;
            }

    .contactPage .contactContent .contactForm .errorLine {
        margin-top: 20px;
    }

        .contactPage .contactContent .contactForm .errorLine .field-validation-error {
            font-size: 0.8em;
            display: block;
            margin-top: 3px;
            color: #6a0000;
        }

            .contactPage .contactContent .contactForm .errorLine .field-validation-error::before {
                content: '- ';
            }

/*#endregion */

/*#region Brands */

.brandTitle span {
    font-size: 0.8em;
    font-weight: normal;
}

    .brandTitle span::before {
        content: ' // ';
    }

.brandPage {
    margin-left: -30px;
}

    .brandPage a {
        display: block;
        float: left;
        width: 246px;
        background: #bed62f;
        border: 1px solid #839a00;
        border-bottom-right-radius: 10px;
        border-top-left-radius: 10px;
        margin-left: 30px;
        margin-bottom: 20px;
        height: 50px;
        line-height: 50px;
        padding-left: 10px;
        box-sizing: border-box;
        color: #4d4d4d;
        font-weight: 500;
        position: relative;
        transition: background .4s, border .4s, color .4s;
    }

        .brandPage a cite {
            position: absolute;
            right: 10px;
            opacity: 0;
            transition: opacity .4s;
            color: #fff;
        }

            .brandPage a cite::before {
                content: '(';
            }

            .brandPage a cite::after {
                content: ')';
            }

        .brandPage a:hover {
            background: #839a00;
            border: 1px solid #bed62f;
            color: #fff;
        }

            .brandPage a:hover cite {
                opacity: 1;
            }

/*#endregion */

/*#region Product Groups */

.productGroups {
    margin-left: -20px;
}

    .productGroups a {
        display: block;
        float: left;
        height: 308px;
        width: 253px;
        margin-left: 20px;
        margin-bottom: 20px;
        padding-top: 20px;
        box-sizing: border-box;
        position: relative;
        overflow: hidden;
        box-shadow: #b0b0b0 3px 3px 6px;
    }

        .productGroups a img {
            display: block;
            margin: 0 auto;
        }

        .productGroups a span {
            display: block;
            margin-top: 40px;
            position: relative;
            z-index: 10;
            padding-left: 20px;
            font-size: 1.1em;
            font-weight: 500;
        }

            .productGroups a span b {
                font-weight: bold;
            }

        .productGroups a::after {
            display: block;
            content: '';
            background: #eee;
            width: 400px;
            height: 300px;
            bottom: -155px;
            left: -50px;
            position: absolute;
            transform: skew(70deg);
            transition: background .4s;
        }

        .productGroups a:hover::after {
            background: rgba(190, 214, 47, 0.24);
        }

/*#endregion */

/*#region Product Search */

.standartPage .pageHeader.searchHeader {
    position: relative;
    height: 465px;
}

    .standartPage .pageHeader.searchHeader::before {
        display: block;
        content: '';
        background: url(Images/headerSearchEffect.png) no-repeat top left;
        width: 201px;
        height: 465px;
        position: absolute;
        left: 0;
        z-index: 1;
    }

    .standartPage .pageHeader.searchHeader::after {
        display: block;
        content: '';
        background: url(Images/headerSearchEffect.png) no-repeat top right;
        width: 201px;
        height: 465px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }

    .standartPage .pageHeader.searchHeader > div::before {
        display: none;
    }

    .standartPage .pageHeader.searchHeader > div::after {
        display: none;
    }

    .standartPage .pageHeader.searchHeader .searchContent {
        width: 100%;
        background: #4f525a;
        position: relative;
        margin-top: -10px;
        padding-top: 22px;
        height: 237.5px;
    }

        .standartPage .pageHeader.searchHeader .searchContent > div > span {
            display: block;
            color: #bed62f;
            text-align: center;
            font-size: 1.1em;
            margin-top: 15px;
        }

        .standartPage .pageHeader.searchHeader .searchContent > div .inputItem {
            width: 175.8px;
            float: left;
            margin-left: 15px;
            position: relative;
            margin-top: 50px;
        }

            .standartPage .pageHeader.searchHeader .searchContent > div .inputItem:first-child {
                margin-left: 0;
            }

            .standartPage .pageHeader.searchHeader .searchContent > div .inputItem input[type=text] {
                display: block;
                height: 45px;
                line-height: 45px;
                background: none;
                border: none;
                border-bottom: 1px solid #bed62f;
                color: #cfcfcf;
                font-size: 1em;
                font-weight: lighter;
                width: 100%;
            }

            .standartPage .pageHeader.searchHeader .searchContent > div .inputItem label.fLabel {
                background: none !important;
                color: #cfcfcf !important;
                font-size: 1em !important;
                font-weight: lighter !important;
                z-index: 70 !important;
            }

            .standartPage .pageHeader.searchHeader .searchContent > div .inputItem .select2-choice {
                display: block;
                height: 44px;
                line-height: 44px;
                background: #4f525a;
                border: none;
                border-bottom: 1px solid #bed62f;
                color: #cfcfcf;
                font-size: 1em;
                font-weight: lighter;
            }

            .standartPage .pageHeader.searchHeader .searchContent > div .inputItem .select2-dropdown-open > a {
                border: none;
                box-shadow: none !important;
                border-bottom: 1px solid #bed62f;
            }

            .standartPage .pageHeader.searchHeader .searchContent > div .inputItem .select2-container-active > a {
                border: none;
                box-shadow: none !important;
                border-bottom: 1px solid #bed62f;
            }

            .standartPage .pageHeader.searchHeader .searchContent > div .inputItem .select2-choice .select2-chosen {
                color: #cfcfcf;
                font-size: 1em;
                font-weight: lighter;
            }

            .standartPage .pageHeader.searchHeader .searchContent > div .inputItem .select2-container .select2-choice .select2-arrow b {
                background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAHCAYAAADTcMcaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQyODM3NDhEOEQ0OTExRTY5NzQxODQ3QzMwMkRDQjU2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQyODM3NDhFOEQ0OTExRTY5NzQxODQ3QzMwMkRDQjU2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDI4Mzc0OEI4RDQ5MTFFNjk3NDE4NDdDMzAyRENCNTYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDI4Mzc0OEM4RDQ5MTFFNjk3NDE4NDdDMzAyRENCNTYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4hsR3EAAAAdklEQVR42mLcd02/n4GBQQGIE4H4AwN+AFJrwAQkGkEMIN4PxAJ4NMwH4gQgLmSCmh4ItW0+IQ1AfIEJKngBiB2B2AGLxgQoBjl/AUiABUkSpnE/lJ8IVTwfWQO6JnSNClCbUTSAABMW91+AKgSBBnQNIAAQYACfmBkoVe7mxQAAAABJRU5ErkJggg==') no-repeat center center !important;
            }

        .standartPage .pageHeader.searchHeader .searchContent .buttonLine {
            display: block;
        }

            .standartPage .pageHeader.searchHeader .searchContent .buttonLine button {
                display: block;
                margin: 41px auto;
                background: url(Images/searhButton.png) no-repeat center center;
                width: 126px;
                height: 121px;
                border: none;
                color: #fff;
                position: absolute;
                left: 50%;
                margin-left: -63px;
                font-weight: 500;
                color: #4f525a;
                cursor: pointer;
                padding-bottom: 30px;
                transition: color .4s, margin-top .4s;
            }

                .standartPage .pageHeader.searchHeader .searchContent .buttonLine button:hover {
                    color: #333;
                    margin-top: 50px;
                }

.searchResult {
    margin-left: -20px;
}

.productCustomResult {
    margin-top: 115px !important;
}

.printableItems {
    display: block;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 10;
    margin-top: -18px;
}

    .printableItems h2 {
        margin: 0 !important;
        padding: 0 !important;
    }

    .printableItems .printButton {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .printableItems .printButton button {
            display: flex;
            border: 1px solid #ddd;
            /* border-radius: .25rem; */
            padding: 10px;
            transition: background-color .3s border-color .3s;
            position: relative;
            justify-content: center;
            align-items: center;
            padding-right: 20px;
            transition: background-color .3s, border-color .3s;
            cursor: pointer;
        }

            .printableItems .printButton button:last-child {
                margin-left: 20px;
            }

            .printableItems .printButton button:hover {
                background-color: rgba(190, 214, 47, 0.51);
                border-color: #bed62f;
            }

            .printableItems .printButton button span {
                display: block;
                width: 25px;
                height: 25px;
                background: url('Images/pdfIcon.png') no-repeat center center;
                background-size: contain;
                margin-right: 10px;
            }

            .printableItems .printButton button cite {
                position: absolute;
                border-radius: 50%;
                right: -13px;
                top: -13px;
                width: 26px;
                height: 26px;
                background-color: #bed62f;
                display: flex;
                justify-content: center;
                align-items: center;
                text-decoration: none;
                font-style: normal;
                color: #fff;
                font-size: 11px;
            }

            .printableItems .printButton button.disabledPrint {
                background-color: #ddd;
                text-shadow: #4f525a 1px 1px 1px;
                border: 1px solid #4f525a;
                cursor: not-allowed;
            }

.productItem {
    display: block;
    float: left;
    width: 253px;
    margin-left: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    box-shadow: #b0b0b0 3px 3px 6px;
    position: relative;
}

    .productItem .productCheck {
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;
        width: 25px;
        height: 25px;
        border-radius: .25rem;
        border: 2px solid #4d4d4d;
        z-index: 10;
        cursor: pointer;
    }

        .productItem .productCheck i {
            opacity: 0;
            transition: opacity .3s;
            color: #bed62f;
            font-size: 27px;
            position: absolute;
            bottom: -1px;
            left: 2px;
        }

        .productItem .productCheck[data-check=true] i {
            opacity: 1;
        }

    .productItem .imageContainer {
        display: block;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

        .productItem .imageContainer::after {
            display: block;
            content: '';
            background: #eee;
            width: 400px;
            height: 300px;
            top: 165px;
            left: -50px;
            position: absolute;
            transform: skew(73deg);
            transition: background .4s;
        }

        .productItem .imageContainer .product-swiper::after {
            display: block;
            content: '';
            background: #eee;
            width: 400px;
            height: 300px;
            top: 132px;
            left: -50px;
            position: absolute;
            transform: skew(73deg);
            transition: background .4s, opacity .4s;
            z-index: 3;
        }

        .productItem .imageContainer:hover .product-swiper::after {
            opacity: 0;
        }

    .productItem img {
        display: block;
        margin: 15px auto 0;
    }

    .productItem .imageContainer > span {
        display: block;
        margin-left: 15px;
        margin-right: 15px;
        padding-top: 15px;
        border-bottom: 1px solid #949494;
        padding-bottom: 5px;
        color: #333;
        position: relative;
        z-index: 5;
    }

    .productItem .imageContainer > strong {
        display: block;
        padding-left: 15px;
        padding-top: 15px;
        font-weight: 900;
        color: #333;
        font-size: 1.1em;
    }

    .productItem .imageContainer .sliderPaging {
        z-index: 60;
        display: flex;
        padding-top: 25px;
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-direction: row;
        position: relative;
        z-index: 4;
    }

        .productItem .imageContainer .sliderPaging .sliderPagingItem {
            cursor: pointer;
            width: 11px;
            height: 10px;
            background: url(Images/sliderButtons.png) no-repeat top left;
            margin: 0 5px;
        }

            .productItem .imageContainer .sliderPaging .sliderPagingItem.active {
                background-position: -22px 0;
            }

            .productItem .imageContainer .sliderPaging .sliderPagingItem:hover {
                background-position: -11px 0;
            }

    .productItem .infoContainer {
        z-index: 10;
        padding: 15px 15px 5px;
        background: #eee;
        transition: background .4s;
        height: 190px;
    }

        .productItem .infoContainer > span, .productItem .infoContainer > div {
            display: block;
            margin-bottom: 10px;
        }

            .productItem .infoContainer > span::after, .productItem .infoContainer > div::after {
                content: '';
                display: block;
                clear: both;
            }

            .productItem .infoContainer > span strong, .productItem .infoContainer > div strong {
                display: block;
                padding-bottom: 2px;
                color: #333;
            }

            .productItem .infoContainer > span a {
                display: block;
                float: left;
                padding-right: 5px;
                color: #4d4d4d;
                transition: color .4s;
            }

                .productItem .infoContainer > span a:hover {
                    color: #7f9400;
                }

                .productItem .infoContainer > span a::after {
                    content: ', ';
                }

                .productItem .infoContainer > span a:last-child::after {
                    content: '';
                }

        .productItem .infoContainer .brandList .brandItem {
            display: block;
            width: 100%;
            float: none;
            display: flex;
            align-content: center;
            justify-content: space-between;
            padding: 3px 0;
            font-size: 1em;
        }

            .productItem .infoContainer .brandList .brandItem cite {
                padding-left: 20px;
            }

            .productItem .infoContainer .brandList .brandItem i {
                padding-right: 10px;
            }

            .productItem .infoContainer .brandList .brandItem:hover {
                background-color: #bed62f;
                color: #fff;
            }

    .productItem:hover .imageContainer::after, .productItem:hover .imageContainer .product-swiper::after {
        background: #eaf1bc;
    }

    .productItem:hover .infoContainer {
        background: #eaf1bc;
    }

    .productItem .infoContainer .brandList .brandItem .absoluteItem {
        position: absolute;
        background: #fff;
        border: 1px solid #bed62f;
        border-radius: 3px;
        height: 200px;
        width: 470px;
        z-index: 99;
        margin-top: -202px;
        opacity: 0;
        pointer-events: none;
        transition: opacity .4s;
        margin-left: -300px;
    }

    .productItem:nth-child(3n+1) .infoContainer .brandList .brandItem .absoluteItem {
        margin-left: 100px;
    }

    .productItem .infoContainer .brandList .brandItem:hover .absoluteItem {
        opacity: 1;
        pointer-events: all;
    }

    .productItem .infoContainer .scrollTable .scrollContainer {
        height: 160px;
        overflow: auto;
        position: relative;
        padding: 10px;
    }

    .productItem .infoContainer .scrollTable.totalCol5 .col1 {
        width: 30%;
    }

    .productItem .infoContainer .scrollTable.totalCol5 .col2 {
        width: 20%;
    }

    .productItem .infoContainer .scrollTable.totalCol5 .col3 {
        width: 20%;
    }

    .productItem .infoContainer .scrollTable.totalCol5 .col4 {
        width: 15%;
    }

    .productItem .infoContainer .scrollTable.totalCol5 .col5 {
        width: 15%;
    }

    .productItem .infoContainer .scrollTable.totalCol4 .col1 {
        width: 30%;
    }

    .productItem .infoContainer .scrollTable.totalCol4 .col2 {
        width: 30%;
    }

    .productItem .infoContainer .scrollTable.totalCol4 .col3 {
        width: 20%;
    }

    .productItem .infoContainer .scrollTable.totalCol4 .col4 {
        width: 20%;
    }

    .productItem .infoContainer .scrollTable .tableContent {
        width: 435px;
    }

        .productItem .infoContainer .scrollTable .tableContent .tableLine {
            display: block;
            padding: 3px 0;
        }

            .productItem .infoContainer .scrollTable .tableContent .tableLine span {
                color: #4d4d4d;
                font-weight: 100;
                float: left;
                display: block;
                font-size: 0.9em;
                padding-left: 3px;
                box-sizing: border-box;
            }

            .productItem .infoContainer .scrollTable .tableContent .tableLine:nth-child(2n+1) {
                background-color: rgba(190, 214, 47, 0.26);
            }

            .productItem .infoContainer .scrollTable .tableContent .tableLine::after, .productItem .infoContainer .scrollTable .tableHeader::after {
                content: '';
                clear: both;
                display: block;
            }

    .productItem .infoContainer .scrollTable .tableHeader {
        padding: 10px;
        background-color: #bed62f;
        line-height: 15px;
        padding-right: 25px;
    }

        .productItem .infoContainer .scrollTable .tableHeader strong {
            display: block;
            float: left;
            font-size: 0.9em;
            font-weight: 500;
            padding-left: 3px;
            box-sizing: border-box;
        }

/*#endregion */

/*#region Product Detail */

.productDetail {
    margin-top: -60px;
}

    .productDetail > nav {
        display: block;
    }

        .productDetail > nav a {
            display: block;
            float: left;
            margin-right: 5px;
            transition: color .4s;
            color: #999;
            font-size: 0.9em;
        }

            .productDetail > nav a::after {
                content: '>>';
                padding-left: 5px;
                color: #999 !important;
            }

            .productDetail > nav a:last-child::after {
                content: '';
            }

            .productDetail > nav a:hover, .productDetail > nav a:last-child {
                color: #4d4d4d;
            }

    .productDetail .product-swiper {
        float: left;
        width: 550px;
        height: 400px;
        margin-top: 25px;
        border: 3px solid #bed62f;
    }

        .productDetail .product-swiper img {
            display: block;
            width: 100%;
            height: auto;
            max-width: 100%;
            max-height: 100%;
        }

        .productDetail .product-swiper .sliderPaging {
            z-index: 60;
            display: flex;
            margin-top: 30px;
            justify-content: center;
            align-items: center;
            width: 100%;
            flex-direction: row;
            position: absolute;
        }

            .productDetail .product-swiper .sliderPaging .sliderPagingItem {
                cursor: pointer;
                width: 11px;
                height: 10px;
                background: url(Images/sliderButtons.png) no-repeat top left;
                margin: 0 5px;
            }

                .productDetail .product-swiper .sliderPaging .sliderPagingItem.active, .productDetail .product-swiper .sliderPaging .sliderPagingItem:hover {
                    background-position: -22px 0;
                }

    .productDetail .detailInfo {
        float: left;
        width: 440px;
        height: 400px;
        margin-left: 50px;
        margin-top: 25px;
        position: relative;
    }

        .productDetail .detailInfo > strong {
            font-weight: bold;
            font-size: 2.5em;
            border-bottom: 3px solid #bed62f;
            display: block;
            padding-bottom: 10px;
        }

        .productDetail .detailInfo > p {
            display: block;
            margin-top: 30px;
            text-indent: 20px;
            line-height: 1.6em;
            color: #4d4d4d;
            padding-bottom: 50px;
            font-size: 1.14em;
        }

        .productDetail .detailInfo > span {
            display: block;
            margin-bottom: 10px;
            font-size: 1.1em;
        }

            .productDetail .detailInfo > span strong {
                display: block;
                float: left;
                width: 125px;
            }

            .productDetail .detailInfo > span em {
                font-style: normal;
                padding-right: 3px;
            }

        .productDetail .detailInfo .downloadPdf {
            background-color: #bed62f;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 35px;
            margin-top: 5px;
            color: #fff;
            transition: background-color .4s ease-in-out;
            position: absolute;
            bottom: 0;
            width: 100%;
        }

            .productDetail .detailInfo .downloadPdf:hover {
                background-color: #282f00;
            }

    .productDetail .tabContent {
        margin-top: 50px;
    }

        .productDetail .tabContent .detailTab > div > ul {
            list-style: none;
        }

            .productDetail .tabContent .detailTab > div > ul li {
                background: none;
                margin-left: 10px;
                border-bottom: none;
                font-size: 14px;
                font-weight: normal;
            }

                .productDetail .tabContent .detailTab > div > ul li a {
                    font-size: 14px;
                    color: #4d4d4d;
                    padding: 10px;
                }

                .productDetail .tabContent .detailTab > div > ul li:first-child {
                    margin-left: 0;
                }

                .productDetail .tabContent .detailTab > div > ul li.ActiveTab {
                    height: 36px;
                    background: #bed62f;
                }

                    .productDetail .tabContent .detailTab > div > ul li.ActiveTab a {
                        color: #fff;
                    }

        .productDetail .tabContent .HotTab .HotTabContent, .productDetail .tabContent .HotTab .HotTabNav {
            border: none;
        }

        .productDetail .tabContent .HotTab .HotTabContent {
            background: none;
            border: 1px solid #bed62f;
        }

    .productDetail .scrollTable {
        height: 400px;
        overflow: auto;
        position: relative;
    }

    .productDetail .tabContent .hotTable {
        width: 100%;
    }

    .productDetail .exploseContainer .hotTable {
        width: auto;
    }

    .productDetail .tabContent .hotTable thead tr {
        height: 36px;
        background: #bed62f;
        color: #fff;
    }

    .productDetail .tabContent .hotTable td {
        padding: 6px 10px;
    }

    .productDetail .tabContent .hotTable tbody tr {
        color: #656973;
        font-size: 12px;
        font-weight: 100;
        border-bottom: 1px solid #dfdfdf;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

        .productDetail .tabContent .hotTable tbody tr:first-child {
            height: 2px !important;
        }

        .productDetail .tabContent .hotTable tbody tr:nth-child(even) {
            background: rgba(190, 214, 47, 0.26);
        }

        .productDetail .tabContent .hotTable tbody tr a {
            color: #656973;
            -moz-transition: color .5s;
            -o-transition: color .5s;
            -webkit-transition: color .5s;
            transition: color .5s;
        }

        .productDetail .tabContent .hotTable tbody tr:hover, .productDetail .tabContent .hotTable tbody tr.active {
            background: rgba(190, 214, 47, 0.7);
            color: #4d4d4d;
        }

            .productDetail .tabContent .hotTable tbody tr:hover a, .productDetail .tabContent .hotTable tbody tr:hover a.active {
                color: #4d4d4d;
            }

                .productDetail .tabContent .hotTable tbody tr:hover a:hover {
                    color: #6a0000;
                }

    .productDetail .tabContent .searchResult {
        margin-left: 40px;
    }

        .productDetail .tabContent .searchResult .productItem {
            margin-left: 50px;
            margin-top: 30px;
            background: #fff;
        }

    .productDetail .tabContent .hotPager {
        display: block;
        margin-top: 20px;
        border-top: 1px solid #999;
        padding-top: 10px;
    }

    .productDetail .tabContent .pagerContent {
        float: right;
        height: 40px;
        line-height: 17px;
        border: none !important;
    }

        .productDetail .tabContent .pagerContent a {
            display: block;
            float: left;
            -moz-transition: all .5s;
            -o-transition: all .5s;
            -webkit-transition: all .5s;
            transition: all .5s;
        }

            .productDetail .tabContent .pagerContent a span {
                padding: 0 7px;
            }

            .productDetail .tabContent .pagerContent a.active {
                color: #bed62f;
            }

            .productDetail .tabContent .pagerContent a:hover {
                color: #a30000;
            }

            .productDetail .tabContent .pagerContent a.big {
                display: none;
                visibility: hidden;
            }

            .productDetail .tabContent .pagerContent a i {
                display: block;
                border-left: 1px solid #666;
                border-right: 1px solid #666;
                margin-left: -1px;
                margin-right: -1px;
                text-align: center;
                line-height: 17px;
                height: 18px;
            }

    .productDetail .exploseContainer {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

        .productDetail .exploseContainer .imageContent {
            zoom: 0.35;
            position: relative;
            display: block;
        }

            .productDetail .exploseContainer .imageContent .mappedSpan {
                width: 80px;
                height: 80px;
                line-height: 80px;
                display: block;
                border-radius: 50%;
                cursor: pointer;
                margin-left: -30px;
                margin-top: -35px;
                text-align: center;
                font-size: 25px;
                color: #fff;
                transition: background-color .5s, margin-top .4s, opacity .3s;
            }

                .productDetail .exploseContainer .imageContent .mappedSpan:hover, .productDetail .exploseContainer .imageContent .mappedSpan.active {
                    background-color: #6a0000 !important;
                }

        .productDetail .exploseContainer .hotTable {
            margin-left: 20px;
        }

    .productDetail .mobileInfo {
        display: none;
        visibility: hidden;
    }

/*#endregion */

/*#region Printable Page*/

.printablePage {
    width: 100%;
    max-width: 1280px;
    padding: 20px;
    margin: 0 auto;
}

    .printablePage h1 {
        display: block;
        text-align: center;
        border-bottom: 3px solid #bed62f;
        padding-bottom: 15px;
        margin-bottom: 15px;
        font-size: 25px;
        color: #4d4d4d;
    }

        .printablePage h1 a {
            display: block;
            color: #4d4d4d;
        }

    .printablePage .printableImage {
        padding-bottom: 15px;
        border-bottom: 3px solid #bed62f;
    }

        .printablePage .printableImage .imageContent {
            display: block;
            margin: 0 auto;
        }

            .printablePage .printableImage .imageContent img {
                display: block;
                margin: 0 auto;
            }

            .printablePage .printableImage .imageContent .customImage {
                margin: 0 auto;
                display: block;
                position: relative;
            }

                .printablePage .printableImage .imageContent .customImage::after {
                    content: '';
                    display: block;
                    clear: both;
                }

                .printablePage .printableImage .imageContent .customImage .firstImage {
                    display: block;
                    float: left;
                }

                .printablePage .printableImage .imageContent .customImage .otherImage {
                    display: block;
                    margin-left: 30px;
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    right: 0;
                }

                    .printablePage .printableImage .imageContent .customImage .otherImage img:last-child {
                        position: absolute;
                        bottom: 0;
                        right: 0;
                    }

    .printablePage .printableDetail {
        margin-top: 20px;
    }

        .printablePage .printableDetail > span {
            display: block;
            background-color: #d7d7d7;
            color: #4d4d4d;
            margin-bottom: 2px;
            line-height: 35px;
        }

            .printablePage .printableDetail > span a {
                color: #4d4d4d;
            }

            .printablePage .printableDetail > span::after {
                content: '';
                display: block;
                clear: both;
            }

            .printablePage .printableDetail > span strong {
                display: block;
                float: left;
                width: 30%;
                background-color: #333;
                color: #fff;
                margin-right: 10px;
                line-height: 35px;
                padding-left: 15px;
            }

    .printablePage .carInfoes {
        margin-top: 15px;
    }

        .printablePage .carInfoes .hotTable {
            width: 100%;
        }

            .printablePage .carInfoes .hotTable thead tr {
                height: 36px;
                background: #bed62f;
                color: #fff;
            }

            .printablePage .carInfoes .hotTable td {
                padding: 6px 10px;
            }

            .printablePage .carInfoes .hotTable tbody tr {
                color: #656973;
                font-size: 12px;
                font-weight: 100;
                border-bottom: 1px solid #dfdfdf;
                -moz-transition: all .5s;
                -o-transition: all .5s;
                -webkit-transition: all .5s;
                transition: all .5s;
            }

                .printablePage .carInfoes .hotTable tbody tr:first-child {
                    height: 2px !important;
                }

                .printablePage .carInfoes .hotTable tbody tr:nth-child(even) {
                    background: rgba(190, 214, 47, 0.26);
                }

                .printablePage .carInfoes .hotTable tbody tr a {
                    color: #656973;
                    -moz-transition: color .5s;
                    -o-transition: color .5s;
                    -webkit-transition: color .5s;
                    transition: color .5s;
                }

                .printablePage .carInfoes .hotTable tbody tr:hover, .printablePage .carInfoes .hotTable tbody tr.active {
                    background: rgba(190, 214, 47, 0.7);
                    color: #4d4d4d;
                }

                    .printablePage .carInfoes .hotTable tbody tr:hover a, .printablePage .carInfoes .hotTable tbody tr:hover a.active {
                        color: #4d4d4d;
                    }

                        .printablePage .carInfoes .hotTable tbody tr:hover a:hover {
                            color: #6a0000;
                        }

            .printablePage .carInfoes .hotTable thead {
                display: table-header-group;
            }

            .printablePage .carInfoes .hotTable tr {
                page-break-inside: avoid;
            }

/*#endregion*/

/*#region Not Found */
.dynamicPage.productionPage.notFoundPage > div:last-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.notFound {
    padding: 50px 0;
}

    .notFound > strong {
        display: block;
        font-size: 30px;
        color: #bed62f;
        text-shadow: 0 2px 2px #333;
        text-align: center;
    }

    .notFound > span {
        display: block;
        font-size: 25px;
        color: #6a0000;
        text-shadow: 0 1px 0 #666;
        text-align: center;
    }

    .notFound > em {
        display: block;
        font-size: 15px;
        color: #4d4d4d;
        text-align: center;
        font-style: normal;
        margin-top: 5px;
    }

    .notFound > p {
        display: block;
        font-size: 14px;
        color: #666;
        text-align: center;
        font-style: normal;
        margin-top: 20px;
    }

    .notFound > a {
        display: block;
        height: 40px;
        border-radius: 3px;
        background: #4f525a;
        line-height: 40px;
        color: #fff;
        text-align: center;
        margin-top: 20px;
        transition: background .4s;
    }

        .notFound > a:hover {
            background: #647400;
        }

.contentResultError {
    padding: 50px 20px;
}

    .contentResultError p {
        text-align: center;
        font-size: 14px;
        color: #666666;
    }

/*#endregion */

/*#region Hide Mobile */

.mobileSlider, .mobileShower {
    display: none;
    visibility: hidden;
}

/*#endregion */

/*#region Pritanble Area */

.print-container {
    width: 700px;
}

    .print-container .title {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

        .print-container .title .title-line h1 {
            display: block;
            font-size: 16px;
            font-weight: bold;
        }

        .print-container .title .title-line p {
            display: block;
            font-size: 12px;
            margin-top: 5px;
        }

        .print-container .title .button-line {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .print-container .title .button-line button {
                cursor: pointer;
                display: flex;
                border: 1px solid #ddd;
                /* border-radius: .25rem; */
                padding: 8px 10px;
                transition: background-color .3s border-color .3s;
                position: relative;
                justify-content: center;
                align-items: center;
                transition: background-color .3s, border-color .3s;
                font-size: 13px;
            }

                .print-container .title .button-line button:last-child {
                    margin-left: 10px;
                    padding-right: 10px;
                }

                .print-container .title .button-line button:hover {
                    background-color: rgba(190, 214, 47, 0.51);
                    border-color: #bed62f;
                }

                .print-container .title .button-line button span {
                    display: block;
                    width: 15px;
                    height: 15px;
                    background: url('Images/pdfIcon.png') no-repeat center center;
                    background-size: contain;
                    margin-right: 10px;
                }

                .print-container .title .button-line button cite {
                    position: absolute;
                    border-radius: 50%;
                    right: -10px;
                    top: -10px;
                    width: 20px;
                    height: 20px;
                    background-color: #bed62f;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    text-decoration: none;
                    font-style: normal;
                    color: #fff;
                    font-size: 11px;
                }

    .print-container .print-list {
        margin-top: 40px;
    }

        .print-container .print-list .print-line {
            border: 1px solid #cfcfcf;
            padding: 20px;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            margin-top: 10px;
        }

            .print-container .print-list .print-line img {
                display: block;
                width: 160px;
                height: auto;
            }

            .print-container .print-list .print-line div {
                padding: 0 30px;
                width: 100%;
                padding: 0 20px;
            }

                .print-container .print-list .print-line div strong {
                    display: block;
                    margin-bottom: 20px;
                    color: #bed62f;
                }

                .print-container .print-list .print-line div span {
                    display: block;
                    margin-bottom: 5px;
                }

            .print-container .print-list .print-line a {
                display: block;
                color: #999;
                transition: color .3s;
                font-size: 25px;
            }

                .print-container .print-list .print-line a:hover {
                    color: #333;
                }

/*#endregion */

/*#region Other */

.add {
    color: #647400;
}

#globalLoader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    background: rgba(255, 255, 255, 0.90) url('Images/loading.gif') no-repeat center center;
}

/*#endregion */

/*#region Support */

.supportPage h1 {
    display: block;
    margin-top: 50px;
    display: block;
    font-size: 20px;
    color: #4d4d4d;
    font-weight: bold;
    padding-bottom: 20px;
}

.supportPage h2 {
    display: block;
    margin-top: 50px;
    display: block;
    font-size: 20px;
    color: #4d4d4d;
    font-weight: bold;
    padding-bottom: 20px;
    text-align: right;
}

.supportPage .customContact {
    text-align: right;
}

    .supportPage .customContact strong, .supportPage .customContact span {
        display: block;
        font-size: 14px;
        color: #4d4d4d;
    }

    .supportPage .customContact strong, .supportPage .customContact span {
        display: block;
        font-size: 14px;
        color: #4d4d4d;
    }

    .supportPage .customContact strong, .supportPage .customContact span {
        display: block;
        font-size: 14px;
        color: #4d4d4d;
    }

.supportPage .formPage {
    padding: 30px;
    background-color: #f1f1f1;
}

.supportPage .contactForm {
    width: 100%;
    display: block;
}

    .supportPage .contactForm h2 {
        margin-bottom: 0;
        padding-bottom: 10px;
    }

    .supportPage .contactForm .inputContainer {
        display: block;
        float: left;
        width: 48%;
        height: 50px;
        position: relative;
        margin-bottom: 10px;
    }

        .supportPage .contactForm .inputContainer input {
            width: 100%;
            height: 40px;
            background: none;
            border: none;
            border-bottom: 1px solid #dbdbdb;
            position: absolute;
            bottom: 0;
            padding-left: 10px;
            color: #4f525a;
        }

            .supportPage .contactForm .inputContainer input + label {
                display: block;
                padding-left: 10px;
                line-height: 20px;
                font-size: 1em;
                color: #4f525a;
                position: absolute;
                pointer-events: none;
                transition: padding .4s, font-size .4s, color .4s;
                display: block;
                width: 100%;
                box-sizing: border-box;
                bottom: 0;
                padding-bottom: 10px;
            }

            .supportPage .contactForm .inputContainer input:focus + label, .supportPage .contactForm .inputContainer input:valid + label {
                font-size: 0.7em;
                padding-bottom: 30px;
                color: #647400;
            }

            .supportPage .contactForm .inputContainer input.input-validation-error + label {
                font-size: 0.7em;
                padding-bottom: 30px;
                color: #6a0000;
            }

        .supportPage .contactForm .inputContainer label::after {
            content: '';
            display: block;
            width: 0;
            position: absolute;
            bottom: 0;
            left: 0;
            height: 2px;
            background: #647400;
            transition: width .5s, background .5s;
        }

        .supportPage .contactForm .inputContainer input:focus + label::after, .supportPage .contactForm .inputContainer input:valid + label::after {
            width: 100%;
        }

        .supportPage .contactForm .inputContainer input.input-validation-error + label::after {
            width: 100%;
            background: #6a0000;
        }

        .supportPage .contactForm .inputContainer.rightContainer {
            margin-left: 4%;
        }

    .supportPage .contactForm .bigInputContainer {
        display: block;
        float: none;
        width: 100%;
        position: relative;
        margin-bottom: 10px;
        height: 90px;
    }

        .supportPage .contactForm .bigInputContainer textarea {
            width: 100%;
            height: 70px;
            background: none;
            border: none;
            border-bottom: 2px solid #fff;
            position: absolute;
            bottom: 0;
            padding-left: 10px;
            color: #4f525a;
            font-size: 1em;
            font-family: 'Roboto';
            overflow: auto;
        }

            .supportPage .contactForm .bigInputContainer textarea + label {
                display: block;
                padding-left: 10px;
                line-height: 20px;
                font-size: 1em;
                color: #4f525a;
                position: absolute;
                pointer-events: none;
                transition: padding .4s, font-size .4s, color .4s;
                display: block;
                width: 100%;
                box-sizing: border-box;
                bottom: 0;
                padding-bottom: 50px;
            }

    .supportPage .contactForm .inputContainer textarea:focus + label, .supportPage .contactForm .inputContainer textarea:valid + label {
        font-size: 0.7em;
        padding-bottom: 70px;
        color: #647400;
    }

        .supportPage .contactForm .inputContainer textarea:focus + label::after, .supportPage .contactForm .inputContainer textarea:valid + label::after {
            width: 100%;
        }

    .supportPage .contactForm .inputContainer textarea.input-validation-error + label {
        font-size: 0.7em;
        padding-bottom: 70px;
        color: #6a0000;
    }

        .supportPage .contactForm .inputContainer textarea.input-validation-error + label::after {
            width: 100%;
            background: #6a0000;
        }

    .supportPage .contactForm .validColumn {
        margin-top: 15px;
    }

        .supportPage .contactForm .validColumn img {
            position: absolute;
            bottom: 0;
        }

        .supportPage .contactForm .validColumn input {
            padding-left: 170px;
        }

        .supportPage .contactForm .validColumn label {
            padding-left: 170px !important;
        }

        .supportPage .contactForm .validColumn a {
            position: absolute;
            right: 0;
            font-size: 0.7em;
            color: #ff6a00;
            bottom: 15px;
        }

    .supportPage .contactForm .buttonLine {
        display: block;
        float: right;
        width: 48%;
        height: 50px;
        position: relative;
        margin-bottom: 10px;
        margin-top: -50px;
    }

        .supportPage .contactForm .buttonLine input {
            display: block;
            float: right;
            background-color: rgb(190, 214, 47);
            width: 251px;
            height: 45px;
            border: none;
            color: #fff;
            font-weight: bold;
            cursor: pointer;
            transition: background .5s;
        }

            .supportPage .contactForm .buttonLine input:hover {
                background: #000;
            }

    .supportPage .contactForm .errorLine {
        margin-top: 20px;
    }

        .supportPage .contactForm .errorLine .field-validation-error {
            font-size: 0.8em;
            display: block;
            margin-top: 3px;
            color: #6a0000;
        }

            .supportPage .contactForm .errorLine .field-validation-error::before {
                content: '- ';
            }

/*#endregion */

.c-footer__center-eSocial-social {
    width: 100%;
    text-align: center;
}

.c-footer__center-title {
    width: 100%;
    display: block;
    color: #bed62f;
    font-size: 16px;
}

.c-footer__center-eSocial-social-item {
    display: inline-block;
    padding: 15px;
    color: #fff;
    transition: .2s all ease-in-out;
}

    .c-footer__center-eSocial-social-item:hover {
        color: #bed62f;
    }

/*#region Responsive 1000px */
@media only screen and (max-width: 1479px), (max-device-width: 1400px) {
    .standartPage .pageHeader.searchHeader::before {
        height: 227px;
    }

    .standartPage .pageHeader.searchHeader::after {
        height: 227px;
    }
}

@media only screen and (max-width: 1279px), (max-device-width: 1200px) {

    /*#region General Items */

    body {
        min-width: 900px;
        font-size: 12px;
    }

    .contentSize {
        width: 900px;
        margin: 0 auto;
        position: relative;
    }

    /*#endregion */

    /*#region Header */

    header {
        height: 90px;
    }

        header > section:first-child nav a {
            margin-left: 5px;
        }

        header > section:first-child nav:first-child a {
            margin-right: 10px;
        }

            header > section:first-child nav:first-child a:first-child::after {
                right: -5px;
            }

        header > section:last-child {
            height: 65px;
        }

            header > section:last-child .contentSize > a {
                height: 108px;
            }

                header > section:last-child .contentSize > a img {
                    width: 110px;
                    height: 108px;
                }

            header > section:last-child .contentSize > nav > ul > li > a {
                padding: 0 20px;
                line-height: 65px;
            }

            header > section:last-child .contentSize > nav > ul > li > ul {
                min-width: 180px;
                top: 110px;
            }

            header > section:last-child .contentSize > nav > ul > li:hover > ul {
                top: 64px;
            }

            header > section:last-child .contentSize > nav > ul > li > ul li a {
                height: 35px;
                padding: 0 15px;
                line-height: 35px;
            }

                header > section:last-child .contentSize > nav > ul > li > ul li a::before {
                    height: 37px;
                }

            header > section:last-child .contentSize > nav > ul > li > ul li:first-child a::before {
                height: 36px;
            }

            header > section:last-child .contentSize > nav > ul > li > ul li:last-child a::before {
                height: 35px;
            }

            header > section:last-child .contentSize > nav > ul > li > ul li a::after {
                height: 37px;
            }

            header > section:last-child .contentSize > nav > ul > li > ul li:first-child a::after {
                height: 36px;
            }

            header > section:last-child .contentSize > nav > ul > li > ul li:last-child a::after {
                height: 36px;
            }


    /*#endregion */

    /*#region Home Page */

    .homePage {
        min-height: 854px;
    }

        .homePage .backgroundEffect {
            height: 805px;
        }

            .homePage .backgroundEffect::before {
                margin-left: -720px;
                height: 854px;
            }

            .homePage .backgroundEffect::after {
                margin-left: 138px;
                height: 854px;
            }

        .homePage .sliderContent {
            height: 943px;
        }

            .homePage .sliderContent .sliderRouter .swiper-button-prev {
                margin-left: -450px;
            }

            .homePage .sliderContent .sliderRouter .swiper-button-next {
                margin-right: -450px;
            }

        .homePage .loveManufactur {
            margin: -420px auto;
        }

            .homePage .loveManufactur aside {
                background-size: cover;
                width: 150px;
                height: 131px;
                margin-left: 30px;
            }

        .homePage .searchContent {
            margin-top: 400px;
            padding-top: 30px;
            min-height: 261px;
        }

            .homePage .searchContent > div > span {
                margin-top: 10px;
            }

            .homePage .searchContent > div .inputItem {
                width: 141.671px;
                margin-left: 10px;
                margin-top: 30px;
            }

                .homePage .searchContent > div .inputItem:first-child {
                    margin-left: 0;
                }

            .homePage .searchContent .buttonLine {
                display: block;
            }

                .homePage .searchContent .buttonLine button {
                    background-size: cover;
                    width: 100px;
                    height: 96px;
                    margin-left: -50px;
                }

        .homePage .newsTitle {
            margin-top: 90px;
        }

        .homePage .newsContainer {
            padding-top: 30px;
        }

            .homePage .newsContainer a {
                width: 290px;
                height: 386px;
            }

                .homePage .newsContainer a img {
                    width: 290px !important;
                    height: 217px !important;
                }

                .homePage .newsContainer a::after {
                    border-width: 0px 0px 30px 100px;
                    top: 190px;
                }

                .homePage .newsContainer a:not(:first-child) {
                    margin-left: 15px;
                }

    /*#endregion */

    /*#region Footer */

    footer {
        margin-top: 170px;
    }

        footer > div > a {
            width: 107px;
            margin-top: -40px;
            margin-left: -53.5px;
        }

            footer > div > a img {
                width: 107px !important;
                height: 106px !important;
            }

        footer > div > nav {
            padding-top: 90px;
            padding-bottom: 30px;
        }

    /*#endregion */

    /*#region Standart Page */

    .standartPage {
        padding-bottom: 0;
    }

        .standartPage .pageHeader {
            height: 200px;
        }

            .standartPage .pageHeader > div {
                height: 200px;
            }

                .standartPage .pageHeader > div::before {
                    height: 200px;
                }

                .standartPage .pageHeader > div::after {
                    height: 200px;
                }

        .standartPage .pageContent {
            margin-top: 40px;
        }

            .standartPage .pageContent > div > nav {
                width: 170px;
            }

                .standartPage .pageContent > div > nav h1 {
                    padding-bottom: 10px;
                    padding-left: 10px;
                    margin-bottom: 10px;
                }

                    .standartPage .pageContent > div > nav h1::after {
                        width: 35px;
                    }

                .standartPage .pageContent > div > nav a {
                    line-height: 28px;
                    padding-left: 35px;
                }

                    .standartPage .pageContent > div > nav a::before {
                        left: 14px;
                        width: 10px;
                        height: 10px;
                        margin-top: 9px;
                    }

                    .standartPage .pageContent > div > nav a:hover::before {
                        margin-top: 12px;
                    }

            .standartPage .pageContent > div > section {
                margin-left: 40px;
                width: 690px;
            }

    .pageContent.fullPageContent > div > section {
        width: auto;
        margin-left: 0;
        padding: 0 10px;
    }

    /*#endregion */

    /*#region Dynamic Page */

    .dynamicPage.productionPage strong {
        display: block;
        margin-top: 30px;
    }

    .dynamicPage.productionPage p {
        line-height: 1.6em;
        margin-top: 20px;
        text-indent: 20px;
    }

    .dynamicPage.productionPage > div:last-child {
        margin-top: 290px;
        position: relative;
    }

    .dynamicPage.productionPage > div.contentImage {
        background-size: contain;
        height: 303px;
    }

    /*#endregion */

    /*#region Gallery Page */

    .photoGallery {
        margin-left: -16px;
    }

        .photoGallery > a {
            width: 337px;
            height: 198px;
            margin-left: 16px;
        }

            .photoGallery > a img {
                width: 326px !important;
                height: 187px !important;
            }

            .photoGallery > a::after {
                width: 205px;
                height: 109px;
            }

            .photoGallery > a span {
                width: 205px;
            }

            .photoGallery > a:hover img {
                width: 337px !important;
                height: 198px !important;
            }

    /*#endregion */

    /*#region Photo Gallery Detail */

    .photoGalleryDetail {
        margin-left: -15px;
    }

        .photoGalleryDetail a {
            margin-left: 15px;
            margin-bottom: 15px;
            width: 161px;
            height: 91px;
        }

        .photoGalleryDetail > a img {
            width: 156px;
            height: 86px;
        }

        .photoGalleryDetail > a::after {
            width: 90px;
            height: 50px;
        }

        .photoGalleryDetail > a i {
            font-size: 20px;
            line-height: 92px;
        }

        .photoGalleryDetail > a:hover img {
            width: 161px;
            height: 91px;
        }

        .photoGalleryDetail a.textitem {
            height: 110px;
        }

        .photoGalleryDetail > a.textitem::after {
            top: 18px;
        }

    /*#endregion */

    /*#region Video Gallery Detail */

    .videoGalleryDetail {
        padding-bottom: 20px;
    }

        .videoGalleryDetail .videoItem {
            display: block;
            margin-top: 20px;
        }

            .videoGalleryDetail .videoItem:first-child {
                margin-top: 0;
            }

            .videoGalleryDetail .videoItem > div:first-child {
                width: 350px !important;
                height: 220px !important;
            }

            .videoGalleryDetail .videoItem > div.videoInfo {
                margin-left: 20px;
                width: 320px;
            }

    /*#endregion */

    /*#region Actual */

    .newsPage .newsList a {
        width: 100%;
        height: 179px;
        margin-bottom: 30px;
    }

        .newsPage .newsList a img {
            width: 240px;
            height: 179px;
        }

        .newsPage .newsList a em {
            left: 193px;
        }

        .newsPage .newsList a > span {
            width: 370px;
        }

        .newsPage .newsList a > abbr {
            left: 300px;
        }

        .newsPage .newsList a:hover abbr {
            left: 575px;
        }


    /*#endregion */

    /*#region Actual Detail */

    .newsDetail .newsContent main {
        width: 560px;
    }

        .newsDetail .newsContent main h3 {
            display: block;
            font-size: 1.4em;
            font-weight: bold;
            color: #000;
            padding-bottom: 20px;
            position: relative;
            margin-bottom: 25px;
        }

        .newsDetail .newsContent main a {
            position: absolute;
            display: block;
            right: 0;
            color: #637204;
            transition: color .4s;
            z-index: 10;
        }

            .newsDetail .newsContent main a::before {
                content: '<< ';
            }

            .newsDetail .newsContent main a:hover {
                color: #bed62f;
            }

        .newsDetail .newsContent main p {
            display: block;
            margin-top: 30px;
            line-height: 1.8em;
            text-indent: 40px;
        }

    /*#endregion */

    /*#region File Center*/

    .fileCenter {
        margin-left: -20px;
    }

        .fileCenter > div {
            width: 216px;
            margin-left: 20px;
        }

            .fileCenter > div .RelLight {
                width: 216px;
                height: 304px;
            }

                .fileCenter > div .RelLight img {
                    width: 206px;
                    height: 294px;
                }

                .fileCenter > div .RelLight i {
                    line-height: 304px;
                }

                .fileCenter > div .RelLight:hover img {
                    width: 216px;
                    height: 304px;
                }

    /*#endregion */

    /*#region Contact */

    .contactPage .ContactMaps {
        width: 100%;
        height: 370px;
        margin-bottom: -170px;
        margin-top: 50px;
    }

    .contactPage .contactContent .contact {
        display: block;
        float: left;
        width: 220px;
        padding: 20px;
    }

        .contactPage .contactContent .contact p {
            font-size: 1em;
        }

        .contactPage .contactContent .contact > span {
            display: block;
            line-height: 1.5em;
            font-size: 0.9em;
        }

        .contactPage .contactContent .contact nav {
            margin-top: 110px;
        }

            .contactPage .contactContent .contact nav a {
                width: 25px;
                height: 25px;
                line-height: 25px;
            }

    .contactPage .contactContent .contactForm {
        width: 635px;
        padding: 20px;
    }

    /*#endregion */

    /*#region Brands */

    .brandPage {
        margin-left: -10px;
    }

        .brandPage a {
            width: 223px;
            border-bottom-right-radius: 7px;
            border-top-left-radius: 7px;
            margin-left: 10px;
            margin-bottom: 10px;
            height: 40px;
            line-height: 40px;
        }

    /*#endregion */

    /*#region Product Groups */

    .productGroups {
        margin-left: -15px;
    }

        .productGroups a {
            height: 260px;
            width: 220px;
            margin-left: 15px;
            margin-bottom: 15px;
        }

            .productGroups a img {
                display: block;
                margin: 0 auto;
                width: 180px;
                height: 147px;
            }

            .productGroups a span {
                margin-top: 50px;
            }

                .productGroups a span b {
                    font-weight: bold;
                }

            .productGroups a::after {
                bottom: -165px;
                transform: skew(72deg);
            }

    /*#endregion */

    /*#region Product Search */

    .standartPage .pageHeader.searchHeader {
        position: relative;
        height: 370px;
    }

        .standartPage .pageHeader.searchHeader::before {
            height: 370px;
        }

        .standartPage .pageHeader.searchHeader::after {
            height: 370px;
        }

        .standartPage .pageHeader.searchHeader .searchContent {
            width: 100%;
            background: #4f525a;
            position: relative;
            margin-top: -10px;
            padding-top: 22px;
            height: 180px;
        }

            .standartPage .pageHeader.searchHeader .searchContent > div > span {
                margin-top: 0;
            }

            .standartPage .pageHeader.searchHeader .searchContent > div .inputItem {
                width: 141.671px;
                margin-left: 10px;
                margin-top: 20px;
            }

                .standartPage .pageHeader.searchHeader .searchContent > div .inputItem:first-child {
                    /*margin-left: 45px;*/
                }

            .standartPage .pageHeader.searchHeader .searchContent .buttonLine button {
                background-size: cover;
                width: 100px;
                height: 96px;
                margin-left: -50px;
            }


    .searchResult {
        margin-left: -15px;
    }

    .productItem {
        width: 220px;
        margin-left: 15px;
        margin-bottom: 15px;
    }

        .productItem img {
            display: block;
            margin: 0 auto;
            width: 180px;
            height: 147px;
        }

        .productItem::after {
            top: 115px;
            transform: skew(72deg);
        }

        .productItem .imageContainer::after {
            top: 139px;
        }

        .productItem .imageContainer .product-swiper::after {
            top: 108px;
        }



    /*#endregion */

    /*#region Product Detail */

    .productDetail {
        margin-top: 0;
    }

        .productDetail .product-swiper {
            width: 400px;
            height: 290px;
            border: 2px solid #bed62f;
        }

        .productDetail .detailInfo {
            width: 450px;
            height: 290px;
            margin-left: 30px;
        }

            .productDetail .detailInfo > strong {
                border-bottom: 2px solid #bed62f;
            }

            .productDetail .detailInfo > p {
                margin-top: 15px;
                text-indent: 10px;
                line-height: 1.3em;
                padding-bottom: 25px;
            }

        .productDetail .exploseContainer {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
        }

            .productDetail .exploseContainer .imageContent {
                zoom: 0.35;
                position: relative;
                display: block;
            }

                .productDetail .exploseContainer .imageContent .mappedSpan:hover, .productDetail .exploseContainer .imageContent .mappedSpan.active {
                    background-color: #6a0000 !important;
                }

            .productDetail .exploseContainer .hotTable {
                margin-left: 20px;
            }

                .productDetail .exploseContainer .hotTable tr td:nth-child(3n+1), .productDetail .exploseContainer .hotTable tr td:nth-child(4n+1) {
                    display: none;
                }

    /*#endregion */
}

@media only screen and (max-width: 1180px) {

    .standartPage .pageHeader.searchHeader::before {
        height: 190px;
    }

    .standartPage .pageHeader.searchHeader::after {
        height: 190px;
    }
}

/*#endregion */

/*#region Responsive 600px */

@media only screen and (max-width: 500px) {

    /*#region General Items */

    body {
        min-width: 320px;
        font-size: 12px;
    }

    .contentSize {
        width: 320px;
        margin: 0 auto;
        position: relative;
        padding: 0 10px;
    }

    /*#endregion */

    /*#region Header */

    header {
        height: 51px;
    }

        header > section:first-child nav:first-child {
            display: none;
        }

        header > section:first-child nav:last-child {
            float: left;
        }

        header > section:last-child {
            height: 25px;
        }

            header > section:last-child .contentSize > a {
                height: 108px;
                width: 110px;
                float: none;
                margin: 20px auto 0;
                z-index: 9999;
            }

            header > section:last-child .contentSize {
                position: static;
            }

                header > section:last-child .contentSize > nav {
                    padding-bottom: 30px;
                }

                    header > section:last-child .contentSize > nav .mobileShower {
                        display: block;
                        position: absolute;
                        visibility: visible;
                        background: #fff;
                        z-index: 9999;
                        left: 50%;
                        text-align: center;
                        font-size: 1.5em;
                        padding-top: 4px;
                        width: 35px;
                        margin-left: 120px;
                        top: 54px;
                        color: #4f525a;
                        transition: color .4s;
                    }

                        header > section:last-child .contentSize > nav .mobileShower.goHome {
                            margin-left: -155px;
                            font-size: 2em;
                            padding-top: 0;
                        }

                        header > section:last-child .contentSize > nav .mobileShower:hover, header > section:last-child .contentSize > nav .mobileShower.active {
                            color: #bed62f;
                        }

                    header > section:last-child .contentSize > nav ul {
                        list-style: none;
                        background: #fff;
                        left: 510px;
                        right: 0;
                        top: 26px;
                        position: absolute;
                        padding-top: 84px;
                        width: 100%;
                        z-index: 999;
                        transition: left linear .5s;
                    }

                        header > section:last-child .contentSize > nav ul.showNow {
                            left: 0;
                        }

                    header > section:last-child .contentSize > nav > ul > li {
                        float: none;
                    }

                        header > section:last-child .contentSize > nav > ul > li > a {
                            line-height: 35px;
                            font-size: 1.2em;
                            font-weight: bold;
                            position: relative;
                            z-index: 445;
                        }

                            header > section:last-child .contentSize > nav > ul > li > a::before {
                                content: '- ';
                            }

                        header > section:last-child .contentSize > nav > ul > li:hover > a {
                            color: #000000;
                        }

                        header > section:last-child .contentSize > nav > ul > li > a:hover {
                            color: #bed62f;
                        }

                        header > section:last-child .contentSize > nav > ul > li > ul {
                            position: static;
                            background: #fff;
                            margin-left: 40px;
                            margin-top: 0;
                            min-width: 0;
                            opacity: 1;
                            z-index: 5;
                            pointer-events: all !important;
                        }

                            header > section:last-child .contentSize > nav > ul > li > ul li a {
                                color: #000;
                                transition: color .3s;
                                font-size: 1.1em;
                                font-weight: bold;
                                height: 25px;
                                line-height: 25px;
                                position: relative;
                                z-index: 445;
                            }

                                header > section:last-child .contentSize > nav > ul > li > ul li a::before {
                                    display: none;
                                }

                                header > section:last-child .contentSize > nav > ul > li > ul li a::after {
                                    display: none;
                                }

                                header > section:last-child .contentSize > nav > ul > li > ul li a:last-child {
                                    border-bottom: none;
                                }

                                header > section:last-child .contentSize > nav > ul > li > ul li a:hover, header > section:last-child .contentSize > nav > ul > li > ul li a:hover::before, header > section:last-child .contentSize > nav > ul > li > ul li a:hover::after {
                                    background: transparent;
                                    color: #bed62f;
                                }


    /*#endregion */

    /*#region Home Page */

    .homePage {
        min-height: 0;
        padding-bottom: 0;
        margin-top: 50px;
    }

        .homePage .sliderContent {
            background: #fff;
            margin: 0 auto !important;
            padding: 0 !important;
        }

            .homePage .sliderContent .sliderRouter .swiper-button-prev {
                margin-left: -150px;
                font-size: 15px;
                width: 30px;
                height: 30px;
                line-height: 30px;
            }

            .homePage .sliderContent .sliderRouter .swiper-button-next {
                margin-right: -155px;
                font-size: 15px;
                width: 30px;
                height: 30px;
                line-height: 30px;
            }

        .homePage .loveManufactur .titleStyle {
            margin-top: 0;
            padding-top: 30px;
        }

        .homePage .loveManufactur {
            background-color: #bed62f;
            margin: 0 auto !important;
            display: block;
            width: 100%;
            height: 300px;
            background-clip: padding-box;
            background-size: contain;
        }

            .homePage .loveManufactur aside {
                display: none;
            }

            .homePage .loveManufactur p {
                padding: 0 10px;
                float: none;
                width: 360px;
                text-indent: 0;
                margin: 0 auto;
            }

        .homePage .searchContent {
            margin-top: 0;
            padding-top: 42px;
            padding-bottom: 64px;
        }

            .homePage .searchContent > div {
                padding: 0 10px;
            }

                .homePage .searchContent > div > strong {
                    font-weight: normal;
                    font-size: 1.5em;
                }

                .homePage .searchContent > div > span {
                    font-size: 1em;
                    margin-top: 15px;
                }

                .homePage .searchContent > div .inputItem {
                    width: 100%;
                    float: none;
                    margin-left: 0;
                    margin-top: 30px;
                }

        .homePage .newsTitle {
            margin-top: 110px;
        }

        .homePage .newsContainer {
            padding-top: 0;
            padding-bottom: 220px;
        }

            .homePage .newsContainer a::after {
                content: '';
                clear: both;
                display: block;
            }

            .homePage .newsContainer a {
                display: none;
            }

                .homePage .newsContainer a:first-child {
                    display: block;
                    float: none;
                    margin: auto;
                }

    /*#endregion */

    /*#region Footer */

    footer {
        margin-top: 0;
    }

        footer > div > nav {
            display: block;
            padding: 90px 10px 30px;
        }

            footer > div > nav a {
                display: block;
                float: none;
                margin-left: 0;
                font-size: 14px;
                line-height: 40px;
                font-weight: lighter;
                color: #fff;
                transition: color .4s;
                border-bottom: 1px solid #7f7e7e;
                padding-left: 5px;
            }

                footer > div > nav a:first-child {
                    margin-left: 0;
                }

                footer > div > nav a:hover {
                    color: #bed62f;
                }

        footer .lastLine p {
            width: 120px;
            position: relative;
            overflow: hidden;
        }

    /*#endregion */

    /*#region Standart Page */

    .standartPage {
        width: 100%;
        margin-top: 60px;
        padding-bottom: 100px;
    }

        .standartPage .pageHeader {
            height: 130px;
        }

            .standartPage .pageHeader > div {
                height: 130px;
            }

                .standartPage .pageHeader > div::before, .standartPage .pageHeader > div::after {
                    display: none;
                }

        .standartPage .pageContent {
            margin-top: 20px;
        }

            .standartPage .pageContent > div > nav {
                display: block;
                float: none;
                width: 100%;
            }

                .standartPage .pageContent > div > nav::after {
                    clear: both;
                    display: block;
                    clear: both;
                }

                .standartPage .pageContent > div > nav h1 {
                    padding-bottom: 10px;
                    padding-left: 10px;
                    margin-bottom: 10px;
                }

                .standartPage .pageContent > div > nav a {
                    display: block;
                    line-height: 32px;
                    padding-left: 30px;
                    font-size: 1.1em;
                }

                    .standartPage .pageContent > div > nav a::before {
                        left: 10px;
                        width: 9px;
                        height: 9px;
                        margin-top: 12px;
                    }

                    .standartPage .pageContent > div > nav a:hover::before {
                        margin-top: 15px;
                    }

            .standartPage .pageContent > div > section {
                float: none;
                margin-left: 0;
                width: 100%;
                margin-top: 40px;
            }

                .standartPage .pageContent > div > section h2 {
                    display: block;
                    font-size: 1.4em;
                    font-weight: bold;
                    color: #000;
                    padding-bottom: 20px;
                    border-bottom: 2px solid #cacaca;
                    position: relative;
                    padding-left: 10px;
                    margin-bottom: 25px;
                }

                    .standartPage .pageContent > div > section h2::after {
                        display: block;
                        content: '';
                        position: absolute;
                        bottom: -2px;
                        height: 2px;
                        background: #656973;
                        width: 40px;
                        left: 0;
                    }

                .standartPage .pageContent > div > section .pagerContent .hotPager {
                    float: none;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                    .standartPage .pageContent > div > section .pagerContent .hotPager a {
                        transition: color .4s, background .4s;
                        padding: 10px;
                        color: #fff;
                        background: #4f525a;
                        margin: 0 3px;
                    }

                        .standartPage .pageContent > div > section .pagerContent .hotPager a.active, .standartPage .pageContent > div > section .pagerContent .hotPager a:hover {
                            color: #4d4d4d;
                            background: #bed62f;
                        }

    .pageContent.fullPageContent > div > section {
        width: auto;
        padding: 0;
    }

    /*#endregion */

    /*#region Dynamic Page */

    .dynamicPage.productionPage strong {
        margin-top: 20px;
    }

    .dynamicPage.productionPage p {
        line-height: 1.6em;
        margin-top: 15px;
        text-indent: 15px;
    }

    .dynamicPage.productionPage > div:last-child {
        margin-top: 200px;
        position: relative;
    }

    .dynamicPage.productionPage > div.contentImage {
        background-size: contain;
        height: 203px;
    }

    /*#endregion */

    /*#region Gallery Page */

    .photoGallery {
        margin-left: 0;
    }

        .photoGallery > a {
            width: 300px;
            height: 180px;
            margin-left: 0;
        }

            .photoGallery > a img {
                width: 289px !important;
                height: 169px !important;
            }

            .photoGallery > a::after {
                width: 185px;
                height: 99px;
            }

            .photoGallery > a span {
                width: 185px;
            }

            .photoGallery > a:hover img {
                width: 308px !important;
                height: 180px !important;
            }

    /*#endregion */

    /*#region Photo Gallery Detail */

    .photoGalleryDetail {
        margin-left: -10px;
    }

        .photoGalleryDetail a {
            margin-left: 10px;
            margin-bottom: 10px;
            width: 145px;
            height: 85px;
        }

        .photoGalleryDetail > a img {
            width: 140px;
            height: 81px;
        }

        .photoGalleryDetail > a::after {
            width: 90px;
            height: 40px;
        }

        .photoGalleryDetail > a i {
            font-size: 15px;
            line-height: 87px;
        }

        .photoGalleryDetail > a:hover img {
            width: 145px;
            height: 85px;
        }

        .photoGalleryDetail a.textitem {
            height: 101px;
        }

        .photoGalleryDetail > a.textitem::after {
            top: 15px;
        }

    /*#endregion */

    /*#region Video Gallery Detail */

    .videoGalleryDetail {
        padding-bottom: 20px;
    }

        .videoGalleryDetail .videoItem {
            display: block;
            margin-top: 20px;
            padding-bottom: 20px;
        }

            .videoGalleryDetail .videoItem:first-child {
                margin-top: 0;
                border-bottom: 2px solid #c8c8c8;
            }

            .videoGalleryDetail .videoItem > div:first-child {
                float: none;
                width: 300px !important;
                height: 190px !important;
            }

            .videoGalleryDetail .videoItem > div.videoInfo {
                float: none;
                margin-left: 0;
                margin-top: 20px;
                width: 300px;
            }

    /*#endregion */

    /*#region Actual */

    .newsPage h1 {
        padding-bottom: 30px;
    }

    .newsPage .newsList a {
        height: auto;
        overflow: hidden;
        padding-bottom: 40px;
    }

        .newsPage .newsList a img {
            width: 300px;
            height: 224px;
            float: none;
        }

        .newsPage .newsList a em {
            background-size: contain;
            width: 90px;
            height: 90px;
            left: 50%;
            margin-left: -45px;
            top: 180px;
        }

            .newsPage .newsList a em i {
                padding-top: 12px;
                padding-right: 20px;
                font-size: 1.5em;
            }

            .newsPage .newsList a em u {
                padding-right: 20px;
            }

        .newsPage .newsList a > span {
            margin-left: 0;
            padding: 40px 20px 0;
            width: auto;
            float: none;
        }

            .newsPage .newsList a > span > cite {
                padding-bottom: 20px;
            }

            .newsPage .newsList a > span.content {
                padding-top: 15px;
                font-size: 1em;
                font-weight: lighter;
                text-align: justify;
            }

        .newsPage .newsList a > abbr {
            width: 100%;
            text-align: center;
            left: 0;
            bottom: 15px;
        }

        .newsPage .newsList a:hover {
            background: rgba(190, 214, 47, 0.32);
        }

            .newsPage .newsList a:hover abbr {
                left: 80px;
            }

    /*#endregion */

    /*#region Actual Detail */

    .newsDetail .newsContent {
        padding: 0;
    }

        .newsDetail .newsContent > em {
            display: none;
        }

        .newsDetail .newsContent main {
            display: block;
            float: none;
            margin-left: 0;
            width: 100%;
            box-sizing: border-box;
        }

            .newsDetail .newsContent main h3 {
                margin-top: 40px;
                border-bottom: none !important;
                margin-bottom: 0 !important;
            }

            .newsDetail .newsContent main > a {
                display: none;
            }

    /*#endregion */

    /*#region File Center*/

    .fileCenter {
        margin-left: 0
    }

        .fileCenter > div {
            width: 280px;
            margin-left: 10px;
        }

            .fileCenter > div .RelLight {
                width: 280px;
                height: 396px;
            }

                .fileCenter > div .RelLight img {
                    width: 270px;
                    height: 386px;
                }

                .fileCenter > div .RelLight i {
                    line-height: 396px;
                }

                .fileCenter > div .RelLight:hover img {
                    width: 280px;
                    height: 396px;
                }

    /*#endregion */

    /*#region Contact */

    .flexContent {
        flex-direction: column;
    }

    .contactPage .ContactMaps {
        height: 270px;
        margin-bottom: -100px;
    }

    .contactPage .contactContent h1 {
        padding-bottom: 30px;
    }

    .contactPage .contactContent .contact {
        float: none;
        width: 100%;
        padding: 20px;
    }

        .contactPage .contactContent .contact p {
            font-size: 1em;
        }

        .contactPage .contactContent .contact > span {
            font-size: 1em;
        }

        .contactPage .contactContent .contact nav {
            display: block;
            margin-top: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .contactPage .contactContent .contactForm {
        float: none;
        margin-left: 0;
        width: 100%;
        background: #eee;
        padding: 20px;
        margin-top: 30px;
    }

        .contactPage .contactContent .contactForm h2 {
            margin-bottom: 0;
            padding-bottom: 10px;
            margin-bottom: 20px;
        }

        .contactPage .contactContent .contactForm .inputContainer {
            display: block;
            float: none;
            width: 100%;
            height: 50px;
            position: relative;
            margin-bottom: 10px;
        }

            .contactPage .contactContent .contactForm .inputContainer.rightContainer {
                margin-left: 0;
            }

        .contactPage .contactContent .contactForm .validColumn {
            margin-top: 15px;
        }

            .contactPage .contactContent .contactForm .validColumn img {
                right: 0;
                width: 140px;
            }

            .contactPage .contactContent .contactForm .validColumn input {
                padding-left: 10px;
            }

            .contactPage .contactContent .contactForm .validColumn label {
                padding-left: 10px !important;
            }

            .contactPage .contactContent .contactForm .validColumn a {
                font-size: 1em;
                bottom: 10px;
            }

        .contactPage .contactContent .contactForm .buttonLine {
            float: none;
            width: 100%;
            height: 50px;
            margin-bottom: 10px;
            margin-top: 0;
            margin-left: 0;
            margin-top: 20px;
        }

            .contactPage .contactContent .contactForm .buttonLine input {
                float: none;
                width: 100%;
            }

    /*#endregion */

    /*#region Brands */

    .brandPage {
        margin-left: 0;
        padding-bottom: 20px;
    }

        .brandPage a {
            width: 100%;
            margin-left: 0;
            float: none;
        }

    /*#endregion */

    /*#region Product Groups */

    .productGroups {
        margin-left: 0;
    }

        .productGroups a {
            height: 328px;
            width: 300px;
            margin-left: 0;
        }

            .productGroups a img {
                display: block;
                margin: 0 auto;
                width: 230px;
                height: 188px;
            }

            .productGroups a span {
                font-size: 1.3em;
            }

                .productGroups a span b {
                    font-weight: bold;
                }

            .productGroups a::after {
                bottom: -135px;
                transform: skew(70deg);
            }

    /*#endregion */

    /*#region Product Search */

    .standartPage .pageHeader.searchHeader {
        position: relative;
        height: 698px;
        margin-bottom: 80px;
    }

        .standartPage .pageHeader.searchHeader::before {
            display: none;
        }

        .standartPage .pageHeader.searchHeader::after {
            display: none;
        }

        .standartPage .pageHeader.searchHeader .searchContent {
            margin-top: 0;
            height: 569px;
            margin-top: 0;
            padding-top: 10px;
        }

            .standartPage .pageHeader.searchHeader .searchContent > div {
                padding: 0 10px;
            }

                .standartPage .pageHeader.searchHeader .searchContent > div > strong {
                    font-weight: normal;
                    font-size: 1.5em;
                }

                .standartPage .pageHeader.searchHeader .searchContent > div > span {
                    font-size: 1em;
                    margin-top: 15px;
                }

                .standartPage .pageHeader.searchHeader .searchContent > div .inputItem {
                    width: 100%;
                    float: none;
                    margin-left: 0;
                    margin-top: 30px;
                }

                    .standartPage .pageHeader.searchHeader .searchContent > div .inputItem:first-child {
                        margin-left: 0;
                    }

    .searchResult {
        margin-left: 0;
    }

    .productItem {
        float: none;
        width: 300px;
        margin-left: 0;
        margin-bottom: 20px;
    }

        .productItem img {
            width: 230px;
            height: 188px;
        }

        .productItem::after {
            top: 140px;
            transform: skew(73deg);
        }

        .productItem .brandList .brandItem cite {
            font-style: normal;
        }

        .productItem .brandList .brandItem:hover {
            background: none !important;
            color: #4d4d4d !important;
        }

        .productItem .brandList .brandItem .absoluteItem {
            display: none;
            visibility: hidden;
        }

        .productItem .brandList .brandItem i {
            display: none;
        }

        .productItem .imageContainer::after {
            top: 156px;
        }

        .productItem .imageContainer .product-swiper::after {
            top: 125px;
        }

    /*#endregion */

    /*#region Product Detail */

    .productDetail {
        margin-top: -30px;
    }

        .productDetail > nav {
            display: block;
        }

            .productDetail > nav a {
                display: block;
                float: left;
                margin-right: 5px;
                transition: color .4s;
                color: #999;
                font-size: 0.9em;
            }

                .productDetail > nav a::after {
                    content: '>>';
                    padding-left: 5px;
                    color: #999 !important;
                }

                .productDetail > nav a:last-child::after {
                    content: '';
                }

                .productDetail > nav a:hover, .productDetail > nav a:last-child {
                    color: #4d4d4d;
                }

        .productDetail .firstLine {
            display: flex;
            flex-direction: column-reverse;
        }

        .productDetail .product-swiper {
            width: 300px;
            height: 218px;
            float: none;
        }

        .productDetail .detailInfo {
            float: none;
            width: 300px;
            height: auto;
            margin-left: 0;
            margin-top: 25px;
        }

            .productDetail .detailInfo .downloadPdf {
                margin-top: 25px;
                position: relative;
            }

        .productDetail .tabContent div[data-hottabnav="true"] {
            display: none;
            visibility: hidden;
        }

        .productDetail .tabContent div[data-hottabcontent="true"] {
            border: none !important;
            padding: 0 !important;
            background: none !important;
        }

            .productDetail .tabContent div[data-hottabcontent="true"] > div {
                display: block !important;
                margin-bottom: 30px;
            }

                .productDetail .tabContent div[data-hottabcontent="true"] > div:last-child {
                    display: none !important;
                    visibility: hidden !important;
                }


        .productDetail .mobileInfo {
            display: block;
            visibility: visible;
            margin-bottom: 15px;
            border-bottom: 2px solid #bed62f;
            padding-bottom: 5px;
            color: #4d4d4d;
        }

    /*#endregion */

    /*#region Not Found */

    .notFound > strong {
        display: none !important;
    }

    /*#endregion */
}

/*#endregion */

