﻿@charset "UTF-8";

*::-webkit-input-placeholder {
    color: #868e96;
    opacity: 1;
}

*:-moz-placeholder {
    color: #868e96;
    opacity: 1;
}

*::-moz-placeholder {
    color: #868e96;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #868e96;
    opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    color: red;
}

body input:required:valid,
body textarea:required:valid {
    color: red;
}

body {
    font-family: 'DINNextLTPro', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #4c5966;
    background-color: #f7f8f9;
    position: relative;
    min-width: 320px;
    margin: 0 auto;
    overflow: hidden;
}

html {
    overflow-x: hidden;
}

a {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.show-menu-btn {
    display: none;
}

header {
    -webkit-box-shadow: 0 22px 40px 40px rgb(0 0 0 / 5%);
    box-shadow: 0 22px 40px 40px rgb(0 0 0 / 5%);
    position: relative;
}

    header .top-nav {
        background-color: #f8f9fa;
        padding-top: 6px;
        padding-bottom: 6px;
        background-image: linear-gradient(to left, #f8f9fb, #ffffff);
    }

        header .top-nav .lang-wrap {
            padding-left: 20px;
            margin-left: 15px;
            display: inline-block;
            position: relative;
            cursor: pointer;
        }

            header .top-nav .lang-wrap:before {
                content: '|';
                color: #e3e6ea;
                position: absolute;
                left: 0;
                display: inline-block;
            }

            header .top-nav .lang-wrap:hover .lang-switch {
                opacity: 1;
                display: block;
            }

            header .top-nav .lang-wrap .lang-switch {
                -webkit-transition: all .3s ease;
                -o-transition: all .3s ease;
                transition: all .3s ease;
                opacity: 0;
                display: none;
                position: absolute;
                z-index: 20;
                right: 0;
                top: 25px;
                text-align: left;
                padding: 10px;
                background-color: #fff;
                -webkit-border-radius: 5px;
                border-radius: 5px;
            }

                header .top-nav .lang-wrap .lang-switch a {
                    display: block;
                }

                    header .top-nav .lang-wrap .lang-switch a:hover {
                        opacity: .8;
                    }

            header .top-nav .lang-wrap .current-lang {
                display: inline-block;
            }

                header .top-nav .lang-wrap .current-lang a {
                    display: inline-block;
                    vertical-align: middle;
                    font-size: 11px;
                    line-height: 17px;
                    text-transform: uppercase;
                    color: #96a4b2;
                    position: relative;
                    /*padding-right: 10px;*/
                }

                    header .top-nav .lang-wrap .current-lang a svg {
                        width: 15px;
                        vertical-align: middle;
                        display: inline-block;
                        /*margin-right: 8px;*/
                    }

                        header .top-nav .lang-wrap .current-lang a svg path {
                            fill: #a2aeba;
                        }

        header .top-nav nav {
            display: inline-block;
        }

            header .top-nav nav a {
                font-size: 11px;
                display: inline-block;
                line-height: 17px;
                text-transform: uppercase;
                color: #96a4b2;
                margin-right: 14px;
            }

                header .top-nav nav a:hover {
                    color: #d82028;
                }

                header .top-nav nav a:last-of-type {
                    margin-right: 0;
                }

    header .main-nav {
        background-color: #fff;
        padding-top: 12px;
        padding-bottom: 0px;
    }

        header .main-nav .row {
            position: relative;
        }

            header .main-nav .row .col-md-9 {
                position: static;
            }

        header .main-nav .logo {
            display: inline-block;
            display: block;
            margin-top: -30px;
        }

        header .main-nav .menu-wrap {
            text-align: right;
            margin-top: 8px;
        }

            header .main-nav .menu-wrap .search-wrap {
                display: inline-block;
                vertical-align: middle;
                position: relative;
                top: 2px;
                margin-bottom: 0;
            }

            header .main-nav .menu-wrap .search {
                display: inline-block;
                vertical-align: middle;
                margin-top: -15px;
                margin-left: 15px;
            }

                header .main-nav .menu-wrap .search svg {
                    width: 20px;
                }

                    header .main-nav .menu-wrap .search svg path {
                        fill: #96a4b2;
                    }

            header .main-nav .menu-wrap > nav > li > a {
                padding-left: 22px;
                padding-right: 22px;
            }

            header .main-nav .menu-wrap nav {
                display: inline-block;
                vertical-align: middle;
            }

                header .main-nav .menu-wrap nav > li {
                    list-style-type: none;
                    margin: 0;
                    padding: 0;
                    display: inline-block;
                }

                    header .main-nav .menu-wrap nav > li a {
                        padding-bottom: 22px;
                    }

                    header .main-nav .menu-wrap nav > li:hover .mega-menu {
                        display: block;
                    }

                        header .main-nav .menu-wrap nav > li:hover .mega-menu.links-wrap {
                            display: -webkit-box;
                            display: -webkit-flex;
                            display: -ms-flexbox;
                            display: flex;
                        }

                    header .main-nav .menu-wrap nav > li .mega-menu {
                        -webkit-transition: all .3s ease;
                        -o-transition: all .3s ease;
                        transition: all .3s ease;
                        display: none;
                        top: 52px;
                        position: absolute;
                        width: 100%;
                        z-index: 50;
                        left: 0;
                        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
                        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
                        background-color: #fff;
                        text-align: center;
                        padding-top: 25px;
                        padding-bottom: 25px;
                        -webkit-border-radius: 5px;
                        border-radius: 5px;
                        text-align: center;
                    }

                        header .main-nav .menu-wrap nav > li .mega-menu.links-wrap {
                            padding-left: 60px;
                            padding-right: 60px;
                        }

                        header .main-nav .menu-wrap nav > li .mega-menu:hover {
                            display: block;
                        }

                        header .main-nav .menu-wrap nav > li .mega-menu nav.links {
                            width: 100%;
                            display: inline-block;
                            max-width: 172px;
                            vertical-align: top;
                            margin-right: 35px;
                            text-align: left;
                        }

                            header .main-nav .menu-wrap nav > li .mega-menu nav.links .more {
                                margin-top: 10px;
                                text-decoration: underline;
                                color: #d82028;
                            }

                            header .main-nav .menu-wrap nav > li .mega-menu nav.links:last-of-type {
                                margin-right: 0;
                            }

                            header .main-nav .menu-wrap nav > li .mega-menu nav.links .title {
                                padding-bottom: 12px;
                                margin-bottom: 8px;
                                font-size: 16px;
                                line-height: 17px;
                                display: block;
                                font-weight: 600;
                                color: #343a40;
                                border-bottom: 1px solid #e5e5e5;
                            }

                            header .main-nav .menu-wrap nav > li .mega-menu nav.links li {
                                display: block;
                            }

                                header .main-nav .menu-wrap nav > li .mega-menu nav.links li .submenu {
                                    display: none;
                                }

                                header .main-nav .menu-wrap nav > li .mega-menu nav.links li.opened .submenu {
                                    display: block;
                                }

                                header .main-nav .menu-wrap nav > li .mega-menu nav.links li.opened > a:after {
                                    -webkit-transform: rotate(-90deg);
                                    -ms-transform: rotate(-90deg);
                                    transform: rotate(-90deg);
                                    top: 12px;
                                }

                                header .main-nav .menu-wrap nav > li .mega-menu nav.links li > a {
                                    position: relative;
                                    display: block;
                                }

                                    header .main-nav .menu-wrap nav > li .mega-menu nav.links li > a.no-child:after {
                                        display: none;
                                    }

                                    header .main-nav .menu-wrap nav > li .mega-menu nav.links li > a:after {
                                        content: '›';
                                        color: #db2f36;
                                        position: absolute;
                                        width: 10px;
                                        height: 10px;
                                        text-align: center;
                                        line-height: 10px;
                                        font-size: 20px;
                                        display: block;
                                        top: 6px;
                                        -webkit-transform: rotate(90deg);
                                        -ms-transform: rotate(90deg);
                                        transform: rotate(90deg);
                                        right: 0;
                                        left: auto;
                                    }

                            header .main-nav .menu-wrap nav > li .mega-menu nav.links a {
                                display: block;
                                margin-right: 0;
                                font-size: 14px;
                                color: #868e96;
                                display: block;
                                margin-bottom: 0;
                                padding-bottom: 0;
                                line-height: 30px;
                                text-transform: unset;
                            }

                                header .main-nav .menu-wrap nav > li .mega-menu nav.links a:hover {
                                    color: #db2f36;
                                }

                        header .main-nav .menu-wrap nav > li .mega-menu nav.cat-menu {
                            text-align: center;
                        }

                            header .main-nav .menu-wrap nav > li .mega-menu nav.cat-menu li {
                                display: inline-block;
                                vertical-align: top;
                                max-width: 172px;
                                margin-right: 30px;
                            }

                                header .main-nav .menu-wrap nav > li .mega-menu nav.cat-menu li:last-of-type {
                                    margin-right: 0;
                                }

                                header .main-nav .menu-wrap nav > li .mega-menu nav.cat-menu li a {
                                    margin-right: 0;
                                    display: block;
                                    margin-top: 18px;
                                    text-align: left;
                                    text-transform: inherit;
                                    font-size: 16px;
                                    line-height: 17px;
                                    color: #343a40;
                                    display: block;
                                    position: relative;
                                }

                                    header .main-nav .menu-wrap nav > li .mega-menu nav.cat-menu li a:after {
                                        width: 10px;
                                        display: block;
                                        content: '›';
                                        color: #d82028;
                                        position: absolute;
                                        right: 0;
                                        top: 0px;
                                        left: auto;
                                        -webkit-transition: all .3s ease;
                                        -o-transition: all .3s ease;
                                        transition: all .3s ease;
                                    }

                                    header .main-nav .menu-wrap nav > li .mega-menu nav.cat-menu li a:hover {
                                        color: #d82028;
                                    }

                                        header .main-nav .menu-wrap nav > li .mega-menu nav.cat-menu li a:hover:after {
                                            -webkit-transform: translateX(2px);
                                            -ms-transform: translateX(2px);
                                            transform: translateX(2px);
                                        }

                        header .main-nav .menu-wrap nav > li .mega-menu picture {
                            display: block;
                            text-align: center;
                            max-height: 92px;
                            overflow: hidden;
                        }

                            header .main-nav .menu-wrap nav > li .mega-menu picture img {
                                max-width: 100%;
                            }

                header .main-nav .menu-wrap nav a {
                    font-size: 14px;
                    line-height: 17px;
                    display: inline-block;
                    color: #4c5966;
                    text-transform: uppercase;
                    -webkit-transition: all .3s ease;
                    -o-transition: all .3s ease;
                    transition: all .3s ease;
                    position: relative;
                }

                    header .main-nav .menu-wrap nav a:after {
                        content: '';
                        z-index: 20;
                        left: 0;
                        right: 0;
                        margin: 0 auto;
                        bottom: 0;
                        position: absolute;
                        width: 0;
                        height: 0;
                        border-style: solid;
                        border-width: 0 5px 7px 5px;
                        border-color: #ebeced transparent transparent transparent;
                    }

                    header .main-nav .menu-wrap nav a:hover {
                        color: #d82028;
                    }

body .breadcrubms {
    background-color: #042344;
    padding-top: 12px;
    padding-bottom: 12px;
}

    body .breadcrubms nav a {
        color: #fff;
        display: inline-block;
        position: relative;
        font-size: 11px;
        text-transform: uppercase;
        line-height: 17px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        opacity: .5;
    }

        body .breadcrubms nav a:last-of-type {
            opacity: 1;
        }

        body .breadcrubms nav a:hover {
            opacity: .7;
        }

        body .breadcrubms nav a.home {
            opacity: .5;
        }

            body .breadcrubms nav a.home svg {
                width: 22px;
                margin-right: 8px;
                position: relative;
                display: inline-block;
                vertical-align: bottom;
            }

        body .breadcrubms nav a:after {
            content: '/';
            display: inline-block;
            margin-left: 9px;
            margin-right: 9px;
        }

        body .breadcrubms nav a:last-of-type:after {
            display: none;
        }

button {
    outline: none;
    background-color: transparent;
    border: none;
    padding: 0;
}

.container {
    width: 1270px;
}

main {
    background-color: #fff;
    padding-top: 35px;
    padding-bottom: 180px;
}

    main .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: none;
    }

        main .row .filters {
            /*min-width: 238px;
            margin-right: 20px;
            width: auto;*/
            width: 20%;
            padding-right: 20px;
        }


    main .filters .search-wrap {
        margin-bottom: 30px;
    }

    main .filters .title {
        cursor: pointer;
        font-size: 18px;
        line-height: 30px;
        display: block;
        color: #868e96;
        padding-bottom: 20px;
        margin-top: 0;
        margin-bottom: 0;
        border-bottom: 1px solid #f0f2f4;
    }

    main .filters .filter-professionals {
        display: block;
    }

    main .filters .filter-homeowners {
        display: none;
    }

    main .filters .filter-by {
        margin-top: 70px;
    }

    main .filters .filed-wrap {
        margin-top: 28px;
        position: relative;
    }

        main .filters .filed-wrap .btn-toggle {
            width: 15px;
            height: 7px;
            position: absolute;
            right: 0;
            z-index: 30;
        }

            main .filters .filed-wrap .btn-toggle.closed svg {
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
            }

            main .filters .filed-wrap .btn-toggle svg path {
                fill: #ced4da;
            }

        main .filters .filed-wrap.check-fields {
            position: relative;
        }

            main .filters .filed-wrap.check-fields .counter {
                float: right;
                font-size: 13px;
                color: #868e96;
            }

            main .filters .filed-wrap.check-fields .custom-select {
                position: relative;
                z-index: 20;
            }

            main .filters .filed-wrap.check-fields .wrap {
                padding: 12px 20px;
                width: 100%;
                left: 0;
                top: -1px;
                z-index: 10;
                border: 1px solid #ced4da;
                position: relative;
            }

            main .filters .filed-wrap.check-fields span {
                margin-top: 3px;
            }

            main .filters .filed-wrap.check-fields .check-wrap {
                -webkit-border-radius: 0;
                border-radius: 0;
                vertical-align: middle;
            }

                main .filters .filed-wrap.check-fields .check-wrap.checked {
                    background-color: #d82028;
                }

                    main .filters .filed-wrap.check-fields .check-wrap.checked:after {
                        border: 0;
                        color: #fff;
                        width: 100%;
                        height: 100%;
                        margin-top: 0;
                        line-height: 22px;
                        content: '✔';
                        background-color: transparent;
                    }

        main .filters .filed-wrap.radio-fields, main .filters .filed-wrap.check-fields {
            padding-bottom: 20px;
            border-bottom: 1px solid #f0f2f4;
        }

            main .filters .filed-wrap.radio-fields.no-b, main .filters .filed-wrap.check-fields.no-b {
                border: none;
            }

        main .filters .filed-wrap.category-fields {
            display: none;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-top: 10px;
        }

            main .filters .filed-wrap.category-fields .field-title {
                margin-bottom: 20px;
            }

            main .filters .filed-wrap.category-fields nav {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
            }

            main .filters .filed-wrap.category-fields a {
                color: #868e96;
                display: inline-block;
                margin-bottom: 25px;
                -webkit-transition: all .3s ease;
                -o-transition: all .3s ease;
                transition: all .3s ease;
            }

                main .filters .filed-wrap.category-fields a.active, main .filters .filed-wrap.category-fields a:hover, main .filters .filed-wrap.category-fields a:focus {
                    color: #343a40;
                    text-decoration: underline;
                }

            main .filters .filed-wrap.category-fields.active {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
            }

        main .filters .filed-wrap .field-title {
            text-transform: uppercase;
            font-size: 11px;
            line-height: 17px;
            color: #193048;
            display: block;
            margin-bottom: 10px;
        }

        main .filters .filed-wrap .custom-select .select-title {
            height: 40px;
            background-color: #fff;
            line-height: 40px;
            padding-left: 20px;
            padding-right: 20px;
            border: 1px solid rgba(242, 174, 174, 0.45);
            position: relative;
            z-index: 20;
            -webkit-box-shadow: 2px 0 2px rgba(242, 174, 174, 0.45);
            box-shadow: 2px 0 2px rgba(242, 174, 174, 0.45);
        }

            main .filters .filed-wrap .custom-select .select-title.closed {
                border: 1px solid #ced4da;
                -webkit-box-shadow: unset;
                box-shadow: unset;
            }

        main .filters .filed-wrap .select-wrap {
            position: relative;
        }

            main .filters .filed-wrap .select-wrap:after {
                top: 17px;
                position: absolute;
                z-index: 21;
                right: 10px;
                content: '';
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 7px 5px 0 5px;
                border-color: #ced4da transparent transparent transparent;
                pointer-events: none;
            }

        main .filters .filed-wrap div select, main .filters .filed-wrap div input[type="text"] {
            outline: none;
            width: 100%;
            color: #868e96;
            font-size: 15px;
            line-height: 20px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            padding-left: 20px;
            padding-right: 20px;
            height: 40px;
            border: 1px solid #ced4da;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            border-bottom-right-radius: 0;
            border-top-right-radius: 0;
        }

        main .filters .filed-wrap .radio-wrap {
            margin-bottom: 6px;
        }

            main .filters .filed-wrap .radio-wrap:last-of-type {
                margin-bottom: 0;
            }

            main .filters .filed-wrap .radio-wrap span, main .filters .filed-wrap .radio-wrap label {
                display: inline-block;
                font-size: 15px;
                color: #868e96;
                line-height: 22px;
                vertical-align: middle;
                margin-left: 0;
                cursor: pointer;
            }

        main .filters .filed-wrap .check-wrap {
            border: 1px solid #ebeced;
            display: inline-block;
            vertical-align: top;
            width: 22px;
            height: 22px;
            position: relative;
            -webkit-border-radius: 10em;
            border-radius: 10em;
            cursor: pointer;
        }

            main .filters .filed-wrap .check-wrap.checked:after {
                background-color: #d82028;
                width: 10px;
                height: 10px;
                -webkit-border-radius: 10em;
                border-radius: 10em;
                display: block;
                margin: 5px auto 0;
                text-align: center;
                content: '';
            }

            main .filters .filed-wrap .check-wrap input {
                position: absolute;
                left: 0;
                right: 0;
                width: 100%;
                height: 100%;
                top: 0;
                opacity: 0;
                cursor: pointer;
            }

    main .products .load-more {
        width: 100%;
        display: block;
        text-align: center;
        background-color: #f3f8fe;
        font-size: 14px;
        height: 48px;
        line-height: 52px;
        text-transform: uppercase;
        color: #7090ab;
    }

    main .products .products-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        /*-webkit-justify-content: space-between;*/
        -ms-flex-pack: justify;
        /*justify-content: space-between;*/
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        main .products .products-wrap .product-item {
            width: 23%;
            text-align: center;
            margin-right: 13px;
            margin-bottom: 40px;
            padding-bottom: 10px;
            cursor: pointer;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
            border: 1px solid transparent;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

            main .products .products-wrap .product-item:hover {
                border: 1px solid #a8b5de;
            }

                main .products .products-wrap .product-item:hover a {
                    color: #2546ac;
                }

            main .products .products-wrap .product-item:nth-of-type(4n) {
                margin-right: 0;
            }

            main .products .products-wrap .product-item picture {
                min-height: 160px;
                margin-bottom: 30px;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                text-align: center;
                padding: 20px;
                background-color: #f8f9fa;
                border: 1px solid #f1f3f5;
                -webkit-border-radius: 5px;
                border-radius: 5px;
                margin-bottom: 30px;
            }

                main .products .products-wrap .product-item picture img {
                    max-width: 185px;
                }

            main .products .products-wrap .product-item h3 {
                color: #193048;
                margin-top: 0;
                margin-bottom: 0;
                font-size: 18px;
                font-weight: 600;
                line-height: 24px;
                margin-bottom: 15px;
                display: block;
            }

            main .products .products-wrap .product-item a {
                color: #868e96;
                display: inline-block;
                font-size: 14px;
                line-height: 22px;
                /*text-decoration: underline;*/
                margin-bottom: 0px;
                cursor: pointer;
            }

                main .products .products-wrap .product-item a.LearnMore {
                    text-decoration: underline;
                }

            main .products .products-wrap .product-item p {
                float: left;
                width: 100%;
                font-size: 13px;
                color: #868e96;
                text-align: center;
                margin-top: 0;
            }

    main .products .top-info .results {
        font-size: 18px;
        line-height: 30px;
        display: block;
        padding-bottom: 20px;
        margin-top: 0;
        margin-bottom: 0;
        border-bottom: 1px solid #f0f2f4;
        color: #868e96;
    }

        main .products .top-info .results b {
            color: #47586c;
        }

    main .products .top-info .category {
        margin-top: 18px;
        margin-bottom: 18px;
    }

        main .products .top-info .category span {
            color: #fff;
            padding-left: 9px;
            padding-right: 9px;
            display: inline-block;
            vertical-align: middle;
            padding-bottom: 0;
            margin-right: 10px;
            background-color: #ced4da;
            height: 24px;
            line-height: 24px;
            font-size: 11px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            padding-top: 2px;
        }

            main .products .top-info .category span .delete {
                height: 16px;
                text-align: center;
                line-height: 22px;
                vertical-align: top;
                padding-top: 1px;
                display: inline-block;
                margin-left: 10px;
                font-size: 10px;
            }

        main .products .top-info .category .clear {
            font-size: 11px;
            color: #868e96;
            display: inline-block;
            vertical-align: baseline;
        }

    main .home-slider .slider-wrap {
        position: relative;
    }

        main .home-slider .slider-wrap .item {
            padding-top: 20px;
            padding-bottom: 20px;
            min-height: 600px;
            background-color: #152a45;
            -webkit-box-shadow: inset 0px -150px 150px 8px rgba(0, 0, 0, 0.7);
            box-shadow: inset 0px -150px 150px 8px rgba(0, 0, 0, 0.7);
            background-position: center;
            -webkit-background-size: cover;
            background-size: cover;
            background-repeat: no-repeat;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-flex-wrap: no-wrap;
            -ms-flex-wrap: no-wrap;
            flex-wrap: no-wrap;
        }

            main .home-slider .slider-wrap .item .col-xs-12 {
                width: 100%;
            }

            main .home-slider .slider-wrap .item.bg-1 {
                background-image: url(/Content/ClientTheme/en/images/slider-1.jpg);
            }

            main .home-slider .slider-wrap .item.bg-2 {
                background-image: url(/Content/ClientTheme/en/images/slider-2.png);
            }

            main .home-slider .slider-wrap .item h2 {
                color: #fff;
                font-size: 60px;
                text-align: left;
                line-height: 56px;
                font-weight: 700;
                margin-top: 0;
                margin-bottom: 35px;
                text-transform: uppercase;
            }

            main .home-slider .slider-wrap .item p, main .home-slider .slider-wrap .item div {
                margin-top: 0;
                font-weight: 400;
                font-size: 16px;
                /*opacity: .7;*/
                line-height: 30px;
                color: #f7f7f7;
                height: 300px;
            }

    main .search-form {
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
    }

        main .search-form.full-form .form-wrap {
            width: 100%;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

            main .search-form.full-form .form-wrap .field-wrap select {
                min-width: 410px;
                padding-left: 20px;
            }

            main .search-form.full-form .form-wrap h2 {
                margin-right: 86px;
                line-height: 48px;
                color: #fff;
            }

        main .search-form .form-wrap {
            background-color: #042447;
            padding-top: 45px;
            padding-bottom: 45px;
            width: 50%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            padding-right: 124px;
            background-repeat: no-repeat;
            background-position: 0 center;
            -webkit-background-size: auto auto;
            background-size: auto;
            position: relative;
        }

            main .search-form .form-wrap.bg-right:before {
                background-position: right;
            }

            main .search-form .form-wrap.bg-auto:before {
                -webkit-background-size: auto auto;
                background-size: auto;
            }

            main .search-form .form-wrap:before {
                position: absolute;
                content: '';
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-repeat: no-repeat;
                opacity: .2;
                -webkit-background-size: cover;
                background-size: cover;
                background-image: url("/Content/ClientTheme/en/images/form-bg.png");
            }

            main .search-form .form-wrap.blue-wrap {
                background-color: #2444a8;
                -webkit-box-pack: start;
                -webkit-justify-content: flex-start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                padding-left: 124px;
            }

                main .search-form .form-wrap.blue-wrap:before {
                    background-image: url(/Content/ClientTheme/en/images/form-bg-blue.png);
                }

        main .search-form form {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }

        main .search-form .field-wrap {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            margin-right: 20px;
            background-color: #fff;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            min-width: 324px;
            position: relative;
        }

            main .search-form .field-wrap .search-icon {
                position: absolute;
                left: 20px;
                z-index: 2;
                top: 10px;
            }

            main .search-form .field-wrap select {
                position: relative;
                z-index: 10;
                background-color: transparent;
                padding-left: 60px;
                padding-right: 20px;
                min-height: 48px;
                width: 100%;
                font-size: 16px;
                color: #868e96;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                border: none;
                outline: none;
            }

    main .category-grid {
        padding-top: 120px;
        background-color: #fff;
    }

        main .category-grid.has-aside {
            background-color: #f8f9fa;
        }

            main .category-grid.has-aside .more-btn {
                font-weight: 600;
                color: #2546ac;
                font-size: 16px;
                line-height: 50px;
                display: block;
                text-align: center;
                margin-top: 50px;
                -webkit-border-radius: 5px;
                border-radius: 5px;
                width: 100%;
                border: 1px solid #2546ac;
                height: 50px;
            }

                main .category-grid.has-aside .more-btn:hover {
                    background-color: #2546ac;
                    color: #fff;
                }

            main .category-grid.has-aside .row {
                -webkit-box-align: start;
                -webkit-align-items: flex-start;
                -ms-flex-align: start;
                align-items: flex-start;
            }

            main .category-grid.has-aside aside {
                min-width: 150px;
            }

                main .category-grid.has-aside aside .filed-wrap {
                    cursor: pointer;
                }

                    main .category-grid.has-aside aside .filed-wrap .radio-wrap {
                        margin-bottom: 20px;
                    }

            main .category-grid.has-aside .cat-wrap {
                padding-top: 0;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-align: start;
                -webkit-align-items: flex-start;
                -ms-flex-align: start;
                align-items: flex-start;
                -webkit-box-pack: justify;
                -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                justify-content: space-between;
            }

                main .category-grid.has-aside .cat-wrap .cat-item {
                    margin-top: 0;
                    margin-bottom: 20px;
                    height: 400px;
                    margin-right: 0px;
                    -webkit-border-radius: 5px;
                    border-radius: 5px;
                    overflow: hidden;
                }

                    main .category-grid.has-aside .cat-wrap .cat-item:not(.item) {
                        padding-bottom: 0;
                        padding-top: 0;
                    }

                    main .category-grid.has-aside .cat-wrap .cat-item.item {
                        min-width: 330px;
                        -webkit-box-flex: 0;
                        -webkit-flex: 0 0 32%;
                        -ms-flex: 0 0 32%;
                        flex: 0 0 32%;
                    }

                        main .category-grid.has-aside .cat-wrap .cat-item.item .descr {
                            margin-top: 30px;
                        }

                            main .category-grid.has-aside .cat-wrap .cat-item.item .descr h3 {
                                margin-bottom: 10px;
                                margin-left: auto;
                                margin-right: auto;
                            }

                        main .category-grid.has-aside .cat-wrap .cat-item.item picture {
                            min-height: 225px;
                            padding: 0;
                            display: -webkit-box;
                            display: -webkit-flex;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-align: center;
                            -webkit-align-items: center;
                            -ms-flex-align: center;
                            align-items: center;
                        }

                            main .category-grid.has-aside .cat-wrap .cat-item.item picture img {
                                max-width: 175px;
                            }

                    main .category-grid.has-aside .cat-wrap .cat-item .top-descr {
                        top: 30px;
                        position: absolute;
                    }

        main .category-grid .slider-wrap .owl-nav > div {
            color: #efeff0;
            font-size: 40px;
            line-height: 40px;
        }

        main .category-grid .cat-item {
            background-position: center;
            background-repeat: no-repeat;
            padding-top: 10px;
            background-color: #f8f9fa;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            padding-bottom: 25px;
            overflow: hidden;
            position: relative;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            min-height: 225px;
            margin-bottom: 20px;
        }

            main .category-grid .cat-item.large-cat {
                min-width: 720px;
                -webkit-box-flex: 0;
                -webkit-flex: 0 0 64%;
                -ms-flex: 0 0 64%;
                flex: 0 0 64%;
                -webkit-background-size: cover;
                background-size: cover;
            }

            main .category-grid .cat-item.small-cat {
                -webkit-background-size: cover;
                background-size: cover;
                min-width: 330px;
                -webkit-box-flex: 0;
                -webkit-flex: 0 0 32%;
                -ms-flex: 0 0 32%;
                flex: 0 0 32%;
            }

            main .category-grid .cat-item.img-right {
                background-position: right;
            }

            main .category-grid .cat-item.img-left {
                background-position: left;
            }

            main .category-grid .cat-item.shadow-content:before {
                content: '';
                position: absolute;
                top: 0;
                right: 0;
                width: 100%;
                height: 100%;
                z-index: 20;
                -webkit-box-shadow: inset 0px -35px 24px -20px rgba(0, 0, 0, 0.5), inset 0px -180px 120px -120px rgba(0, 0, 0, 0.5);
                box-shadow: inset 0px -35px 24px -20px rgba(0, 0, 0, 0.5), inset 0px -180px 120px -120px rgba(0, 0, 0, 0.5);
            }

            main .category-grid .cat-item.shadow-content.main-cat:before {
                -webkit-box-shadow: inset 0px -200px 200px -60px rgba(0, 0, 0, 0.5), inset 0px -100px 100px -60px rgba(0, 0, 0, 0.8);
                box-shadow: inset 0px -200px 200px -60px rgba(0, 0, 0, 0.5), inset 0px -100px 100px -60px rgba(0, 0, 0, 0.8);
            }

            main .category-grid .cat-item h3 {
                position: relative;
                z-index: 25;
                color: #fff;
                font-weight: 500;
                font-size: 18px;
                line-height: 24px;
                margin-top: 0;
                margin-left: 32px;
                margin-bottom: 0;
            }

            main .category-grid .cat-item .cat-img {
                text-align: center;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                position: absolute;
                left: 0;
                right: 0;
                margin: 0 auto;
                top: 0;
                width: 100%;
                height: 100%;
                overflow: hidden;
            }

                main .category-grid .cat-item .cat-img.content-flex-start {
                    padding-top: 30px;
                    -webkit-box-align: start;
                    -webkit-align-items: flex-start;
                    -ms-flex-align: start;
                    align-items: flex-start;
                }

                main .category-grid .cat-item .cat-img img {
                    width: auto;
                }

            main .category-grid .cat-item .top-descr {
                position: relative;
                z-index: 30;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
            }

            main .category-grid .cat-item p {
                font-size: 14px;
                line-height: 26px;
                color: #fff;
                font-weight: 400;
                position: relative;
                z-index: 30;
            }

            main .category-grid .cat-item.main-cat {
                min-height: 470px;
                padding-left: 40px;
                padding-right: 40px;
                padding-top: 40px;
                padding-bottom: 30px;
            }

                main .category-grid .cat-item.main-cat h3 {
                    text-transform: uppercase;
                    color: #343a40;
                    font-size: 30px;
                    line-height: 26px;
                    display: inline-block;
                }

        main .category-grid .video-item {
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

        main .category-grid .icon-download {
            top: 3px;
            position: relative;
            left: -10px;
        }

            main .category-grid .icon-download svg {
                width: 16px;
            }

                main .category-grid .icon-download svg path {
                    fill: rgba(255, 255, 255, 0.4);
                }

        main .category-grid .play {
            position: absolute;
            top: 35%;
            z-index: 50;
            left: 0;
            right: 0;
            margin: 0 auto;
        }

        main .category-grid .best-saller {
            background-color: #2546ac;
            color: #fff;
            text-transform: uppercase;
            -webkit-border-radius: 10em;
            border-radius: 10em;
            margin-left: 10px;
            text-align: center;
            font-size: 10px;
            line-height: 12px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 48px;
            height: 48px;
        }

        main .category-grid .cat-name {
            text-transform: uppercase;
            padding-left: 12px;
            padding-right: 12px;
            font-size: 10px;
            line-height: 17px;
            color: #343a40;
            min-height: 24px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            background-color: #fff;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            margin-left: 10px;
        }

        main .category-grid .icon {
            vertical-align: middle;
            display: inline-block;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            overflow: hidden;
            background-color: #2444a8;
            width: 50px;
            height: 50px;
            text-align: center;
        }

            main .category-grid .icon.red-icon {
                background-color: #d82028;
            }

            main .category-grid .icon img {
                margin-top: 8px;
            }

    main .call-to-action {
        background-color: #fff;
        padding-top: 115px;
        padding-bottom: 175px;
    }

        main .call-to-action .video-wrap {
            position: relative;
        }

            main .call-to-action .video-wrap .perview {
                position: relative;
                display: block;
                z-index: 10;
                /*overflow: hidden;*/
            }

                main .call-to-action .video-wrap .perview:hover img {
                    transform: scale(1.1);
                    -moz-transform: scale(1.1);
                    -webkit-transform: scale(1.1);
                    -ms-transform: scale(1.1);
                    -o-transform: scale(1.1);
                }

                main .call-to-action .video-wrap .perview img {
                    -webkit-box-shadow: 60px 60px 100px 10px rgba(0, 0, 0, 0.1);
                    box-shadow: 60px 60px 100px 10px rgba(0, 0, 0, 0.1);
                    transition: all 0.3s ease 0s;
                    -moz-transition: all 0.3s ease 0s;
                    -webkit-transition: all 0.3s ease 0s;
                }

            main .call-to-action .video-wrap:before {
                content: '';
                position: absolute;
                right: -70px;
                width: 410px;
                z-index: 0;
                height: 410px;
                top: 70px;
                /*background-image: url("/Content/ClientTheme/en/images/video-preview-before.jpg");*/
            }

            main .call-to-action .video-wrap .play {
                z-index: 15;
                position: absolute;
                left: 0;
                right: 0;
                margin: 0 auto;
                top: 40%;
                width: 100px;
                height: 100px;
                line-height: 130px;
            }

                main .call-to-action .video-wrap .play svg {
                    line-height: 120px;
                    width: 35px;
                    margin-top: -25px;
                }

        main .call-to-action .descr {
            padding-top: 65px;
        }

            main .call-to-action .descr .category {
                color: #adb5bd;
                text-transform: uppercase;
                font-size: 14px;
                line-height: 20px;
                margin-bottom: 30px;
                display: block;
            }

            main .call-to-action .descr .subtitle {
                text-transform: uppercase;
                color: #001c38;
                font-size: 24px;
                line-height: 30px;
                display: block;
                margin-bottom: 5px;
            }

            main .call-to-action .descr h3 {
                font-weight: 900;
                text-transform: uppercase;
                color: #2546ac;
                font-size: 40px;
                line-height: 46px;
                margin-top: 0;
                margin-bottom: 10px;
                padding: 0;
                text-align: left;
            }

            main .call-to-action .descr p {
                font-size: 14px;
                line-height: 24px;
                color: #868e96;
                margin-top: 0;
                margin-bottom: 0;
            }

            main .call-to-action .descr .btn {
                margin-top: 25px;
            }

.new-products {
    padding-top: 116px;
    padding-bottom: 120px;
    background: #f8f9fa;
}

    .new-products .owl-stage-outer {
        z-index: 20;
    }

    .new-products h2 {
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        color: #343a40;
        font-size: 36px;
        line-height: 26px;
        margin-top: 0;
        margin-bottom: 0px;
    }

    .new-products .slider-wrap .owl-dots {
        bottom: 0;
    }

        .new-products .slider-wrap .owl-dots .owl-dot {
            width: 8px;
            height: 8px;
            -webkit-border-radius: 10em;
            border-radius: 10em;
            background-color: #c9cfd5;
        }

    .new-products .slider-wrap .owl-nav {
        top: 35%;
    }

        .new-products .slider-wrap .owl-nav > div {
            background-color: #fff;
            color: #c4cad0;
            width: 65px;
            line-height: 55px;
            height: 65px;
            -webkit-box-shadow: 60px 60px 100px 10px rgba(0, 0, 0, 0.05);
            box-shadow: 60px 60px 100px 10px rgba(0, 0, 0, 0.05);
        }

        .new-products .slider-wrap .owl-nav .owl-prev {
            left: -80px;
        }

        .new-products .slider-wrap .owl-nav .owl-next {
            right: -80px;
        }

    .new-products .item {
        margin-top: 60px;
        margin-bottom: 60px;
        background-color: #fff;
        text-align: center;
        padding: 14px 14px 30px;
    }

        .new-products .item.cat-item {
            -webkit-box-shadow: 0px 5px 60px 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 5px 60px 10px rgba(0, 0, 0, 0.05);
        }

        .new-products .item picture {
            background-color: #f8f9fa;
            text-align: center;
            border: 1px solid #f4f5f7;
            display: block;
            width: 100%;
            /*padding-top: 30px;
        padding-bottom: 38px;*/
            margin: 0 auto;
            overflow: hidden;
        }


            .new-products .item picture img {
                transition: all 0.3s ease 0s;
                -moz-transition: all 0.3s ease 0s;
                -webkit-transition: all 0.3s ease 0s;
            }

            .new-products .item picture:hover img {
                transform: scale(1.1);
                -moz-transform: scale(1.1);
                -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                -o-transform: scale(1.1);
            }

            .new-products .item picture img {
                display: block;
                margin: 0 auto;
                /*max-width: 120px;*/
                width: 100%;
            }

        .new-products .item .descr {
            margin-top: 40px;
        }

            .new-products .item .descr h3 {
                margin-top: 0;
                color: #193048;
                font-size: 24px;
                line-height: 30px;
                font-weight: 600;
                margin-bottom: 20px;
                min-height: 90px;
            }

            .new-products .item .descr a.learn-more {
                text-decoration: underline;
                color: #d51414;
                font-size: 14px;
                line-height: 34px;
            }

.tools {
    background-color: #fff;
    padding-top: 120px;
}

    .tools h2 {
        margin-bottom: 70px;
    }

    .tools .tools-items-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

        .tools .tools-items-wrap .item {
            height: 403px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            color: #fff;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding-bottom: 80px;
            padding-top: 70px;
            padding-left: 20px;
            padding-right: 20px;
            -webkit-background-size: cover;
            background-size: cover;
            background-repeat: no-repeat;
            background-color: #000;
            text-align: center;
            width: 25%;
            position: relative;
            background-size: 110%;
            transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -ms-transition: all 0.3 ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            background-position: center;
        }

            .tools .tools-items-wrap .item:hover {
                /*background-size: 120%;*/
            }

                .tools .tools-items-wrap .item:hover .btn.white-btn {
                    background-color: #d82028;
                    border: 1px solid #d82028;
                    color: #ffffff;
                }

            .tools .tools-items-wrap .item i {
                height: 50px;
            }

                .tools .tools-items-wrap .item i img {
                    height: 49px;
                }

            .tools .tools-items-wrap .item h3 {
                text-transform: uppercase;
                font-weight: 100;
                font-size: 30px;
                line-height: 34px;
                margin-top: 20px;
                margin-bottom: 15px;
                color: #ffffff;
            }

            .tools .tools-items-wrap .item p {
                margin: 0;
                font-size: 14px;
                line-height: 22px;
                color: rgba(255, 255, 255, 0.6);
                margin-bottom: 25px;
            }

            .tools .tools-items-wrap .item > * {
                position: relative;
                z-index: 20;
            }

main .subcribe {
    padding-top: 60px;
    margin-bottom: -110px;
}

    main .subcribe .descr {
        text-align: center;
    }

        main .subcribe .descr .subtitle {
            color: #001c38;
            font-size: 24px;
            text-transform: uppercase;
            line-height: 30px;
            font-weight: 100;
        }

        main .subcribe .descr h2 {
            margin-top: 10px;
            margin-bottom: 10px;
            color: #2546ac;
            font-size: 36px;
            line-height: 46px;
            font-weight: 900;
        }

        main .subcribe .descr p {
            margin: 0;
            font-size: 14px;
            line-height: 26px;
            color: #868e96;
        }

    main .subcribe .form-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 46px;
    }

        main .subcribe .form-wrap .btn {
            min-width: 200px;
            max-height: 48px;
            margin-left: 40px;
        }

        main .subcribe .form-wrap .field-wrap {
            position: relative;
            margin-right: 20px;
        }

        main .subcribe .form-wrap input {
            position: relative;
            z-index: 20;
            min-width: 410px;
            max-width: 410px;
            padding-left: 60px;
            padding-right: 20px;
            outline: none;
            border: 1px solid #f1f3f5;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            font-size: 14px;
            line-height: 26px;
            height: 48px;
            width: 100%;
            color: #868e96;
            background-image: url("/Content/ClientTheme/en/images/user-small-icon.png");
            background-repeat: no-repeat;
            background-position: 20px 10px;
        }

            main .subcribe .form-wrap input.email-wrap {
                background-position: 20px 13px;
                background-image: url("/Content/ClientTheme/en/images/email-icon.png");
            }

            main .subcribe .form-wrap input:placeholder {
                color: #868e96;
            }

h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #343a40;
    font-size: 36px;
    line-height: 46px;
    margin-top: 0;
    margin-bottom: 0px;
}

html body section .cat-slider-wrap.slider-wrap .owl-dots {
    display: none !important;
}

html body section .cat-slider-wrap.slider-wrap .owl-nav > div {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 35px;
    height: 35px;
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 45px;
}

    html body section .cat-slider-wrap.slider-wrap .owl-nav > div.owl-prev {
        left: 15px;
    }

    html body section .cat-slider-wrap.slider-wrap .owl-nav > div.owl-next {
        right: 15px;
    }

.play {
    background-color: rgba(255, 255, 255, 0.8);
    width: 48px;
    height: 48px;
    line-height: 58px;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    -webkit-box-shadow: 60px 60px 100px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 60px 60px 100px 10px rgba(0, 0, 0, 0.05);
}

    .play svg {
        width: 16px;
    }

        .play svg path {
            fill: #001c38;
        }

.field-wrap::before {
    content: '';
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #868e96 transparent transparent transparent;
}

html body .slider-wrap .owl-dots {
    position: absolute;
    bottom: 45px;
    text-align: center;
    width: 100%;
}

    html body .slider-wrap .owl-dots .owl-dot {
        display: inline-block;
        background-color: rgba(255, 255, 255, 0.4);
        width: 30px;
        height: 4px;
        -webkit-border-radius: 10em;
        border-radius: 10em;
        margin-right: 10px;
    }

        html body .slider-wrap .owl-dots .owl-dot.active {
            background-color: #d82028;
        }

html body .slider-wrap .owl-nav {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    html body .slider-wrap .owl-nav > div {
        position: absolute;
        top: 45%;
        width: 48px;
        font-size: 60px;
        text-align: center;
        line-height: 40px;
        padding-right: 5px;
        color: #62686c;
        height: 48px;
        -webkit-border-radius: 10em;
        border-radius: 10em;
        background-color: rgba(255, 255, 255, 0.5);
        background-repeat: no-repeat;
        background-position: center;
        display: inline-block;
    }

    html body .slider-wrap .owl-nav .owl-prev {
        left: 32px;
    }

    html body .slider-wrap .owl-nav .owl-next {
        right: 32px;
        padding-left: 5px;
        padding-right: 0;
    }

html .top-stories {
    padding-top: 150px;
}

    html .top-stories h2 {
        margin-bottom: 70px;
    }

    html .top-stories .item picture {
        display: block;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden;
    }

    html .top-stories .item .descr {
        margin-top: -13px;
        padding-left: 30px;
        padding-right: 30px;
    }

        html .top-stories .item .descr .category {
            height: 20px;
            min-width: 60px;
            text-align: center;
            background-color: #2546ac;
            text-transform: uppercase;
            color: #fff;
            font-size: 11px;
            line-height: 23px;
            display: inline-block;
            position: relative;
            margin-bottom: 15px;
        }

        html .top-stories .item .descr .date {
            text-transform: uppercase;
            font-size: 12px;
            line-height: 26px;
            color: #adb5bd;
        }

        html .top-stories .item .descr h3 {
            margin-top: 0;
            margin-bottom: 0;
            font-size: 24px;
            line-height: 32px;
            font-weight: 600;
            color: #193048;
            padding: 0;
        }

.widget-aside {
    max-width: 325px;
    width: 100%;
    padding-top: 153px;
}

.sub-page.post-page main {
    padding-top: 70px;
    background-color: #fff;
}

.sub-page.post-page .breadcrubms {
    background-color: #042345;
}

.widget .widget-title {
    font-size: 18px;
    line-height: 30px;
    color: #868e96;
    padding-bottom: 15px;
}

.widget .widget-item {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #f1f3f5;
}

    .widget .widget-item .date {
        text-transform: uppercase;
        font-size: 12px;
        line-height: 26px;
        color: #adb5bd;
    }

    .widget .widget-item h3 {
        margin-top: 10px;
        color: #193048;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        margin-bottom: 0;
    }

.article-wrap {
    padding-left: 20px;
    max-width: 840px;
    margin-right: 105px;
}

    .article-wrap .date {
        color: #adb5bd;
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
    }

        .article-wrap .date i {
            vertical-align: middle;
            display: inline-block;
            margin-right: 10px;
        }

            .article-wrap .date i svg {
                width: 18px;
            }

                .article-wrap .date i svg path {
                    fill: #d72028;
                }

    .article-wrap h1 {
        text-transform: uppercase;
        font-weight: 700;
        color: #343a40;
        font-size: 36px;
        line-height: 40px;
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .article-wrap .social-icons {
        text-align: right;
        margin-bottom: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .article-wrap .social-icons .title {
            font-size: 15px;
            line-height: 30px;
            color: #868e96;
        }

        .article-wrap .social-icons nav {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }

        .article-wrap .social-icons a {
            margin-left: 32px;
            height: 30px;
            width: 20px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

            .article-wrap .social-icons a:hover, .article-wrap .social-icons a:focus {
                -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                transform: scale(1.1);
            }

            .article-wrap .social-icons a svg path {
                color: #d9d9d9;
            }

        .article-wrap .social-icons > * {
            display: inline-block;
        }

    .article-wrap .post-image {
        display: block;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden;
        margin-bottom: 60px;
    }

        .article-wrap .post-image img {
            width: 100%;
        }

    .article-wrap p {
        font-size: 15px;
        line-height: 28px;
        margin-top: 0;
        margin-bottom: 35px;
        color: #868e96;
    }

footer {
    background-color: #042447;
}

    footer .top-side {
        padding-top: 80px;
        padding-bottom: 80px;
    }

        footer .top-side .menu-wrap {
            display: inline-block;
            vertical-align: top;
            margin-left: 90px;
        }

            footer .top-side .menu-wrap:first-of-type {
                margin-left: 0;
            }

            footer .top-side .menu-wrap .title {
                font-weight: 600;
                font-size: 14px;
                line-height: 17px;
                color: #fff;
                text-transform: uppercase;
                display: block;
                margin-bottom: 25px;
            }

            footer .top-side .menu-wrap nav a {
                font-size: 14px;
                line-height: 14px;
                display: block;
                font-weight: 100;
                color: #687c91;
                margin-bottom: 19px;
            }

                footer .top-side .menu-wrap nav a:last-of-type {
                    margin-bottom: 0;
                }

    footer .bot-side {
        padding-bottom: 28px;
        padding-top: 28px;
        background-color: #042040;
    }

        footer .bot-side .social-wrap {
            text-align: right;
            padding-top: 10px;
        }

            footer .bot-side .social-wrap a {
                display: inline-block;
                vertical-align: middle;
                margin-right: 38px;
            }

                footer .bot-side .social-wrap a:last-of-type {
                    margin-right: 0;
                }

                footer .bot-side .social-wrap a:hover svg path {
                    fill: #fff;
                }

                footer .bot-side .social-wrap a svg path {
                    fill: #68798c;
                }

        footer .bot-side .copyright span {
            display: block;
            text-transform: uppercase;
            font-weight: 100;
            font-size: 12px;
            line-height: 22px;
            color: #b4bdc6;
        }

        footer .bot-side .copyright .subcopyr {
            display: block;
            font-weight: 400;
            color: #8b919c;
            text-transform: inherit;
        }

.btn {
    min-width: 152px;
    min-height: 48px;
    line-height: 48px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    background-color: #d82028;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

    .btn.white-btn {
        min-width: 120px;
        margin: 0 auto;
        max-width: 120px;
        background-color: transparent;
        border: 1px solid rgba(255, 255, 255, 0.5);
        color: rgba(255, 255, 255, 0.5);
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3 ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
    }

    .btn:hover, .btn:focus {
        opacity: .8;
        color: #fff;
    }

.page-wrap.opened-popup {
    -webkit-filter: brightness(0.2);
    filter: brightness(0.2);
}

.support-wrap {
    position: fixed;
    bottom: 30px;
    z-index: 999;
    right: 60px;
}

    .support-wrap .support-btn {
        width: 72px;
        height: 72px;
        -webkit-border-radius: 10em;
        border-radius: 10em;
        background-color: #2546ac;
        text-align: center;
        display: block;
        line-height: 72px;
        margin-right: 0;
        margin-left: auto;
    }

    .support-wrap .contact-form {
        display: none;
        background-color: #fff;
        padding: 40px 40px 32px;
        width: 330px;
        position: relative;
        left: 0;
        top: -10px;
        left: -60px;
        z-index: 20;
        text-align: center;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

        .support-wrap .contact-form button {
            height: 48px;
            line-height: 48px;
            font-size: 16px;
            margin-top: 10px;
            font-weight: 600;
            width: 100%;
            background-color: #d82028;
            color: #fff;
            text-transform: uppercase;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

        .support-wrap .contact-form input, .support-wrap .contact-form select, .support-wrap .contact-form textarea {
            background-color: #f8f9fa;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border: 1px solid #e5e5e5;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            height: 45px;
            padding: 0 18px;
            font-size: 14px;
            color: #868e96;
            outline: none;
            display: block;
            width: 100%;
            margin-bottom: 10px;
        }

        .support-wrap .contact-form .select-wrap {
            position: relative;
        }

            .support-wrap .contact-form .select-wrap:after {
                content: '';
                position: absolute;
                z-index: 20;
                right: 18px;
                top: 20px;
                border-color: #868e96 transparent transparent transparent;
                border-width: 5px 5px 0 5px;
                border-style: solid;
                width: 0;
                height: 0;
            }

        .support-wrap .contact-form textarea {
            resize: none;
            height: 90px;
        }

        .support-wrap .contact-form .contact-phone {
            text-align: left;
            padding-bottom: 16px;
            margin-bottom: 18px;
            border-bottom: 1px solid #e5e5e5;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .support-wrap .contact-form .contact-phone i, .support-wrap .contact-form .contact-phone span, .support-wrap .contact-form .contact-phone a {
                display: inline-block;
                vertical-align: middle;
            }

            .support-wrap .contact-form .contact-phone i {
                margin-right: 16px;
                margin-top: -5px;
                display: block;
            }

                .support-wrap .contact-form .contact-phone i img {
                    min-width: 26px;
                }

            .support-wrap .contact-form .contact-phone span {
                color: #868e96;
                font-size: 14px;
                line-height: 26px;
            }

            .support-wrap .contact-form .contact-phone a {
                font-weight: 900;
                color: #2546ac;
                font-size: 18px;
                line-height: 20px;
            }

        .support-wrap .contact-form .close {
            position: absolute;
            right: 10px;
            top: 10px;
            -webkit-border-radius: 10em;
            border-radius: 10em;
            background-color: #cccccc;
            color: #fff;
            width: 16px;
            line-height: 18px;
            margin-top: 0;
            font-size: 8px;
            height: 16px;
        }

        .support-wrap .contact-form h3 {
            margin-top: 0;
            text-transform: uppercase;
            font-weight: 900;
            color: #001c38;
            font-size: 18px;
            line-height: 20px;
            margin-bottom: 22px;
        }

        .support-wrap .contact-form p {
            font-size: 14px;
            margin: 0 0 15px;
            padding: 0;
            color: #868e96;
            line-height: 24px;
        }

.white-color .current-color {
    color: #4c5966 !important;
}

.colors-theme {
    margin-top: 20px;
}

    .colors-theme .title {
        display: block;
        text-align: center;
        font-size: 18px;
        line-height: 30px;
        color: #868e96;
        margin-bottom: 30px;
    }

    .colors-theme .color-theme-items-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .colors-theme .color-theme-items-wrap .color-theme-item {
            min-width: 410px;
            max-width: 410px;
            height: 410px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            background-color: #fff;
            text-align: center;
            -webkit-box-shadow: 5px 5px 60px 10px rgba(0, 0, 0, 0.05);
            box-shadow: 5px 5px 60px 10px rgba(0, 0, 0, 0.05);
            margin-top: 30px;
        }

            .colors-theme .color-theme-items-wrap .color-theme-item .popup-color {
                -webkit-box-shadow: 5px 5px 60px 10px rgba(0, 0, 0, 0.05);
                box-shadow: 5px 5px 60px 10px rgba(0, 0, 0, 0.05);
                position: absolute;
                top: -50px;
                right: auto;
                display: none;
                background-color: #fff;
                -webkit-border-radius: 5px;
                border-radius: 5px;
                padding-top: 6px;
                padding-left: 4px;
                padding-right: 4px;
                padding-bottom: 4px;
                position: absolute;
                z-index: 120;
                width: 70px;
                -webkit-box-shadow: 0 0 1px 1px #eeeefa;
                box-shadow: 0 0 1px 1px #eeeefa;
            }

                .colors-theme .color-theme-items-wrap .color-theme-item .popup-color:after {
                    position: absolute;
                    bottom: -10px;
                    right: 0;
                    left: 0;
                    margin: 0 auto;
                    content: '';
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 10px 6px 0 6px;
                    border-color: #ffffff transparent transparent transparent;
                }

                .colors-theme .color-theme-items-wrap .color-theme-item .popup-color .color {
                    background-color: #6a3a38;
                    width: 100%;
                    height: 35px;
                    -webkit-border-radius: 5px;
                    border-radius: 5px;
                }

                .colors-theme .color-theme-items-wrap .color-theme-item .popup-color .color-name {
                    text-align: center;
                    color: #193048;
                    font-size: 14px;
                    display: block;
                    margin-top: 8px;
                }

            .colors-theme .color-theme-items-wrap .color-theme-item .item {
                margin-top: 50px;
                width: 300px;
                display: inline-block;
                height: 300px;
                position: relative;
                background-color: #fff;
                -webkit-border-radius: 10em;
                border-radius: 10em;
                cursor: pointer;
            }

                .colors-theme .color-theme-items-wrap .color-theme-item .item .color-wrap {
                    position: absolute;
                    left: 0;
                    right: 0;
                    width: 100%;
                    z-index: 60;
                    height: 100%;
                    -webkit-border-radius: 10em;
                    border-radius: 10em;
                    display: block;
                    overflow: hidden;
                }

                    .colors-theme .color-theme-items-wrap .color-theme-item .item .color-wrap .colorInner {
                        width: 100%;
                        height: 100%;
                        background-color: transparent !important;
                    }

                .colors-theme .color-theme-items-wrap .color-theme-item .item #segment-red .track {
                    background-image: url("/Content/ClientTheme/en/images/segment-red.png");
                }

                .colors-theme .color-theme-items-wrap .color-theme-item .item #segment-orange .track {
                    background-image: url("/Content/ClientTheme/en/images/segment-orange.png");
                }

                .colors-theme .color-theme-items-wrap .color-theme-item .item #segment-yellow .track {
                    background-image: url("/Content/ClientTheme/en/images/segment-yellow.png");
                }

                .colors-theme .color-theme-items-wrap .color-theme-item .item #segment-green .track {
                    background-image: url("/Content/ClientTheme/en/images/segment-green.png");
                }

                .colors-theme .color-theme-items-wrap .color-theme-item .item #segment-blue .track {
                    background-image: url("/Content/ClientTheme/en/images/segment-blue.png");
                }

                .colors-theme .color-theme-items-wrap .color-theme-item .item #segment-turquoise .track {
                    background-image: url("/Content/ClientTheme/en/images/segment-turquoise.png");
                }

                .colors-theme .color-theme-items-wrap .color-theme-item .item #segment-pink .track {
                    background-image: url("/Content/ClientTheme/en/images/segment-pink.png");
                }

                .colors-theme .color-theme-items-wrap .color-theme-item .item #segment-purpule .track {
                    background-image: url("/Content/ClientTheme/en/images/segment-purpule.png");
                }

                .colors-theme .color-theme-items-wrap .color-theme-item .item #segment-violtes .track {
                    background-image: url("/Content/ClientTheme/en/images/segment-violtes.png");
                }

                .colors-theme .color-theme-items-wrap .color-theme-item .item #segment-brown .track {
                    background-image: url("/Content/ClientTheme/en/images/segment-brown.png");
                }

                .colors-theme .color-theme-items-wrap .color-theme-item .item #segment-white .track {
                    background-image: url("/Content/ClientTheme/en/images/segment-white.png");
                }

                .colors-theme .color-theme-items-wrap .color-theme-item .item #segment-grey .track {
                    background-image: url("/Content/ClientTheme/en/images/segment-grey.png");
                }

                .colors-theme .color-theme-items-wrap .color-theme-item .item .track {
                    background-repeat: no-repeat;
                    position: relative;
                    z-index: 90;
                    height: 100%;
                    display: block !important;
                }

                .colors-theme .color-theme-items-wrap .color-theme-item .item .segment-wrap {
                    -webkit-border-radius: 10em;
                    border-radius: 10em;
                    overflow: hidden;
                    position: absolute;
                    right: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                }

                .colors-theme .color-theme-items-wrap .color-theme-item .item .current-color {
                    text-align: center;
                    display: inline-block;
                    margin-left: auto;
                    margin-right: auto;
                    top: 45%;
                    line-hieght: 20px;
                    position: relative;
                    z-index: 105;
                    color: #fff;
                    font-size: 24px;
                    text-transform: uppercase;
                    font-weight: 600;
                }

