@import url('/Content/Admin/css/reset.css');

body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #5c5a57;
    line-height: 28px
}

h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #5a5a5a;
    margin-top: 0;
    font-style: normal
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: inherit
    }

h1 {
    font-size: 52px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 16px
}

ul, li {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none
}

a, a:hover, a:focus, a:active, button:focus {
    text-decoration: none;
    border: none;
    outline: 0
}

img {
    max-width: 100%;
    height: auto
}

.gray-bg {
    background: #f9f9ff
}

.white-bg {
    background: #fff
}

button {
    cursor: pointer
}

.social-icon-one {
    position: relative;
    margin-top: 30px;
    display: flex;
    justify-content: space-between
}

    .social-icon-one li {
        position: relative;
        margin-right: 10px;
        display: inline-block
    }

        .social-icon-one li a {
            position: relative;
            width: 34px;
            height: 34px;
            color: #fff;
            font-size: 16px;
            line-height: 34px;
            text-align: center;
            border-radius: 50%;
            display: inline-block;
            background: #f4f4f4;
            transition: .3s
        }

            .social-icon-one li a:hover {
                color: #fff;
                background-color: #972025
            }

.social-icon-two {
    padding: 0;
    margin: 0;
    margin-bottom: 35px;
    margin-left: -15px
}

    .social-icon-two li {
        display: inline-block
    }

        .social-icon-two li a {
            font-size: 20px;
            width: 22px;
            height: 22px;
            margin: 0 18px;
            line-height: 23px;
            display: inline-block;
            text-align: center;
            background: 0 0;
            color: #1d2063;
            transition: .3s;
            font-weight: 700
        }

            .social-icon-two li a:hover {
                color: #972025
            }

.section-title {
    margin-bottom: 50px
}

    .section-title h2 {
        color: #5a5a5a;
        margin-bottom: 20px
    }

    .section-title span {
        color: #972025
    }

.btn {
    transition: .4s;
    color: #fff;
    z-index: 9;
    font-size: 14px;
    line-height: 20px;
    padding: 14px 40px;
    border-radius: 2px;
    position: relative
}

.btn-picton-blue {
    background: #016eba;
}

.btn:hover {
    color: #d36e19;
    ;
    background: 0 0;
    border: 1px solid #d36e19;
}

.btn.light {
    background: #f1f1f1;
    color: #972025
}

    .btn.light:hover {
        background: #fff
    }

/* ===================================
    Slider
====================================== */

.main-slider {
    min-height: 500px;
    position: absolute;
}

    .main-slider .container-fluid {
        padding: 0
    }

    .main-slider .container {
        text-align: center
    }

    .main-slider .slider-wrapper {
        position: relative
    }

        .main-slider .slider-wrapper .image img,
        .main-slider .slider-wrapper .image video {
            min-height: 80vh;
            width: 100vw;
            max-width: none;
            object-fit: cover;
            object-position: center;
            height: 80vh;
        }


    .main-slider .slider-caption {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 5
    }

        .main-slider .slider-caption .inner-box {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 30px
        }

    .main-slider .slider-caption-bg {
        max-width: 570px;
        background-color: rgba(255,255,255,.7);
        padding: 50px
    }

    .main-slider .h1 {
        position: relative;
        color: #fff;
        font-size: 30px;
        font-weight: 700;
        line-height: 44px;
    }

    .main-slider .owl-item .slider-hr {
        height: 2px;
        background: white;
        margin: 10px 0;
        transition: all .6s;
        transition-delay: 1s;
        width: 0;
        padding-left: 0;
        display: inline-block;
    }

    .main-slider .owl-item.active .slider-hr {
        padding-left: 100%;
    }

    .main-slider .dark h1 {
        color: #222
    }

    .main-slider h2 {
        position: relative;
        color: #fff;
        font-size: 50px;
        font-weight: 500;
        line-height: 1.2em;
        font-family: Helvetica, Arial, sans-serif;
    }

    .main-slider .dark h2 {
        color: #222;
        font-weight: 600;
        margin-bottom: 20px;
        font-size: 42px
    }

    .main-slider .link-btn {
        padding-top: 5px
    }

        .main-slider .link-btn .btn {
            margin-right: 10px;
            margin-top: 10px
        }

            .main-slider .link-btn .btn:hover {
                background: #fff;
                color: #972025;
                border: 1px solid #fff
            }

    .main-slider .theme-btn {
        margin: 0 10px 20px
    }

    .main-slider .text {
        position: relative;
        font-size: 17px;
        font-weight: 400;
        max-width: 600px;
        color: #fff;
        line-height: 1.3em;
        padding-bottom: 30px;
        margin: 0 auto;
        display: block;
    }

    .main-slider .dark .text {
        color: #222;
        margin-bottom: 0
    }

    .main-slider .slide-overlay {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0,0,0,.3);
        z-index: 3
    }

    .main-slider.style-two .slide-overlay {
        background-color: rgba(20,22,26,.1)
    }

    .main-slider .owl-item .slider-caption * {
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }

    .main-slider .owl-item.active .slider-caption .h1 {
        -webkit-animation-delay: .5s;
        animation-delay: .5s;
        -webkit-animation-delay: 0;
        animation-delay: 0;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown
    }

    .main-slider .owl-item.active .slider-caption .h2 {
        -webkit-animation-delay: .9s;
        animation-delay: .9s;
        -webkit-animation-delay: 0;
        animation-delay: 0;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn
    }

    .main-slider .owl-item.active .slider-caption .text {
        -webkit-animation-delay: .5s;
        animation-delay: .5s;
        -webkit-animation-delay: 0;
        animation-delay: 0;
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp
    }

    .main-slider .owl-item.active .slider-caption .link-btn {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
        -webkit-animation-delay: 0;
        animation-delay: 0;
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp
    }

    .main-slider .owl-item.active .slider-caption .slider-caption-bg {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
        -webkit-animation-delay: 0;
        animation-delay: 0;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown
    }

@media only screen and (max-width: 767px) {
    .main-slider h1 {
        font-size: 24px;
        line-height: 26px;
    }

    .main-slider .text {
        font-size: 14px;
        line-height: 16px;
    }
}
/* ===================================
    Navbar
====================================== */
.slide-nav .owl-nav {
    padding: 0;
    bottom: 100px;
    -webkit-transform: translateY(-50%) scale(.97);
    -ms-transform: translateY(-50%) scale(.97);
    transform: translateY(-50%) scale(.97);
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    height: 0;
    margin-top: -25px;
    width: calc(100vw - 15px);
}

.slide-nav:hover .owl-nav {
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1
}

.slide-nav .owl-nav .owl-next, .slide-nav .owl-nav .owl-prev {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 46px;
    background: rgb(0 0 0 / 10%) !important;
    text-align: center;
    font-size: 24px;
    color: #fff !important;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.slide-nav .carousel-outer:hover .owl-nav .owl-next, .slide-nav .carousel-outer:hover .owl-nav .owl-prev {
    opacity: 1;
    visibility: visible
}

.slide-nav .owl-nav .owl-prev {
    left: 20px;
    float: left
}

.slide-nav .owl-nav .owl-next {
    right: 20px;
    float: right
}

    .slide-nav .owl-nav .owl-next:hover, .slide-nav .owl-nav .owl-prev:hover {
        color: #fff;
        border-color: #972025
    }

/* ===================================
    Skills
====================================== */

.skills-faq {
    background-repeat: no-repeat
}

.skill-bar-wrap {
    position: relative;
    background: #f0f4ff;
    height: 6px;
    margin-top: 5px
}

.skillbar {
    width: 90%;
    height: 100%
}

.skillbar-title {
    top: 0;
    left: 20px;
    color: #333;
    font-size: 18px;
    font-weight: 500
}

.skillbar-bar {
    height: 100%;
    width: 0;
    background: #972025;
    display: inline-block
}

.skill-bar-percent {
    position: absolute;
    right: 15px;
    top: -30px;
    color: #333;
    font-weight: 600
}

.skillbar-single-item {
    margin-bottom: 32px
}

.accordion-box .accordion {
    margin-bottom: 30px;
    position: relative
}

    .accordion-box .accordion .accord-btn {
        padding: 11px 50px 3px 20px;
        color: #333;
        cursor: pointer;
        background: #fff;
        box-shadow: 0 13px 26px 2px rgba(101,110,119,.121)
    }

        .accordion-box .accordion .accord-btn.active h5 {
            color: #fff;
            font-size: 18px
        }

        .accordion-box .accordion .accord-btn:after {
            content: '\f077';
            font-family: fontawesome;
            position: absolute;
            right: 10px;
            top: 5px;
            width: 30px;
            height: 30px;
            line-height: 30px;
            font-size: 16px;
            font-weight: 400
        }

        .accordion-box .accordion .accord-btn.active {
            color: #fff;
            background: #972025
        }

            .accordion-box .accordion .accord-btn.active:after {
                content: '\f078'
            }

    .accordion-box .accordion .accord-content {
        padding: 12px 25px 17px;
        position: relative;
        display: none;
        background: #fff;
        box-shadow: 0 13px 26px 2px rgba(101,110,119,.121)
    }

        .accordion-box .accordion .accord-content p {
            margin-bottom: 0
        }

        .accordion-box .accordion .accord-content.collapsed {
            display: block
        }

.accord-content.collapsed p {
    margin-bottom: 0
}

.accordion-box .accordion .accord-btn h5 {
    font-size: 18px;
    font-weight: 500
}

/* ===================================
    About
====================================== */

.about-us-area {
    position: relative;
    background-repeat: no-repeat
}

.about-content {
}

    .about-content h3 {
        font-size: 24px;
        font-weight: 600
    }

    .about-content .btn {
        margin-top: 10px
    }

.vedio-inner {
    position: relative
}

/* ===================================
    Services
====================================== */

.service-area {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background: #f9f9ff
}

    .service-area .single-service {
        padding: 30px 20px;
        display: block;
        border-radius: 4px;
        -webkit-transition: .5s;
        transition: .5s;
        background: #fff
    }

        .service-area .single-service:hover {
            box-shadow: 0 13px 26px 2px rgba(101,110,119,.121)
        }

        .service-area .single-service .service-content h4 a {
            font-size: 22px;
            color: #333
        }

            .service-area .single-service .service-content h4 a:hover {
                color: #972025;
                transition: .5s
            }

        .service-area .single-service p {
            transition: .5s
        }

.service-icon {
    margin-bottom: 15px
}

    .service-icon i {
        display: inline-block
    }

        .service-icon i:before {
            font-size: 35px;
            display: inline-block;
            line-height: 100%;
            text-align: center;
            border-radius: 50%;
            margin-left: 0
        }

    .service-icon.zero i:before {
        color: #972025;
        font-size: 50px
    }

.our-services {
    background-repeat: no-repeat
}

.services-block-two {
    position: relative
}

    .services-block-two:hover {
        transition: .5s;
        box-shadow: 0 13px 26px 2px rgba(101,110,119,.121)
    }

    .services-block-two .inner-box {
        border: .7px solid rgba(226,226,255,.38);
        border-radius: 4px;
        padding: 30px 30px 30px 85px;
        position: relative;
        background: #fff
    }

    .services-block-two .icon-box {
        position: absolute;
        left: 20px;
        top: 50px;
        font-size: 50px;
        color: #972025
    }

    .services-block-two h5 a {
        font-size: 20px
    }

        .services-block-two h5 a:hover {
            color: #972025;
            transition: .5s
        }

.service-catergory li {
    position: relative;
    border: 1px solid #f5f5f5;
    padding: 14px 0;
    margin-bottom: 2px
}

    .service-catergory li:first-child {
        margin-bottom: 10px
    }

    .service-catergory li .caret-icon {
        position: absolute;
        right: 20px;
        top: 20px;
        color: #848484
    }

    .service-catergory li.active a {
        color: #972025
    }

    .service-catergory li.active .caret-icon {
        color: #972025
    }

    .service-catergory li a {
        display: inline-block;
        padding-left: 15px;
        transition: .5s;
        position: relative;
        color: #222;
        font-weight: 600
    }

        .service-catergory li a:hover {
            color: #972025
        }

    .service-catergory li.active a:hover {
        color: #972025
    }

.service-single .service-downloads .download-list li {
    margin-bottom: 5px;
    background: #972025
}

    .service-single .service-downloads .download-list li a {
        color: #fff;
        padding: 15px 20px;
        width: 100%;
        transition: .5s;
        display: inline-block
    }

    .service-single .service-downloads .download-list li span {
        margin-right: 8px
    }

.service-sidebar .sidebar-blog {
    padding: 5px
}

.service-single .popular-news .item h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px
}

.service-single .video-image-box .img-box img {
    display: block;
    width: 100%
}

.service-single .video-image-box .fa {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 80px;
    padding-left: 6px
}

.service-sidebar .popular-news h3 {
    font-size: 24px;
    margin-bottom: 12px
}

.service-sidebar .popular-news .sidebar-blog h5 a {
    font-size: 18px
}

    .service-sidebar .popular-news .sidebar-blog h5 a:hover {
    }

/* ===================================
    Profit
====================================== */

.profit li {
    position: relative;
    color: #848484;
    padding-left: 30px;
    margin: 10px 0
}

    .profit li:after {
        position: absolute;
        content: "";
        left: 0;
        top: 7px;
        width: 11px;
        height: 11px;
        background: #972025
    }

.profit {
    margin-bottom: 10px
}

/* ===================================
    Projects
====================================== */

.portfolio-section {
    background-repeat: no-repeat
}

.three-column-portfolio .outer-container {
    position: relative;
    margin: 0
}

.default-portfolio-item {
    position: relative;
    margin-bottom: 15px
}

    .default-portfolio-item.style-4 {
        padding: 0
    }

    .default-portfolio-item .inner-box {
        position: relative;
        display: block;
        overflow: hidden
    }

    .default-portfolio-item .image-box, .default-portfolio-item .image-box img {
        position: relative;
        display: block;
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-top: 56.25%;
    }

        .default-portfolio-item .image-box img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            right: 0;
            bottom: 0;
            margin: auto;
            object-fit: cover;
            padding: 0;
            transition: all .3s;
        }

        .default-portfolio-item .image-box:hover img {
            transform: scale(1.1);
        }

        .default-portfolio-item .image-box + div {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgb(0 0 0 / 25%);
            text-align: center;
            color: white;
        }

            .default-portfolio-item .image-box + div + i {
                position: absolute;
                width: 50px;
                height: 50px;
                text-align: center;
                line-height: 50px;
                color: red;
                top: 0;
                font-size: 50px;
                right: 0;
                bottom: 0;
                margin: auto;
                left: 0;
                /*border: 2px solid red;*/
                padding: 10px;
                box-sizing: content-box;
                border-radius: 10px;
                pointer-events: none;
            }

    .default-portfolio-item .overlay-box {
        position: absolute;
        left: 20px;
        top: 20px;
        right: 20px;
        bottom: 36px;
        padding: 15px 25px;
        background: rgba(0,160,155,.73);
        opacity: 0;
        -webkit-transition: all 700ms ease;
        -ms-transition: all 700ms ease;
        -o-transition: all 700ms ease;
        -moz-transition: all 700ms ease;
        transition: all 700ms ease;
        -webkit-transform: translateX(-130%);
        -ms-transform: translateX(-130%);
        -o-transform: translateX(-130%);
        -moz-transform: translateX(-130%);
        transform: translateX(-130%)
    }

    .default-portfolio-item .inner-box:hover .overlay-box {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        -moz-transform: translateX(0%);
        transform: translateX(0%)
    }

    .default-portfolio-item .overlay-content {
        position: absolute;
        left: 0;
        bottom: 5px;
        padding: 0 25px 15px
    }

        .default-portfolio-item .overlay-content h3 {
            font-size: 18px;
            color: #fff;
            line-height: 1em;
            font-weight: 500;
        }

            .default-portfolio-item .overlay-content h3 a {
                color: #fff;
                -webkit-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                transition: all 300ms ease
            }

                .default-portfolio-item .overlay-content h3 a:hover {
                }

        .default-portfolio-item .overlay-content .categories {
            color: #fff;
            line-height: 1.6em;
            font-weight: 400;
        }

            .default-portfolio-item .overlay-content .categories a {
                color: #fff;
                font-size: 14px;
                display: inline-block;
                margin-left: 3px;
                margin-right: 3px;
                -webkit-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                transition: all 300ms ease
            }

                .default-portfolio-item .overlay-content .categories a:first-child {
                    margin-left: 0
                }

                .default-portfolio-item .overlay-content .categories a:hover {
                    color: #fff
                }

.fluid-img img {
    width: 100%
}

.project-details .content-list li {
    padding-top: 5px
}

    .project-details .content-list li i {
        color: #972025;
        padding-right: 12px
    }

/* ===================================
    Team
====================================== */

.team-section {
    background-repeat: no-repeat
}