.breadcrubms {
    position: relative;
    z-index: 30;
}

.sub-page .breadcrubms {
    background-color: rgba(0, 0, 0, 0.5);
}

.sub-page.opened-popup .breadcrubms {
    background-color: #042344;
}

.sub-page main {
    padding-top: 0;
    background-color: #f8f9fa;
}

.sub-page .top-page {
    position: relative;
    top: -50px;
    z-index: 20;
    min-height: 488px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("/Content/ClientTheme/en/images/page-top-bg.jpg");
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

    .sub-page .top-page.top-overlay:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .sub-page .top-page h1 {
        position: relative;
        color: #fff;
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 60px;
        font-size: 48px;
        line-height: 17px;
        font-weight: 300;
    }

.header-shadow header {
    -webkit-box-shadow: 0 22px 40px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0 22px 40px 40px rgba(0, 0, 0, 0.05);
    position: relative;
}

.sub-page .top-page.top-page-left {
    min-height: 550px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: url("/Content/ClientTheme/en/images/top-case-bg.jpg");
}

    .sub-page .top-page.top-page-left.ProductInner {
        background-image: url("/Content/ClientTheme/en/images/products-inspiration-top-bg.jpg");
    }

.sub-page .page-update h1 {
    margin-bottom: 0;
    font-family: 'Roboto-Bold', sans-serif;
    font-size: 60px;
    line-height: 56px;
    text-align: left;
}

.our-news.top-page.top-page-left {
    background-image: url("/Content/ClientTheme/en/images/news-top-bg.jpg");
}

.our-news.top-page.top-medium {
    min-height: 330px;
}

    .our-news.top-page.top-medium h1 {
        margin-bottom: -35px;
    }

.products-inspiration .top-page.top-page-left {
    background-image: url("/Content/ClientTheme/en/images/products-inspiration-top-bg.jpg");
}

main .tools.tools-slider .tools-items-wrap {
    position: relative;
}

    main .tools.tools-slider .tools-items-wrap:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 160px;
        height: 100%;
        background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), to(white));
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, white 100%);
        background: -o-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, white 100%);
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, white 100%);
    }

    main .tools.tools-slider .tools-items-wrap:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 160px;
        height: 100%;
        background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), to(white));
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, white 100%);
        background: -o-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, white 100%);
        background: linear-gradient(-90deg, rgba(0, 0, 0, 0.1) 0%, white 100%);
        z-index:1;
    }

    main .tools.tools-slider .tools-items-wrap .owl-nav {
        display: block !important;
        position: static;
    }

        main .tools.tools-slider .tools-items-wrap .owl-nav > div {
            color: #4f5459;
            background-color: #ffffff;
            width: 50px;
            height: 50px;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            font-size: 50px;
            text-align: center;
            line-height: 45px;
            position: absolute;
            z-index: 99;
        }

            main .tools.tools-slider .tools-items-wrap .owl-nav > div.owl-next {
                right: 40px;
                top: 130px;
            }

            main .tools.tools-slider .tools-items-wrap .owl-nav > div.owl-prev {
                left: 40px;
                top: 130px;
            }

    main .tools.tools-slider .tools-items-wrap .item {
        height: 300px;
        width: 100%;
    }

        main .tools.tools-slider .tools-items-wrap .item .icon {
            opacity: .5;
        }

            main .tools.tools-slider .tools-items-wrap .item .icon img {
                height: 35px;
                width: auto;
                margin: 0 auto;
            }

        main .tools.tools-slider .tools-items-wrap .item:active .icon, main .tools.tools-slider .tools-items-wrap .item:focus .icon, main .tools.tools-slider .tools-items-wrap .item:hover .icon {
            opacity: 1;
        }

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.resources {
    text-align: left;
    min-height: 420px;
    background-repeat: no-repeat;
    background-position: bottom right;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url("/Content/ClientTheme/en/images/resources-bg.jpg");
    padding-top: 120px;
    padding-bottom: 20px;
    margin-top: 120px;
}

    .resources h2 {
        font-family: "Roboto-Bold", sans-serif;
        color: #fff;
        margin: 0 0 25px;
        font-size: 36px;
        line-height: 36px;
        text-align: left;
    }

    .resources p {
        color: #fff;
        margin: 0;
        font-size: 15px;
        line-height: 28px;
        opacity: .7;
    }

    .resources .btns-wrap {
        margin-top: 35px;
    }

        .resources .btns-wrap .btn {
            background-color: transparent;
            border: 1px solid #fff;
            padding: 0 30px;
            font-size: 16px;
            font-weight: 600;
        }

            .resources .btns-wrap .btn:first-of-type {
                margin-right: 30px;
            }

            .resources .btns-wrap .btn img {
                margin-right: 10px;
            }

.browse-products {
    margin-top: 80px;
}

    .browse-products .col-md-6 {
        overflow: visible;
    }

    .browse-products .container {
        overflow: visible;
    }

    .browse-products .item {
        overflow: visible;
        /*margin-bottom: 120px;*/
    }

    .browse-products.margin-browse-products .item {
        margin-bottom: 120px;
    }

        .browse-products .item.item-inverse .descr {
            padding-left: 0;
            padding-right: 40px;
        }

        .browse-products .item.item-inverse picture:before {
            left: auto;
            right: -66px;
        }

        .browse-products .item .descr {
            padding-left: 40px;
        }

        .browse-products .item h3 {
            font-size: 36px;
            line-height: 36px;
            color: #343a40;
            margin-bottom: 30px;
            margin-top: 10px;
            text-align: left;
            padding: 0;
            text-transform: capitalize;
        }

        .browse-products .item p {
            color: #868e96;
            font-size: 15px;
            line-height: 28px;
        }

        .browse-products .item .btn {
            background-color: transparent;
            color: #2546ac;
            font-size: 16px;
            margin-top: 20px;
            font-family: 'Roboto-Medium', sans-serif;
            border: 1px solid #2546ac;
            padding: 0 30px;
        }

        .browse-products .item picture, .item picture {
            display: block;
            /*-webkit-box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.1);*/
            position: relative;
        }
        .browse-products .item.item-inverse picture.drop-shadow {
            margin-top: 85px;
        }

        .browse-products .item picture.drop-shadow2 {
            margin-top: 85px;
        }

        .browse-products .item picture:hover img {
            transform: scale(1.1);
            -moz-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
        }

            .browse-products .item picture img, .item picture img {
                position: relative;
                /*z-index: 20;*/
                width: 100%;
                transition: all 0.3s ease 0s;
                -moz-transition: all 0.3s ease 0s;
                -webkit-transition: all 0.3s ease 0s;
            }

            .browse-products .item picture:before {
                /*content: '';
                position: absolute;
                left: -66px;
                bottom: -60px;
                width: 320px;
                height: 320px;
                background-color: #f2f2f2;*/
            }