.team-member {
    position: relative;
    text-align: center;
    /* margin-bottom: 30px color: #757575;*/
}

    .team-member .inner-box {
        position: relative;
        overflow: hidden;
        max-width: 500px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

        .team-member .inner-box .image-box {
            margin-bottom: 0;
            position: relative;
            transition: all .4s ease;
            transform-origin: center;
            padding-top: 75%;
            background: white;
        }

            .team-member .inner-box .image-box:hover {
                position: relative;
                transform: scale(1.1);
                filter: brightness(60%);
            }

        .team-member .inner-box.file-box {
            transition: all .4s ease;
            font-size: 14px;
            line-height: 20px;
        }

            .team-member .inner-box.file-box:hover {
                transform: scale(1.1);
            }

            .team-member .inner-box.file-box .image-box {
                padding-top: 0;
            }

                .team-member .inner-box.file-box .image-box:hover {
                    transform: none;
                    filter: none;
                }

    .team-member .image-box img {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        object-fit: contain;
    }

    .team-member .file-box .image-box img {
        position: relative;
    }

    .team-member .desc-content {
        position: relative;
        bottom: 0;
        padding: 25px 20px 0;
        background: #fff;
        opacity: 1;
        /*border: 1px solid #e9eaee;*/
        transition: all .6s ease;
        -moz-transition: all .6s ease;
        -webkit-transition: all .6s ease;
        -ms-transition: all .6s ease;
        -o-transition: all .6s ease;
        left: 0
    }

        .team-member .desc-content.price {
            padding: 15px 0;
            margin: 0 15px;
            border-top: 1px solid #e6e9eb;
        }

            .team-member .desc-content.price + .prodborder {
                height: 2px;
                background: transparent;
                transition: all .3s;
            }

    .team-member:hover .desc-content.price + .prodborder {
        background: #136bb6;
    }
    /*.team-member:hover .desc-content{
    left:-200px;
    opacity:0
}*/

    .team-member h3 {
        font-size: 16px;
        margin-bottom: 0;
        color: #969a9c;
        font-weight: 700;
        height: 40px;
        font-family: Helvetica, Arial, sans-serif;
    }

    .team-member .designation {
        font-size: 12px;
        color: #6e6e6e;
    }

    .team-member .desc-content.price .designation {
        font-size: 12px;
        text-align: center;
        color: #136bb6;
        font-weight: 700;
        font-family: Helvetica, Arial, sans-serif;
    }

    .team-member .hover-content {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 25px 20px;
        background: #972025;
        transform: translateX(-100%);
        color: #fff;
        opacity: 0;
        transition: all .7s ease;
        -moz-transition: all .7s ease;
        -webkit-transition: all .7s ease;
        -ms-transition: all .7s ease;
        -o-transition: all .7s ease
    }

    .team-member:hover .hover-content {
        transform: translateX(0%);
        opacity: 1
    }

    .team-member .hover-content h3 {
        color: #fff
    }

    .team-member .hover-content .designation {
        margin-bottom: 10px;
        color: #fff
    }

    .team-member .social a {
        position: relative;
        display: inline-block;
        margin: 2px 5px;
        color: #fff;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center
    }

.four-item-team-carousel .owl-nav {
    padding: 0;
    text-align: center
}

    .four-item-team-carousel .owl-nav button.owl-next, .four-item-team-carousel .owl-nav button.owl-prev {
        position: relative;
        width: 50px;
        height: 50px;
        margin: 0 8px;
        display: inline-block;
        line-height: 46px;
        border: 1px solid #f0f0f0;
        text-align: center;
        font-size: 24px;
        color: #949494;
        border-radius: 50%;
        transition: 300ms
    }

    .four-item-team-carousel .owl-nav button.owl-prev {
        left: 0
    }

    .four-item-team-carousel .owl-nav button.owl-next {
        right: 0
    }

        .four-item-team-carousel .owl-nav button.owl-next:hover, .four-item-team-carousel .owl-nav button.owl-prev:hover {
            color: #fff;
            border-color: #972025;
            background: #972025
        }

/* ===================================
    Testimonial
====================================== */

.testimonial {
    background-repeat: no-repeat;
    background-size: cover
}

.single-testimonial {
    position: relative;
    margin-bottom: 30px
}

    .single-testimonial .single-inner {
        position: relative;
        padding: 30px;
        background: rgba(204,204,204,.1)
    }

    .single-testimonial .testimonial-content {
        margin-bottom: 15px;
        margin-top: 25px;
        position: relative
    }

        .single-testimonial .testimonial-content::before {
            content: '\201C';
            color: rgba(204,204,204,.45);
            position: absolute;
            top: -20px;
            left: 0;
            font-weight: 700;
            font-size: 70px;
            font-family: Helvetica, Arial, sans-serif;
        }

        .single-testimonial .testimonial-content::after {
            content: '\201D';
            color: rgba(204,204,204,.45);
            position: absolute;
            right: 0;
            bottom: -20px;
            font-weight: 700;
            font-size: 70px;
            font-family: Helvetica, Arial, sans-serif;
        }

    .single-testimonial .single-inner.style-2 {
        text-align: center;
        max-width: 1000px;
        margin: 0 auto;
        padding-top: 45px
    }

    .single-testimonial .testi-author-info {
        position: relative;
        padding-left: 85px;
        padding-top: 8px
    }

    .single-testimonial .single-inner.style-2 .testi-author-info img {
        margin: 0 auto
    }

    .single-testimonial .testi-author-info .image {
        position: absolute;
        left: 0;
        top: 0
    }

        .single-testimonial .testi-author-info .image img {
            border-radius: 50%;
            width: 70px;
            height: 70px
        }

    .single-testimonial .testi-author-info .designation {
        display: block;
        font-size: 14px;
        line-height: 20px;
        color: #972025;
        font-weight: 500
    }

    .single-testimonial .author-info {
    }

        .single-testimonial .author-info .image {
            margin-bottom: 20px
        }

        .single-testimonial .author-info img {
            margin: 0 auto;
            border-radius: 50%;
            width: 100px;
            height: 100px
        }

        .single-testimonial .author-info .name {
        }

        .single-testimonial .author-info .designation {
            display: block;
            font-size: 14px;
            line-height: 20px;
            color: #972025;
            font-weight: 500
        }

.testimonial-carousel .owl-dots {
    position: absolute;
    width: 100%;
    bottom: -20px;
    text-align: center
}

.testimonial-carousel button.owl-dot {
    position: relative;
    display: inline-block;
    height: 6px;
    width: 30px;
    border-radius: 10px;
    margin: 0 7px;
    transition: all 300ms ease;
    background-color: #727b9a
}

.testimonial-carousel .owl-dot:hover, .testimonial-carousel .owl-dot.active {
    background-color: #972025
}

/* ===================================
    News
====================================== */

.news-block-one {
    position: relative;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    /*box-shadow: 0 13px 26px 2px rgba(101,110,119,.121)*/
}

    .news-block-one:hover {
        /*box-shadow: 0 13px 26px 2px rgba(101,110,119,.121)*/
    }

    .news-block-one .news-bottom {
        -webkit-transition: all ease .6s;
        transition: all ease .6s
    }

    /*.news-block-one:hover .news-bottom {
        background: #fff
    }*/

    .news-block-one .news-inner {
        padding: 35px 0 25px;
        position: relative;
        /*border: 1px solid rgba(204,204,204,.29);*/
        border-top: 0
    }

        .news-block-one .news-inner.style-2 {
            padding: 15px
        }

    .news-block-one .news-bottom h4 {
        margin-top: -8px;
        font-weight: 600;
        font-size: 20px
    }

        .news-block-one .news-bottom h4 a:hover,
        .news-block-one .news-bottom h5 a:hover {
            color: #ec8531;
            /*  background: #f3f3f3 !important;*/
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease
        }

    .news-block-one .news-bottom .default-link:hover {
        color: #2e2e95;
        -webkit-transition: .5s ease;
        transition: .5s ease
    }

    .news-block-one .blog-thumb {
        display: block;
        overflow: hidden;
        position: relative;
        margin-bottom: 0;
    }

        .news-block-one .blog-thumb:before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #000;
            opacity: 0;
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            transition: all .35s;
            z-index: 1
        }

    .news-block-one:hover .blog-thumb:before {
        opacity: .7
    }

    .news-block-one .blog-thumb a.link-btn,
    .news-block-one .blog-thumb span.link-btn {
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 9;
        background: #d36e19;
        ;
        border-radius: 50%;
        color: #fff;
        font-size: 20px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        opacity: 0;
        display: inline-block;
        text-align: center;
        transform: translateX(-50%) translateY(-50%) scale(.5);
        transition: all .4s ease 0s
    }

        .news-block-one .blog-thumb a.link-btn:hover {
            background: #fff none repeat scroll 0 0;
            color: #d36e19;
        }

    .news-block-one:hover .blog-thumb a.link-btn,
    .news-block-one:hover .blog-thumb span.link-btn {
        opacity: 1;
        transform: translateX(-50%) translateY(-50%) scale(1)
    }

    .news-block-one .blog-thumb img {
        width: 100%;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all .5s ease 0s;
        transition: all .5s ease 0s;
    }

    .news-block-one .news-bottom blockquote {
        position: relative;
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        line-height: 26px;
        padding: 22px;
        background: #972025;
        border-left: 4px solid #972025;
        margin-top: 30px;
        margin-bottom: 30px
    }

    .news-block-one.mainpage .blog-thumb {
        padding-top: 60%;
    }

        .news-block-one.mainpage .blog-thumb img {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.read_more {
    color: #d36e19;
    ;
    /*font-weight: 600*/
    font-size: 14px;
}

    .read_more:hover {
        color: #bb0009
    }

    .read_more i {
        padding-left: 2px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

        .read_more i:before {
            font-size: 12px
        }

    .read_more:hover i {
        padding-left: 10px
    }

.post-admin {
    border: 1px solid rgba(204,204,204,.29);
    padding: 20px 22px 10px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between
}

    .post-admin a {
        color: #d36e19;
        ;
        font-weight: 500
    }

.admin-by {
    padding-bottom: 10px
}

    .admin-by img {
        width: 30px;
        border-radius: 50%;
        height: 30px;
        margin-right: 5px
    }

.post-date {
    display: inline-block;
    padding-top: 2px
}

    .post-date i {
        margin-right: 7px
    }

.post-love i {
    margin-right: 5px
}

.pagination-nav {
}

    .pagination-nav ul li {
        display: inline-block;
        margin: 0 2px
    }

        .pagination-nav ul li a {
            border: .7px solid rgba(226,226,255,.45);
            display: block;
            color: #972025;
            height: 45px;
            width: 45px;
            line-height: 45px;
            text-align: center;
            font-weight: 500;
            border-radius: 50px;
            font-size: 16px;
            box-shadow: 0 13px 16px 2px rgba(101,110,119,.121)
        }

        .pagination-nav ul li.active a, .pagination-nav ul li:hover a {
            background: #972025;
            color: #fff
        }

.sidebar-bg {
    background: #fff;
    padding: 20px;
    box-shadow: 0 13px 22px 2px rgba(101,110,119,.121)
}

.sidebar-search {
    position: relative
}

    .sidebar-search input {
        width: 100%;
        height: 54px;
        border: none;
        border: 1px solid #f1f1f1;
        padding: 0 56px 0 12px;
        color: #9e9e9e
    }

    .sidebar-search button {
        width: 54px;
        height: 54px;
        position: absolute;
        top: 20px;
        background: #972025;
        right: 20px;
        color: #fff
    }

.sidebar-category {
    position: relative
}

    .sidebar-category ul {
        margin-top: 20px
    }

        .sidebar-category ul li {
            margin: 0
        }

            .sidebar-category ul li a {
                font-weight: 400;
                color: #848484;
                position: relative;
                width: 100%;
                transition: .5s ease;
                line-height: 40px;
                display: block
            }

                .sidebar-category ul li a:hover {
                    color: #972025;
                    transition: .5s ease
                }

.sidebar-blog .admin-by img {
    width: 30px;
    height: 30px;
    display: inline-block
}

.sidebar .owl-dots {
    position: relative;
    text-align: center
}

    .sidebar .owl-dots .owl-dot {
        position: relative;
        display: inline-block;
        margin: 0 5px;
        width: 12px;
        height: 12px;
        background: #243e63;
        border-radius: 50%
    }

        .sidebar .owl-dots .owl-dot.active {
            background: #972025
        }

.sidebar-tags ul {
    margin-top: 10px
}

    .sidebar-tags ul li {
        display: inline-block;
        margin: 0 4px 8px 0
    }

        .sidebar-tags ul li a {
            border: .7px solid #e2e2ff;
            background: #fff;
            display: inline-block;
            color: #727b9a;
            border-radius: 4px;
            padding: 10px 20px
        }

            .sidebar-tags ul li a:hover {
                background: #145296;
                color: #fff
            }

.blog-classic {
    position: relative
}

.blog-details .news-block-one:hover .blog-thumb:before {
    opacity: 0
}

.details-post-date {
    position: absolute;
    left: 0;
    top: 15px;
    background: #145296;
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    z-index: 9;
    margin-bottom: 5px;
}

.post-entry ul {
    margin-bottom: 20px;
    padding-left: 35px
}

.lead-point li {
    margin-bottom: 10px;
    font-weight: 600
}

    .lead-point li i {
        margin-right: 10px
    }

.post-tag {
    font-size: 13px
}

    .post-tag span {
        margin-right: 10px
    }

    .post-tag .fa-tag {
        padding-right: 10px;
        color: #972025
    }

.blog-share-icon span {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 17px
}

.blog-share-icon a {
    font-size: 18px;
    transition: .3s;
    margin-right: 22px
}

    .blog-share-icon a:last-child {
        margin-right: 0
    }

.post-comments {
    padding: 30px;
    margin-bottom: 40px;
    padding-bottom: 45px;
    box-shadow: 0 13px 26px 2px rgba(101,110,119,.121)
}

.blog-coment-title h4 {
    margin-bottom: 0
}

.comments-avatar {
    float: left
}

@media(max-width:767px) {
    .comments-avatar {
        float: none
    }
}

.comments-avatar img {
    width: 90px;
    margin-right: 20px;
    border-radius: 50%
}

.latest-comments li:first-child .comments-box {
    border-top: 0;
    padding-top: 0
}

.latest-comments li:last-child .comments-box {
    border-bottom: 0;
    padding-bottom: 0
}

.latest-comments li.children {
    margin-left: 80px
}

@media(max-width:767px) {
    .latest-comments li.children {
        margin-left: 0
    }
}

.comments-box {
    border-top: 1px solid #eaedff;
    padding: 20px 0
}

.comments-text {
    overflow: hidden;
    padding-top: 4px
}

@media(max-width:767px) {
    .comments-text {
        margin-top: 15px
    }
}

.comments-text p {
    margin-bottom: 0;
    margin-top: 8px
}

.avatar-name h5 {
    font-size: 18px;
    margin-bottom: 7px
}

.avatar-name span {
    color: #972025;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px
}

.avatar-name {
    margin-bottom: 3px;
    overflow: hidden;
    position: relative
}

.reply {
    color: #6f7172;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    transition: .3s;
    line-height: 1;
    margin-top: 4px;
    position: absolute;
    right: 0;
    top: 0
}

    .reply:hover {
        color: #972025
    }

    .reply i {
        margin-right: 5px
    }

.post-comments-form {
}

.post-comments-title h2 {
    font-size: 26px;
    color: #140a20;
    margin-bottom: 0
}

/* ===================================
    Contact
====================================== */

.contact-post-form {
    padding: 30px;
    box-shadow: 0 13px 26px 2px rgba(101,110,119,.121)
}

@media(max-width:767px) {
    .contact-post-form {
        padding: 20px
    }
}

.contact-post-form input {
    border: none;
    height: 60px;
    margin-bottom: 20px;
    padding: 0 30px;
    width: 100%;
    color: #727b9a
}

.contact-post-form textarea {
    border: none;
    height: 150px;
    margin-bottom: 20px;
    padding: 30px;
    width: 100%;
    color: #727b9a
}

#contacts-form input::placeholder, #contacts-form textarea::placeholder {
    color: #727b9a
}

.contact-icon {
    position: relative
}

    .contact-icon::after {
        position: absolute;
        content: "";
        font-family: fontawesome;
        font-weight: 700;
        display: inline-block;
        font-size: 16px;
        text-align: center;
        right: 30px;
        color: #972025;
        top: 18px
    }

.contact-post-form .contact-icon::before {
    display: none
}

.contacts-name::after {
    content: "\f007"
}

.contacts-email::after {
    content: "\f0e0"
}

.contacts-phone::after {
    content: "\f095"
}

.contacts-website::after {
    content: "\f0ac"
}

.contact-post-form .btn {
    margin-top: 0
}

.contact-page-info {
}

.contact-info {
    text-align: center;
    padding: 20px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    box-shadow: 0 13px 26px 2px rgba(101,110,119,.121)
}

    .contact-info:hover {
        box-shadow: 0 15px 16px 0 rgba(0,0,0,.03),0 0 82px 0 rgba(0,0,0,.02);
        background: #fff;
        border-color: #fff;
        -webkit-transition: all ease .5s;
        transition: all ease .5s
    }

    .contact-info .inner-icon {
        color: #2e3543;
        font-size: 40px
    }

        .contact-info .inner-icon i.fas.fa-phone {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg)
        }

    .contact-info h4 {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .contact-info h5 a {
        color: #333;
        font-size: 16px;
    }

        .contact-info h5 a:hover {
            color: #2e3543;
            transition: .5s
        }

.contact-section {
    position: relative
}

    .contact-section .default-form-area {
        padding: 80px 45px 70px 20px
    }

.contact-form.contact-page-form .form-group {
    margin-bottom: 20px
}

.contact-form.contact-page-form input, .contact-form.contact-page-form select, .contact-form.contact-page-form textarea {
    border: 0;
    border-bottom: 1px solid #fff;
    background: 0 0;
    padding: 0;
    color: #fff
}

    .contact-form.contact-page-form input:focus, .contact-form.contact-page-form select:focus, .contact-form.contact-page-form textarea:focus {
        box-shadow: none
    }

.contact-form.contact-page-form textarea {
    height: 110px
}

.contact-form.contact-page-form .theme-btn {
    margin-top: 30px
}

.contact-form.contact-page-form ::-webkit-input-placeholder {
    color: #fff;
    font-size: 15px
}

.contact-form.contact-page-form ::-moz-placeholder {
    color: #fff;
    font-size: 15px
}

.contact-form.contact-page-form :-ms-input-placeholder {
    color: #fff;
    font-size: 15px
}

.contact-form.contact-page-form :-moz-placeholder {
    color: #fff;
    font-size: 15px
}

.contact-section .contact-right {
    position: relative;
    width: 50%;
    float: right;
    background-size: cover;
    background-repeat: no-repeat
}

    .contact-section .contact-right:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        background-color: #2e3543;
    }

    .contact-section .contact-right .default-form-area {
        position: relative;
        max-width: 585px;
        float: right
    }

.default-form-area .section-title {
    margin-bottom: 20px
}

.default-form-area h2 {
    color: #fff;
    font-size: 28px
}

.contact-section-btn .btn {
    margin-top: 10px
}

.contact-page-from .default-form-area {
    background: #972025;
    margin-bottom: 80px;
    padding: 80px 50px 70px
}

.sommet-thank-you, .sommet-form-message {
    color: #fff;
}

/* ===================================
    Stats
====================================== */

.funfact {
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover
}

    .funfact:before {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,.6313)
    }

.stat-item {
    border: 1px solid rgba(255,255,255,.26);
    text-align: center;
    padding: 20px 10px;
    background: rgba(255,255,255,.07)
}

    .stat-item .count {
        font-size: 45px;
        padding-bottom: 25px;
        font-weight: 600;
        color: #f9f9f9;
        display: inline-block;
        line-height: 63px
    }

    .stat-item .text {
        position: relative;
        margin-top: 6px;
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        margin: 0
    }

        .stat-item .text::after {
            content: " ";
            display: block;
            height: 1px;
            width: 80px;
            background: #972025;
            top: -15px;
            left: 50%;
            margin-left: -40px;
            position: absolute
        }

/* ===================================
    Page Title
====================================== */

.page-title {
    position: relative;
}

    .page-title:before {
        position: absolute;
        content: '';
        background: rgba(0,0,0,.4);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .page-title h1 {
        position: relative;
        color: #fff;
        font-size: 40px
    }

    .page-title .bread-crumb li {
        position: relative;
        margin-left: 20px;
        color: #fff;
        display: inline-block;
        line-height: 30px;
    }

        .page-title .bread-crumb li.active {
            /*color: #972025;*/
            font-weight: 500
        }

        .page-title .bread-crumb li span {
            margin-right: 10px
        }

        .page-title .bread-crumb li:after {
            content: '\f105';
            position: absolute;
            right: -21px;
            top: 0;
            width: 20px;
            text-align: center;
            line-height: 30px;
            font-family: fontawesome;
            font-weight: 900
        }

        .page-title .bread-crumb li:first-child {
            margin-left: 0
        }

        .page-title .bread-crumb li:last-child:after {
            display: none
        }

        .page-title .bread-crumb li a {
            color: #fff;
            transition: all .3s ease;
            -moz-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease
        }

            .page-title .bread-crumb li a:hover {
                color: #ea8930
            }

/* ===================================
    404 Page
====================================== */

.error-section .error-text h2 {
    color: #972025;
    font-size: 150px;
    font-weight: 700;
    letter-spacing: 4px
}

.error-section h3 {
    font-weight: 500;
    font-size: 28px;
    margin-top: 25px;
    font-weight: 500
}

.error-section h5 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 40px
}

.error-section .error-options .or {
    color: #2f2f2f;
    font-size: 18px;
    margin: 0 18px;
    font-weight: 500
}

.error-search-box {
    position: relative;
    margin-top: 12px;
    width: 320px;
    display: inline-block
}

    .error-search-box .form-group {
        position: relative;
        margin: 0
    }

        .error-search-box .form-group input[type=text], .error-search-box .form-group input[type=search] {
            padding: 10px 50px 10px 20px;
            border: 2px solid #ededed;
            display: block;
            width: 100%;
            height: 54px;
            border-radius: 40px;
            transition: 500ms
        }

        .error-search-box .form-group input:focus {
            border-color: #972025
        }

        .error-search-box .form-group button {
            position: absolute;
            right: 0;
            top: 0;
            height: 55px;
            width: 50px;
            line-height: 52px;
            text-align: center;
            display: block;
            font-size: 14px;
            color: silver;
            background: 0 0;
            border-radius: 0 3px 3px 0;
            font-weight: 400
        }

            .error-search-box .form-group input:focus + button, .error-search-box .form-group button:hover {
                color: #972025;
                border-color: #972025
            }

/* ===================================
    Partners
====================================== */

.partners-section {
}

    .partners-section .section-title {
        margin-bottom: 25px
    }

    .partners-section .item {
        padding: 20px;
        background: #fff;
        border: 1px solid rgba(204,204,204,.31)
    }

        .partners-section .item img {
            width: auto
        }

/* ===================================
    Call To Action
====================================== */

.purchase-section {
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center
}

    .purchase-section:before {
        content: '';
        position: absolute;
        background: rgba(0,0,0,.58);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }

#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -9
}

.purchase-section h3 {
    position: relative;
    color: #fff;
    padding-left: 15px
}

.purchase-section .btn {
    margin-top: 0;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff
}

/* ===================================
    Footer
====================================== */

.footer {
    position: relative;
    background: #0e88db;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover
}

    .footer:before {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #323946;
    }

    .footer .footer-column {
        margin-bottom: 30px
    }

    .footer .footer-logo {
        position: relative;
        margin-bottom: 30px;
        font-size: 14px;
    }

        .footer .footer-logo img {
            display: block;
            max-width: 100%
        }

    .footer .logo-widget .social-icon-one li a {
        background: #041c2c;
    }

        .footer .logo-widget .social-icon-one li a:hover {
            background: #d36e19;
        }

    .footer .footer-widget h2 {
        position: relative;
        font-size: 16px;
        font-weight: 600;
        padding-bottom: 20px;
        color: #fff;
        margin-bottom: 40px
    }

        .footer .footer-widget h2:after {
            position: absolute;
            content: '';
            left: 0;
            bottom: 0;
            width: 40px;
            height: 1px;
            background-color: #972025
        }

    .footer .logo-widget .text {
        text-align: center;
    }

    .footer .links-widget .list {
        margin-top: -7px
    }

        .footer .links-widget .list li a {
            position: relative;
            display: inline-block;
            padding: 2px 0 7px 20px;
            color: #fff;
            font-weight: 600;
        }

            .footer .links-widget .list li a:before {
                content: '\f105';
                position: absolute;
                left: 0;
                top: 6px;
                line-height: 15px;
                font-family: fontawesome
            }

            .footer .links-widget .list li a:hover {
                color: #972025
            }

    .footer .posts-widget .post {
        position: relative;
        min-height: 90px;
        margin-bottom: 15px
    }

        .footer .posts-widget .post:last-child {
            margin-bottom: 0;
            border: 0
        }

        .footer .posts-widget .post .post-thumb {
            display: none;
            top: 0;
            width: 73px;
            height: 73px;
            border-radius: 50%;
            position: absolute;
            left: 0
        }

            .footer .posts-widget .post .post-thumb img {
                width: 100%;
                display: block
            }

        .footer .posts-widget .post .news-text {
            position: relative;
            line-height: 24px;
            padding: 0 0 5px;
            top: -4px;
            max-width: 90%;
            font-size: 16px;
            color: #f4f4f4
        }

            .footer .posts-widget .post .news-text a {
                color: #a7a7a7;
                /* font-weight: 600;*/
                font-size: 12px;
            }

                .footer .posts-widget .post .news-text a:hover {
                    color: #e5e5e5;
                    /* font-weight: 600;*/
                    font-size: 12px;
                }

        .footer .posts-widget .post .time {
            line-height: 24px;
            position: relative;
            color: #868686;
            font-size: 11px;
            font-weight: 600
        }

.footer-form {
}

    .footer-form input {
        border: none;
        height: 50px;
        margin-bottom: 10px;
        padding: 0 15px;
        width: 100%;
        color: #aaa;
        border-radius: 2px;
        background: #031826;
    }

    .footer-form textarea {
        border: none;
        height: 90px;
        margin-bottom: 10px;
        padding: 8px 15px;
        width: 100%;
        color: #aaa;
        background: #313131
    }

        .footer-form input::placeholder, .footer-form textarea::placeholder {
            color: #aaa
        }

.footer-bottom {
    text-align: center;
    background: #282e3a;
    position: relative;
    padding: 30px 0
}

    .footer-bottom .copyright {
        font-size: 13px;
        color: #8f8f8f;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 600
    }

    .footer-bottom a {
        color: #999999
    }

/* ===================================
    Map Section
====================================== */

.contact-map-section {
    position: relative;
    width: 100%;
    height: 100%
}

    .contact-map-section .map-outer {
        position: relative;
        height: 500px
    }

    .contact-map-section .map-canvas {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: 562px
    }

.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    padding: 10px
}

    .map-data h6 {
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 10px;
        color: #121212
    }

/* ===================================
    Features Section
====================================== */

.features-section {
    background: #f7f7f7
}

    .features-section .single-feature {
        position: relative;
        padding: 0 0 0 95px;
        margin-bottom: 27px
    }

        .features-section .single-feature .icon-box {
            position: absolute;
            left: 0;
            top: 14px;
            background: #972025;
            width: 70px;
            height: 70px;
            line-height: 70px;
            border-radius: 50px;
            text-align: center;
            z-index: 1
        }

            .features-section .single-feature .icon-box.bg-round:before {
                position: absolute;
                content: "";
                left: -9px;
                top: 17px;
                background: rgba(0,160,155,.7);
                width: 70px;
                height: 70px;
                line-height: 70px;
                border-radius: 50px;
                z-index: 0
            }

            .features-section .single-feature .icon-box span:before {
                font-size: 35px;
                color: #fff;
                margin: 0;
                transition: all 500ms ease;
                z-index: 2;
                position: relative
            }

        .features-section .single-feature:hover .icon-box i, .features-section .single-feature:hover h4 a {
            color: #972025
        }

        .features-section .single-feature h4, .features-section .single-feature h4 a {
            line-height: 26px;
            color: #000;
            font-weight: 600
        }

[photoswipe] {
    cursor: pointer;
}

.gallery-viewer-play-video-btn-container {
    position: relative;
    cursor: pointer;
}

    .gallery-viewer-play-video-btn-container button {
        pointer-events: none;
        position: absolute;
        outline: 0;
        border: none;
        background-color: transparent;
        padding: 0;
        color: inherit;
        text-align: inherit;
        font-size: 100%;
        font-family: inherit;
        cursor: pointer;
        line-height: inherit;
        left: 50%;
        top: 50%;
        width: 68px;
        height: 48px;
        margin-left: -34px;
        margin-top: -24px;
        -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
        -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
        transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    }

    .gallery-viewer-play-video-btn-container .ytp-large-play-button-bg {
        -moz-transition: fill .1s cubic-bezier(0.4,0.0,1,1),fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
        -webkit-transition: fill .1s cubic-bezier(0.4,0.0,1,1),fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
        transition: fill .1s cubic-bezier(0.4,0.0,1,1),fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
        fill: #cc181e;
        fill-opacity: 1;
    }

.YouTubePopUp-Wrap .loading {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -36px;
    color: #fff;
}

#leftMenu .subMenu {
    opacity: 0;
    pointer-events: none;
    background: white;
    position: absolute;
    top: 0;
    left: 100%;
    width: 300px;
    z-index: 10;
    transition: opacity .3s;
    box-shadow: 8px 10px 9px -6px #a3a3a3
}

#leftMenu > div, .subMenu > div {
    position: relative;
    transition: background-color .3s;
    border-bottom: 1px solid #cfcfcf;
}

    #leftMenu > div:last-child, .subMenu > div:last-child {
        border-bottom: none
    }

    #leftMenu > div a, .subMenu > div a {
        display: block;
        padding: 5px 10px;
    }

#leftMenu div:not(.subMenu):hover, #leftMenu div.active {
    background-color: #b3171d;
    color: #ffffff;
}

    #leftMenu div:not(.subMenu):hover > a,
    #leftMenu div.active > a {
        color: #ffffff;
    }


#leftMenu div:hover > .subMenu {
    opacity: 1;
    pointer-events: initial;
}

#leftMenu a.fa {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 28px;
    color: #5c5a57;
}


.footer .text {
    color: #919191
}

/*.main-slider,
.main-slider .slider-wrapper .image img,
.main-slider .slider-wrapper .image video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}*/

@media screen and (min-width: 771px) {
    header.mainpage-header.main-header {
        position: fixed;
    }

        header.mainpage-header.main-header .header-top {
            /*background: rgba(34, 34, 34,.2);*/
            background: transparent;
            overflow: hidden;
            transition: all .3s;
        }

        header.mainpage-header.main-header .header-upper {
            /*background: rgba(34, 34, 34,.2);*/
            background: transparent;
            z-index: 10000;
        }

            header.mainpage-header.main-header .header-upper .main-menu .navigation > li > a,
            header.mainpage-header.main-header .header-top .social-links a,
            header.mainpage-header.main-header .header-top .links-nav li .fa,
            header.mainpage-header.main-header .search-box-btn,
            header.mainpage-header.main-header .header-top .links-nav li a {
                /*color: white;*/
            }

                header.mainpage-header.main-header .header-top .links-nav li a:hover,
                header.mainpage-header.main-header .main-menu .navigation > li > a:hover {
                    color: #685629;
                }

        header.mainpage-header.main-header .dropdown-item {
            color: #ff8508 !important;
        }
}

@media screen and (max-width:991px) {
    .sticky-header {
        height: 80px;
    }

    .main-header {
        padding: 12px 0;
        height: 84px;
    }
}

.boat {
    background: #EFEFEF;
    text-align: center;
    margin-bottom: 30px;
}

    .boat .details {
        padding: 18px;
    }

    .boat .note {
        line-height: 180%;
        margin-bottom: 20px;
    }

    .boat h2.boat-title {
        font-size: 21px;
    }

    .boat .image-wrapper {
        position: relative;
        height: 0;
        padding-top: 56.25%;
        overflow: hidden;
        background: black;
    }

        .boat .image-wrapper img {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all .3s;
        }

        .boat .image-wrapper:hover img {
            transform: scale(1.1);
            opacity: .8;
        }

    .boat .button a {
        display: inline-block;
        padding: 10px 20px;
        border: 1px solid #7c7474;
        margin-top: 20px;
        transition: all .3s;
    }

        .boat .button a:hover {
            color: white;
            background: #5a5a5a;
        }

.prodMainImg img {
    width: 100%;
    max-height: 50vh;
    object-fit: contain;
    height: 280px;
}

section.page-title .container .outer-box {
    position: absolute;
    bottom: 10px;
}

#preOrderButton {
    display: inline-block;
    position: unset;
    float: right;
    background: #034ea2;
}

    #preOrderButton:hover {
        display: inline-block;
        position: unset;
        float: right;
        background: #f6811e;
    }

#catButton, #basketButton {
    display: inline-block;
    position: unset;
    background: #ec8531;
    margin: 5px;
}

.news-text li {
    list-style: inside;
}

#cookiePart {
    position: fixed;
    z-index: 100;
    background: rgba(0, 0, 0,.78);
    width: 40%;
    bottom: 0;
    font-size: 12px;
    line-height: 22px;
    min-width: 300px;
}

    #cookiePart .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: white;
        padding: 20px;
    }

        #cookiePart .container a {
            display: block;
        }

        #cookiePart .container > a {
            padding-left: 10px
        }

@media screen and (max-width:700px) {
    #cookiePart .container {
        display: block;
    }
}

#cookiePart .text a {
    color: #f44336;
    display: inline;
}

    #cookiePart .text a:hover {
        color: red;
        display: inline;
    }

.filterBody {
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 0 1px;
    margin-bottom: 10px;
    padding: 5px;
    box-sizing: border-box;
    margin: 0 -5px 10px;
}

#leftMenuPart .title {
    font-weight: 700;
    line-height: 3;
    font-family: 'Open Sans';
}

#leftMenuPart .form-check {
    color: #60676f;
    transition: all .3s;
    cursor: pointer;
}

    #leftMenuPart .form-check .form-check-label {
        width: 100%;
        cursor: pointer;
        z-index: 1;
        padding-left: 2rem;
        margin-left: -2rem;
        position: relative;
    }

        #leftMenuPart .form-check .form-check-label small {
            font-size: 13px;
        }

    #leftMenuPart .form-check:hover {
        color: #136bb6;
    }

    #leftMenuPart .form-check input {
        border: 2px solid #60676f;
        transition: all .3s;
        appearance: none;
        width: 13px;
        height: 13px;
        padding: 0;
        border-radius: 3px;
        box-sizing: border-box;
        margin-top: 0;
        top: 8px;
    }

        #leftMenuPart .form-check input:checked:before {
            content: 'ok';
        }


    #leftMenuPart .form-check:hover input {
        color: #60676f;
        border: 2px solid #136bb6;
        transition: all .3s;
        color: #136bb6;
    }

    #leftMenuPart .form-check input:checked:before {
        content: '\f00c';
        position: absolute;
        top: 0;
        left: -1px;
        right: 0;
        bottom: 0;
        display: block;
        line-height: 10px;
        font-family: 'fontawesome';
        color: inherit;
        font-size: 12px;
    }

.btn-sm {
    padding: 5px 20px;
}

.heading {
    position: relative;
}

.heading__pre-title {
    display: inline-block;
    color: #a9aeb3;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
    margin-bottom: 17px;
    z-index: 1;
    position: relative;
}

.heading__title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 0;
    z-index: 1;
    position: relative;
}

@media only screen and (min-width:992px) {
    .heading__title {
        font-size: 40px;
        line-height: 45px;
    }
}

.heading__text {
    margin-top: 26px;
    z-index: 1;
    position: relative;
}

    .heading__text:last-of-type {
        margin-bottom: 0;
    }

.heading__layout {
    display: none;
    color: transparent;
    font-size: 85px;
    line-height: .85;
    font-weight: 700;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: -.020em;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ebebeb;
    position: absolute;
    left: 20px;
    top: -30px;
    z-index: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media only screen and (min-width:992px) {
    .heading__layout {
        display: initial;
    }
}

@media only screen and (min-width:1200px) {
    .heading__layout {
        font-size: 100px;
    }
}

@media only screen and (min-width:1600px) {
    .heading__layout {
        font-size: 120px;
    }
}

.heading--center {
    text-align: center;
    width: 100%
}

    .heading--center .heading__layout {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 5px;
        top: auto;
        white-space: nowrap;
    }

    .heading--center .intro--layout {
        bottom: auto;
        top: 7px;
    }

@media only screen and (min-width:1200px) {
    .heading--center .intro--layout {
        top: -5px;
    }
}

@media only screen and (min-width:1600px) {
    .heading--center .intro--layout {
        top: -20px;
    }
}

.heading--white {
    color: #fff;
}

    .heading--white .heading__pre-title {
        color: #d8dde1;
    }

span.color--green {
    color: #565656;
}

.front-about {
    width: 100%;
    /*max-width: 1660px;*/
    margin: 0 auto;
    color: #fff;
    z-index: 2;
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 70px 0;
    padding-bottom: 20px;
}

@media only screen and (min-width:768px) {
    section.front-about {
        padding: 90px 0;
    }
}

@media only screen and (min-width:992px) {
    section.front-about {
        padding: 120px 0;
    }
}

@media only screen and (min-width:1200px) {
    section.front-about {
        padding: 140px 0;
    }
}

@media only screen and (min-width:1200px) {
    section.front-about {
        padding-bottom: 0;
    }
}

/*.front-about::after {
    content: "";
    display: block;
    height: 70px;
    width: 100vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #f3f6f5;
    z-index: -1;
}
*/
.front-about__img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

@media only screen and (min-width:1200px) {
    .front-about__img {
        height: 100%;
        width: 38%
    }
}

.front-about__img img {
    display: none;
    z-index: 0;
    max-width: 100%;
}

@media only screen and (min-width:1200px) {
    .front-about__img img {
        display: initial;
    }
}

.front-about__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #031e30;
    pointer-events: none;
    text-align: right;
}

@media only screen and (min-width:1200px) {
    .front-about__bg {
        height: 100%;
    }
}

.front-about .heading {
    margin-bottom: 26px;
}

.front-about .button {
    margin: 30px 0 0 0;
}

@media only screen and (min-width:1200px) {
    .front-about .button {
        margin: 30px 0 30px 0;
    }
}

.front-about .counter {
    margin-top: auto;
    position: relative;
}