.paint-calculator {
    background-color: #0089b7;
    background-image: url("/Content/ClientTheme/en/images/cases-bg-form.jpg");
    background-position: bottom right;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 110px;
    padding-bottom: 110px;
    margin-bottom: 0;
    -webkit-print-color-adjust: exact;
    color-adjust: exact !important;
}

    .paint-calculator.white-paint-calculator {
        background-image: none;
        background-color: #f8f9fa;
        margin-top: -50px;
    }

        .paint-calculator.white-paint-calculator .calculator-wrap {
            background-color: #fff;
            -webkit-box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.05);
            padding-top: 50px;
            padding-bottom: 70px;
        }

            .paint-calculator.white-paint-calculator .calculator-wrap .btns-wrap {
                text-align: center;
                border-top: 1px solid #f1f3f5;
                max-width: 1100px;
                margin: 100px auto 0;
                padding-top: 40px;
            }

                .paint-calculator.white-paint-calculator .calculator-wrap .btns-wrap .info {
                    font-size: 15px;
                    line-height: 28px;
                    color: #868e96;
                }

                .paint-calculator.white-paint-calculator .calculator-wrap .btns-wrap .btn {
                    display: block;
                    color: #2546ac;
                    border: 1px solid #2546ac;
                    margin: 40px auto 0px;
                }

            .paint-calculator.white-paint-calculator .calculator-wrap .descr .label {
                font-size: 24px;
                line-height: 30px;
                color: #868e96;
            }

            .paint-calculator.white-paint-calculator .calculator-wrap .descr .value {
                font-size: 48px;
                line-height: 60px;
                color: #193048;
                font-weight: 600;
                margin-bottom: 0;
            }

            .paint-calculator.white-paint-calculator .calculator-wrap .descr hr {
                border-color: #f1f3f5;
                max-width: 460px;
                margin: 40px auto 40px;
            }

            .paint-calculator.white-paint-calculator .calculator-wrap form {
                margin-top: 0;
                display: block;
            }

                .paint-calculator.white-paint-calculator .calculator-wrap form .btn {
                    background-color: #f3f8fe;
                    color: #7090ab;
                    font-size: 18px;
                    line-height: 20px;
                    font-weight: 600;
                    width: 100%;
                    margin: 70px auto 70px;
                    max-width: 1100px;
                    display: block;
                }

                .paint-calculator.white-paint-calculator .calculator-wrap form .row-field {
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: justify;
                    -webkit-justify-content: space-between;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center;
                    margin-right: 80px;
                    margin-left: 80px;
                    border-bottom: 1px solid #f1f3f5;
                    padding-top: 20px;
                }

                    .paint-calculator.white-paint-calculator .calculator-wrap form .row-field .large-field {
                        max-width: 300px;
                    }

                    .paint-calculator.white-paint-calculator .calculator-wrap form .row-field .option-title {
                        display: -webkit-box;
                        display: -webkit-flex;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -webkit-align-items: center;
                        -ms-flex-align: center;
                        align-items: center;
                        font-size: 24px;
                        line-height: 30px;
                        color: #193048;
                        font-family: 'Roboto-Medium', sans-serif;
                    }

                        .paint-calculator.white-paint-calculator .calculator-wrap form .row-field .option-title img {
                            margin-right: 25px;
                        }

                    .paint-calculator.white-paint-calculator .calculator-wrap form .row-field .right-side {
                        display: -webkit-box;
                        display: -webkit-flex;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -webkit-align-items: center;
                        -ms-flex-align: center;
                        align-items: center;
                        max-width: 700px;
                        width: 100%;
                    }

                        .paint-calculator.white-paint-calculator .calculator-wrap form .row-field .right-side .field-wrap {
                            margin-left: 50px;
                        }

                    .paint-calculator.white-paint-calculator .calculator-wrap form .row-field label {
                        color: #384c60;
                    }

                    .paint-calculator.white-paint-calculator .calculator-wrap form .row-field input {
                        background-color: transparent;
                        border: 1px solid #ced4da;
                        color: #868e96;
                    }

    .paint-calculator .subtitle {
        color: #fff;
        font-size: 14px;
        line-height: 40px;
    }

    .paint-calculator h2 {
        color: #ffffff;
        line-height: 30px;
        font-size: 30px;
        text-align: left;
    }

    .paint-calculator .btn {
        background-color: transparent;
        border: 1px solid #fff;
        width: 100%;
        min-height: 54px;
        line-height: 54px;
        max-width: 180px;
    }

        .paint-calculator .btn img {
            margin-right: 10px;
        }

    .paint-calculator .btns-wrap {
        text-align: center;
        margin-top: 80px;
    }

        .paint-calculator .btns-wrap .btn {
            min-width: unset;
            max-width: unset;
            width: auto;
            padding: 0 30px;
            margin: 0 10px;
        }

    .paint-calculator .descr {
        text-align: center;
        margin-top: 30px;
    }

        .paint-calculator .descr span {
            display: block;
            color: #fff;
            font-size: 15px;
            line-height: 18px;
        }

        .paint-calculator .descr .label {
            margin-bottom: 20px;
        }

        .paint-calculator .descr .value {
            font-family: 'Roboto-Bold', sans-serif;
            margin-bottom: 40px;
        }

    .paint-calculator form {
        margin-top: 70px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .paint-calculator .field-wrap {
        max-width: 180px;
        width: 100%;
        margin-bottom: 40px;
        font-family: 'Roboto-Medium', sans-serif;
    }

        .paint-calculator .field-wrap:nth-of-type(2) input, .paint-calculator .field-wrap:nth-of-type(5) input {
            background-color: #1aa3c8;
        }

        .paint-calculator .field-wrap:nth-of-type(3) input {
            background-color: #1aa6c9;
        }

        .paint-calculator .field-wrap:before {
            display: none;
        }

        .paint-calculator .field-wrap label {
            text-transform: uppercase;
            display: block;
            color: #fff;
            font-size: 11px;
            line-height: 17px;
            margin-bottom: 10px;
        }

        .paint-calculator .field-wrap input {
            width: 100%;
            min-height: 55px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            font-family: 'Roboto-Medium', sans-serif;
            font-size: 16px;
            border: none;
            -webkit-box-shadow: unset;
            box-shadow: unset;
            background-color: #1a9cc4;
            color: #fff;
            text-align: center;
            outline: none !important;
        }

            .paint-calculator .field-wrap input::focus-visible {
                outline: none !important;
            }

            .paint-calculator .field-wrap input::placeholder {
                color: #ffffff;
            }

            .paint-calculator .field-wrap input:focus::placeholder {
                color: transparent;
            }

section.search {
    padding-top: 70px;
}

    section.search .search-results .title {
        font-size: 18px;
        line-height: 30px;
        color: #868e96;
        border-bottom: 1px solid #f1f3f5;
        padding-bottom: 10px;
        margin-top: 30px;
    }

    section.search .search-results .search-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        border-bottom: 1px solid #f1f3f5;
        width: 100%;
        padding: 20px 0;
    }

        section.search .search-results .search-item .search-title {
            padding-top: 40px;
            padding-left: 25px;
            font-size: 24px;
            line-height: 26px;
            color: #343a40;
        }

        section.search .search-results .search-item .search-img {
            width: 150px;
            height: 100px;
            text-align: center;
            background-color: #f8f9fa;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            border: 1px solid #f1f3f5;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            section.search .search-results .search-item .search-img img {
                max-width: 90px;
            }

    section.search .search-content-wrap {
        max-width: 930px;
        margin: 0 auto;
    }

body .search-wrap {
    margin-bottom: 75px;
}

    body .search-wrap form, body .search-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        body .search-wrap form button, .search-wrap button {
            background-color: #2545a9;
            min-width: 40px;
            height: 40px;
            -webkit-border-radius: 0 5px 5px 0;
            border-radius: 0 5px 5px 0;
            background-image: url(/Content/ClientTheme/ar/images/search-icon-2.png);
            background-position: center;
            background-repeat: no-repeat;
        }

    body .search-wrap.garage-search form button {
        background-color: #d82028;
    }

    body .search-wrap form input, .search-wrap input {
        -webkit-border-radius: 5px 0px 0px 5px;
        border-radius: 5px 0px 0px 5px;
        border: 1px solid #c9cfd5;
        min-height: 40px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 15px;
        color: #868e96;
        width: 100%;
        line-height: 20px;
    }

input {
    outline: none !important;
}

.sub-page .page-update main {
    /*background-color: #fff;*/
}

.sub-page .page-update .top-page h1 {
    font-size: 60px;
    line-height: 56px;
}

.page-update footer .top-side {
    padding-top: 70px;
    padding-bottom: 70px;
}

    .page-update footer .top-side .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

.page-update footer .menu-wrap .title {
    margin-top: 10px;
    margin-bottom: 0;
}

.page-update footer .bot-side .copyright span {
    font-family: "Roboto-Light", sans-serif;
}

.page-update footer .bot-side .copyright .subcopyr {
    font-family: "Roboto-Light", sans-serif;
}

.page-update main {
    padding-bottom: 0;
}

.page-update .breadcrubms nav a {
    font-size: 14px;
    line-height: 17px;
}

.page-update .filters .title {
    font-weight: 400;
    position: relative;
}

.page-update .filters.garage-filters {
    margin: 0;
}

    .page-update .filters.garage-filters .title {
        font-size: 11px;
        color: #193048;
    }

.products {
    width: 80%;
}

.default-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 100px auto 0;
    text-align: center;
    width: 100%;
}

    .default-navigation a {
        border: 1px solid #e6eaee;
        width: 40px;
        height: 40px;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 15px;
        color: rgba(54, 64, 82, 0.5);
    }

        .default-navigation a.prev, .default-navigation a.next {
            position: relative;
        }

            .default-navigation a.prev:before, .default-navigation a.next:before {
                content: '';
                position: absolute;
                right: 0;
                left: 0;
                top: 15px;
                margin: 0 auto;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 6px 7px 6px 0;
                border-color: transparent #ced0da transparent transparent;
            }

            .default-navigation a.next:before {
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
            }

        .default-navigation a.active {
            color: #354052;
        }

.catalog-wrap {
   display: -webkit-box;
    /* -webkit-flex-wrap: wrap; */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    /* -webkit-box-pack: justify; */
    -ms-flex-pack: justify;
    /* overflow: hidden; */
    -webkit-justify-content: space-between;
    overflow: hidden;
}

    .catalog-wrap .catalog-item {
        border: 1px solid #e5e7e9;
        text-align: center;
        margin-bottom: 20px;
        width: 100%;
        max-width: 240px;
        margin-right:10px;
    }

        .catalog-wrap .catalog-item:nth-child(4n) {
            margin-right: 0;
        }

        .catalog-wrap .catalog-item.full {
            max-width: unset;
            border: none;
            border-bottom: 1px solid #e5e7e9;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding: 25px;
            margin-bottom: 0;
        }

            .catalog-wrap .catalog-item.full .action {
                width: auto;
                padding: 0;
            }

                .catalog-wrap .catalog-item.full .action a img {
                    margin-right: 10px;
                }

                .catalog-wrap .catalog-item.full .action .download {
                    margin-left: 33px;
                }

            .catalog-wrap .catalog-item.full .title {
                padding: 0;
                border: none;
            }

                .catalog-wrap .catalog-item.full .title img {
                    margin-right: 10px;
                }

        .catalog-wrap .catalog-item picture {
            position: relative;
            height: 342px;
            width: 100%;
            display: block;
            overflow: hidden;
        }

            .catalog-wrap .catalog-item picture img {
                position: absolute;
                -o-object-fit: cover;
                object-fit: cover;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
            }

            .catalog-wrap .catalog-item picture img {
                transition: all 0.3s ease 0s;
                -moz-transition: all 0.3s ease 0s;
                -webkit-transition: all 0.3s ease 0s;
            }

            .catalog-wrap .catalog-item picture:hover img {
                transform: scale(1.1);
                -moz-transform: scale(1.1);
                -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                -o-transform: scale(1.1);
            }

        .catalog-wrap .catalog-item .title {
            border-bottom: 1px solid #e5e7e9;
            border-top: 1px solid #e5e7e9;
            font-size: 18px;
            line-height: 24px;
           
            color: #193048;
            font-family: 'Roboto-Medium', sans-serif;
            padding: 30px 5px;
            padding-bottom:10px;
        }

        .catalog-wrap .catalog-item .action {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            width: 100%;
            padding: 12px 20px;
        }

            .catalog-wrap .catalog-item .action a {
                display: -webkit-inline-box;
                display: -webkit-inline-flex;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-align: start;
                -webkit-align-items: flex-start;
                -ms-flex-align: start;
                align-items: flex-start;
                font-size: 16px;
                line-height: 26px;
                color: #adb5bd;
            }

                .catalog-wrap .catalog-item .action a img {
                    margin-top: 2px;
                }

            .catalog-wrap .catalog-item .action .view img {
                margin-right: 10px;
            }