.front-about__video {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    color: #414a53;
    font-size: 14px;
    font-weight: 700;
    height: 75px;
    line-height: 75px;
    text-decoration: none;
    padding: 0 35px 0 35px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

@media only screen and (min-width:1200px) {
    .front-about__video {
        top: 0;
        bottom: auto;
    }
}

@media only screen and (min-width:1600px) {
    .front-about__video {
        top: auto;
        bottom: 0;
    }
}

.front-about__video:hover {
    color: #ED1C24;
}

.front-about__video .icon {
    margin-right: 35px;
}

.front-about--white::after {
    display: none;
}

.button {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.button--filled {
    color: #fff;
    font-size: 14px;
    background: #ED1C24;
    height: 70px;
    line-height: 70px;
    min-width: 210px;
    padding: 0 30px;
}

    .button--filled:hover {
        color: #fff;
        background: #21bb9f;
    }

.button--white {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    height: 50px;
    line-height: 46px;
    min-width: 170px;
    text-align: left;
    border: 2px solid #fff;
    border-radius: 0 0 20px 0;
    padding: 0 20px;
}

    .button--white span {
        display: inline-block;
        min-width: 95px;
    }

    .button--white .icon {
        font-size: 18px;
    }

    .button--white:hover {
        color: #414a53;
        background: #fff;
    }

.button--green {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #414a53;
    height: 50px;
    line-height: 46px;
    min-width: 170px;
    text-align: left;
    border: 2px solid #ED1C24;
    border-radius: 0 0 20px 0;
    padding: 0 20px;
}

    .button--green span {
        display: inline-block;
        min-width: 95px;
    }

    .button--green .icon {
        font-size: 18px;
    }

    .button--green:hover {
        color: #fff;
        background: #ED1C24;
    }

.button--promo {
    color: #fff;
    font-size: 14px;
    background: #ED1C24;
    height: 60px;
    line-height: 60px;
    min-width: 190px;
    border-radius: 0 0 20px 0;
    padding: 0 20px;
}

    .button--promo span {
        margin-right: 20px;
    }

    .button--promo .icon {
        font-size: 18px;
    }

    .button--promo:hover {
        color: #fff;
        background: #21bb9f;
    }

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.counter {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 50px;
    min-width: 230px;
}

.counter__top {
    font-weight: 700;
    line-height: 1.1;
}

.counter__lower {
    text-align: left;
}

.counter__count {
    font-size: 80px;
    margin-right: 2px;
}

@media only screen and (min-width:1200px) {
    .counter__count {
        font-size: 100px;
    }
}

.counter__subject {
    font-size: 42px;
}

@media only screen and (min-width:1200px) {
    .counter__subject {
        font-size: 50px;
    }
}

.counter__count, .counter__subject {
    display: inline-block;
    letter-spacing: -.050em;
}

.counter--filled {
    color: #fff;
    background: #ED1C24;
    padding: 47px 30px 58px 30px;
    -webkit-clip-path: polygon(90% 0, 100% 12%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(90% 0, 100% 12%, 100% 100%, 0 100%, 0 0);
    width: 100%
}

@media only screen and (min-width:1200px) {
    .counter--filled {
        padding: 47px 50px 58px 50px;
    }
}

.counter--filled .counter__details {
    color: #fff;
}

.counter--white .counter__top {
    color: #fff;
    text-align: left;
}

.counter--white .counter__details {
    color: #767f7f;
}

.counter--blue .counter__top {
    color: #ED1C24;
    text-align: left;
}

.counter--blue .counter__details {
    color: #767f7f;
}

.counter--green .counter__top {
    color: #ED1C24;
}

.counter--green .counter__subject {
    font-size: 60px;
}

@media only screen and (min-width:1200px) {
    .counter--green .counter__subject {
        font-size: 100px;
    }
}

.offset-50 {
    margin-bottom: -50px !important;
}

@media screen and (min-width: 992px) {
    header.mainpage-header.main-header {
        position: fixed;
    }

        header.mainpage-header.main-header .header-top {
            background: rgba(34, 34, 34,.2);
            background: transparent;
        }

        header.mainpage-header.main-header .header-upper {
            background: rgba(34, 34, 34,.2);
            background: transparent;
            z-index: 10000;
        }

            header.mainpage-header.main-header .header-upper .main-menu .navigation > li > a,
            header.mainpage-header.main-header .header-top.main-top .social-links a,
            header.mainpage-header.main-header .header-top.main-top .links-nav li .fa,
            header.mainpage-header.main-header .search-box-btn,
            header.mainpage-header.main-header .header-top.main-top .links-nav li a {
                color: #12345c;
                text-shadow: 0 0 5px #ffffff;
            }

                header.mainpage-header.main-header .header-top.main-top .links-nav li a:hover,
                header.mainpage-header.main-header .main-menu .navigation > li > a:hover {
                    color: #f8831e;
                    text-shadow: 0px 0px 5px #ffffff;
                }

        header.mainpage-header.main-header .main-top .dropdown-item {
            color: #685629 !important;
        }

        header.mainpage-header.main-header .main-top ul.links-nav.clearfix {
            position: absolute;
            top: calc(100vh - 60px);
            transition: all .3s;
        }

        header.mainpage-header.main-header.fixed-header .main-top ul.links-nav.clearfix {
            opacity: 0;
            pointer-events: none;
        }

        header.mainpage-header.main-header .main-top .social-part {
            position: absolute;
            width: 170px;
            text-align: right;
            top: calc(100vh - 60px);
            right: 110px;
            transition: all .3s;
        }

        header.mainpage-header.main-header.fixed-header .main-top .social-part {
            opacity: 0;
            pointer-events: none;
        }

        header.mainpage-header.main-header .main-top .social-links a {
            color: #333;
        }

        header.mainpage-header.main-header .onlyOtherPage {
            display: none;
        }

        header.mainpage-header.main-header .onlyMainPage {
            display: block !important;
        }

        header.mainpage-header.main-header .top-left.pull-left {
            z-index: 100;
        }

    header.main-header:not(.mainpage-header) {
        background-color: white;
    }

        header.main-header:not(.mainpage-header) + section.page-title,
        header.main-header:not(.mainpage-header) + .bg-light {
            margin-top: 100px;
        }

        header.main-header:not(.mainpage-header) .sticky-header {
            display: none;
        }
}

section.main-slider + .section.front-about {
    margin-top: 80vh !important;
}

@media screen and (max-width:991px) {
    /*#leftMenuPart {
        display: none;
    }*/
    header.mainpage-header.main-header .header-top {
        height: 28px;
    }

    header.main-header.fixed-header img.onlyMobile, header.main-header.fixed-header button {
        transition: all .2s;
    }

    /*header.main-header:not(.fixed-header) img.onlyMobile, header.main-header:not(.fixed-header) button {
        filter: brightness(100);
    }*/

    .main-slider .slider-wrapper .image img,
    .main-slider .slider-wrapper .image video {
        width: 100vw;
        height: 25vh;
        object-fit: cover;
        min-height: unset;
    }

    section.main-slider + .section.front-about {
        margin-top: calc(25vh - 45px) !important;
    }
}

a#dropdownMenuLink {
    padding: 30px;
    display: block;
    color: #f58220;
}

header.mainpage-header.main-header.fixed-header .header-top {
    height: 0;
}

.main-slider .owl-item.active img {
    animation: sliderImage 25s forwards;
}


@keyframes headerImage {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.2);
    }
}

@-webkit-keyframes headerImage {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.2);
    }
}

@keyframes sliderImage {
    from {
        transform: scale(1)
    }

    to {
        transform: scale(1.15)
    }
}

@-webkit-keyframes sliderImage {
    from {
        transform: scale(1)
    }

    to {
        transform: scale(1.15)
    }
}

.katalog {
    width: 331px;
    height: 360px;
    /* background-color: #ff9f4e; */
    background: url('/Content/img/katalog.png') no-repeat center;
    margin-bottom: -60px;
    margin-left: -90px;
    margin-top: -10px;
    background-size: cover;
}

.psRlt {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 3.3px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 0;
    font-family: Helvetica, Arial, sans-serif;
}

.psAbs {
    position: absolute;
    bottom: -8px;
    left: -80px
}

.katalog span i {
    position: relative;
    bottom: 0;
    right: 0
}

.katalog i {
    position: absolute;
    bottom: 6px;
    right: 3px
}

.psAbs i {
    position: absolute;
    bottom: 0;
    font-size: 200px;
    line-height: normal;
    color: #fbcea7
}

.katalog a {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden
}

.psRlt i {
    font-size: 52px !important;
    color: #fff !important;
    width: 100%;
    text-align: center;
}

.katalog a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(62, 113, 168, 0);
    content: '';
    -webkit-transition: -webkit-transform .6s;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.85, 1.75, 1) rotate3d(0, 0, -1, 45deg) translate3d(8%, -71%, 0)
}

.katalog a:hover:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.85, 1.75, 1) rotate3d(0, 0, -1, 45deg) translate3d(8%, 71%, 0);
    background: #f6821f
}

span.tanitimItems {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover !important;
    margin-left: 0;
    background-position: center center !important;
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out
}


    span.tanitimItems:before {
        height: 100%;
        opacity: .47;
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        -webkit-box-shadow: 0 7px 11px 0 rgba(12, 24, 38, .36);
        box-shadow: 0 7px 11px 0 rgba(12, 24, 38, .36);
        background-image: -webkit-linear-gradient(317deg, #4a6c94, #132233 54%, #0c1826);
        background-image: -o-linear-gradient(317deg, #4a6c94, #132233 54%, #0c1826);
        background-image: linear-gradient(133deg, #4a6c94, #132233 54%, #0c1826)
    }

.tanitimFilm {
    width: calc(100% - 221px);
    position: relative;
    margin-left: 15px
}

    .tanitimFilm .image-box {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

        .tanitimFilm .image-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .tanitimFilm a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        overflow: hidden;
        position: relative
    }

        .tanitimFilm a:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(62, 113, 168, 0);
            content: '';
            -webkit-transition: -webkit-transform .6s;
            -webkit-transition: all 1s ease-out;
            -o-transition: all 1s ease-out;
            transition: all 1s ease-out;
            -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
            transform: scale3d(1.85, 1.75, 1) rotate3d(0, 0, -1, 45deg) translate3d(8%, -77%, 0);
            z-index: 99
        }

        .tanitimFilm a:hover:before {
            -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
            transform: scale3d(1.85, 1.75, 1) rotate3d(0, 0, -1, 45deg) translate3d(8%, 77%, 0);
            background: rgba(254, 254, 255, .39)
        }

.kurumsalItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media screen and (max-width:991px) {
    .kurumsalItems {
        display: flex;
        width: calc(100vw - 30px);
    }

        .kurumsalItems > div {
            width: 200px;
            margin: auto 5px;
            margin-bottom: 20px;
            height: 200px;
        }

    .page-wrapper {
        padding-top: 80px;
    }

    header.main-header {
        background: white;
    }
}

.firma-aciklama {
    background-color: #fff;
    height: 100%;
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    font-family: Helvetica, Arial, sans-serif;
}

    .firma-aciklama .blue-title {
        font-size: 17px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #f6811e;
        margin: 10px 0;
    }

    .firma-aciklama p {
        font-size: 15px;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.47;
        letter-spacing: normal;
        color: #6b6969;
        text-align: justify
    }

    .firma-aciklama .a-btn {
        height: auto;
        width: 170px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        overflow: hidden;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .2s linear;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
        margin-top: 10px;
    }

        .firma-aciklama .a-btn span.material-symbols-outlined {
            width: 40px;
            height: 40px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            background: #fff;
            border-radius: 3px;
            left: -124px;
            position: relative;
            -webkit-transition: all .2s ease-out;
            -o-transition: all .2s ease-out;
            transition: all .2s ease-out;
            background: #f6811e;
            left: -106px;
            text-align: center;
            margin: 0;
            color: #f0f3f8
        }

span.detayBtn {
    position: relative;
    height: 100%;
    top: 0;
    left: 0;
    text-transform: uppercase;
    text-align: left;
    line-height: 40px;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    width: auto;
    display: inline-block;
    border-radius: 3px;
    background-color: #f6811e;
    width: auto;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    color: #fff;
    padding: 0 23px;
    left: -124px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.firma-aciklama:hover .a-btn span {
    left: 0;
}

    .firma-aciklama:hover .a-btn span.material-symbols-outlined {
        background: #f6811e;
        color: white;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.circle-div {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #12345c;
    font-size: 24px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.btn-orange {
    background-color: #f6811e;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

    .btn-orange:hover {
        background: #12345c;
        color: white;
        border-color: #12345c;
    }

.lang-dropdown-span {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    font-family: Helvetica, Arial, sans-serif;
    opacity: 1;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    color: #12345c;
}


    .lang-dropdown-span:hover {
        color: #f8831e;
        text-shadow: 0px 0px 5px #ffffff;
    }

.circle-div:hover {
    background-color: #f6811e
}

.project_bg_area {
    background-image: url(/content/img/project-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px 205px;
    position: relative;
    font-family: Helvetica, Arial, sans-serif;
}

    .project_bg_area:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #1a2435e0;
    }

.witr_section_title {
    position: relative;
}

.witr_section_title_inner {
    position: relative;
    z-index: 1;
}

    .witr_section_title_inner .h1, .witr_section_title_inner .h2, .witr_section_title_inner .h3 {
        font-size: 21px;
        margin: auto;
        font-weight: 700;
    }

    .witr_section_title_inner .h2 {
        font-size: 54px;
        color: #1b2638;
        margin-bottom: 13px;
        display: inline-block;
    }

.text-left.witr_section_title_inner .h1, .text-left.witr_section_title_inner .h2, .text-left.witr_section_title_inner .h3 {
    margin-left: 0px;
}

.white .witr_section_title_inner .h1, .white .witr_section_title_inner .h2, .white .witr_section_title_inner .h3, .white .title_inner_contect p, .white .witr_section_title_inner p {
    color: #fff;
}

.project_area {
    margin-top: -210px;
    padding: 0px 0px 150px;
    margin-bottom: -140px;
}

.witr_single_pslide {
    position: relative;
    border-radius: 12px 0;
    transition: all .3s;
    transform: scale(1);
}

    .witr_single_pslide:hover {
        transform: scale(1.1);
        border-radius: 12px;
    }

    .witr_single_pslide .h3 {
        text-align: center;
        line-height: 50px;
    }

.witr_pslide_image {
    overflow: hidden;
    position: relative;
    padding-top: 100%;
    height: 0;
    box-shadow: 6px 6px 17px -3px #00000052;
    border-radius: 10px;
    transition: all .3s;
}

    /* .witr_pslide_image::before {
        position: absolute;
        content: '';
        background: #00000080;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        transform: scale(0);
        transform: scale(1);
        transition: .5s;
        z-index: 1;
    }*/

    .witr_pslide_image img {
        margin: auto;
        transition: .5s;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }

.product-carousel .witr_content_pslide_text {
    position: absolute;
    bottom: -100px;
    left: 30px;
    right: 30px;
    transition: .5s;
    opacity: 0;
    z-index: 2;
}

.product-carousel .witr_single_pslide .witr_content_pslide_text {
    opacity: 1;
    bottom: 30px;
}

.product-carousel .witr_content_pslide_text .h3 {
    color: #fff;
}

.our-team .owl-theme .owl-dots .owl-dot span,
.product-carousel.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    border: 1px solid #0056d4;
    background: transparent;
    transition: opacity .2s ease, width .4s ease;
}

.our-team .owl-theme .owl-dots .owl-dot.active span,
.product-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: #0056d4;
    width: 24px;
}

.row-50 {
    margin-bottom: -50px;
}

.section-sm, .section-md, .section-lg, .section-xl {
    padding: 60px 0;
}

@media (min-width: 768px) {
    .section-lg {
        padding: 85px 0;
    }
}

@media (min-width: 992px) {
    .section-lg {
        padding: 100px 0;
    }
}

@media (min-width: 1200px) {
    .section-lg {
        padding: 115px 0;
    }
}

.block-decorate-img {
    position: relative;
    max-width: 540px;
    padding-left: 40px;
    padding-bottom: 50px;
    text-align: right;
}

    .block-decorate-img:before {
        position: absolute;
        content: '';
        top: 20px;
        right: 60px;
        left: 0;
        bottom: 0;
        background: url("/content/img/bg-dot.png");
        opacity: .2;
        z-index: 0;
    }

    .block-decorate-img > * {
        position: relative;
        z-index: 1;
    }

@media (min-width: 992px) {
    .block-decorate-img {
        padding-bottom: 70px;
        margin-top: 70px;
    }
}

.block-decorate-img.block-decorate-img-modern {
    max-width: 100%;
}

    .block-decorate-img.block-decorate-img-modern img {
        border-radius: 7px;
    }

    .block-decorate-img.block-decorate-img-modern .block-decorate-inner {
        display: inline-block;
        position: relative;
    }

        .block-decorate-img.block-decorate-img-modern .block-decorate-inner .block-video-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

.block-video-button .play-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    transition: all .3s;
    z-index: 2;
}

    .block-video-button .play-icon:before {
        position: absolute;
        content: '';
        top: -15px;
        left: -15px;
        bottom: -15px;
        right: -15px;
        border-radius: 50%;
        border: 3px solid rgba(255, 255, 255, 0.3);
        transition: all .3s;
        z-index: 1;
    }

    .block-video-button .play-icon:after {
        position: absolute;
        content: '';
        top: -25px;
        left: -25px;
        bottom: -25px;
        right: -25px;
        border-radius: 50%;
        border: 2px solid rgba(255, 255, 255, 0.3);
        transition: all .3s;
        z-index: 0;
    }

    .block-video-button .play-icon:hover {
        background: rgba(86, 86, 223, 0.8);
        border-color: rgba(86, 86, 223, 0.8);
    }

        .block-video-button .play-icon:hover:before, .block-video-button .play-icon:hover:after {
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            opacity: 0;
        }

@media (min-width: 992px) {
    .block-video-button a {
        width: 120px;
        height: 120px;
    }
}

.block-decorate-img.block-decorate-img-modern .block-decorate-inner .block-video-button .play-icon .icon {
    color: #1DBEDE;
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

    .block-decorate-img.block-decorate-img-modern .block-decorate-inner .block-video-button .play-icon .icon:before {
        position: relative;
        display: inline-block;
        font-weight: 400;
        font-style: normal;
        speak: none;
        text-transform: none;
    }

.tanitim2, .firma-aciklama, .counter-section {
    font-family: Helvetica, Arial, sans-serif;
}

    .tanitim2 .h2,
    .firma-aciklama .h2,
    .counter-section .h2,
    .our-team .h2,
    #news .h2,
    #projects .h2 {
        font-size: 30px;
        color: rgb(21, 21, 21);
        font-family: Helvetica, Arial, sans-serif;
    }

    .tanitim2 * + p,
    #projects * + p,
    #news * + p,
    .firma-aciklama * + p,
    .counter-section * + p,
    footer * + p {
        margin-top: 15px;
        font-size: 15px;
        font-weight: 300;
        line-height: 25px;
        color: rgb(21, 21, 21);
        letter-spacing: -0.45px
    }

    .tanitim2 .h3 + p,
    .counter-section + p,
    footer + p {
        margin-top: 28px;
    }


footer * + p {
    color: white;
}

@media (min-width: 992px) {
    .oh-desktop {
        overflow: hidden;
    }
}

.our-team {
    font-family: Poppins, sans-serif;
}

.team-modern {
    position: relative;
    text-align: center;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    line-height: 0;
}

    .team-modern svg path {
        fill: #f7f7f7;
    }

.team-modern-caption {
    padding: 7px 14px 48px;
    background: #f7f7f7;
}

.team-modern-header {
    position: relative;
    overflow: hidden;
    padding-top: 12px;
    padding-bottom: 32px;
}

    .team-modern-header svg {
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translate3d(-50%, 0, 0);
    }

.team-modern-figure {
    position: relative;
    display: block;
    top: 0;
    width: 100%;
    max-width: 118px;
    max-height: 118px;
    margin: 0 auto;
    transition: all .3s ease;
    z-index: 1;
    border-radius: 50%;
    overflow: hidden;
}

    .team-modern-figure::before {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 50%;
        border: 4px solid transparent;
        transition: all .3s ease-in-out;
    }

.team-modern-status {
    color: #ec8531;
    letter-spacing: .025em;
    line-height: 1.71429;
}

.team-modern-name, .team-modern-phone {
    font-weight: 400;
}

@media (min-width: 992px) {
    .team-modern:hover .team-modern-figure {
        top: -10px;
    }

        .team-modern:hover .team-modern-figure::before {
            border-color: #ec8531;
        }

    .team-modern-2:hover .team-modern-figure::before {
        border-color: #ec8531;
    }
}

* + .team-modern-status {
    margin-top: 4px;
}

* + .team-modern-phone {
    margin-top: 10px;
}

section.counter-section {
    text-align: center;
    background: url('/content/img/counter-back.png') #e9eaee center no-repeat;
    background-size: cover;
    font-family: Helvetica, Arial, sans-serif;
}

    section.counter-section .divider {
        border-top: 1px solid #e0e0e2;
        border: none;
        display: block;
        height: 1px;
        background: #9e9e9e;
        width: 50px;
        margin: 0 auto;
    }

    section.counter-section .h3 span {
        font-size: 55px;
        font-weight: 600;
        color: #0e447e;
    }

    section.counter-section .h6 {
        font-size: 16px;
        font-weight: 400;
        color: #7b848e;
        padding: 10px 0 30px;
    }

    section.counter-section .title {
        font-size: 28px;
        font-weight: 700;
        color: #f6821f;
        text-align: left;
        padding: 10px 0;
    }

    section.counter-section .desc {
        font-size: 14px;
        font-weight: 400;
        color: #888888;
        padding: 10px 0;
        text-align: left;
    }

    section.counter-section > .row {
        padding-top: 100px;
        padding-bottom: 100px;
    }

.text-orange {
    color: #f6811e
}

.bg-gray-700 {
    background-color: #444141;
}

.box-img-animate {
    text-align: center;
}

    .box-img-animate .box-img-animate-item {
        display: inline-block;
    }

        .box-img-animate .box-img-animate-item img {
            border-radius: 6px;
            box-shadow: 8px 14px 40px rgba(0, 0, 0, 0.25);
        }

.bg-decorate {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    padding-bottom: 150px;
}

    .bg-decorate > * {
        position: relative;
        z-index: 2;
    }

    .bg-decorate .h3 {
        font-size: 36px;
        line-height: 1.33333;
        font-weight: 700
    }

    .bg-decorate .text-opacity-80 {
        opacity: .8;
    }


    .bg-decorate * + p {
        margin-top: 15px;
    }

    .bg-decorate .h3 + p {
        margin-top: 28px
    }

    .bg-decorate:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url("/content/img/bg-dot-light.png");
        opacity: .04;
        z-index: 0;
    }

    .bg-decorate:after {
        position: absolute;
        content: '';
        top: 50%;
        left: 0;
        width: 100vw;
        height: 100vw;
        background: #3C3C3C;
        transform: skewY(31deg);
        z-index: 0;
    }

    .bg-decorate .h4 a {
        color: white;
    }

.box-icon-inner:before.box-icon-inner {
    position: relative;
}

.box-icon-inner > * {
    position: relative;
    z-index: 1;
}

.box-icon-inner:before {
    position: absolute;
    top: 33%;
    left: 56%;
    content: '';
    z-index: 0;
}

.box-icon-inner.decorate-triangle:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 18px 10px;
    border-color: transparent transparent #151515 transparent;
    transform: rotate(137.76deg) translate(0, 0);
    will-change: transform;
    transition: all .6s;
}

.box-icon-inner.decorate-triangle.decorate-color-secondary:before {
    border-color: transparent transparent #FFD541 transparent;
}

.box-icon-inner.decorate-circle:before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(21, 21, 21, 0.2);
    transform: translate(0, 0);
    will-change: transform;
    transition: all .6s;
}

.box-icon-inner.decorate-circle.decorate-color-secondary-2:before {
    background: #5656DF;
}

.box-icon-inner.decorate-rectangle:before {
    width: 16px;
    height: 16px;
    transform: translateY(0) rotate(45deg);
    will-change: transform;
    transition: all .6s;
    background: rgba(21, 21, 21, 0.2);
}

.box-icon-inner.decorate-rectangle.decorate-color-primary:before {
    background: #1DBEDE;
}

.box-icon-caption h4 {
    font-weight: 500;
}

.box-icon-caption * + p {
    margin-top: 20px;
}

.box-icon-classic {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

    .box-icon-classic > * + * {
        margin-top: 25px;
    }

    .box-icon-classic .box-icon-caption p {
        color: rgba(21, 21, 21, 0.6);
    }

    .box-icon-classic:hover .decorate-triangle:before {
        transform: rotate(175deg) translate(15px, 15px);
    }

    .box-icon-classic:hover .decorate-circle:before {
        transform: translate(-45px, 2px);
    }

    .box-icon-classic:hover .decorate-rectangle:before {
        transform: rotate(-90deg) translateY(-40px);
    }

.box-icon-modern {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 30px 0;
}

    .box-icon-modern > * + * {
        margin-top: 25px;
    }

@media (min-width: 576px) {
    .box-icon-modern {
        flex-direction: row;
        text-align: left;
    }

        .box-icon-modern > * + * {
            margin-top: 0;
            margin-left: 30px;
        }

        .box-icon-modern .box-icon-inner:before {
            left: 110px;
        }
}

.box-icon-modern .box-icon-caption * + p {
    margin-top: 5px;
}

.box-icon-modern .decorate-triangle:before {
    border-width: 0 12px 22px 12px;
}

.box-icon-modern .decorate-circle:before {
    width: 24px;
    height: 24px;
}

.box-icon-modern .decorate-rectangle:before {
    width: 20px;
    height: 20px;
}

.box-icon-modern:hover .decorate-triangle:before {
    transform: rotate(175deg) translate(15px, 15px);
}

.box-icon-modern:hover .decorate-circle:before {
    transform: translate(-45px, 2px);
}

.box-icon-modern:hover .decorate-rectangle:before {
    transform: rotate(-90deg) translateY(-40px);
}


.post-corporate.post-corporate-img-bg .decorate-triangle:before, .section-main-bunner .decorate-triangle:before, .context-dark .decorate-triangle:before, .bg-gray-600 .decorate-triangle:before, .bg-gray-700 .decorate-triangle:before, .bg-gray-800 .decorate-triangle:before, .bg-primary .decorate-triangle:before, .bg-pink .decorate-triangle:before, .bg-secondary .decorate-triangle:before, .bg-secondary-2 .decorate-triangle:before, .bg-green .decorate-triangle:before, .rd-navbar-classic .decorate-triangle:before, .rd-navbar-modern .decorate-triangle:before, .rd-navbar-aside .decorate-triangle:before, .box-countdown-dark .decorate-triangle:before {
    border-color: transparent transparent rgba(255, 255, 255, 0.08) transparent;
}

.parallax-container {
    position: relative;
    overflow: hidden;
}

.material-parallax {
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    bottom: 0;
    z-index: 0;
}

.parallax-content {
    position: relative;
    z-index: 1;
}

.material-parallax img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 101%;
    min-height: 101%;
    max-width: none;
    transform: translate3d(-50%, 0, 0);
}

.parallax-disabled {
    background-size: cover;
    background-position: center;
}

html:not(.ie-11):not(.ios) .parallax-disabled {
    background-attachment: fixed;
}

.parallax-container .h3 {
    font-family: Helvetica, Arial, sans-serif;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    color: #151515;
    letter-spacing: 0;
    font-size: 36px;
    line-height: 1.33333;
    color: white;
}

.parallax-container .button,
.project_bg_area .button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 14px 35px;
    font-size: 15px;
    line-height: 1.25;
    border: 1px solid;
    border-radius: 5px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    transition: 250ms all ease-in-out;
    margin-top: 37px;
}

.parallax-container .button-white-outline, .parallax-container .button-white-outline:focus,
.project_bg_area .button-white-outline, .project_bg_area .button-white-outline:focus {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
}

    .parallax-container .button-white-outline:hover, .parallax-container .button-white-outline:active,
    .project_bg_area .button-white-outline:hover, .project_bg_area .button-white-outline:active {
        color: #ffffff;
        background-color: #f2882e;
        border-color: #f2882e;
    }

.bg-dark-filter:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(21, 21, 21, 0.8) 100%);
}

.icon-xl {
    font-size: 70px;
    line-height: 79px;
}


.icon-gradient-1 {
    color: #5656DF;
}

.icon-gradient-2 {
    color: #F73CA1;
}

.icon-gradient-3 {
    color: #FFD541;
}

.icon-gradient-4 {
    color: #00E175;
}