.cases-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .cases-wrap.news-wrap {
        margin-left: 20px;
    }

        .cases-wrap.news-wrap .case {
            max-width: unset;
            width: 49%;
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 49%;
            -ms-flex: 0 0 49%;
            flex: 0 0 49%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: 30px;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .cases-wrap.news-wrap .case .descr {
                padding-top: 0;
                padding-bottom: 0;
            }

            .cases-wrap.news-wrap .case picture {
                max-width: 300px;
                min-width: 300px;
                height: 190px;
            }

            .cases-wrap.news-wrap .case h3 {
                font-size: 18px;
                line-height: 24px;
                padding: 0;
                text-align: left;
            }

            .cases-wrap.news-wrap .case .descr-text p {
                margin: 0;
            }

    .cases-wrap .case {
        position: relative;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 49%;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        max-width: 495px;
        width: 100%;
        margin-bottom: 10px;
    }

        .cases-wrap .case .date {
            color: #adb5bd;
            font-size: 12px;
            line-height: 26px;
        }

        .cases-wrap .case h3 {
            margin-top: 5px;
            margin-bottom: 10px;
            font-weight: 500;
            color: #193048;
            font-size: 24px;
            line-height: 32px;
            padding-left:0;
        }

        .cases-wrap .case .descr-text {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
        }

            .cases-wrap .case .descr-text .case-icon {
                min-width: 30px;
                height: 30px;
                -webkit-border-radius: 100%;
                border-radius: 100%;
                background-color: #f6f8fc;
                display: -webkit-inline-box;
                display: -webkit-inline-flex;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

            .cases-wrap .case .descr-text p {
                margin: 3px 0 0 10px;
                font-size: 15px;
                line-height: 27px;
                color: #868e96;
            }

        .cases-wrap .case .descr {
            padding: 30px;
        }

        .cases-wrap .case .cat {
            position: absolute;
            z-index: 20;
            left: 10px;
            top: 10px;
            background-color: #2546ac;
            color: #fff;
            min-width: 70px;
            min-height: 20px;
            text-transform: uppercase;
            text-align: center;
            font-size: 11px;
            line-height: 20px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding-top: 2px;
            display: none;
        }

        .cases-wrap .case picture {
            height: 270px;
            display: block;
            position: relative;
            width: 100%;
        }

            .cases-wrap .case picture img {
                position: absolute;
                left: 0;
                top: 0;
                -o-object-fit: cover;
                object-fit: cover;
                width: 100%;
                height:100%;
            }

.page-update {
    font-family: 'Roboto-Regular', sans-serif;
}

    .page-update header .main-nav .menu-wrap .search {
        margin-top: 0;
    }

    .page-update header .top-nav nav a {
        font-size: 16px;
        line-height: 17px;
        color: #96a4b2;
    }

        .page-update header .top-nav nav a:hover {
            color: #4c5966;
        }

    .page-update header .main-nav .menu-wrap {
        /*margin-top: 15px;*/
    }

    .page-update header .main-nav {
        padding-top: 0;
        padding-bottom: 0px;
    }

        .page-update header .main-nav .menu-wrap nav a {
            font-size: 20px;
            line-height: 17px;
            min-height: 64px;
            font-family: 'Roboto-Medium', sans-serif;
            display: -webkit-inline-box;
            display: -webkit-inline-flex;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            color: #4c5966;
            padding-bottom: 0;
        }

            .page-update header .main-nav .menu-wrap nav a:hover, .page-update header .main-nav .menu-wrap nav a:active, .page-update header .main-nav .menu-wrap nav a.active {
                color: #2546ac;
            }

        .page-update header .main-nav .row {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .page-update header .main-nav .menu-wrap nav > li {
            position: relative;
        }

        .page-update header .main-nav .row {
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .page-update header .main-nav .row .col-md-9 {
                /*width: 100%;*/
            }

header .main-nav .menu-wrap nav > li .mega-menu.mega-list-menu {
    padding: 0;
    min-width: 200px;
    border-top: 3px solid #ebeced;
    text-align: left;
    top: 60px;
    -webkit-box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.05);
}

    header .main-nav .menu-wrap nav > li .mega-menu.mega-list-menu .list-menu {
        display: block;
    }

    header .main-nav .menu-wrap nav > li .mega-menu.mega-list-menu:before {
        content: '';
        position: absolute;
        top: -7px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 5.5px 6px 5.5px;
        border-color: transparent transparent #ebeced transparent;
    }

    header .main-nav .menu-wrap nav > li .mega-menu.mega-list-menu a {
        font-size: 16px;
        font-family: 'Roboto-Regular', sans-serif;
        color: #868e96;
        line-height: 22px;
        min-height: 48px;
        text-transform: unset;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 20px;
        width: 100%;
    }

        header .main-nav .menu-wrap nav > li .mega-menu.mega-list-menu a:hover {
            background-color: #f8f9fa;
        }


/*Product detalis page // Maram */
.colorstitle {
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: block;
    font-size: 18px;
}
.show-on-mobile {
    display: none;
}

label.error {
    display: none !important;
}

input.error {
    border: 1px solid #d82028 !important;
}
.no-padding {
    padding: 0 !important;
}

.milestones-container {
    margin-top: 80px;
    margin-bottom: 80px;
}

#ProductInnerSlider .owl-nav {
    display: block !important;
    position: static;
}
#ProductInnerSlider .owl-next, #ProductInnerSlider .owl-prev {
    color: #4f5459;
    background-color: #ffffff;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    font-size: 50px;
    text-align: center;
    line-height: 45px;
    position: absolute;
    z-index: 99;
}

#ProductInnerSlider .owl-nav > div.owl-prev {
    left: -50px;
    top: 220px;
}

#ProductInnerSlider .owl-nav > div.owl-next {
    right: -50px;
    top: 220px;
}
.storelists {
    padding-bottom: 190px;
}

    .storelists .countryrow .activetab {
        background-image: url(../images/acc-top-arrow2.png);
    }
.colorsnav {
    margin-bottom: 10px;
    border: 0;
}

.main-colors-mobile-section {
    display: none;
}

.colors-mobile-section {
    display: none;
}

.color-nav-link {
    padding: 0;
}


.color-circle {
    width: 27px;
    height: 27px;
    display: block;
    border-radius: 50%;
}

.color-wrap {
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    width: 33.33%;
}

.color-circle2 {
    width: 99%;
    height: 0;
    border-radius: 50%;
    display: block;
    text-align: center;
    color: #ffffff;
    padding-top: 49.5%;
    margin: 0 auto;
    font-size: 14px;
    padding-bottom: 49.5%;
    line-height: 0;
}

    .color-circle2.WHITES {
        color: #4c5966
    }

    .colors-title {
        font-size: 24px;
        margin-top: 30px;
        padding-bottom: 15px;
        border-bottom: 1px solid #f3f3f3;
        margin-bottom: 20px;
    }

.colors-wrap {
    margin-bottom: 30px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: 0;
    background: initial;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active .color-circle {
        width: 35px;
        height: 35px;
        background: url(/Content/ClientTheme/en/images/check.png);
        background-repeat: no-repeat;
        background-position: center;
        margin-top: -4px;
    }

.tooltip-np {
    z-index: 10;
}

.colorBox {
    background-image: url(/content/ClientTheme/en/images/colorCharBG.png);
    background-repeat: no-repeat;
    background-position: center;
    /*width: 400px;
    height: 400px;*/
    position: relative;
    padding: 20px;
}

.colorTitle {
    color: white;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.tooltip-table {
    background-color: white;
    width: 120px;
}



.sliderdesc {
    margin-right: 500px;
    margin-bottom: 55px;
}

.descr ul li {
    list-style: circle;
    color: #868e96;
    font-size: 15px;
    line-height: 28px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }

    .pagination > li > a, .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #337ab7;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
    }


.paintspart {
    overflow: hidden;
    background-color: #ffffff;
    /* padding-bottom: 234px; */
    /*padding-bottom: 140px;*/
}

.heading, .ctitle {
    text-align: center;
    padding: 0;
}

    .ctitle span {
        display: block;
        font-size: 24px;
        color: #d82028;
    }

    .ctitle h3 {
        margin-top: 2%;
    }

.paintspart .lists {
    float: left;
    width: 100%;
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


.paintspart .paintbox {
    background-color: #000000;
    padding: 0;
    border-right: 1px solid #ffffff;
    text-align: center;
}

    .paintspart .paintbox .imgbox {
        float: left;
        width: 100%;
        overflow: hidden;
        height: 100%;
    }

        .paintspart .paintbox .imgbox img {
            /*opacity: 0.35;*/
        }

    .paintspart .paintbox .details {
        position: absolute;
        top: 50%;
        left: 0px;
        width: 100%;
        padding: 0 15px;
        text-align: center;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

        .paintspart .paintbox .details .icon {
            opacity: 0.50;
        }

        .paintspart .paintbox .details h4 {
            color: #ffffff;
            margin-top: 20px;
            font-size: 30px;
            text-transform: uppercase;
            line-height: 34px;
        }

        .paintspart .paintbox .details p {
            color: rgba(255,255,255,0.60);
            line-height: 22px;
            margin: 5px 0px 22px;
            min-height: 66px;
        }

        .paintspart .paintbox .details .selectbtn {
            display: inline-block;
            padding: 8px 35px;
            color: rgba(255,255,255,0.50);
            text-transform: uppercase;
            border: 1px solid rgba(255,255,255,0.50);
            border-radius: 2px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
        }

#overview .details .ctitle {
    text-align: left;
}

.innovation .videopart .videobox:hover img, .newslider .item .innerbox:hover .imgbox img, .paintspart .paintbox:hover .imgbox img, .cprodpart .nav-tabs > li > a:hover img, .cprodpart .gallerypart .gslider .item a:hover img, .ourproducts .rightpart .item a:hover img, #imagegallery .gallerybox a:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.innovation .videopart .videobox img, .newslider .item .innerbox .imgbox img, .paintspart .paintbox .imgbox img, .cprodpart .nav-tabs > li > a img, .cprodpart .gallerypart .gslider .item a img, .ourproducts .rightpart .item a img, #imagegallery .gallerybox a img {
    width: 100%;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    min-height: 100%;
}

.paintspart .paintbox:hover .details .icon {
    opacity: 1;
}

.paintspart .paintbox:hover .selectbtn {
    border-color: #d51414;
    background-color: #d51414;
    color: #ffffff;
}


.Quality-Standards-wrap {
    background-color: #ffffff;
    /*margin-top: -190px;*/
    text-align: center;
    padding: 65px 75px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0px 5px 25px rgb(0 12 26 / 8%);
    -moz-box-shadow: 0px 5px 25px rgba(0,12,26,0.08);
    -webkit-box-shadow: 0px 5px 25px rgb(0 12 26 / 8%);
}

.no-margin {
    margin: 0 !important;
}

.logos-wrap {
    text-align: center;
    /*direction: rtl;*/
    padding: 0;
    margin-top: 50px;
    margin-bottom: 5px;
}

    .logos-wrap li {
        margin-bottom: 0px;
        display: inline-block;
        float: none;
        margin-right: 65px;
    }
        .logos-wrap li.no-margin img {
            width: 100%;
        }

.material-wrap {
    padding-left: 240px;
}

.material-img img {
    /*width: 100%;*/
}


.material-wrap h3 {
    font-size: 36px;
    color: #2546ac;
    font-weight: lighter;
}

.material-wrap p {
    font-size: 15px;
    color: #868e96;
    padding-right: 97px;
}

.card-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.card {
    padding: 50px;
    background: #ffffff;
}

    .card .card-img {
        padding: 23px;
        width: 95px;
        height: 95px;
        margin: 0 auto;
        border-radius: 100%;
        background: #fdf6f6;
        text-align: center;
    }

    .card p {
        text-align: center;
        font-size: 18px;
        color: #343a40;
        padding-top: 20px;
        margin-top: 10px;
    }



.Quality-Standards-wrap h2 {
    font-size: 36px;
    color: #2546ac;
    margin-top: 2%;
}

.Quality-Standards-wrap p {
    font-size: 15px;
    color: #868e96;
    line-height: 28px;
}

.browse-products.grey-background {
    background: #f8f9fa;
    padding-bottom: 100px;
}

    .browse-products.grey-background.sustainability {
        padding-bottom: 120px;
    }

    .browse-products .item picture.drop-shadow:before {
        /*content: '';
    position: absolute;
    right: -159px;
    bottom: -55px;
    width: 476px;
    height: 250px;
    background-color: #f2f2f2;
    background: url(/Content/ClientTheme/en/images/intro-img-effect.png) center no-repeat;*/
    }

.browse-products .item picture.drop-shadow2:before {
    content: '';
    position: absolute;
    left: -159px;
    bottom: -55px;
    width: 410px;
    height: 410px;
    background-color: #f2f2f2;
    background: url(/Content/ClientTheme/en/images/achievements-back2.png) center no-repeat;
}

.text-section {
    padding-bottom: 260px;
    color: #868e96;
    font-size: 15px;
    line-height: 28px;
}

    .text-section ul {
        list-style-type: circle;
    }

        .text-section ul li {
            margin-bottom: 10px;
        }



.drop-shadow {
    filter: drop-shadow(20.521px 56.382px 50px rgba(12,12,12,0.1));
}

.browse-products .item h3.nationaltitle, .descr h3.nationaltitle {
    font-size: 36px;
    color: #2546ac;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

    .browse-products .item h3.nationaltitle span {
        font-size: 24px;
        color: #001c38;
        line-height: 30px;
        display: block;
        width: 100%;
        margin-bottom: 20px;
        letter-spacing: 1px;
    }

.garage-map-wrap {
    background-color: #fff;
    -webkit-box-shadow: 0 0 60px 10px rgb(0 0 0 / 5%);
    box-shadow: 0 0 60px 10px rgb(0 0 0 / 5%);
    padding: 35px 20px 20px 50px;
}

.garage-map img {
    width: 100%;
    height: 100%;
}

.results-wrap {
    border-bottom: 1px solid #f1f3f5;
    padding: 20px 10px 20px 50px;
    margin-top: 10px;
    background: url(/Content/ClientTheme/en/images/np-pin.png) no-repeat left 5px top 15px;
}

    .results-wrap:last-child {
        border-bottom: none;
    }

.results-header h3 {
    font-size: 11px;
    color: #193048;
    text-transform: uppercase;
}

.results-wrap h4 {
    font-size: 15px;
    color: #193048;
    margin-top: 0;
}

    .results-wrap h4 span {
        font-size: 12px;
        color: #868e96;
        float: right;
    }

.results-wrap p {
    font-size: 12px;
    color: #868e96;
    margin: 0;
}

.results-wrap a {
    font-size: 11px;
    color: #d82028;
}


.horizental-seperator {
    border-top: 1px solid #f1f3f5;
    height: 1px;
    margin: 30px 0;
}

.sub-page.garagebody .page-update main {
    background-color: #f8f9fa;
}

.tabmenu {
    background: #ffffff;
    box-shadow: 0 3px 2px 1px #f4f5f6;
    border-bottom: 1px solid #e4e4e5;
}

    .tabmenu.mapmenu {
        margin-top: -50px;
    }

.nav-tabs.mainnav {
    border: none;
    text-align: center;
    padding: 0;
}

    .nav-tabs.mainnav > li {
        margin-bottom: 0px;
        display: inline-block;
        float: none;
    }

        .nav-tabs.mainnav > li > a {
            font-size: 15px;
            color: #193048;
            padding: 30px 35px 20px;
            border: none;
            margin: 0;
            border-bottom: 2px solid transparent;
        }

            .nav-tabs.mainnav > li.active > a, .nav-tabs.mainnav > li.active > a:focus, .nav-tabs.mainnav > li.active > a:hover, .nav-tabs.mainnav > li > a:hover, .nav-tabs.mainnav > li > a:focus {
                border-bottom: 2px solid #d82028;
                color: #193048;
                text-decoration: none;
            }

#overview {
    background: url(/Content/ClientTheme/en/images/bg4.jpg) repeat-x 50% 0;
    padding: 90px 0 90px;
    background-size: cover;
}

.tabmenu.tabmenuproduct {
    padding-bottom:15px;
    padding-top:15px;
}

.ctitle {
    padding-top: 45px;
}

    .ctitle span {
        font-size: 14px;
        color: #001c38;
        text-transform: uppercase;
    }


    .ctitle h3 {
        font-size: 36px;
        color: #2546ac;
        text-transform: uppercase;
        margin: 0 0 25px 0;
        line-height: 50px;
    }

    .ctitle p {
        font-size: 14px;
        color: #868e96;
        padding-right: 80px;
        direction: ltr;
    }

.details {
    text-align: left;
}

.imgbox {
    text-align: center;
}

    .imgbox img {
        width: 100%;
    }

.new-products.products-list {
    background: #f8f9fa;
}

    .new-products.products-list .item-inner {
        margin-top: 30px;
        margin-bottom: 30px;
    }

        .new-products.products-list .item-inner picture img {
            /*max-width: 150px;*/
        }

    .new-products.products-list p {
        font-size: 15px;
        color: #868e96;
        padding: 0 15px;
    }

.top-page p {
    color: #ffffff;
    font-size: 16px;
}

main .banners {
    background-color: #fff;
    padding-top: 30px;
}

    main .banners h2 {
        margin-bottom: 70px;
    }

    main .banners .banners-items-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

        main .banners .banners-items-wrap a {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            /*padding-bottom: 80px;
            padding-top: 100px;
            padding-left: 20px;
            padding-right: 20px;*/
            width: 33.33%;
            position: relative;
            margin-right: 2px;
        }

        main .banners .banners-items-wrap .item {
            height: 100%;
            padding-bottom: 70px;
            padding-top: 90px;
            color: #fff;
            -webkit-background-size: cover;
            background-size: cover;
            background-repeat: no-repeat;
            background-color: #000;
            text-align: center;
            background-size: 115%;
            transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -ms-transition: all 0.3 ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            background-position: center;
        }

            main .banners .banners-items-wrap .item:hover {
                background-size: 120%;
            }

        main .banners .banners-items-wrap a:last-child {
            margin-right: 0;
        }

        main .banners .banners-items-wrap .item i {
            height: 50px;
        }

            main .banners .banners-items-wrap .item i img {
                height: 49px;
            }

        main .banners .banners-items-wrap .item h3 {
            text-transform: uppercase;
            font-weight: 100;
            font-size: 24px;
            line-height: 34px;
            margin-top: 20px;
            margin-bottom: 15px;
        }

        main .banners .banners-items-wrap .item p {
            margin: 0;
            font-size: 14px;
            line-height: 22px;
            color: rgba(255, 255, 255, 0.6);
            margin-bottom: 25px;
            padding: 0 20px;
        }

        main .banners .banners-items-wrap .item > * {
            position: relative;
            z-index: 20;
            color: white;
        }

        main .banners .banners-items-wrap .item a {
            cursor: pointer;
        }

.infotitle {
    font-size: 20px;
    color: #193048;
    padding: 0 0 40px 0;
}

#Info {
    padding-top: 35px;
    padding-bottom: 160px;
    background-color: #fff;
}

.infodetails {
    font-size: 16px;
    color: #868e96;
    padding-bottom: 40px;
}

.inforow {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.productinfodetails, .infodetails {
    border-bottom: 1px solid #dee2e6;
}


.datasheet {
    font-size: 16px;
    color: #2546ac;
    padding-left: 30px;
    background: url(/Content/ClientTheme/en/images/datasheet.png) no-repeat center left;
}

.stringtext {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #343a40;
    font-weight: 500;
}

.subinfo {
    margin-bottom: 25px;
}

.infospan {
    color: #2546ac;
    padding: 10px 10px 10px 35px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background-color: #f6f8fc;
    font-size: 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 17px;
    color: #2546ac;
    font-weight: 400;
    background: url(/Content/ClientTheme/en/images/brush.png) no-repeat center left 10px #f6f8fc;
    margin-bottom: 15px;
}

.contact-wrap {
    background-color: #fff;
    -webkit-box-shadow: 0 0 60px 10px rgb(0 0 0 / 5%);
    box-shadow: 0 0 60px 10px rgb(0 0 0 / 5%);
    padding: 50px 85px;
}

.contact-header {
    font-size: 18px;
    color: #868e96;
    padding-bottom: 20px;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f3f5;
}

.form-field {
    margin-bottom: 40px;
}


    .form-field label {
        text-transform: uppercase;
        display: block;
        color: #193048;
        font-size: 11px;
        line-height: 17px;
        margin-bottom: 10px;
        letter-spacing: .8px;
    }

        .form-field label.ForButton {
            margin-bottom: 0;
        }

    .form-field input {
        width: 100%;
        min-height: 40px;
        -moz-appearance: none;
        appearance: none;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        border: none;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        background-color: transparent;
        outline: none !important;
        border: 1px solid #ced4da;
        color: #868e96;
        padding: 0 20px;
    }

        .form-field input.code-input {
            display: inline-block;
            float: left;
            width: 85px;
            margin-right: 20px;
        }

        .form-field input.phone-input {
            display: inline-block;
            float: left;
            width: 323px;
        }

.support-wrap .contact-form input.phone-input {
    display: inline-block;
    float: left;
    width: 165px;
}

.support-wrap .contact-form input.code-input {
    display: inline-block;
    float: left;
    width: 65px;
    margin-right: 20px;
}

.contact-radio-wrap {
    float: left;
    display: inline-block;
    margin-right: 40px;
}

.form-field select {
    outline: none;
    width: 100%;
    color: #868e96;
    font-size: 15px;
    line-height: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
    border: 1px solid #ced4da;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.form-field .select-wrap {
    position: relative;
}

    .form-field .select-wrap:after {
        top: 17px;
        position: absolute;
        z-index: 21;
        right: 17px;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 5px 0 5px;
        border-color: #ced4da transparent transparent transparent;
    }

.contact-radio-wrap .check-wrap {
    border: 1px solid #ebeced;
    display: inline-block;
    vertical-align: top;
    width: 22px;
    height: 22px;
    position: relative;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    cursor: pointer;
}

    .contact-radio-wrap .check-wrap input {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        top: 0;
        opacity: 0;
    }

    .contact-radio-wrap .check-wrap.checked:after {
        background-color: #d82028;
        width: 10px;
        height: 10px;
        -webkit-border-radius: 10em;
        border-radius: 10em;
        display: block;
        margin: 5px auto 0;
        text-align: center;
        content: '';
    }

.contact-radio-wrap .radio-wrap span {
    display: inline-block;
    font-size: 15px;
    color: #868e96;
    line-height: 22px;
    vertical-align: middle;
    margin-left: 8px;
}

.garagenav-wrap {
    background: #ffffff;
}

.garagenav {
    border: none;
    text-align: center;
    padding: 0;
    display: block;
    margin-top: -40px;
}

    .garagenav > li {
        margin-bottom: 0px;
        display: inline-block;
        float: none;
    }

        .garagenav > li.active > a, .garagenav > li.active > a:focus, .garagenav > li.active > a:hover, .garagenav > li > a:hover, .garagenav > li > a:focus {
            border-bottom: 2px solid #d82028;
            color: #193048;
            text-decoration: none;
        }

        .garagenav > li > a.nav-link {
            font-size: 15px;
            color: #193048;
            padding: 10px 25px 15px 50px;
            border: none;
            margin: 0;
            border-bottom: 2px solid transparent;
            background: url(/Content/ClientTheme/en/images/list-icon.png) left 12px top 13px no-repeat;
            cursor: pointer;
        }

        .garagenav > li > a.country {
            background: none;
            padding: 15px 30px;
        }

        .garagenav > li > a.nav-link.active {
            border-bottom: 2px solid #d82028;
            color: #193048;
            text-decoration: none;
        }

        .garagenav > li > a.nav-link.map-icon.active {
            background: url(/Content/ClientTheme/en/images/map-icon.png) left 12px top 13px no-repeat;
        }

        .garagenav > li > a.nav-link.list-icon.active {
            background: url(/Content/ClientTheme/en/images/list-icon.png) left 12px top 13px no-repeat;
        }


        .garagenav > li > a.map-icon {
            background: url(/Content/ClientTheme/en/images/map-icon.png) left 12px top 13px no-repeat;
        }

.garage-section {
    margin-top: 90px;
    margin-bottom: 140px;
}

.contact-us-wrap {
    padding-top: 70px;
}

.countryrow {
    float: left;
    width: 100%;
    border-bottom: 1px solid #dee2e6;
    padding: 32px 0 31px;
}

    .countryrow .countryname {
        float: left;
        width: 100%;
        cursor: pointer;
        font-size: 20px;
        color: #193048;
        background-image: url(/Content/ClientTheme/en/images/acc-down-arrow2.png);
        background-repeat: no-repeat;
        background-position: 100% 50%;
    }


        .countryrow .countryname img, .countryname img {
            margin-left: -2px;
            margin-right: 19px;
        }

    .countryrow .stores {
        float: left;
        width: 100%;
        padding-bottom: 10px;
        display: none;
    }

.stores ul {
    border-left: 1px solid #dee2e6;
    float: left;
    width: 100%;
    padding-left: 40px;
    margin-top: 40px;
}

.follow-row .countryname {
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dee2e6;
}

.follow-col {
    margin-right: 45px;
    margin-bottom: 30px;
}

    .follow-col:last-child {
        margin-right: 0;
    }

.follow-row span {
    display: block;
    padding: 10px 10px 10px 55px;
    background: url(/Content/ClientTheme/en/images/facebook-f.png) left 10px center no-repeat;
}

    .follow-row span.tw {
        background: url(/Content/ClientTheme/en/images/twitter.png) left 10px center no-repeat;
    }

    .follow-row span.insta {
        background: url(/Content/ClientTheme/en/images/Instagram.png) left 10px center no-repeat;
    }

.stores ul li {
    float: left;
    width: 33.33%;
    padding: 25px 15px;
    min-height: 200px;
}

    .stores ul li .contact {
        width: 100%;
        display: block;
        color: #929ba3;
        font-size: 15px;
    }

        .contact:last-child {
            margin-bottom: 30px;
        }

.stores .tag {
    font-size: 11px;
    color: #ffffff;
    background-color: #adb5bd;
    display: inline-block;
    text-transform: uppercase;
    clear: both;
    padding: 1px 10px 1px;
}

.stores h4 {
    margin: 17px 0 15px 0;
    font-size: 20px;
    color: #2546ac;
}

.stores p {
    margin: 10px 0 10px 0;
    font-size: 12px;
    color: #979ea4;
    line-height: 20px;
}

.stores .maplink {
    font-size: 14px;
    color: #d82028;
    background: url(/Content/ClientTheme/en/images/map-pin-icon.png) no-repeat 0 5px;
    padding: 3px 0 1px 22px;
    margin-top: 15px;
    display: block;
}

.contact-us-section {
    background-color: #f8f9fa;
    padding-bottom: 190px;
}

    .contact-us-section .tab-content {
        float: left;
        width: 100%;
        padding: 0 172px;
        margin-top: 58px;
    }

    .contact-us-section .countryrow .activetab {
        background-image: url(/Content/ClientTheme/en/images/acc-top-arrow2.png);
    }

.social-meadi-wrap {
    margin-top: 60px;
}

.social-box {
    width: 22%;
    display: -webkit-inline-box;
    margin-right: 30px;
    margin-top: 30px;
    vertical-align: top;
}

.social-inner {
    background-color: #fff;
    -webkit-box-shadow: 0 0 60px 10px rgb(0 0 0 / 5%);
    box-shadow: 0 0 60px 10px rgb(0 0 0 / 5%);
    border: 1px solid #e5e5e5;
}

    .social-inner span {
        display: block;
        font-size: 18px;
        color: #193048;
        padding: 16px 30px;
    }

        .social-inner span.national-social {
            padding-left: 75px;
            background: url(/Content/ClientTheme/en/images/social-media.png) left 25px center no-repeat;
        }


    .social-inner .feed img {
        width: 100%;
    }

    .social-inner p {
        padding: 30px;
        margin: 0;
        border-bottom: 1px solid #f2f2f2;
    }

.share {
    padding: 25px 30px;
}

.follow-row {
    margin-top: 70px;
    margin-bottom: 140px;
}

.feed {
    overflow: hidden;
    display: block;
}

    .feed:hover img {
        transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    .feed img {
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
    }



.cd-horizontal-timeline h2 {
    font-size: 36px;
    color: #2546ac;
    margin-top: 2%;
    margin-bottom: 70px;
}

.product-breadcrumb {
    padding-right: 20px;
    background: url(/Content/ClientTheme/en/images/arrow_right.png)right no-repeat;
    background-size: 8px;
    margin-right: 10px;
}

.produstc-breadcrumbs h3 {
    text-align: center;
    font-size: 24px;
}

.produstc-breadcrumbs-img-wrap {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 10em;
    border-radius: 50%;
    background-color: #2546ac;
    padding: 10px;
    margin: 0 auto;
    display: block;
    line-height: 40px;
}

    .produstc-breadcrumbs-img-wrap img {
        width: 100%;
        padding: 3px;
    }

.yearspart {
    background-color: #f7f7f7;
    padding: 0px 0 80px;
}

.csliderthum {
    background: url(../images/line-bg.png) no-repeat 13% 70%;
    /* padding: 0 120px; */
    position: relative;
}

    .csliderthum .slick-prev {
        left: 0px;
        background-image: url(../images/prev-arrow.png);
    }

    .csliderthum .slick-list {
        padding: 0 125px 0 0 !important;
    }


.yearslider {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 63px;
}

.csliderthum .slick-prev {
    left: 0px;
    background-image: url(../images/prev-arrow.png);
}

.csliderthum .slide {
    position: relative;
    padding-top: 25px;
    cursor: pointer;
    text-align: center;
}

    .csliderthum .slide span {
        display: inline-block;
        color: #022859;
        opacity: 0.7;
        font-size: 18px;
        margin-bottom: 62px;
    }

.csliderthum .slick-current span {
    font-size: 21px;
    color: #022859;
    opacity: 1;
    position: relative;
    padding-top: 15px;
    margin-bottom: 0;
    top: -24px;
}

/*.csliderthum .slick-current span:before {
        content: "";
        width: 76px;
        height: 3px;
        background-color: #00A99D;
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }*/

.cd-timeline-navigation a::after {
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(/Content/ClientTheme/en/images/mile-arrows.png) no-repeat 5px 2px;
}

.csliderthum .slick-current:after {
    content: "";
    width: 9px;
    height: 9px;
    background-color: #d82028;
    position: absolute;
    margin-left: -4.5px;
    left: 50%;
    bottom: -5px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.csliderthum .slick-arrow {
    position: absolute;
    width: 45px;
    height: 45px;
    bottom: 20px;
    z-index: 12;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
}

.csliderthum .slick-next {
    right: 0px;
    background-image: url(../images/arrow_right.png);
}

.csliderthum .slick-prev {
    left: 0px;
    background-image: url(../images/arrow_left.png);
}

.yslider {
    margin-top: 50px;
}



    .yslider .cslideritems {
        margin-top: 90px;
        margin-bottom: 0px !important;
    }

    .yslider .imgbox {
        float: left;
        width: 660px;
        height: 460px;
    }

        .yslider .imgbox img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .yslider .textpart {
        float: right;
        width: 700px;
        padding: 50px 15px 0px 90px;
    }

        .yslider .textpart .datetext {
            color: #00A99D;
            font-size: 1em;
            margin-bottom: 28px;
        }


.ctitle h3 {
    color: #022859;
    float: left;
    font-size: 3em;
    line-height: 48px;
    text-transform: uppercase;
    font-family: 'TTNormsProLight';
}

.ctitle p {
    color: #707070;
    font-size: 1.25em;
    line-height: 36px;
    padding-top: 30px;
    float: left;
    width: 100%;
}

/*End product detalis page*/

/*timeline*/
.cd-horizontal-timeline {
    opacity: 0;
    margin: 2em auto;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

    .cd-horizontal-timeline::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'mobile';
        display: none;
    }

    .cd-horizontal-timeline.loaded {
        /* show the timeline after events position has been set (using JavaScript) */
        opacity: 1;
    }

    .cd-horizontal-timeline .timeline {
        position: relative;
        height: 75px;
        margin: 0 auto;
    }

    .cd-horizontal-timeline .events-wrapper {
        position: relative;
        height: 100%;
        margin: 0 40px;
        overflow: hidden;
        background: url(/Content/ClientTheme/en/images/lines.png) center left 0 repeat-x;
    }

        .cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
            /* these are used to create a shadow effect at the sides of the timeline */
            content: '';
            position: absolute;
            z-index: 0;
            top: 0;
            height: 100%;
            width: 170px;
            background-size: cover;
        }

        .cd-horizontal-timeline .events-wrapper::before {
            left: 0;
            background-image: -webkit-linear-gradient( left, #f8f8f8, rgba(248, 248, 248, 0));
            background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
            background-image: url(/Content/ClientTheme/en/images/transparent-gradient.png);
        }

        .cd-horizontal-timeline .events-wrapper::after {
            right: 0;
            background-image: -webkit-linear-gradient( right, #f8f8f8, rgba(248, 248, 248, 0));
            background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
            background-image: url(/Content/ClientTheme/en/images/transparent-gradient-flipped.png);
            background-size: 100%;
        }

    .cd-horizontal-timeline .events {
        /* this is the grey line/timeline */
        position: absolute;
        z-index: 1;
        left: 0;
        top: 33px;
        height: 0;
        /* width will be set using JavaScript */
        background: #dfdfdf;
        -webkit-transition: -webkit-transform 0.4s;
        -moz-transition: -moz-transform 0.4s;
        transition: transform 0.4s;
    }

    .cd-horizontal-timeline .filling-line {
        /* this is used to create the green line filling the timeline */
        display: none;
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #7b9d6f;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
    }

    .cd-horizontal-timeline .events a {
        position: absolute;
        bottom: -10px;
        z-index: 2;
        text-align: center;
        font-size: 18px;
        padding-bottom: 15px;
        color: #343a40;
        /* fix bug on Safari - text flickering while timeline translates */
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }

        .cd-horizontal-timeline .events a::after {
            /* this is used to create the event spot */
            content: '';
        }


.no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #7b9d6f;
    border-color: #7b9d6f;
}

.cd-horizontal-timeline .events a.selected {
    pointer-events: none;
    font-size: 21px;
    color: #343a40;
}

.cd-horizontal-timeline .events-wrapper .events a.selected::after {
    content: '';
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -12px;
    height: 23px;
    width: 22px;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
    background-image: url(/Content/ClientTheme/en/images/line-with-circle.png);
    border-radius: 0;
    border: 0;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
}

.cd-horizontal-timeline .events a.older-event::after {
    border-color: #7b9d6f;
}

@media only screen and (min-width: 1100px) {
    .cd-horizontal-timeline {
        margin: 6em auto;
    }

        .cd-horizontal-timeline::before {
            /* never visible - this is used in jQuery to check the current MQ */
            content: 'desktop';
        }
}

.cd-timeline-navigation a {
    /* these are the left/right arrows to navigate the timeline */
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 2px solid #ebeced;
    /* replace text with an icon */
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
    background: #ebeced;
}

    .cd-timeline-navigation a::after {
        /* arrow icon */
        content: '';
        position: absolute;
        height: 16px;
        width: 16px;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        background: url(/Content/ClientTheme/en/images/mile-arrows.png) no-repeat 5px 2px;
    }

    .cd-timeline-navigation a.prev {
        /*left: 0;*/
        -webkit-transform: translateY(-50%) rotate(180deg);
        -moz-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        -o-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }

    .cd-timeline-navigation a.next {
        right: 0;
    }

.no-touch .cd-timeline-navigation a:hover {
    border-color: #7b9d6f;
}

.cd-timeline-navigation a.inactive {
    /*cursor: not-allowed;*/
}

    .cd-timeline-navigation a.inactive::after {
        background-position: 5px 2px;
    }

.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
}

    .cd-horizontal-timeline .events-content li {
        position: absolute;
        z-index: 1;
        width: 100%;
        left: 0;
        top: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        padding: 0 5%;
        opacity: 0;
        -webkit-animation-duration: 0.4s;
        -moz-animation-duration: 0.4s;
        animation-duration: 0.4s;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

        .cd-horizontal-timeline .events-content li.selected {
            /* visible event content */
            position: relative;
            z-index: 2;
            opacity: 1;
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }

        .cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
            -webkit-animation-name: cd-enter-right;
            -moz-animation-name: cd-enter-right;
            animation-name: cd-enter-right;
        }

        .cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
            -webkit-animation-name: cd-enter-left;
            -moz-animation-name: cd-enter-left;
            animation-name: cd-enter-left;
        }

        .cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
            -webkit-animation-direction: reverse;
            -moz-animation-direction: reverse;
            animation-direction: reverse;
        }

        .cd-horizontal-timeline .events-content li > * {
            max-width: 100%;
            margin: 0 auto;
        }

    .cd-horizontal-timeline .events-content h2 {
        font-weight: bold;
        font-size: 2.6rem;
        font-family: "Playfair Display", serif;
        font-weight: 700;
        line-height: 1.2;
    }

    .cd-horizontal-timeline .events-content em {
        display: block;
        font-style: italic;
        margin: 10px auto;
    }

        .cd-horizontal-timeline .events-content em::before {
            content: '- ';
        }

    .cd-horizontal-timeline .events-content p {
        font-size: 1.4rem;
        color: #959595;
    }

    .cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
        line-height: 1.6;
    }

@media only screen and (min-width: 768px) {

    .cd-horizontal-timeline .events-content h2 {
        font-size: 7rem;
    }

    .cd-horizontal-timeline .events-content em {
        font-size: 2rem;
    }

    .cd-horizontal-timeline .events-content p {
        font-size: 1.8rem;
    }

}

@media only screen and (max-width: 1400px) {
    .Quality-Standards-wrap {
        padding: 65px 20px;
    }
    .csliderthum .slick-current:after {
        /*margin-left: -14px;*/
    }
    .form-field input.phone-input {
        width: 269px;
    }
    /*main .row .filters {
        width: min-content;
    }*/
}

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

    main .row .filters {
        width: 100%;
    }
}

@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.mile-wrap {
    padding: 55px;
    background-color: #f2f3f5;
    background-image: url(/Content/ClientTheme/en/images/mile-back.png);
}

.year-tag {
    text-align: center;
    margin-bottom: 20px;
}

    .year-tag span {
        font-size: 24px;
        color: #ffffff;
        background-color: #d82028;
        padding: 5px;
        border-radius: 5px;
    }

.descr h3 {
    font-size: 24px;
    /*text-align: center;
    text-transform: uppercase;*/
    line-height: 40px;
    padding: 0 30px;
}

.mile-wrap .descr {
    padding-top: 30px;
}

.events ol, .events-content ol {
    list-style: none;
    padding: 0;
}

.cd-horizontal-timeline .events-content li::marker {
    display: none;
}

.cd-horizontal-timeline .events a::after {
    content: '';
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -12px;
    height: 24px;
    width: 22px;
    background-color: #f8f8f8;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
    background: url(/Content/ClientTheme/en/images/inactive-line.png) #ffffff center no-repeat;
}

.mile-wrap .item picture img:before {
    content: '';
    position: absolute;
    right: -159px;
    bottom: -55px;
    width: 410px;
    height: 410px;
    background-color: #f2f2f2;
    background: url(/Content/ClientTheme/en/images/achievements-back2.png) center no-repeat;
}
/*end timeline*/