@supports (-webkit-background-clip: text) {
    .icon-gradient-1 {
        background: linear-gradient(228.54deg, #1DBEDE 30.16%, #5656DF 89.45%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .icon-gradient-2 {
        background: linear-gradient(228.54deg, #FFD541 36.26%, #F73CA1 96.73%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .icon-gradient-3 {
        background: linear-gradient(228.54deg, #5656DF 0%, #FFD541 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .icon-gradient-4 {
        background: linear-gradient(228.54deg, #00E175 0%, #5656DF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

.g-pb-45 {
    padding-bottom: 3.21429rem !important;
}

.g-pt-75 {
    padding-top: 5.35714rem !important;
}

.g-mt-minus-10 {
    margin-top: -0.71429rem !important;
}

.g-mb-25 {
    margin-bottom: 1.78571rem !important;
}

.g-mx-minus-10 {
    margin-left: -0.71429rem;
    margin-right: -0.71429rem;
}

.g-mb-30 {
    margin-bottom: 2.14286rem !important;
}

.g-px-15 {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
}

.g-px-30 {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important;
}

[class*="u-block-hover"] {
    position: relative;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

    [class*="u-block-hover"], [class*="u-block-hover"]::before, [class*="u-block-hover"]::after {
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

.g-brd-around {
    border: solid 1px transparent !important;
}

.g-brd-gray-light-v4 {
    border-color: #eee !important;
}

[class*="g-transition"] {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.g-transition-0_3 {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.g-color-black {
    color: #000 !important;
}

.u-block-hover--uncroped {
    overflow: visible;
}

    .u-block-hover--uncroped:hover {
        z-index: 2;
    }

.u-block-hover__img {
    max-width: 100%;
    vertical-align: top;
}

.u-block-hover__block {
    min-height: 100%;
}

[class*="u-block-hover__additional"] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

[class*="u-block-hover__additional--v1"] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 15px;
    opacity: 0;
}

.u-block-hover:hover .u-block-hover__additional--v1 {
    opacity: 1;
}

.u-block-hover--shadow:hover,
.u-block-hover--shadow:hover .u-block-hover__additional-shadow {
    -webkit-box-shadow: 0 0 10px #777;
    box-shadow: 0 0 10px #777;
}

.u-block-hover--shadow-v2:hover,
.u-block-hover--shadow-v2:hover .u-block-hover__additional-shadow {
    -webkit-box-shadow: 0 0 15px #ddd;
    box-shadow: 0 0 15px #ddd;
}

.u-block-hover--shadow-v3:hover,
.u-block-hover--shadow-v3:hover .u-block-hover__additional-shadow {
    -webkit-box-shadow: 0 0 3px #ddd;
    box-shadow: 0 0 3px #ddd;
}

.u-block-hover--scale:hover,
.u-block-hover--scale-img:hover .u-block-hover__img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.u-block-hover__additional-scale {
    z-index: -1;
    max-width: initial;
}

.u-block-hover:hover .u-block-hover__additional-scale {
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
}

.u-block-hover--scale-down:hover,
.u-block-hover--scale-down-img:hover .u-block-hover__img {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
}

.u-block-hover__additional-scale-down {
    z-index: -1;
    max-width: initial;
}

.u-block-hover:hover .u-block-hover__additional-scale-down {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
}

.u-block-hover__main--zoom-v1,
.u-block-hover__main--zoom-v2 {
    -webkit-transform: scale(1.01);
}

.u-block-hover:hover .u-block-hover__main--zoom-v1 {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.u-block-hover:hover .u-block-hover__main--zoom-v2 {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.u-block-hover [class*="icon-"] {
    padding: 1px;
}

.u-block-hover__main--grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
}

.u-block-hover:hover .u-block-hover__main--grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

.u-block-hover__main--white {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.u-block-hover__additional--blur {
    opacity: 0;
}

.u-block-hover:hover .u-block-hover__additional--blur {
    opacity: 1;
    -webkit-transition-delay: .11s;
    -o-transition-delay: .11s;
    transition-delay: .11s;
}

.u-block-hover:hover .u-block-hover__main--blur {
    -webkit-filter: blur(30px);
    filter: blur(30px);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
}

[class*="u-block-hover-image-overlay"]::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.u-block-hover:hover .u-block-hover-image-overlay::after {
    opacity: 1;
}

.u-block-hover__additional--fade {
    opacity: 0;
}

.u-block-hover:hover .u-block-hover__additional--fade {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.u-block-hover__additional--fade-up {
    -webkit-transform: translate(0, 15%);
    -ms-transform: translate(0, 15%);
    transform: translate(0, 15%);
}

.u-block-hover__additional--fade-down {
    -webkit-transform: translate(0, -15%);
    -ms-transform: translate(0, -15%);
    transform: translate(0, -15%);
}

.u-block-hover__additional--fade-left {
    -webkit-transform: translate(-15%, 0);
    -ms-transform: translate(-15%, 0);
    transform: translate(-15%, 0);
}

.u-block-hover__additional--fade-right {
    -webkit-transform: translate(15%, 0);
    -ms-transform: translate(15%, 0);
    transform: translate(15%, 0);
}

.u-block-hover:hover [class*="u-block-hover__additional--push"] {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.u-block-hover:hover .u-block-hover__main--push-up {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.u-block-hover__additional--push-up {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.u-block-hover:hover .u-block-hover__main--push-down {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.u-block-hover__additional--push-down {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.u-block-hover:hover .u-block-hover__main--push-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.u-block-hover__additional--push-left {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.u-block-hover:hover .u-block-hover__main--push-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.u-block-hover__additional--push-right {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.u-block-hover:hover [class*="u-block-hover__additional--slide"],
.u-block-hover:hover [class*="u-block-hover__additional--partially-slide"] {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.u-block-hover__additional--slide-up {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.u-block-hover__additional--slide-down {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.u-block-hover__additional--slide-left {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.u-block-hover__additional--slide-right {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.u-block-hover__additional--slide-bottom-right {
    -webkit-transform: translate(-100%, -100%);
    -ms-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
}

.u-block-hover__additional--slide-bottom-left {
    -webkit-transform: translate(100%, -100%);
    -ms-transform: translate(100%, -100%);
    transform: translate(100%, -100%);
}

.u-block-hover__additional--slide-top-right {
    -webkit-transform: translate(-100%, 100%);
    -ms-transform: translate(-100%, 100%);
    transform: translate(-100%, 100%);
}

.u-block-hover__additional--slide-top-left {
    -webkit-transform: translate(100%, 100%);
    -ms-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
}

.u-block-hover__additional--partially-slide-up {
    top: auto;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    overflow: visible;
}

    .u-block-hover__additional--partially-slide-up .u-block-hover__visible {
        position: absolute;
        bottom: 100%;
        margin-bottom: -1px;
        left: 0;
        right: 0;
        padding-left: inherit;
        padding-right: inherit;
        background: inherit;
    }

.u-block-hover__additional--partially-slide-down {
    bottom: auto;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    overflow: visible;
}

    .u-block-hover__additional--partially-slide-down .u-block-hover__visible {
        position: absolute;
        top: 100%;
        margin-top: -1px;
        left: 0;
        right: 0;
        padding-left: inherit;
        padding-right: inherit;
        background: inherit;
    }

.u-block-hover--cot {
    -webkit-perspective: 50em;
    perspective: 50em;
}

[class*="u-block-hover__additional--cot"] {
    opacity: 0;
    z-index: 1;
}

.u-block-hover--cot:hover [class*="u-block-hover__main--cot"] {
    opacity: 0;
}

.u-block-hover--cot:hover [class*="u-block-hover__additional--cot"] {
    opacity: 1;
    -webkit-transition-delay: 0.21s;
    -o-transition-delay: 0.21s;
    transition-delay: 0.21s;
}

.u-block-hover__main--cot-up {
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.u-block-hover__additional--cot-up {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.u-block-hover--cot:hover .u-block-hover__main--cot-up {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

.u-block-hover--cot:hover .u-block-hover__additional--cot-up {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.u-block-hover__main--cot-down {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.u-block-hover__additional--cot-down {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% -50%;
    -ms-transform-origin: 50% -50%;
    transform-origin: 50% -50%;
}

.u-block-hover--cot:hover .u-block-hover__main--cot-down {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
}

.u-block-hover--cot:hover .u-block-hover__additional--cot-down {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.u-block-hover__main--cot-left {
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.u-block-hover__additional--cot-left {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.u-block-hover--cot:hover .u-block-hover__main--cot-left {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
}

.u-block-hover--cot:hover .u-block-hover__additional--cot-left {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.u-block-hover__main--cot-right {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.u-block-hover__additional--cot-right {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.u-block-hover--cot:hover .u-block-hover__main--cot-right {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.u-block-hover--cot:hover .u-block-hover__additional--cot-right {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.u-block-hover--flip {
    -webkit-perspective: 50em;
    perspective: 50em;
}

[class*="u-block-hover__main--flip"] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

[class*="u-block-hover__additional--flip"] {
    opacity: 0;
}

.u-block-hover--flip:hover [class*="u-block-hover__main--flip"] {
    opacity: 0;
}

.u-block-hover--flip:hover [class*="u-block-hover__additional--flip"] {
    opacity: 1;
    -webkit-transition-delay: 0.13999999999999999s;
    -o-transition-delay: 0.13999999999999999s;
    transition-delay: 0.13999999999999999s;
}

.u-block-hover__additional--flip-horiz {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.u-block-hover--flip:hover .u-block-hover__main--flip-horiz {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.u-block-hover--flip:hover .u-block-hover__additional--flip-horiz {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.u-block-hover__additional--flip-vert {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.u-block-hover--flip:hover .u-block-hover__main--flip-vert {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.u-block-hover--flip:hover .u-block-hover__additional--flip-vert {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.u-block-hover__additional--flip-diag-1 {
    -webkit-transform: rotate3d(1, 1, 0, 100deg);
    transform: rotate3d(1, 1, 0, 100deg);
}

.u-block-hover--flip:hover .u-block-hover__main--flip-diag-1 {
    -webkit-transform: rotate3d(-1, -1, 0, 100deg);
    transform: rotate3d(-1, -1, 0, 100deg);
}

.u-block-hover--flip:hover .u-block-hover__additional--flip-diag-1 {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
}

.u-block-hover__additional--flip-diag-2 {
    -webkit-transform: rotate3d(1, -1, 0, 100deg);
    transform: rotate3d(1, -1, 0, 100deg);
}

.u-block-hover--flip:hover .u-block-hover__main--flip-diag-2 {
    -webkit-transform: rotate3d(-1, 1, 0, 100deg);
    transform: rotate3d(-1, 1, 0, 100deg);
}

.u-block-hover--flip:hover .u-block-hover__additional--flip-diag-2 {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
}

.u-block-hover--fold {
    -webkit-perspective: 50em;
    perspective: 50em;
}

[class*="u-block-hover__main--fold"] {
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

[class*="u-block-hover__additional--fold"] {
    z-index: 1;
    opacity: 0;
}

.u-block-hover--fold:hover [class*="u-block-hover__main--fold"] {
    opacity: 0;
}

.u-block-hover--fold:hover [class*="u-block-hover__additional--fold"] {
    -webkit-transform: rotateX(0deg) translate3d(0, 0, 0) scale(1);
    transform: rotateX(0deg) translate3d(0, 0, 0) scale(1);
    opacity: 1;
    -webkit-transition-delay: .21s;
    -o-transition-delay: .21s;
    transition-delay: .21s;
}

.u-block-hover__main--fold-up {
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.u-block-hover__additional--fold-up {
    -webkit-transform: rotateX(-90deg) translate3d(0, -50%, 0) scale(0.6);
    transform: rotateX(-90deg) translate3d(0, -50%, 0) scale(0.6);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.u-block-hover--fold:hover .u-block-hover__main--fold-up {
    -webkit-transform: rotateX(90deg) scale(0.6) translateY(50%);
    transform: rotateX(90deg) scale(0.6) translateY(50%);
}

.u-block-hover__main--fold-down {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.u-block-hover__additional--fold-down {
    -webkit-transform: rotateX(90deg) translate3d(0, 50%, 0) scale(0.6);
    transform: rotateX(90deg) translate3d(0, 50%, 0) scale(0.6);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.u-block-hover--fold:hover .u-block-hover__main--fold-down {
    -webkit-transform: rotateX(-90deg) scale(0.6) translateY(-50%);
    transform: rotateX(-90deg) scale(0.6) translateY(-50%);
}

.u-block-hover__main--fold-left {
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.u-block-hover__additional--fold-left {
    -webkit-transform: rotateY(90deg) translate3d(-50%, 0, 0) scale(0.6);
    transform: rotateY(90deg) translate3d(-50%, 0, 0) scale(0.6);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.u-block-hover--fold:hover .u-block-hover__main--fold-left {
    -webkit-transform: rotateY(-90deg) scale(0.6) translateX(50%);
    transform: rotateY(-90deg) scale(0.6) translateX(50%);
}

.u-block-hover__main--fold-right {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.u-block-hover__additional--fold-right {
    -webkit-transform: rotateY(-90deg) translate3d(50%, 0, 0) scale(0.6);
    transform: rotateY(-90deg) translate3d(50%, 0, 0) scale(0.6);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.u-block-hover--fold:hover .u-block-hover__main--fold-right {
    -webkit-transform: rotateY(90deg) scale(0.6) translateX(-50%);
    transform: rotateY(90deg) scale(0.6) translateX(-50%);
}

.u-block-hover__additional--zoom-in {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.u-block-hover:hover .u-block-hover__additional--zoom-in {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.u-block-hover__additional--zoom-out {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
}

.u-block-hover:hover .u-block-hover__main--zoom-out {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
}

.u-block-hover:hover .u-block-hover__additional--zoom-out {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition-delay: .35s;
    -o-transition-delay: .35s;
    transition-delay: .35s;
}

[class*="u-block-hover--shutter-out"]::after {
    content: "";
    position: absolute;
    -webkit-transition-delay: .105s;
    -o-transition-delay: .105s;
    transition-delay: .105s;
    z-index: 1;
}

.u-block-hover__additional--shutter-out {
    opacity: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    z-index: 2;
}

[class*="u-block-hover--shutter-out"]:hover::after {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

[class*="u-block-hover--shutter-out"]:hover .u-block-hover__additional--shutter-out {
    opacity: 1;
    -webkit-transition-delay: .105s;
    -o-transition-delay: .105s;
    transition-delay: .105s;
}

.u-block-hover--shutter-out-horiz::after {
    left: 50%;
    right: 50%;
    top: 0;
    bottom: 0;
}

.u-block-hover--shutter-out-horiz:hover::after {
    left: 0;
    right: 0;
}

.u-block-hover--shutter-out-vert::after {
    top: 50%;
    bottom: 50%;
    left: 0;
    right: 0;
}

.u-block-hover--shutter-out-vert:hover::after {
    top: 0;
    bottom: 0;
}

.u-block-hover--shutter-out-diag-1::after {
    top: 50%;
    bottom: 50%;
    left: -35%;
    right: -35%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.u-block-hover--shutter-out-diag-1:hover::after {
    top: -35%;
    bottom: -35%;
}

.u-block-hover--shutter-out-diag-2::after {
    top: 50%;
    bottom: 50%;
    left: -35%;
    right: -35%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.u-block-hover--shutter-out-diag-2:hover::after {
    top: -35%;
    bottom: -35%;
}

[class*="u-block-hover--shutter-in"]::after,
[class*="u-block-hover--shutter-in"]::before {
    content: "";
    position: absolute;
    z-index: 1;
}

[class*="u-block-hover--shutter-in"]::after {
    top: 0;
    left: 0;
}

[class*="u-block-hover--shutter-in"]::before {
    right: 0;
    bottom: 0;
}

.u-block-hover__additional--shutter-in {
    opacity: 0;
    z-index: 2;
}

[class*="u-block-hover--shutter-in"]:hover .u-block-hover__additional--shutter-in {
    opacity: 1;
    -webkit-transition-delay: .21s;
    -o-transition-delay: .21s;
    transition-delay: .21s;
}

.u-block-hover--shutter-in-horiz::after,
.u-block-hover--shutter-in-horiz::before {
    width: 0;
    height: 100%;
}

.u-block-hover--shutter-in-horiz:hover::after,
.u-block-hover--shutter-in-horiz:hover::before {
    width: 100%;
}

.u-block-hover--shutter-in-vert::after,
.u-block-hover--shutter-in-vert::before {
    height: 0;
    width: 100%;
}

.u-block-hover--shutter-in-vert:hover::after,
.u-block-hover--shutter-in-vert:hover::before {
    height: 100%;
}

.u-block-hover--shutter-in-diag-1::after,
.u-block-hover--shutter-in-diag-1::before {
    width: 200%;
    height: 200%;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.u-block-hover--shutter-in-diag-1::after {
    -webkit-transform: skew(-45deg) translateX(-150%);
    -ms-transform: skew(-45deg) translateX(-150%);
    transform: skew(-45deg) translateX(-150%);
}

.u-block-hover--shutter-in-diag-1::before {
    -webkit-transform: skew(-45deg) translateX(150%);
    -ms-transform: skew(-45deg) translateX(150%);
    transform: skew(-45deg) translateX(150%);
}

.u-block-hover--shutter-in-diag-1:hover::after {
    -webkit-transform: skew(-45deg) translateX(-50%);
    -ms-transform: skew(-45deg) translateX(-50%);
    transform: skew(-45deg) translateX(-50%);
}

.u-block-hover--shutter-in-diag-1:hover::before {
    -webkit-transform: skew(-45deg) translateX(50%);
    -ms-transform: skew(-45deg) translateX(50%);
    transform: skew(-45deg) translateX(50%);
}

.u-block-hover--shutter-in-diag-2::after,
.u-block-hover--shutter-in-diag-2::before {
    width: 200%;
    height: 200%;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.u-block-hover--shutter-in-diag-2::after {
    -webkit-transform: skew(45deg) translateX(-100%);
    -ms-transform: skew(45deg) translateX(-100%);
    transform: skew(45deg) translateX(-100%);
}

.u-block-hover--shutter-in-diag-2::before {
    -webkit-transform: skew(45deg) translateX(100%);
    -ms-transform: skew(45deg) translateX(100%);
    transform: skew(45deg) translateX(100%);
}

.u-block-hover--shutter-in-diag-2:hover::after {
    -webkit-transform: skew(45deg) translateX(0);
    -ms-transform: skew(45deg) translateX(0);
    transform: skew(45deg) translateX(0);
}

.u-block-hover--shutter-in-diag-2:hover::before {
    -webkit-transform: skew(45deg) translateX(0);
    -ms-transform: skew(45deg) translateX(0);
    transform: skew(45deg) translateX(0);
}

[class*="u-block-hover--shutter-in-out"]::after,
[class*="u-block-hover--shutter-in-out"]::before {
    content: "";
    position: absolute;
    z-index: 1;
}

[class*="u-block-hover--shutter-in-out"]::after {
    top: 0;
    left: 0;
}

[class*="u-block-hover--shutter-in-out"]::before {
    right: 0;
    bottom: 0;
}

.u-block-hover__additional--shutter-in-out {
    opacity: 0;
    z-index: 2;
}

[class*="u-block-hover--shutter-in-out"]:hover .u-block-hover__additional--shutter-in-out {
    opacity: 1;
    -webkit-transition-delay: .21s;
    -o-transition-delay: .21s;
    transition-delay: .21s;
}

.u-block-hover--shutter-in-out-horiz::after,
.u-block-hover--shutter-in-out-horiz::before {
    width: 0;
    height: 100%;
}

.u-block-hover--shutter-in-out-horiz:hover::after,
.u-block-hover--shutter-in-out-horiz:hover::before {
    width: 100%;
    opacity: .75;
}

.u-block-hover--shutter-in-out-vert::after,
.u-block-hover--shutter-in-out-vert::before {
    height: 0;
    width: 100%;
}

.u-block-hover--shutter-in-out-vert:hover::after,
.u-block-hover--shutter-in-out-vert:hover::before {
    height: 100%;
    opacity: .75;
}

.u-block-hover--shutter-in-out-diag-1::after,
.u-block-hover--shutter-in-out-diag-1::before {
    width: 200%;
    height: 200%;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    opacity: .75;
}

.u-block-hover--shutter-in-out-diag-1::after {
    -webkit-transform: skew(-45deg) translateX(-150%);
    -ms-transform: skew(-45deg) translateX(-150%);
    transform: skew(-45deg) translateX(-150%);
}

.u-block-hover--shutter-in-out-diag-1::before {
    -webkit-transform: skew(-45deg) translateX(150%);
    -ms-transform: skew(-45deg) translateX(150%);
    transform: skew(-45deg) translateX(150%);
}

.u-block-hover--shutter-in-out-diag-1:hover::after {
    -webkit-transform: skew(-45deg) translateX(-50%);
    -ms-transform: skew(-45deg) translateX(-50%);
    transform: skew(-45deg) translateX(-50%);
}

.u-block-hover--shutter-in-out-diag-1:hover::before {
    -webkit-transform: skew(-45deg) translateX(50%);
    -ms-transform: skew(-45deg) translateX(50%);
    transform: skew(-45deg) translateX(50%);
}

.u-block-hover--shutter-in-out-diag-2::after,
.u-block-hover--shutter-in-out-diag-2::before {
    width: 200%;
    height: 200%;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    opacity: .75;
}

.u-block-hover--shutter-in-out-diag-2::after {
    -webkit-transform: skew(45deg) translateX(-100%);
    -ms-transform: skew(45deg) translateX(-100%);
    transform: skew(45deg) translateX(-100%);
}

.u-block-hover--shutter-in-out-diag-2::before {
    -webkit-transform: skew(45deg) translateX(100%);
    -ms-transform: skew(45deg) translateX(100%);
    transform: skew(45deg) translateX(100%);
}

.u-block-hover--shutter-in-out-diag-2:hover::after {
    -webkit-transform: skew(45deg) translateX(0);
    -ms-transform: skew(45deg) translateX(0);
    transform: skew(45deg) translateX(0);
}

.u-block-hover--shutter-in-out-diag-2:hover::before {
    -webkit-transform: skew(45deg) translateX(0);
    -ms-transform: skew(45deg) translateX(0);
    transform: skew(45deg) translateX(0);
}

.u-block-hover--strip-shutter::before,
.u-block-hover--strip-shutter::after,
.u-block-hover__additional--strip-shutter::before,
.u-block-hover__additional--strip-shutter::after {
    content: "";
    position: absolute;
    top: 0;
    width: 25%;
    height: 100%;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
}

.u-block-hover--strip-shutter::before,
.u-block-hover--strip-shutter::after {
    z-index: 1;
}

.u-block-hover--strip-shutter::before {
    left: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.u-block-hover--strip-shutter::after {
    left: 25%;
    -webkit-transition-delay: .105s;
    -o-transition-delay: .105s;
    transition-delay: .105s;
}

.u-block-hover__additional--strip-shutter {
    z-index: 3;
}

    .u-block-hover__additional--strip-shutter::before,
    .u-block-hover__additional--strip-shutter::after {
        z-index: -1;
    }

    .u-block-hover__additional--strip-shutter::before {
        left: 50%;
        -webkit-transition-delay: .21s;
        -o-transition-delay: .21s;
        transition-delay: .21s;
    }

    .u-block-hover__additional--strip-shutter::after {
        left: 75%;
        -webkit-transition-delay: .35s;
        -o-transition-delay: .35s;
        transition-delay: .35s;
    }

.u-block-hover--strip-shutter:hover::before,
.u-block-hover--strip-shutter:hover::after,
.u-block-hover--strip-shutter:hover .u-block-hover__additional--strip-shutter::before,
.u-block-hover--strip-shutter:hover .u-block-hover__additional--strip-shutter::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.u-block-hover__additional--strip-shutter__inner {
    opacity: 0;
}

.u-block-hover--strip-shutter:hover .u-block-hover__additional--strip-shutter__inner {
    opacity: 1;
    -webkit-transition-delay: .35s;
    -o-transition-delay: .35s;
    transition-delay: .35s;
}

.u-block-hover--tile::before,
.u-block-hover--tile::after,
.u-block-hover__additional--tile::before,
.u-block-hover__additional--tile::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.u-block-hover--tile::before,
.u-block-hover--tile::after {
    z-index: 1;
}

.u-block-hover--tile::before {
    top: 0;
    left: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.u-block-hover--tile::after {
    top: 0;
    left: 50%;
    -webkit-transition-delay: .105s;
    -o-transition-delay: .105s;
    transition-delay: .105s;
}

.u-block-hover__additional--tile {
    z-index: 3;
}

    .u-block-hover__additional--tile::before,
    .u-block-hover__additional--tile::after {
        z-index: -1;
    }

    .u-block-hover__additional--tile::before {
        top: 50%;
        left: 0;
        -webkit-transition-delay: .21s;
        -o-transition-delay: .21s;
        transition-delay: .21s;
    }

    .u-block-hover__additional--tile::after {
        top: 50%;
        left: 50%;
        -webkit-transition-delay: .35s;
        -o-transition-delay: .35s;
        transition-delay: .35s;
    }

.u-block-hover--tile:hover::before,
.u-block-hover--tile:hover::after,
.u-block-hover--tile:hover .u-block-hover__additional--tile::before,
.u-block-hover--tile:hover .u-block-hover__additional--tile::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.u-block-hover__additional--tile__inner {
    opacity: 0;
}

.u-block-hover--tile:hover .u-block-hover__additional--tile__inner {
    opacity: 1;
    -webkit-transition-delay: .35s;
    -o-transition-delay: .35s;
    transition-delay: .35s;
}

.u-block-hover--cube {
    overflow: visible;
    background-color: transparent;
    -webkit-perspective: 50em;
    perspective: 50em;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

[class*="u-block-hover__main--cube"] {
    -webkit-transition-delay: .05s;
    -o-transition-delay: .05s;
    transition-delay: .05s;
}

[class*="u-block-hover__additional--cube"] {
    opacity: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.u-block-hover--cube:hover [class*="u-block-hover__main--cube"] {
    opacity: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.u-block-hover--cube:hover [class*="u-block-hover__additional--cube"] {
    opacity: 1;
    -webkit-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
    -webkit-transition-delay: .05s;
    -o-transition-delay: .05s;
    transition-delay: .05s;
}

.u-block-hover__additional--cube-up {
    -webkit-transform: translateY(50%) rotateX(-90deg);
    transform: translateY(50%) rotateX(-90deg);
}

.u-block-hover--cube:hover .u-block-hover__main--cube-up {
    -webkit-transform: translateY(-50%) rotateX(90deg);
    transform: translateY(-50%) rotateX(90deg);
}

.u-block-hover__additional--cube-down {
    -webkit-transform: translateY(-50%) rotateX(90deg);
    transform: translateY(-50%) rotateX(90deg);
}

.u-block-hover--cube:hover .u-block-hover__main--cube-down {
    -webkit-transform: translateY(50%) rotateX(-90deg);
    transform: translateY(50%) rotateX(-90deg);
}

.u-block-hover__additional--cube-left {
    -webkit-transform: translateX(-50%) rotateY(-90deg);
    transform: translateX(-50%) rotateY(-90deg);
}

.u-block-hover--cube:hover .u-block-hover__main--cube-left {
    -webkit-transform: translateX(50%) rotateY(90deg);
    transform: translateX(50%) rotateY(90deg);
}

.u-block-hover__additional--cube-right {
    -webkit-transform: translateX(50%) rotateY(90deg);
    transform: translateX(50%) rotateY(90deg);
}

.u-block-hover--cube:hover .u-block-hover__main--cube-right {
    -webkit-transform: translateX(-50%) rotateY(-90deg);
    transform: translateX(-50%) rotateY(-90deg);
}

.u-block-hover--border-reveal::before,
.u-block-hover--border-reveal::after,
.u-block-hover__additional--border-reveal::before,
.u-block-hover__additional--border-reveal::after {
    content: "";
    position: absolute;
    background-color: #fff;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.u-block-hover--border-reveal::before,
.u-block-hover--border-reveal::after {
    left: 5px;
    right: 5px;
    height: 4px;
    z-index: 1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.u-block-hover--border-reveal::before {
    top: 5px;
    -webkit-transition-delay: .28s;
    -o-transition-delay: .28s;
    transition-delay: .28s;
}

.u-block-hover--border-reveal:hover::before {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.u-block-hover--border-reveal::after {
    bottom: 5px;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.u-block-hover--border-reveal:hover::after {
    -webkit-transition-delay: .28s;
    -o-transition-delay: .28s;
    transition-delay: .28s;
}

.u-block-hover__additional--border-reveal {
    background-color: transparent;
    z-index: 3;
}

.u-block-hover__additional--border-reveal__inner {
    opacity: 0;
}

.u-block-hover__additional--border-reveal::before,
.u-block-hover__additional--border-reveal::after {
    top: 5px;
    bottom: 5px;
    width: 4px;
    z-index: -1;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}

.u-block-hover__additional--border-reveal::before {
    left: 5px;
    -webkit-transition-delay: .28s;
    -o-transition-delay: .28s;
    transition-delay: .28s;
}

.u-block-hover--border-reveal:hover .u-block-hover__additional--border-reveal::before {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.u-block-hover__additional--border-reveal::after {
    right: 5px;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.u-block-hover--border-reveal:hover .u-block-hover__additional--border-reveal::after {
    -webkit-transition-delay: .28s;
    -o-transition-delay: .28s;
    transition-delay: .28s;
}

.u-block-hover--border-reveal:hover .u-block-hover__main--border-reveal {
    opacity: 0;
}

.u-block-hover--border-reveal:hover::before,
.u-block-hover--border-reveal:hover::after,
.u-block-hover--border-reveal:hover .u-block-hover__additional--border-reveal::before,
.u-block-hover--border-reveal:hover .u-block-hover__additional--border-reveal::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.u-block-hover--border-reveal:hover .u-block-hover__additional--border-reveal__inner {
    opacity: 1;
    -webkit-transition-delay: .35s;
    -o-transition-delay: .35s;
    transition-delay: .35s;
}

.u-block-hover:hover img[class*="u-block-hover__main--mover-"],
.u-block-hover:hover [class*="u-block-hover__additional--mover-"] {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

img[class*="u-block-hover__main--mover-"] {
    max-width: initial;
    width: calc(100% + 60px);
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

[class*="u-block-hover__additional--mover-"] {
    opacity: 0;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

img.u-block-hover__main--mover-left {
    -webkit-transform: translate3d(-60px, 0, 0);
    transform: translate3d(-60px, 0, 0);
}

.u-block-hover__additional--mover-left {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}

img.u-block-hover__main--mover-right {
    -webkit-transform: translate3d(-60px, 0, 0);
    transform: translate3d(-60px, 0, 0);
}

.u-block-hover__additional--mover-right {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

img.u-block-hover__main--mover-up {
    -webkit-transform: translate3d(0, 20px, 0) scale3d(1.1, 1.1, 1.1);
    transform: translate3d(0, 20px, 0) scale3d(1.1, 1.1, 1.1);
}

.u-block-hover__additional--mover-up {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

img.u-block-hover__main--mover-down {
    -webkit-transform: translate3d(0, -20px, 0) scale3d(1.1, 1.1, 1.1);
    transform: translate3d(0, -20px, 0) scale3d(1.1, 1.1, 1.1);
}

.u-block-hover__additional--mover-down {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

.u-block-hover__additional--focuser-element {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    opacity: .3;
    -webkit-box-shadow: 0 0 0 31px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 31px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale3d(1.4, 1.4, 1.4);
    transform: scale3d(1.4, 1.4, 1.4);
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

.u-block-hover__additional--focuser-target {
    position: static;
    opacity: 0;
    -webkit-transform: scale3d(1.4, 1.4, 1.4);
    transform: scale3d(1.4, 1.4, 1.4);
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

.u-block-hover:hover .u-block-hover__additional--focuser-target,
.u-block-hover:hover .u-block-hover__additional--focuser-element {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

img[class*="u-block-hover__main--magnifier"] {
    max-width: initial;
    width: calc(100% + 10px);
    margin: -10px 0;
}

[class*="u-block-hover__additional--magnifier-element"] {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 4000px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 4000px rgba(255, 255, 255, 0.3);
    z-index: 2;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.u-block-hover:hover [class*="u-block-hover__additional--magnifier-element"] {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

[class*="u-block-hover__additional--magnifier-description"] {
    max-width: 115px;
    z-index: 3;
    opacity: 0;
}

.u-block-hover:hover [class*="u-block-hover__additional--magnifier-description"] {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.u-block-hover__additional--magnifier-element-bottom-right {
    top: auto;
    left: auto;
    bottom: -180px;
    right: -180px;
}

.u-block-hover__additional--magnifier-description-bottom-right {
    top: auto;
    right: 30px;
    bottom: 30px;
    left: auto;
    -webkit-transform: translate3d(20px, 20px, 0);
    transform: translate3d(20px, 20px, 0);
}

.u-block-hover:hover img.u-block-hover__main--magnifier-bottom-right {
    -webkit-transform: translate3d(-10px, -10px, 0);
    transform: translate3d(-10px, -10px, 0);
}

.u-block-hover__additional--magnifier-element-top-right {
    top: -180px;
    right: -180px;
    bottom: auto;
    left: auto;
}

.u-block-hover__additional--magnifier-description-top-right {
    top: 30px;
    right: 30px;
    bottom: auto;
    left: auto;
    -webkit-transform: translate3d(20px, -20px, 0);
    transform: translate3d(20px, -20px, 0);
}

.u-block-hover:hover img.u-block-hover__main--magnifier-top-right {
    -webkit-transform: translate3d(-10px, 10px, 0);
    transform: translate3d(-10px, 10px, 0);
}

img.u-block-hover__main--magnifier-bottom-left {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

.u-block-hover__additional--magnifier-element-bottom-left {
    top: auto;
    left: -180px;
    bottom: -180px;
    right: auto;
}

.u-block-hover__additional--magnifier-description-bottom-left {
    top: auto;
    right: auto;
    bottom: 30px;
    left: 30px;
    -webkit-transform: translate3d(-20px, 20px, 0);
    transform: translate3d(-20px, 20px, 0);
}

.u-block-hover:hover img.u-block-hover__main--magnifier-bottom-left {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

img.u-block-hover__main--magnifier-top-left {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

.u-block-hover__additional--magnifier-element-top-left {
    top: -180px;
    left: -180px;
    bottom: auto;
    right: auto;
}

.u-block-hover__additional--magnifier-description-top-left {
    top: 30px;
    right: auto;
    bottom: auto;
    left: 30px;
    -webkit-transform: translate3d(-20px, -20px, 0);
    transform: translate3d(-20px, -20px, 0);
}

.u-block-hover:hover img.u-block-hover__main--magnifier-top-left {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

[class*="u-block-hover__additional--pappercuter"] {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.u-block-hover__additional--pappercuter-inner {
    width: 100%;
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
}

.u-block-hover__additional--pappercuter-front,
.u-block-hover__additional--pappercuter-back {
    max-width: initial;
    width: 120%;
    top: -60px;
    bottom: -60px;
    left: -10%;
    z-index: 2;
    background-position: center;
    background-size: cover;
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
}

.u-block-hover__additional--pappercuter-front {
    clip: rect(0px, auto, 246px, 0px);
}

.u-block-hover__additional--pappercuter-back {
    top: -61px;
    clip: rect(246px, auto, auto, 0px);
}

.u-block-hover:hover .u-block-hover__additional--pappercuter-front {
    -webkit-transform: scale3d(1.3, 1.3, 1.3) rotate3d(0, 0, 1, -10deg) translate3d(0, -45%, 0);
    transform: scale3d(1.3, 1.3, 1.3) rotate3d(0, 0, 1, -10deg) translate3d(0, -45%, 0);
}

.u-block-hover:hover .u-block-hover__additional--pappercuter-back {
    -webkit-transform: scale3d(1.3, 1.3, 1.3) rotate3d(0, 0, 1, -10deg) translate3d(0, 45%, 0);
    transform: scale3d(1.3, 1.3, 1.3) rotate3d(0, 0, 1, -10deg) translate3d(0, 45%, 0);
}

[class*="u-block-hover__additional--outside"] {
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(0.7, -1.2, 0.8, 1.2);
    -o-transition-timing-function: cubic-bezier(0.7, -1.2, 0.8, 1.2);
    transition-timing-function: cubic-bezier(0.7, -1.2, 0.8, 1.2);
}

.u-block-hover:hover [class*="u-block-hover__additional--outside"] {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-timing-function: cubic-bezier(0.25, 1.8, 0.8, 1);
    -o-transition-timing-function: cubic-bezier(0.25, 1.8, 0.8, 1);
    transition-timing-function: cubic-bezier(0.25, 1.8, 0.8, 1);
}

.u-block-hover__additional--outside-down {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.u-block-hover__additional--outside-up {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.u-block-hover__additional--outside-left {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.u-block-hover__additional--outside-right {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

[class*="u-block-hover__additional--lightspeed"] {
    visibility: hidden;
    opacity: 0;
    -webkit-transition-duration: .7s;
    -o-transition-duration: .7s;
    transition-duration: .7s;
    -webkit-transition-timing-function: cubic-bezier(0.75, -1.2, 0.8, 2);
    -o-transition-timing-function: cubic-bezier(0.75, -1.2, 0.8, 2);
    transition-timing-function: cubic-bezier(0.75, -1.2, 0.8, 2);
}

.u-block-hover:hover [class*="u-block-hover__additional--lightspeed"] {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0) skew(0deg, 0deg);
    transform: translate3d(0, 0, 0) skew(0deg, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.25, 2, 0.75, 1);
    -o-transition-timing-function: cubic-bezier(0.25, 2, 0.75, 1);
    transition-timing-function: cubic-bezier(0.25, 2, 0.75, 1);
}

.u-block-hover__additional--lightspeed-left {
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: translate3d(150%, 0, 0) skew(-35deg, 0deg);
    transform: translate3d(150%, 0, 0) skew(-35deg, 0deg);
}

.u-block-hover__additional--lightspeed-right {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: translate3d(-150%, 0, 0) skew(35deg, 0deg);
    transform: translate3d(-150%, 0, 0) skew(35deg, 0deg);
}

.u-block-hover__additional--lightspeed-down {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translate3d(0, -150%, 0) skew(0deg, -35deg);
    transform: translate3d(0, -150%, 0) skew(0deg, -35deg);
}

.u-block-hover__additional--lightspeed-up {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: translate3d(0, 150%, 0) skew(0deg, -35deg);
    transform: translate3d(0, 150%, 0) skew(0deg, -35deg);
}

[class*="u-block-hover__additional--rotate"] {
    opacity: 0;
    visibility: hidden;
}

.u-block-hover:hover [class*="u-block-hover__additional--rotate"] {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate3d(0, 0, 0, 0deg) scale3d(1, 1, 1);
    transform: rotate3d(0, 0, 0, 0deg) scale3d(1, 1, 1);
}

.u-block-hover__additional--rotate-in {
    opacity: 1;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    -o-transition-property: transform, opacity, visibility;
    transition-property: transform, opacity, visibility, -webkit-transform;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transform: rotate3d(0, 0, 1, 720deg) scale3d(0, 0, 0);
    transform: rotate3d(0, 0, 1, 720deg) scale3d(0, 0, 0);
}

.u-block-hover__additional--rotate-down-left {
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.u-block-hover__additional--rotate-down-right {
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.u-block-hover__additional--rotate-up-left {
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.u-block-hover__additional--rotate-up-right {
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.u-block-hover__additional--jump {
    position: static;
}

.u-block-hover:hover .u-block-hover__additional--jump,
.u-block-hover.u-block-hover__additional--jump:hover {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

.u-block-hover:hover .u-block-hover__prop-opacity-1, .u-block-hover:focus .u-block-hover__prop-opacity-1 {
    opacity: 1;
}

.u-block-hover:hover .u-block-hover__prop-color-white, .u-block-hover:focus .u-block-hover__prop-color-white {
    color: #fff;
}

.u-block-hover:hover .u-block-hover__prop-bg-primary, .u-block-hover:focus .u-block-hover__prop-bg-primary {
    background-color: #111111;
}

.u-block-hover:hover .u-block-hover__prop-bg-primary-opacity-0_9, .u-block-hover:focus .u-block-hover__prop-bg-primary-opacity-0_9 {
    background-color: rgba(17, 17, 17, 0.9);
}

.g-py-50 {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important;
}

.u-link-v2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-indent: -100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 2;
}

.g-bg-facebook--hover:hover {
    background-color: #4451b3 !important;
}

.g-bg-instagram--hover:hover {
    background-color: #e81cad !important;
}

.g-bg-linkedin--hover:hover {
    background-color: #2373a9 !important;
}

.g-bg-twitter--hover:hover {
    background-color: #00bed6 !important;
}

.g-bg-youtube--hover:hover {
    background-color: #b31819 !important;
}

.g-bg-threads--hover:hover {
    background-color: #090909 !important;
}

.u-block-hover:hover .g-color-white--hover, .g-color-white--hover:hover {
    color: #fff !important;
    border-radius: 0 50px !important;
    transform: scale(1.05);
}

.g-bg-white-gradient-opacity-v1, .g-bg-white-gradient-opacity-v1--after::after {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
}

.g-bg-cover::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.g-pos-abs {
    position: absolute !important;
}

.g-top-0 {
    top: 0 !important;
}

.g-bottom-0 {
    bottom: 0 !important;
}

.g-right-0 {
    right: 0 !important;
}

.g-left-0 {
    left: 0 !important;
}

.g-z-index-1 {
    z-index: 1;
}

.g-pa-25 {
    padding: 1.78571rem !important;
}

.g-font-size-12 {
    font-size: 0.85714rem !important;
}

.g-color-white {
    color: #fff !important;
}

.g-font-weight-600 {
    font-weight: 600 !important;
}

.g-pl-25 {
    padding-left: 1.78571rem !important;
}

.g-color-white-opacity-0_7, .g-color-white-opacity-0_7--hover:hover {
    color: rgba(255, 255, 255, 0.7) !important;
}

.u-link-v5 {
    text-decoration: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.g-cursor-pointer {
    cursor: pointer;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.g-brd-bottom {
    border-bottom: solid 1px transparent !important;
}

.g-brd-white {
    border-color: #fff !important;
}

.g-py-75 {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important;
}

.g-opacity-0_3 {
    opacity: .3 !important;
}

.g-width-80 {
    width: 80px !important;
}

.u-block-hover:hover .g-opacity-1--hover, .g-opacity-1--hover:hover {
    opacity: 1 !important;
}

.hr-variant-1 {
    display: block;
    width: auto;
    margin-right: 70px;
}

.footer-nav-column {
    display: inline-block;
    padding-right: 6px;
    float: left;
    white-space: normal;
}

@media (min-width: 576px) {
    .footer-nav-column {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .footer-nav-column {
        text-align: left;
    }
}

.footer-nav-column:first-child {
    width: 56%;
}

.footer-nav-column:last-child {
    width: 44%;
}

.footer-nav {
    display: inline-block;
    text-align: left;
}

    .footer-nav a, .footer-nav a:active, .footer-nav a:focus {
        color: #888c94;
    }

        .footer-nav li.active a, .footer-nav a:hover {
            color: #ec8531;
        }

.contact-info-list {
    font-weight: 300;
}

    .contact-info-list li {
        position: relative;
        padding-left: 40px;
        display: flex;
        align-items: center;
    }

    .contact-info-list .icon {
        position: absolute;
        left: 0;
        top: 3px;
        color: #888c94;
        width: 22px;
        height: 22px;
        font-size: 22px;
        line-height: 22px;
        display: inline-block;
        text-align: center;
    }

    .contact-info-list a {
        display: inline-block;
        color: #888c94;
        transition: all 0.3s ease-in-out;
        font-size: 15px;
        line-height: 24px;
    }

        .contact-info-list a:hover {
            color: #ec8531;
        }

.fw-bold {
    font-weight: 700 !important;
}

.rd-mailform {
    position: relative;
}

    .rd-mailform .btn {
        font-size: 17px;
        padding: 8px 15px;
        display: inline-flex;
        align-items: center;
    }

.rd-mailform-inline {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    margin: 6px auto 0;
}

    .rd-mailform-inline .btn {
        font-weight: 400;
    }

    .rd-mailform-inline *, .rd-mailform-inline label, .rd-mailform-inline .btn {
        margin: 0;
    }

    .rd-mailform-inline > *:last-child {
        border-radius: 0 5px 5px 0;
    }

    .rd-mailform-inline > *:first-child {
        flex-grow: 1;
    }

        .rd-mailform-inline > *:first-child, .rd-mailform-inline > *:first-child * {
            border-radius: 5px 0 0 5px;
        }

@media (min-width: 768px) {
    .rd-mailform-inline {
        margin-left: 0;
    }
}

.form-wrap {
    position: relative;
    margin-bottom: 0;
}

.btn-picton-blue, .page .btn-picton-blue:focus {
    color: #fff;
    /* background-color: #44bef1;
    border-color: #44bef1;*/
}

.rd-mailform label {
    font-size: 14px;
    color: #999;
    position: absolute;
    right: 0;
    padding-right: 19px;
    font-weight: 400;
    pointer-events: none;
    text-align: left;
    z-index: 9;
    transition: .25s;
    will-change: transform;
    transform: translateY(-50%);
    line-height: 24px;
    margin: 0;
    left: 17px;
    border-radius: 5px 0 0 5px;
    padding-left: 0;
    top: 27px;
}

.rd-mailform-inline .form-input {
    display: block;
    width: 100%;
    min-height: 50px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #999;
    background-color: #f4f7f9;
    background-image: none;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 1px solid transparent;
    border: 1px solid #F9F9FE;
    box-shadow: none;
    outline: none;
    font-family: inherit;
    margin: 0;
    padding: 10px 17px;
    height: 47px;
    border-radius: 5px 0 0 5px;
}

.form-validation {
    position: absolute;
    right: 8px;
    top: 0;
    z-index: 11;
    font-size: 9px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0;
    color: #f5543f;
    transition: .3s;
    margin: 0;
    margin-top: 2px;
    border-radius: 5px 0 0 5px;
}

.g-color-social {
    color: #505050
}

.project_area .owl-carousel .owl-stage-outer {
    padding: 0 20px;
    box-sizing: border-box;
    width: calc(100% + 40px);
    margin: 0 -20px;
}

.our-team .pulse:hover {
    animation-name: flip;
}

#news .g-bg-cover.g-bg-white-gradient-opacity-v1--after {
    padding-top: 100%;
    position: relative;
}


    #news .g-bg-cover.g-bg-white-gradient-opacity-v1--after img {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        object-fit: cover;
        position: absolute;
        height: 100%;
        width: 100%;
    }

.filter-field:after {
    content: '-';
    position: absolute;
    right: 0px;
    top: 8px;
    height: 30px;
    width: 24px;
    text-align: center;
}

.filter-field.collapsed:after {
    content: '+';
}

.div-table {
    display: table;
    width: 100%;
}

.div-row {
    display: table-row;
}

.div-cell {
    display: table-cell;
    padding: 5px;
}

.div-row:nth-child(even) {
    background: #eee;
}

.div-row:nth-child(odd) {
    background: #d8d8d8;
}

.main-header + section {
    overflow: hidden;
}

    .main-header + section > img.banner {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        object-fit: cover;
        object-position: center;
        animation: headerImage 10s forwards ease-in-out;
    }

#leftMenuPart .multi-collapse {
    max-height: 190px;
    overflow: auto;
}

.social-part.social-links.clearfix svg,
.social-icon-one li a svg {
    width: 15px;
    height: 15px;
}

#globePart {
    background: rgb(0 0 18);
}

.ag-format-container {
    width: 1160px;
    margin: 0 auto;
    position: relative;
}

.ag-timeline_title-box {
    padding: 0 0 30px;
    text-align: center;
}

.ag-timeline_tagline {
    font-size: 40px;
    color: rgb(84, 89, 95);
}

.ag-timeline_title {
    background-image: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/images/bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    color: transparent;
    font-size: 80px;
}

.ag-timeline_item {
    margin: 0 0 50px;
    position: relative;
}

    .ag-timeline_item:nth-child(2n) {
        text-align: right;
    }

.ag-timeline {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.ag-timeline_line {
    width: 2px;
    background-color: #0056d4;
    position: absolute;
    top: 2px;
    left: 50%;
    bottom: 0;
    overflow: hidden;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ag-timeline_line-progress {
    width: 100%;
    height: 20%;
    background-color: #f6811e;
}

.ag-timeline-card_box {
    padding: 0 0 20px 50%;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}

.ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
    padding: 0 50% 20px 0;
    display: flex;
    flex-direction: row-reverse;
}

.ag-timeline-card_point-box {
    display: inline-block;
    margin: 0 14px 0 -26px;
}

.ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
    margin: 0 -24px 0 14px;
}

.ag-timeline-card_point {
    height: 50px;
    line-height: 46px;
    width: 50px;
    border: 3px solid #0056d4;
    background-color: #0056d4;
    color: white;
    text-align: center;
    font-size: 17px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all .3s ease;
}

.js-ag-active .ag-timeline-card_point {
    background-color: #f6811e;
    border-color: #f6811e;
}

.ag-timeline-card_meta-box {
    display: inline-block;
}

.ag-timeline-card_meta {
    margin: 10px 0 0;
    font-weight: bold;
    font-size: 28px;
    color: #0056d4;
    transition: all .3s ease;
}

.ag-timeline-card_item {
    display: inline-block;
    width: 45%;
    margin: -77px 0 0;
    background-color: #282828;
    opacity: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
    -o-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
    box-shadow: 0 0 0 0 rgba(0,0,0,.5);
    -webkit-transition: -webkit-transform .5s, opacity .5s;
    -moz-transition: -moz-transform .5s, opacity .5s;
    -o-transition: -o-transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s;
    position: relative;
}

.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item {
    -webkit-transform: translateX(-200%);
    -moz-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    -o-transform: translateX(-200%);
    transform: translateX(-200%);
}

.ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    -o-transform: translateX(200%);
    transform: translateX(200%);
}

.js-ag-active.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item,
.js-ag-active.ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.ag-timeline-card_arrow {
    height: 18px;
    width: 18px;
    margin-top: 20px;
    background-color: #282828;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_arrow {
    margin-left: calc(-18px / 2);
    margin-right: calc(-18px / 2);
}

.ag-timeline_item:nth-child(2n) .ag-timeline-card_arrow {
    margin-left: -10px;
    right: auto;
    left: 0;
}

.ag-timeline-card_img {
    width: 100%;
}

.ag-timeline-card_info {
    padding: 20px 30px;
}

.ag-timeline-card_title {
    display: none;
    margin: 10px 0 0;
    font-weight: bold;
    font-size: 28px;
    color: #f6811e;
}

.ag-timeline-card_desc {
    line-height: 1.45;
    font-size: 16px;
    color: #FFF;
}


@media only screen and (max-width: 979px) {
    .ag-timeline_line {
        left: 30px;
    }

    .ag-timeline_item:nth-child(2n) {
        text-align: left;
    }

        .ag-timeline-card_box,
        .ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
            padding: 0 0 20px;
            display: block;
        }

    .ag-timeline-card_meta-box {
        display: none;
    }

    .ag-timeline-card_point-box,
    .ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
        margin: 0 0 0 8px;
    }

    .ag-timeline-card_point {
        height: 40px;
        line-height: 36px;
        width: 40px;
        font-size: 14px;
    }

    .ag-timeline-card_item {
        width: auto;
        margin: -65px 0 0 75px
    }

    .ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item,
    .ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
        -webkit-transform: translateX(200%);
        -moz-transform: translateX(200%);
        -ms-transform: translateX(200%);
        -o-transform: translateX(200%);
        transform: translateX(200%);
    }

    .ag-timeline_item:nth-child(2n+1) .ag-timeline-card_arrow {
        right: auto;
        left: 0;
    }

    .ag-timeline-card_title {
        display: block;
    }

    .ag-timeline-card_arrow {
        margin-top: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .ag-format-container {
        width: 96%;
    }

    .ag-timeline-card_img {
        height: auto;
        width: auto;
    }
}

@media only screen and (max-width: 639px) {
    .ag-timeline_title {
        font-size: 60px;
    }

    .ag-timeline-card_info {
        padding: 10px 15px;
    }

    .ag-timeline-card_desc {
        font-size: 14px;
    }
}

@media only screen and (max-width: 479px) {
}

@media (min-width: 768px) and (max-width: 979px) {
    .ag-format-container {
        width: 750px;
    }
}

@media (min-width: 980px) and (max-width: 1161px) {
    .ag-format-container {
        width: 960px;
    }
}

.ag-timeline-card_img-box {
    position: relative;
    padding-top: calc(100% * 9/16);
}

    .ag-timeline-card_img-box img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.js-ag-active .ag-timeline-card_meta {
    color: #f6811e;
}

#mainCat .main-cat-item {
    width: 30%;
    opacity: .5;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
}

    #mainCat .main-cat-item:hover {
        opacity: 1;
        transform: scale(1.1)
    }

    #mainCat .main-cat-item.active,
    #mainCat .main-cat-item.show {
        opacity: 1;
    }

    #mainCat .main-cat-item .desc-content {
        text-align: left;
        font-weight: 600;
        height: 40px;
        font-size: 14px;
        line-height: 20px;
        display: flex;
        align-items: center;
        justify-content: left;
        padding-left: 10px;
        margin: 0;
        margin-top: -1px;
    }

    #mainCat .main-cat-item .image-box {
        padding-top: 100%;
        position: relative;
    }

        #mainCat .main-cat-item .image-box img {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

/*@media screen and (max-width: 1200px) {
    #mainCat > .row {
        ;
    }

    #mainCat .main-cat-item {
        width: calc(12.5% - 20px);
        margin: 0 10px;
    }
}


@media screen and (max-width: 760px) {

    #mainCat .main-cat-item {
        width: calc(20% - 20px);
        margin: 0 10px;
    }
}*/

@media screen and (max-width: 550px) {

    #mainCat .main-cat-item {
        width: 100%;
        margin: 10px 0;
    }

    .main-slider .slider-caption {
        position: relative;
        display: block;
        width: 100%;
    }

    .main-slider .owl-stage-outer .text-part {
        position: relative !important;
        bottom: 0 !important;
    }
}

#prodSearchInPage .twitter-typeahead {
    width: 100%
}

#prodSearchInPage input,
#prodSearchInPage2 input {
    width: 100%;
    display: block;
    padding: 10px;
}

#subCat .team-member,
#prod-section .team-member,
.search-page-result .team-member {
    border: 1px solid #d6d6d6;
    display: block;
    transition: all .3s ease-in-out;
    background: white;
}

    #subCat .team-member:hover,
    #prod-section .team-member:hover,
    .search-page-result .team-member:hover {
        filter: inherit;
        transform: inherit;
        transform: scale(1.1);
    }

    #subCat .team-member .image-box:hover {
        filter: inherit;
        transform: inherit;
    }

    #subCat .team-member .desc-content .h3,
    #prod-section .team-member .desc-content .h3,
    .search-page-result .team-member .desc-content .h3 {
        font-size: 11px;
        color: #7b7b7b;
        font-weight: 600;
    }

div#filter-title {
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 5px;
    background: #ec8531;
    padding: 5px;
    font-size: 15px;
}

#prod-detail-header {
    font-size: 16px;
}

    #prod-detail-header a .desc-content {
        color: #5a5a5a;
        font-weight: bold;
        transition: all .3s;
    }

    #prod-detail-header a:hover .desc-content {
        color: #f6811e;
        padding-left: 5px;
    }

    #prod-detail-header img {
        width: 100px;
        height: 100px;
        object-fit: contain;
        object-position: center;
        border-radius: 50%;
        overflow: hidden;
        box-sizing: border-box;
        box-shadow: 1px 2px 5px 1px #d4d4d4;
        transition: all .3s;
    }

    #prod-detail-header .inner-box:hover img {
        transform: scale(1.05);
        box-shadow: 2px 4px 5px #d4d4d4;
    }

.sepet,
.sepetim-part {
    padding: 0 5px;
    box-sizing: border-box;
    display: flex;
}

    .sepet > div,
    .sepetim-part > div {
        display: flex;
        justify-content: center;
        overflow: hidden;
        transition: all .3s;
        max-width: 150px;
        margin: auto;
    }

        .sepet > div > input,
        .sepetim-part > div > input {
            width: 40%;
            height: 30px;
            box-sizing: border-box;
            border: 1px solid #aaa;
            border-left: none;
            border-right: none;
            text-align: center;
        }

        .sepet > div > button,
        .sepetim-part > div > button {
            width: 25%;
            height: 30px;
            box-sizing: border-box;
            line-height: 30px;
            border: 1px solid #aaa;
            background: #eee;
            cursor: pointer;
        }

            .sepet > div > button:first-child,
            .sepetim-part > div > button:first-child {
                border-radius: 10px 0 0 10px;
            }

            .sepet > div > button:last-child,
            .sepetim-part > div > button:last-child {
                border-radius: 0 10px 10px 0;
            }

    .sepet > button {
        height: 40px;
        box-sizing: border-box;
        background: #232b3f;
        color: white;
        border: none;
        font-size: 14px;
        padding: 10px 15px;
        border-radius: 5px;
    }

.team-member .desc-content.price .designation.prod-short-desc {
    font-size: 12px;
    line-height: 1.2;
    color: #555;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media screen and (min-width:1024px) {
    #globeViz {
        overflow: hidden
    }

        #globeViz > img {
            width: 50%;
            padding: 10% 0;
            display: block;
            margin: auto;
            transition: all .3s ease-in-out;
            cursor: pointer;
        }

            #globeViz > img:hover {
                transform: scale(1.1);
            }
}

article.team-modern .h6 {
    font-size: 14px;
}

article.team-modern .h5 {
    height: 40px;
}

.sub-img-text {
    font-size: 13px;
}

.left-prod-ext-menu-item a span {
    width: 100%;
    font-size: 16px;
}

    .left-prod-ext-menu-item a span:first-child {
        width: 50px;
    }

#prod-section .inner-box,
#prod-section .team-member .desc-content,
#subCat .inner-box,
#subCat .team-member .desc-content {
    padding: 0;
    margin: 0;
}

    #prod-section .team-member .desc-content .h3,
    #subCat .team-member .desc-content .h3 {
        height: 40px;
        font-size: 14px;
        line-height: 20px;
        display: flex;
        align-items: center;
        justify-content: left;
        padding-left: 10px;
        margin: 0;
        margin-top: -1px;
    }


#prod-section .team-member .inner-box,
#subCat .team-member .inner-box {
    max-width: unset;
}

    #prod-section .team-member .inner-box .image-box,
    #subCat .team-member .inner-box .image-box {
        padding-top: 0;
    }

        #prod-section .team-member .inner-box .image-box img,
        #subCat .team-member .inner-box .image-box img {
            border-bottom: 1px solid #ddd;
            object-fit: cover;
            position: relative;
        }

.news-isotope-item.hidden {
    display: none;
}

3.typeahead-big-title {
    font-size: 17px;
    line-height: 48px;
    color: #888;
    font-family: Helvetica, Arial, sans-serif;
}

.detail-page-title {
    font-size: 14px;
    border-bottom: 1px solid red;
    text-decoration-color: red;
    margin: 10px 0;
}

.detail-page-groupcode {
}

.detail-page-prodname {
    padding-left: 8px;
    font-size: 23px;
    color: #ffffff;
    background-color: #f58220;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-top: 5px;
}

.detail-page-brandname {
    font-size: 18px;
    color: #ffffff;
    padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #f58220;
}

.detail-page-toolcode {
    font-size: 15px;
    color: #555555;
    padding: 5px 8px;
    background: #e1e1e1;
}

@media screen and (max-width:500px) {
    #preOrderButton {
        display: block;
        position: unset !important;
        float: unset !important;
        background: #034ea2;
        margin: 17px 0;
        width: calc(100vw - 30px);
    }
}

#SparePart-title-part,
#Team-title-part,
#Holder-title-part,
#Insert-title-part {
    line-height: 1.2;
    font-size: 19px;
    margin-top: 20px;
    background: #cbcbcb;
    color: #474747;
    padding: 14px;
    margin-bottom: 5px;
    font-weight: bold;
}

.search-brand {
    color: #ec8531;
}

.filter-field + div::-webkit-scrollbar-track {
    background: #fff;
    background: linear-gradient(90deg,rgb(255,255,255) 45%,rgba(112,112,112,0.15) 45%,rgba(112,112,112,0.15) 55%,rgb(255,255,255) 55%);
    border-radius: 45%
}

.filter-field + div::-webkit-scrollbar {
    width: 10px;
    background-color: #fff
}

.filter-field + div::-webkit-scrollbar-thumb {
    border-radius: 9px;
    background: #ec8531
}

.search-page-result .filter-field,
#leftMenuPart .filter-field {
    background: #0d55a4;
    color: white;
}

    .search-page-result .filter-field:after {
        content ='';
    }

#filter-desc-part, .search-in-detail {
    color: #1657a0;
}

.prodMainImg {
    background: white;
}

.custom-thead th {
    background: #2058a3;
    color: white;
}


    .custom-thead th.sorting_asc:before,
    .custom-thead th.sorting_desc:after {
        opacity: 1 !important;
    }

th.id-column,
td.id-column {
    background: #2058a3;
}

    td.id-column a,
    td.id-column:before {
        color: white !important;
    }

table.dataTable > tbody > tr.child ul.dtr-details {
    display: table !important;
}

    table.dataTable > tbody > tr.child ul.dtr-details > li {
        display: table-row !important;
        margin-bottom: 1px;
        box-shadow: 0px 1px #ddd;
    }

        table.dataTable > tbody > tr.child ul.dtr-details > li > span {
            display: table-cell;
            padding: 5px;
            text-wrap: balance;
            vertical-align: middle;
        }

.fake-title {
    margin-top: -170px;
    position: absolute;
}

html {
    scroll-behavior: smooth;
}

@media screen and (min-width:767px) {
    .kurumsalItems {
        padding-top: 110px;
    }
}

@media screen and (max-width:767px) {
    #mainCat .main-cat-item .desc-content {
        font-size: 14px;
    }

    .katalog {
        height: 90vw;
        display: block;
        margin: 0;
        padding: 0;
        width: 80vw;
        margin-top: 20px;
    }

    .kurumsalItems {
        width: 100%;
        flex-direction: column-reverse;
    }

        .kurumsalItems > div {
            width: 100%;
        }

    .main-slider .h1 {
        font-size: 24px;
        line-height: 1.2
    }

    .ptb-200 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.rd-mailform-inline .form-input ~ label {
    opacity: 0;
}

.rd-mailform-inline .form-input:valid ~ label {
    opacity: 1;
}

.main-slider .owl-stage-outer {
    overflow: visible;
}

    .main-slider .owl-stage-outer .image {
        overflow: hidden;
    }

    .main-slider .owl-stage-outer .text-part {
        background: #0d4669;
        padding: 3vh 5vw;
        bottom: -100px;
        z-index: 1000;
        position: absolute;
        width: 33vw;
    }

.product-section {
    margin: 50px 0;
    position: relative;
}

.prod-groups {
    padding: 80px 0;
}

    .prod-groups:after {
        background: #0d4669;
        content: '';
        position: absolute;
        left: -900%;
        top: 0;
        right: 0;
        width: 1000%;
        height: 100%;
        z-index: -1;
    }

    .prod-groups a {
        color: white;
        line-height: 48px;
        font-size: 24px;
        display: block;
        transition: all .3s;
    }

        .prod-groups a + .img-box {
            position: absolute;
            right: -570px;
            top: 0;
            width: 600px;
            height: 400px;
            bottom: 0;
            margin: auto;
            opacity: 0;
            pointer-events: none;
            z-index: 10;
            transition: all .3s;
        }

            .prod-groups a + .img-box img {
                height: 100%;
                width: 100%;
                object-fit: cover;
            }

        .prod-groups a:hover + .img-box,
        .prod-groups a.default + .img-box {
            opacity: 1;
            scale: 1.1;
        }

    .prod-groups:hover div:hover ~ div a.default + .img-box {
        opacity: 0;
        scale: 1;
    }

    .prod-groups > div {
        border-top: 1px solid #316ba1;
    }

    .prod-groups:hover a {
        opacity: .6;
        padding-left: 0;
    }


        .prod-groups:hover a:hover {
            opacity: 1;
            padding-left: 20px;
        }

.container.sectors p {
    height: 80px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
}

span.box-link {
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 3px;
    background: #7d9499;
    text-align: center;
    line-height: 40px;
    color: white;
}


span.text-link {
    display: inline-block;
    color: #7d9499;
    line-height: 40px;
    padding-left: 10px;
    font-weight: bold;
}

.sector-icon {
    width: 64px;
    height: 64px;
    box-sizing: content-box;
    padding-right: 20px;
}

#sectors .h3 {
    font-size: 30px;
}

#sectors .item {
    position: relative;
}

    #sectors .item .back {
        position: absolute;
        z-index: -1;
        filter: brightness(0.5);
        transition: all .3s;
        width: 100%;
        height: 100%;
        padding: 3px;
    }

    #sectors .item .item-inner {
        padding: 20px;
    }

    #sectors .item:hover .back {
        filter: brightness(1);
    }

    #sectors .item .back img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #sectors .item .icon {
        width: 64px;
        height: 64px;
        object-fit: cover;
        margin-bottom: 20px;
    }

    #sectors .item .title {
        font-size: 30px;
        color: white;
        line-height: 36px;
        margin-bottom: 30px;
        height: 72px;
    }

        #sectors .item .title:after {
            content: '';
            display: block;
            height: 3px;
            background: white;
            width: 33%;
            margin-top: 20px;
            transition: all .3s;
        }

    #sectors .item:hover .title:after {
        width: 10%;
    }

    #sectors .item .link {
        font-size: 22px;
        position: absolute;
        background: red;
        width: 30px;
        height: 29px;
        right: 0;
        bottom: 0;
        color: white;
        text-decoration: none;
        text-align: center;
        line-height: 30px;
    }

.firma-aciklama .wow {
    font-size: 17px;
}

.firma-aciklama .h3 {
    font-size: 30px;
}

.counter-section {
    font-size: 17px;
}

.tanitim2 {
    font-size: 17px;
}

    .tanitim2 .h3 {
        font-size: 30px;
    }

.news {
    font-size: 17px;
}


    .news .h3 {
        font-size: 30px;
    }

a.u-link-v5 {
    font-size: 17px;
    line-height: 19px;
    font-weight: 400;
}

.our-team .h3 {
    font-size: 30px;
    font-weight: 600;
}

.contact-page-info .d-flex {
    font-size: 24px;
}

.contact-page-info .inner-icon {
    font-size: 40px;
    width: 30px;
}

.contact-page-info .details-content {
    padding-left: 46px;
}

.form-group-part {
    border: 1px solid #b1b1b1;
    margin: 10px 0;
    border-radius: 5px;
}


    .form-group-part > .form-group {
        padding: 10px;
    }

    .form-group-part > .form-group-title {
        padding: 10px;
        background: #1e3765;
        color: white;
        font-weight: bold;
    }

    .form-group-part > .form-group {
        padding: 0 10px;
        margin: 0;
    }

    .form-group-part > .form-check {
        margin-left: 10px;
    }

.new-title {
    position: relative;
    display: block;
}

    .new-title:after {
        content: "";
        display: block;
        position: absolute;
        /* width: 303px; */
        height: 1px;
        background: #e3e3e3;
        margin: auto;
        left: 0;
        right: 0;
        margin-top: 7px;
    }

.sub-slider {
    min-height: 500px
}

    .sub-slider .container-fluid {
        padding: 0;
    }

    .sub-slider .owl-carousel .owl-item img {
        height: 35vw;
        object-fit: cover;
        min-height: 50vh;
    }

    .sub-slider .combo-slider-conainer {
        position: relative;
    }

.sub-slider-main-carousel:last-child {
    position: absolute;
    top: 0;
    background: white;
    bottom: 0;
    background: rgba(0,0,0,.25);
}

    .sub-slider-main-carousel:last-child .fullArea {
        height: 35vw;
        min-height: 50vh;
        color: white;
        text-align: left;
        border-right: 1px solid white;
        display: flex;
        justify-content: end;
        align-items: flex-start;
        font-family: 'Raleway', sans-serif;
        font-size: 25px;
        font-weight: 800;
        padding: 30px;
        box-sizing: border-box;
        transition: all .3s;
        flex-direction: column;
    }

.sub-slider-main-carousel:not(:last-child) {
    background: black;
}

.sub-slider-main-carousel:last-child .fullArea:hover {
    padding-bottom: 60px;
}

.sliderLink {
    clear: both;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
}

    .sliderLink span {
        color: white;
        padding: 20px 15px;
        position: relative;
        display: inline-block;
    }

        .sliderLink span div {
            position: relative;
            left: -15px;
            transition: all .4s;
        }

        .sliderLink span:hover div {
            left: 0;
        }

        .sliderLink span:before {
            content: '';
            position: absolute;
            height: 10px;
            bottom: 0;
            background: #7e1111;
            left: 0;
            width: 100%;
            transition: all .4s;
        }

        .sliderLink span:hover:before {
            height: 100%;
        }

.fullArea .sliderLink {
    position: relative;
    top: 70px;
    opacity: 0;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    transition: all .3s;
}

.fullArea:hover .sliderLink {
    top: 20px;
    opacity: 1;
}

.btn-news {
    font-size: 17px;
    padding: 14px 20px;
    background: white !important;
    color: #0e3d8a !important;
    border-color: #0e3d8a1f !important;
    border-radius: 30px;
}

    .btn-news:hover {
        padding: 30px 40px;
        color: white !important;
        border-color: white !important;
        background: #0e3d8a !important;
        border-radius: 15px;
    }

a.main-news-part {
    overflow: hidden;
    display: block;
}

    a.main-news-part > .img {
        border-radius: 10px;
        overflow: hidden;
    }

        a.main-news-part > .img > img {
            scale: 1.1;
            transition: all .5s;
        }


        a.main-news-part > .img:hover > img {
            scale: 1;
        }

section#news article.u-block-hover {
    border-radius: 10px;
}

.col-form-label {
    background: #e3e3e3;
    padding: 7px 10px;
    margin-top: 5px;
    border-radius: 4px;
    margin-top: 5px;
}


    .col-form-label:not(.image-label) {
        margin-bottom: -6px;
        padding: 7px 10px 9px;
    }

.form-check.form-check-inline {
    padding: 5px 0;
}

#subCat .inner-box,
#subCat .team-member .desc-content {
    padding: 0;
    margin: 0;
}

@media screen and (max-width:770px) {
    /*#leftMenuPart {
        display: none;
    }*/
    .main-slider {
        position: relative;
        padding-bottom: 0;
        margin-bottom: 0;
        min-height: 0;
    }

        .main-slider .slider-wrapper .image {
            height: 30vh;
        }

            .main-slider .slider-wrapper .image img,
            .main-slider .slider-wrapper .image video {
                width: 100vw;
                height: 30vh;
                object-fit: cover;
                min-height: unset;
            }

    section.main-slider + .section.front-about {
        margin-top: unset !important;
        padding-top: 0 !important;
    }

    .main-slider .owl-stage-outer .owl-item {
        height: 0;
    }

    .main-slider .owl-stage-outer.owl-height {
        height: auto !important;
    }

    .main-slider .owl-stage-outer .owl-item.active {
        height: auto;
    }
}

#prodSearchDesktop {
    border: 1px solid #ccc;
    border-radius: 3px;
}

    #prodSearchDesktop input:focus {
        border: none;
    }