/*==========  Desktop First Method  ==========*/
@media only screen and (max-width: 1560px) {
    main .banners .banners-items-wrap .item {
        padding-bottom: 70px;
        padding-top: 90px;
    }

    main .tools.tools-slider .tools-items-wrap .item {
        height: 280px;
    }
}

@media only screen and (max-width: 1500px) {
    main .tools.tools-slider .tools-items-wrap .item {
        height: 270px;
    }
    /**/
    main .banners .banners-items-wrap .item {
        padding-bottom: 50px;
        padding-top: 70px;
    }

    .material-wrap {
        padding-left: 150px;
    }

    main .home-slider .slider-wrap .item .col-md-12 {
        padding-left: 100px;
        padding-right: 100px;
    }

    .new-products .slider-wrap {
        padding-left: 40px;
        padding-right: 40px;
        margin: 0;
    }

        .new-products .slider-wrap .owl-nav > div {
            width: 50px;
            height: 50px;
            line-height: 50px;
        }

        .new-products .slider-wrap .owl-nav .owl-prev {
            left: -5px;
        }

        .new-products .slider-wrap .owl-nav .owl-next {
            right: -5px;
        }

        .new-products .slider-wrap .owl-dots {
            left: 0;
            right: 0;
            margin: 0 auto;
        }
}

@media only screen and (max-width: 1300px) {
    .paintspart .paintbox .details h4 {
        font-size: 25px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .paintspart .paintbox .details p {
        font-size: 11px;
    }

    main .tools.tools-slider .tools-items-wrap .item {
        height: 240px;
    }

    .cd-timeline-navigation a.next {
        right: 30px;
    }

    main .banners .banners-items-wrap .item {
        padding-bottom: 40px;
        padding-top: 60px;
    }

    main .category-grid .cat-item.small-cat, main .category-grid.has-aside .cat-wrap .cat-item.item {
        min-width: 230px;
    }

    main .category-grid .cat-item.large-cat {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66%;
        -ms-flex: 0 0 66%;
        flex: 0 0 66%;
        width: 66%;
        min-width: unset;
    }

    main .category-grid.has-aside .cat-wrap .cat-item.item .descr {
        margin-top: 10px;
    }

    main .category-grid.has-aside .cat-wrap .cat-item.item picture {
        min-height: 150px;
    }

        main .category-grid.has-aside .cat-wrap .cat-item.item picture img {
            height: auto;
            max-width: 100px;
        }

    main .category-grid.has-aside .cat-wrap .cat-item {
        height: 300px;
    }

    main .category-grid.has-aside .cat-wrap {
        padding-right: 20px;
    }

    main .subcribe .form-wrap {
        margin-top: 20px;
    }

        main .subcribe .form-wrap input {
            min-width: 300px;
        }

        main .subcribe .form-wrap .btn {
            margin-left: 20px;
        }

    .tools .tools-items-wrap .item {
        padding-bottom: 40px;
    }

        .tools .tools-items-wrap .item p br {
            display: none;
        }

    .new-products {
        padding-top: 80px;
        padding-bottom: 80px;
    }

        .new-products .item .descr h3 {
            font-size: 20px;
            margin-bottom: 0;
        }

        .new-products .item {
            padding-bottom: 14px;
        }

            .new-products .item .descr {
                margin-top: 20px;
            }

    main .call-to-action {
        padding-top: 130px;
        padding-bottom: 130px;
    }

        main .call-to-action .video-wrap:before {
            width: 90%;
            height: 100%;
        }

        main .call-to-action .video-wrap .play {
            top: 40%;
        }

        main .call-to-action .video-wrap .perview img {
            width: 100%;
        }

    main .category-grid {
        padding-top: 80px;
    }

        main .category-grid .cat-item h3 {
            margin-left: 15px;
        }

        main .category-grid .cat-item.main-cat {
            min-height: 400px;
            padding-left: 20px;
            padding-right: 20px;
        }

        main .category-grid .cat-item {
            min-height: 190px;
        }

    main .search-form .form-wrap {
        padding-right: 20px;
    }

    main .search-form .btn {
        max-width: 100px;
        min-width: 100px;
    }

    main .search-form .field-wrap {
        min-width: 280px;
    }

    main .search-form .form-wrap.blue-wrap {
        padding-left: 20px;
    }

    main .home-slider .slider-wrap .item {
        min-height: 465px;
    }

    html .top-stories .item .descr h3 {
        font-size: 18px;
        line-height: 24px;
    }

    html .top-stories .item picture {
        width: 100%;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden;
    }

        html .top-stories .item picture img {
            -webkit-border-radius: 5px;
            border-radius: 5px;
            overflow: hidden;
            width: 100%;
        }

    html .top-stories .item .descr {
        padding-left: 15px;
        padding-right: 15px;
    }

    body.post-page main .row {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    body .article-wrap {
        max-width: 675px;
        margin-right: 40px;
    }

    body .widget-aside {
        padding-right: 20px;
    }

    body .container {
        width: 100%;
    }

    main .products .products-wrap .product-item {
        margin-right: 10px;
    }

    main .row .filters {
        margin-left: 0px;
    }

    .products {
        margin-right: 0px;
    }

    .container {
        width: 100%;
    }

    header .main-nav .menu-wrap nav > li .mega-menu nav.cat-menu li {
        margin-right: 10px;
        max-width: 150px;
    }

    header .main-nav .menu-wrap nav > li .mega-menu.links-wrap {
        padding-left: 10px;
        padding-right: 10px;
    }

    header .main-nav .menu-wrap nav > li .mega-menu nav.links li > a:after {
        right: -10px;
    }

    header .main-nav .menu-wrap nav > li .mega-menu picture {
        max-height: 83px;
    }

    .colors-theme .color-theme-items-wrap .color-theme-item .item {
        margin-top: 35px;
    }

    .colors-theme .color-theme-items-wrap .color-theme-item {
        min-width: 375px;
        max-width: 375px;
        height: 375px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    .form-field input.phone-input {
        width: 194px;
    }
    .cases-wrap .case picture {
        height: 235px;
    }
    .descr h3 {
        padding: 0;
        font-size: 25px;
    }

    main .banners .banners-items-wrap .item {
        padding-bottom: 10px;
        padding-top: 50px;
    }

    .social-box {
        width: 45%;
        margin-right: 20px;
    }

    .material-wrap {
        padding-left: 30px;
        margin-top: 0;
    }

        .material-wrap p {
            padding-right: 0;
        }
    /**/
    .garage-map {
        width: 70%;
    }

        .garage-map img {
            height: auto;
        }

    .cases-wrap.news-wrap .case picture {
        min-width: 225px;
        max-width: 225px;
        height: 170px;
    }

    footer .top-side .menu-wrap {
        margin-left: 40px;
    }

    main .products .products-wrap .product-item {
        margin-right: 8px;
    }

        main .products .products-wrap .product-item h3 {
            font-size: 16px;
            margin-bottom: 5px;
        }

        main .products .products-wrap .product-item picture {
            margin-bottom: 10px;
            padding: 10px;
        }

    header .main-nav .menu-wrap nav > li .mega-menu picture {
        max-height: 83px;
    }

    .colors-theme .color-theme-items-wrap .color-theme-item .item {
        margin-top: 10px;
    }

    .colors-theme .color-theme-items-wrap .color-theme-item {
        min-width: 325px;
        max-width: 325px;
        height: 325px;
    }

    .page-update header .main-nav .menu-wrap > nav > li > a {
        padding-left: 5px;
        padding-right: 5px;
    }

    .page-update header .main-nav .menu-wrap nav a {
        font-size: 14px;
    }

    .logos-wrap li {
        margin-right: 30px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1199px) {
    .paintspart .paintbox .imgbox img {
        height: 370px;
        object-fit: cover;
    }
}

@media only screen and (max-width: 992px) {
    .follow-col {
        margin-bottom: 60px;
    }
    .paintspart .paintbox {
        border-bottom: 1px solid #ffffff;
    }
    .browse-products .item.item-inverse picture {
        margin-top: 10px;
    }
    .form-field input.phone-input {
        width: 415px;
    }
    .colors-section {
        display: none;
    }

    .main-colors-mobile-section {
        display: block;
    }

    .new-products .slider-wrap .owl-dots {
        display: none;
    }

    main .banners .banners-items-wrap .item {
        background-size: cover;
    }
    /**/
    .garage-map {
        width: 100%;
    }

    .garage-map-wrap {
        padding: 20px;
    }


    .cases-wrap .case picture {
        height: 145px;
    }

    .cases-wrap .case .descr {
        padding: 10px;
    }

    main .category-grid.has-aside .cat-wrap .cat-item {
        height: 240px;
    }

        main .category-grid.has-aside .cat-wrap .cat-item.item picture {
            min-height: 130px;
        }

        main .category-grid .cat-item.small-cat, main .category-grid.has-aside .cat-wrap .cat-item.item {
            min-width: unset;
        }

            main .category-grid.has-aside .cat-wrap .cat-item.item .descr h3 {
                font-size: 12px;
                margin-bottom: 0;
            }

    main .category-grid.has-aside .more-btn {
        margin-top: 20px;
    }

    main .search-form.full-form .form-wrap {
        padding-right: 0 !important;
    }

        main .search-form.full-form .form-wrap:before {
            -webkit-background-size: cover !important;
            background-size: cover !important;
        }

    main .search-form.full-form form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        main .search-form.full-form form h2 {
            margin-right: 0 !important;
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            width: 100%;
            margin-bottom: 20px;
        }

        main .search-form.full-form form .field-wrap {
            min-width: 450px;
        }

    main .subcribe .form-wrap .btn {
        margin-left: 0;
    }

    main .subcribe .form-wrap input {
        min-width: 245px;
    }

    .tools .tools-items-wrap .item {
        padding-top: 60px;
    }

        .tools .tools-items-wrap .item p {
            font-size: 12px;
            line-height: 18px;
            margin-bottom: 10px;
        }

    .new-products .item .descr h3 {
        font-size: 15px;
        margin-top: 0px;
        line-height: 20px;
    }

    .new-products .item picture {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .new-products .item .descr {
        margin-top: 10px;
    }

    main .call-to-action {
        padding-top: 100px;
    }

        main .call-to-action .descr {
            padding-top: 0;
        }

            main .call-to-action .descr h3 {
                font-size: 35px;
            }

            main .call-to-action .descr p br {
                display: none;
            }

    main .category-grid {
        padding-top: 60px;
    }

        main .category-grid .cat-item h3 {
            font-size: 12px;
            line-height: 16px;
        }

        main .category-grid .cat-item.main-cat {
            min-height: 270px;
            padding-top: 20px;
            padding-bottom: 10px;
            -webkit-background-size: cover;
            background-size: cover;
        }

        main .category-grid .cat-item {
            padding-bottom: 10px;
            min-height: 125px;
        }

            main .category-grid .cat-item .play {
                width: 30px;
                height: 30px;
                font-size: 20px;
                line-height: 35px;
            }

                main .category-grid .cat-item .play i {
                    display: block;
                }

                main .category-grid .cat-item .play svg {
                    width: 14px;
                }

    main .search-form .field-wrap {
        min-width: 230px;
        max-width: 230px;
    }

    main .search-form .btn {
        max-width: 100px;
        min-width: 100px;
    }

    html body .slider-wrap .owl-dots {
        bottom: 15px;
    }

    html body .slider-wrap .owl-nav .owl-prev {
        left: 10px;
    }

    html body .slider-wrap .owl-nav .owl-next {
        right: 10px;
    }

    main .home-slider .slider-wrap .item {
        min-height: 400px;
    }

        main .home-slider .slider-wrap .item .col-md-12 {
            width: 100%;
            padding-left: 70px;
            padding-right: 70px;
        }

        main .home-slider .slider-wrap .item h2 {
            font-size: 40px;
            margin-bottom: 10px;
        }

        main .home-slider .slider-wrap .item p {
            font-size: 16px;
            line-height: 26px;
            margin-bottom: 20px;
        }

    html .top-stories .item .descr h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .widget .widget-item {
        padding-bottom: 10px;
        padding-top: 10px;
    }

        .widget .widget-item h3 {
            margin-top: 0;
        }

    body .article-wrap {
        max-width: 460px;
        margin-right: 20px;
        padding: 0 20px;
    }

        body .article-wrap p {
            margin-bottom: 20px;
            line-height: 22px;
        }

        body .article-wrap .post-image {
            margin-bottom: 20px;
        }

        body .article-wrap h1 {
            font-size: 30px;
        }

    footer .top-side {
        padding-bottom: 40px;
        padding-top: 40px;
    }

        footer .top-side .logo {
            margin-bottom: 30px;
            display: inline-block;
        }

    footer .bot-side .copyright {
        text-align: center;
    }

    footer .bot-side .social-wrap {
        text-align: center;
    }

    main .products .products-wrap .product-item {
        margin-right: 5px;
    }

    main .products .products-wrap .product-item {
        width: 32%;
    }

        main .products .products-wrap .product-item:nth-of-type(4n) {
            margin-right: 5px;
        }

        main .products .products-wrap .product-item:nth-of-type(3n) {
            margin-right: 0;
        }

        main .products .products-wrap .product-item picture {
            min-height: 138px;
        }

    main .products .top-info .category span {
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .colors-theme .color-theme-items-wrap {
        display: block;
        text-align: center;
        width: 100%;
    }

        .colors-theme .color-theme-items-wrap .color-theme-item {
            display: block;
            margin: 0 auto 30px;
        }

    header .main-nav .menu-wrap nav > li .mega-menu nav.cat-menu li {
        margin-right: 5px;
        max-width: 120px;
    }

    header .main-nav .menu-wrap nav > li .mega-menu picture {
        max-height: 68px;
    }

    header .main-nav .menu-wrap .search {
        margin-left: 5px;
    }

    header .main-nav .menu-wrap > nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }

    main .call-to-action .video-wrap .play {
        width: 60px;
        height: 60px;
        line-height: 10px;
    }

        main .call-to-action .video-wrap .play svg {
            width: 25px;
            margin-top:0;
        }

    .cases-wrap.news-wrap .case {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        display: block;
        text-align: center;
    }

        .cases-wrap.news-wrap .case .descr-text {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .cases-wrap.news-wrap .case picture {
            margin: 0 auto 10px;
            max-width: 500px;
        }

    .cases-wrap.news-wrap {
        margin-left: 0;
    }

    .cases-wrap.news-wrap {
        width: auto;
    }

    .follow-row .countryname {
        border-bottom: 0;
        margin-bottom:0;
    }

    .follow-col {
        margin-bottom: 60px;
        padding-bottom: 30px;
        border-bottom: 1px solid #dee2e6;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {

    .show-on-mobile {
        display: block;
    }

    .hide-on-mobile {
        display: none;
    }

    .cases-wrap.news-wrap .case h3 {
        text-align: center;
    }
    .material-wrap {
        padding: 0 20px;
    }

        .material-wrap h3 {
            text-align: center;
        }

        .material-wrap p {
            text-align: justify;
        }
    .new-products {
        padding-bottom: 0;
    }
    .page-update .filters.garage-filters {
        padding-bottom: 30px;
    }
    .contact-us-wrap {
        padding-top: 0;
    }
    .contact-us-section {
        padding-bottom: 50px;
    }

    .contact-us-section .tab-content {
        margin-top: 20px;
    }
    .catalog-wrap .catalog-item .title {
        padding: 20px 5px;
    }
    html .top-stories {
        padding-top: 30px;
    }
    body .widget-aside {
        padding-top: 60px;
        padding: 60px 20px 30px;
    }
    .article-wrap .social-icons {
        text-align: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .sub-page .page-update h1 {
        font-size: 25px;
        line-height: 35px;
    }
    .garage-section {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .catalog-wrap .catalog-item {
        margin-right: 0;
    }
    .csliderthum {
        background: url(../images/line-bg.png) no-repeat 20px 70%;
    }
        .csliderthum .slick-list {
        padding: 0px 50px !important;
    }
    
    .card {
        padding: 20px
    }

        .card p {
            margin-top: 0;
        }

    .browse-products .item p {
        line-height: 24px;
    }

    .owl-carousel .owl-item {
        position: initial !important;
    }

    .descr h3 {
        font-size: 16px;
    }

    .milestones-container {
        margin-top: 0;
        margin-bottom: 0
    }

    .browse-products.grey-background {
        /*padding-bottom: 200px;*/
    }

        .browse-products.grey-background.sustainability {
            padding-bottom: 30px;
            margin-top: 0;
        }

    .browse-products .item.item-inverse .descr {
        padding-right: 0;
    }
    .logos-wrap {
        margin-bottom: 0;
    }

    .form-field input.phone-input {
        width: 355px;
    }

    .sliderdesc {
        margin-right: 0;
    }

    .paintspart .lists {
        display: block !important;
    }

    header .main-nav .logo {
        margin-top: 0;
    }

    .call-to-action, .new-products.homepage {
        display: none;
        visibility: hidden;
    }

    .cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
        display: none;
    }

    .mile-wrap {
        padding: 25px;
    }

    .social-box {
        width: 100%;
        margin-right: 0;
        display: block;
        margin-top: 30px !important;
    }

    .contact-us-section .tab-content {
        padding: 0;
    }

    .logos-wrap li {
        width: 50%;
        margin-bottom: 20px;
        margin-right: 0;
        float: left;
    }

    .browse-products .item.item-inverse picture.drop-shadow {
        margin-top: 0;
    }

    .browse-products .item picture.drop-shadow2 {
        margin-top: 0;
    }

    .browse-products.grey-background {
        padding-bottom: 0;
    }

    .logos-wrap li.no-margin {
        width: 100%;
    }

    .material-wrap p {
        padding: 0;
    }

    .card-wrap {
        display: block;
        margin-bottom: 20px;
    }

    .garagenav {
        margin-top: -20px;
    }

    .form-field input.code-input {
        margin-bottom: 20px;
    }

    .contact-wrap {
        padding: 25px;
    }



    #overview {
        padding: 30px 0 30px;
    }

    #Info {
        padding-bottom: 30px;
    }

    .paint-calculator {
        background-image: none;
    }

    .productinfodetails {
        margin-bottom: 30px;
        border-bottom: 0;
    }

    .infotitle {
        padding-bottom: 0;
    }

    #overview {
        padding-bottom: 30px;
    }

    .nav-tabs.mainnav > li > a {
        padding: 5px 5px 20px 5px;
        font-size: 12px;
    }

    .details {
        margin-bottom: 30px;
    }

    .tools .tools-items-wrap .item p {
        display: none;
    }

    .page-update .filters .title:after {
        content: '';
        position: absolute;
        width: 17px;
        height: 10px;
        right: 0;
        top: 10px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        background-image: url(/Content/ClientTheme/en/images/arrowDropdown.png);
        background-repeat: no-repeat;
        background-position: center;
    }

    main .banners .banners-items-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    main .banners {
        padding-top: 1px;
    }
    /*Disable Animation on Mobile Devices*/
    body .breadcrubms nav a.home svg {
        margin-right: 0;
        top: 0;
    }

    body .breadcrubms nav a:after {
        margin-left: 3px;
        margin-right: 3px;
    }

    .page-update .breadcrubms {
        margin: 0 -5px;
    }

    main .tools.tools-slider .tools-items-wrap .owl-nav > div {
        width: 30px;
        height: 30px;
        line-height: 28px;
        font-size: 30px;
    }

        main .tools.tools-slider .tools-items-wrap .owl-nav > div.owl-next, main .tools.tools-slider .tools-items-wrap .owl-nav > div.owl-prev {
            top: 95px !important;
        }

    .resources .btns-wrap .btn {
        padding: 0 10px;
    }

    main .tools h2 {
        margin-bottom: 20px;
    }

    .paint-calculator {
        margin-left: -5px;
    }

    main .tools.tools-slider .tools-items-wrap .owl-nav > div.owl-next {
        right: 15px;
    }

    .page-update header .main-nav .menu-wrap nav a {
        font-size: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .page-update header .main-nav {
        padding-top: 10px;
    }

    header .main-nav .menu-wrap nav > li .mega-menu.mega-list-menu {
        -webkit-box-shadow: unset;
        box-shadow: unset;
        border: none;
        display: block;
    }

        header .main-nav .menu-wrap nav > li .mega-menu.mega-list-menu::before {
            display: none;
        }

    .mega-list-menu {
        position: relative;
        display: block;
    }

        .mega-list-menu .list-menu {
            display: none;
        }

        .mega-list-menu:after {
            content: '';
            position: absolute;
            width: 17px;
            height: 10px;
            right: 0;
            top: -40px;
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
            background-image: url("/Content/ClientTheme/en/images/arrowDropdown.png");
            background-repeat: no-repeat;
            background-position: center;
        }

    footer .top-side .logo {
        display: block;
        text-align: center;
    }

    .page-update header .main-nav .menu-wrap nav a:hover, .page-update header .main-nav .menu-wrap nav a:active, .page-update header .main-nav .menu-wrap nav a:focus {
        border-color: transparent;
    }

        .page-update header .main-nav .menu-wrap nav a:hover ~ .mega-list-menu:after, .page-update header .main-nav .menu-wrap nav a:active ~ .mega-list-menu:after, .page-update header .main-nav .menu-wrap nav a:focus ~ .mega-list-menu:after {
            /*-webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg);*/
        }

        .page-update header .main-nav .menu-wrap nav a:hover ~ .mega-list-menu .list-menu, .page-update header .main-nav .menu-wrap nav a:active ~ .mega-list-menu .list-menu, .page-update header .main-nav .menu-wrap nav a:focus ~ .mega-list-menu .list-menu {
            /*display: block;*/
        }

    .page-update header .mega-menu.opened:after {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .page-update footer .top-side .text-right {
        text-align: center;
    }

        .page-update footer .top-side .text-right .menu-wrap {
            margin-left: 0;
            margin-right: 0;
            width: 100%;
        }

    .page-update footer .bot-side .copyright .subcopyr {
        text-align: center;
    }

    .page-update footer .top-side .row .col-md-3 {
        width: 100%;
    }

    header .main-nav .menu-wrap nav > li .mega-menu.mega-list-menu .list-menu {
        padding-left: 0;
        padding-right: 0;
        display: none;
    }

    header .main-nav .menu-wrap nav > li .mega-menu.mega-list-menu a {
        padding-left: 5px;
        padding-right: 5px;
    }

    .page-update header .main-nav .menu-wrap > nav {
        padding-left: 20px;
        padding-right: 20px;
        background-color: #fff;
        border-bottom: 2px solid #eaeaea;
    }

        .page-update header .main-nav .menu-wrap > nav > li > a {
            border-bottom: 1px solid #f0f2f4;
            background-color: #fff;
            position: relative;
        }

        .page-update header .main-nav .menu-wrap > nav > li:last-of-type a {
            border-bottom: none;
        }

    .page-update header .main-nav .menu-wrap nav > li {
        text-align: left;
    }

    .page-update .menu-wrap nav.list-menu {
        position: relative;
        top: 0;
    }

    header .main-nav .menu-wrap nav > li .mega-menu.mega-list-menu {
        top: 0;
    }

    .paint-calculator.white-paint-calculator .calculator-wrap .btns-wrap {
        margin-top: 20px;
        padding-top: 20px;
    }

    .paint-calculator {
        padding-bottom: 20px;
    }

    .catalog-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
    }

        .catalog-wrap .catalog-item.full {
            display: block;
            padding-left: 0;
            padding-right: 0;
            margin-right: 0;
        }

            .catalog-wrap .catalog-item.full .title {
                margin-bottom: 20px;
                text-align: left;
                line-height: 35px;
                font-size: 15px;
            }

        
    .item-inverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .default-navigation {
        margin: 50px auto;
    }

    .resources {
        margin-top: 40px;
        padding-top: 40px;
    }

        .resources .btns-wrap .btn {
            margin-bottom: 20px;
        }

    .page-update footer .top-side .row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .page-update footer .top-side {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .cases-wrap .case {
        max-width: 100%;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }

        .cases-wrap .case picture {
            height: 170px;
        }

        .cases-wrap .case h3 {
            text-align: left;
        }

        .cases-wrap .case .descr {
            padding: 15px;
        }

    .paint-calculator {
        padding-top: 40px;
    }

        .paint-calculator form {
            margin-top: 40px;
        }

        .paint-calculator .field-wrap {
            max-width: 100%;
            margin-bottom: 20px;
            text-align: center;
        }

        .paint-calculator .descr {
            margin-top: 0;
        }

            .paint-calculator .descr .value {
                margin-bottom: 15px;
            }

        .paint-calculator .btns-wrap {
            margin-top: 20px;
        }

            .paint-calculator .btns-wrap .btn {
                margin-bottom: 20px;
                min-width: 280px;
            }

    body .search-wrap {
        margin-bottom: 20px;
    }

    section.search .search-results .search-item .search-img {
        width: 100px;
    }

    section.search .search-results .search-item .search-title {
        padding-left: 15px;
        padding-top: 30px;
        font-size: 18px;
        line-height: 22px;
    }

    .paint-calculator .btn {
        margin: 0 auto;
    }

    .browse-products .item .descr {
        padding-left: 0;
    }

    .browse-products .item h3 {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .browse-products .item {
        /*margin-bottom: 40px;*/
    }

    .browse-products {
        margin-top: 40px;
    }

        .browse-products .item picture:before {
            display: none;
        }

    .paint-calculator.white-paint-calculator .calculator-wrap .btns-wrap .info {
        font-size: 14px;
        line-height: 22px;
    }

        .paint-calculator.white-paint-calculator .calculator-wrap .btns-wrap .info br {
            display: none;
        }

    .paint-calculator.white-paint-calculator .calculator-wrap .btns-wrap .btn {
        margin-top: 20px;
    }

    .paint-calculator.white-paint-calculator .calculator-wrap .descr hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .paint-calculator.white-paint-calculator .calculator-wrap .descr .label {
        font-size: 16px;
        line-height: 24px;
    }

    .paint-calculator.white-paint-calculator .calculator-wrap .descr .value {
        font-size: 32px;
        line-height: 40px;
    }

    .sub-page .top-page.top-page-left {
        min-height: 250px;
    }

    .paint-calculator.white-paint-calculator .calculator-wrap form .btn {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .paint-calculator.white-paint-calculator .calculator-wrap form .row-field {
        margin-left: 15px;
        margin-right: 15px;
        display: block;
        padding-top: 0;
    }

        .paint-calculator.white-paint-calculator .calculator-wrap form .row-field .option-title {
            margin-bottom: 20px;
        }

        .paint-calculator.white-paint-calculator .calculator-wrap form .row-field .right-side {
            display: block;
        }

            .paint-calculator.white-paint-calculator .calculator-wrap form .row-field .right-side .field-wrap {
                margin-left: 0;
                margin-bottom: 20px;
                max-width: unset;
            }

    main .tools.tools-slider .tools-items-wrap .owl-nav > div.owl-next {
        top: 75px;
    }

    main .tools.tools-slider .tools-items-wrap .item {
        height: 180px;
    }

    main .tools {
        padding-top: 40px;
    }

    .paint-calculator.white-paint-calculator {
        margin-top: 0;
        padding-top: 40px;
    }

    .sub-page .page-update .top-page h1 {
        font-size: 25px;
        line-height: 46px;
        margin-bottom: 0px;
    }

    .page-update header .top-nav nav a {
        font-size: 14px;
    }

    .menu-wrap nav {
        position: absolute;
        z-index: 999;
        background-color: #fff;
        width: 100%;
        left: 0;
        top: 56px;
    }

    .sub-page .page-update .top-page {
        top: -25px;
        background-position: right;
    }

        .sub-page .page-update .top-page.left-back {
            background-position: center !important;
        }

    .page-update .show-menu-btn {
        top: 17px;
        width: 20px;
    }

    .page-update header .main-nav .menu-wrap .search-wrap svg {
        width: 20px;
    }

    .page-update header .main-nav {
        padding-bottom: 10px;
    }

    .page-update .logo img {
        max-width: 190px;
    }

    .page-update .breadcrubms {
        padding-top: 0;
        padding-bottom: 0;
    }

        .page-update .breadcrubms nav a {
            font-size: 12px;
        }

    main .category-grid.has-aside {
        padding-top: 20px;
    }

        main .category-grid.has-aside .filters {
            margin-right: 20px;
        }

        main .category-grid.has-aside .filed-wrap {
            margin-top: 10px;
            padding-bottom: 0;
        }

    main .filters .filed-wrap.category-fields .field-title {
        margin-bottom: 5px;
    }

    main .filters .filed-wrap.category-fields nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    main .filters .filed-wrap.category-fields a {
        margin-right: 10px;
        margin-bottom: 5px;
        display: inline-block;
    }

    main .category-grid.has-aside .filters .filter-professionals {
        display: block;
    }

    main .category-grid.has-aside .cat-wrap {
        padding-left: 20px;
    }

    main .category-grid.has-aside aside {
        margin-right: 10px;
    }

    main .category-grid .cat-item.small-cat, main .category-grid.has-aside .cat-wrap .cat-item.item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }

    main .category-grid.has-aside .cat-wrap .cat-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }

    main .search-form.full-form form .field-wrap {
        min-width: unset;
        max-width: 355px;
        margin-bottom: 20px;
        margin-right: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    main .search-form.full-form form .btn {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 355px;
        width: 100%;
    }

    main .search-form.full-form .form-wrap .field-wrap select {
        min-width: 100%;
        padding-left: 10px;
        padding-right: 50px;
    }

    main .subcribe {
        margin-bottom: 0;
    }

        main .subcribe .form-wrap {
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            padding-left: 20px;
            padding-right: 20px;
        }

            main .subcribe .form-wrap .btn {
                max-width: 375px;
                width: 100%;
                -webkit-box-flex: 0;
                -webkit-flex: 0 0 100%;
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                margin-left: 0;
            }

            main .subcribe .form-wrap .field-wrap {
                width: 100%;
                -webkit-box-flex: 0;
                -webkit-flex: 0 0 100%;
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                margin-right: 0;
                margin-bottom: 20px;
                max-width: 375px;
            }

    .tools .tools-items-wrap .item h3 {
        font-size: 15px;
        line-height: 28px;
        margin-top: 0;
        margin-bottom: 5px;
    }

    .tools .tools-items-wrap .item {
        padding-top: 40px;
        padding-bottom: 40px;
        height: 330px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .tools .tools-items-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .tools .tools-items-wrap .item {
            width: 50%;
            margin: 1px auto 0;
            background-size: cover;
        }

    .new-products .slider-wrap .owl-dots {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    main .call-to-action .descr {
        padding-bottom: 30px;
    }

    main .call-to-action .video-wrap:before {
        height: 90%;
    }

    main .category-grid .cat-item {
        min-height: 220px !important;
        padding-bottom: 20px;
    }

        main .category-grid .cat-item h3 {
            font-size: 18px;
        }

    main .search-form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        main .search-form .form-wrap {
            -webkit-box-pack: center !important;
            -webkit-justify-content: center !important;
            -ms-flex-pack: center !important;
            justify-content: center !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
            padding-top: 30px;
            padding-bottom: 30px;
            width: 100%;
        }

    main .home-slider .slider-wrap .item {
        height: 320px !important;
        min-height: 320px;
        background-size: cover;
    }

        main .home-slider .slider-wrap .item .btn {
            min-height: 35px;
            height: 35px;
            line-height: 30px;
        }

        main .home-slider .slider-wrap .item .col-md-12 {
            padding-left: 50px;
            padding-right: 50px;
        }

        main .home-slider .slider-wrap .item h2 {
            font-size: 20px;
            line-height: 20px;
        }

        main .home-slider .slider-wrap .item p {
            font-size: 14px;
            line-height: 20px;
        }

            main .home-slider .slider-wrap .item p br {
                display: none;
            }

        main .home-slider .slider-wrap .item p, main .home-slider .slider-wrap .item div {
            font-size: 13px;
            line-height: 19px;
            margin-bottom: 0;
            text-align: left;
            height: 150px;
        }
        html body .slider-wrap .owl-nav > div {
            width: 35px;
            height: 35px;
            font-size: 40px;
            line-height: 30px;
        }

    html .top-stories .item {
        margin-bottom: 20px;
    }

    .sub-page.post-page aside {
        padding-top: 20px;
    }

    .sub-page.post-page main {
        padding-top: 20px;
    }

    body .article-wrap h1 {
        font-size: 23px;
        line-height: 30px;
    }

    main .products .top-info .results {
        margin-top: 20px;
    }

    footer .top-side .menu-wrap {
        margin-bottom: 30px;
    }

    .products {
        margin: 0 auto;
    }

    main .products .products-wrap .product-item picture {
        min-height: 165px;
    }

    main .products .products-wrap .product-item:nth-of-type(3n) {
        margin-right: auto;
    }

    main .products .products-wrap .product-item:nth-of-type(4n) {
        margin-right: auto;
    }

    main .products .products-wrap .product-item {
        width: 100%;
        max-width: 300px;
        margin: 0 auto 20px;
    }

    /*main .filters .filter-professionals {
        display: none;
    }*/

    main .row, .row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        main .row .filters {
            width: 100%;
            display: block;
            min-width: unset;
            padding: 0 20px;
        }

    .support-wrap .contact-form {
        left: 0;
    }

        .support-wrap .contact-form h3 {
            margin-bottom: 10px;
        }

        .support-wrap .contact-form p {
            margin-bottom: 15px;
        }

        .support-wrap .contact-form .contact-phone {
            padding-bottom: 5px;
            margin-bottom: 10px;
        }

    body main {
        padding-bottom: 60px;
    }

    header .main-nav .menu-wrap nav {
        display: none;
    }

        header .main-nav .menu-wrap nav > li .mega-menu nav.cat-menu {
            max-width: 450px;
            margin: 0 auto;
        }

        header .main-nav .menu-wrap nav > li .mega-menu nav.links li > a:after {
            right: 0;
        }

        header .main-nav .menu-wrap nav > li .mega-menu {
            padding-bottom: 0;
        }

    .support-wrap {
        right: 20px;
    }

    header .main-nav .menu-wrap nav > li {
        display: block;
    }

    header .main-nav .menu-wrap .search-wrap {
        position: absolute;
        top: 18px;
        right: 70px;
    }

        header .main-nav .menu-wrap .search-wrap svg {
            width: 30px;
        }

    .show-menu-btn {
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 3px;
        right: 20px;
    }

        .show-menu-btn svg path {
            fill: #96a4b2;
        }

    header .main-nav .menu-wrap nav > li .mega-menu {
        position: relative;
        top: 0;
        margin-bottom: 15px;
    }

        header .main-nav .menu-wrap nav > li .mega-menu.links-wrap {
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding-left: 20px;
            padding-right: 20px;
        }

            header .main-nav .menu-wrap nav > li .mega-menu.links-wrap .links {
                margin-right: 0;
                margin-bottom: 20px;
            }

    header .top-nav nav a {
        margin-right: 25px;
    }

    .sub-page .top-page {
        min-height: 250px;
    }

    .animated {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        animation: none !important;
    }

    main .banners .banners-items-wrap .item {
        width: 100%;
        margin: 1px auto 0;
        background-size: cover !important;
    }

    main .banners .banners-items-wrap a {
        width: 100%;
        margin: 1px auto 0;
    }

    main .banners .banners-items-wrap .item h3 {
        font-size: 13px;
        line-height: 17px;
    }
}

@media only screen and (max-width: 600px) {
    .paintspart .paintbox .imgbox img {
        height: 255px;
    }
        .material-img img {
        width: 100%;
    }
    .paintspart .paintbox .details p {
        display: none;
    }

    .paintspart .paintbox .details h4 {
        font-size: 18px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 540px) {
    .form-field input.phone-input {
        width: 190px;
    }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .paintspart .paintbox .details p {
        display: none;
    }

    .nav-tabs.mainnav > li > a {
        font-size: 12px;
        padding: 5px 5px 20px 5px;
    }

    .tabmenu .container {
        padding: 0 5px;
    }

    .cd-horizontal-timeline .events {
        left: -10%;
    }

    .stores ul li {
        width: 100%;
        min-height: auto;
    }




    /**/
    main .tools.tools-slider .tools-items-wrap:after, main .tools.tools-slider .tools-items-wrap:before {
        display: none;
    }

    .sub-page .top-page {
        min-height: 200px;
    }

        .sub-page .top-page h1 {
            font-size: 36px;
            margin-bottom: 30px;
        }

    .colors-theme .title {
        font-size: 14px;
    }

    .colors-theme {
        margin-top: 0;
    }

    header .top-nav .lang-wrap:before {
        display: none !important;
    }

    header .main-nav .menu-wrap nav > li .mega-menu nav.cat-menu li {
        max-width: 140px;
        margin-right: 10px;
    }

    header .main-nav .menu-wrap nav > li .mega-menu nav.links {
        max-width: 150px;
    }

    header .main-nav .menu-wrap nav > li .mega-menu.links-wrap {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 385px) {
    .color-circle {
        width: 25px;
        height: 25px;
    }
}

@media only screen and (max-width: 362px) {
    .color-circle {
        width: 24px;
        height: 24px;
    }
}

@media only screen and (max-width: 351px) {
    .color-circle {
        width: 23px;
        height: 23px;
    }
}

@media only screen and (max-width: 340px) {
    .color-circle {
        width: 22px;
        height: 22px;
    }
}

@media only screen and (max-width: 330px) {
    .color-circle {
        width: 21px;
        height: 21px;
    }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
    .nav-tabs.mainnav > li > a {
        padding: 5px 0 20px 0;
    }

    .nav-tabs.mainnav {
        text-align: left;
    }

    .page-update header .top-nav nav a {
        font-size: 10px;
    }
    /**/
}

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
    /**/
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
    /**/
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    /**/
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    /**/
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
    /**/
}

@media print {
    .paint-calculator {
        background-size: cover;
        background-position: bottom right;
        padding-top: 50px;
        padding-bottom: 50px;
        background-image: url("/Content/ClientTheme/en/images/background-print.jpg");
    }
}

.colors-slider .slide-arrow {
    display: inline-block;
    color: #ffffff;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    font-size: 45px;
    text-align: center;
    line-height: 36px;
    position: absolute;
    z-index: 99;
    top: 40%;
    padding-bottom: 5px;
    padding-right: 5px;
    margin-left: -35px;
    background: url(/content/clienttheme/en/images/arrow-right.png) #ffffff center no-repeat;
    box-shadow: 2px 2px 1px 0px rgb(0 12 26 / 10%);
}

    .colors-slider .slide-arrow.next-arrow {
        right: 0;
        margin-right: -35px;
        -moz-transform: scale(-1, 1);
        -webkit-transform: scale(-1, 1);
        -o-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
        transform: scale(-1, 1);
    }

#more, #more2, .more {
    display: none;
}

#myBtn, #myBtn2 {
    margin: 10px 0;
    padding-left: 25px;
    text-decoration: underline;
}

.slick-disabled {
    display:none !important;
}

.show-on-mobile {
    display: none;
}
@media only screen and (max-width: 767px) {
    .show-on-mobile {
        display: block;
    }

    .hide-on-mobile {
        display: none;
    }
}

.fancybox-content {
    padding: 0;
}

.fancybox-button svg {
    color: #ffffff;
    background: black;
    border-radius: 50%;
}