@font-face {
    font-family: Univers;
    src: url('../fonts/Univers.otf');
}

body {
    font-family: 'Univers', sans-serif;
    /* background-color: rgba(217, 217, 217, 1); */
    overflow-x: hidden;
}

.header {
    background-color: #0F1F2A;
    /* background-color: transparent; */
    height: 80px;
    line-height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.header-home{
    background-color: transparent;
    border-bottom: 1px solid white;
    transition: background-color .3s ease;
    height: 80px;
    line-height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.bg-color-header-blue {
    transition: background-color .3s ease;
    background-color: #0F1F2A !important;
    border-bottom: none !important;
}

.c-orange {
    color: #F89828 !important;
}
.c-white {
    color: white !important;
}
.c-black {
    color: black !important;
}
.menu {
    padding: 0;
    margin: 0;
    display: inline-block;
}
.menu li {
    display: inline-block;
}
.menu li a {
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 13px;
}
.menu li a:hover {
    color: white;
    text-decoration: none;
}
.nav-tabs {
    border: 0;
}
.nav-tabs .nav-link {
    color: #0F1F2A;
    font-weight: 600;
    font-size: 18px;
    padding: 20px 60px;
}
.nav-tabs .nav-link:hover {
    border-color: #fff #fff #fff #fff;
    color: #0F1F2A;
    font-weight: 600;
    font-size: 18px;
    padding: 20px 60px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: #fff #fff #F89828 #fff;
    color: #0F1F2A;
    padding-bottom: 8px;
    font-weight: 600;
}
.button-orange {
    display: inline-block;
    height: 46px;
    line-height: 46px;
    background-color: #F89828;
    color: white;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    border-radius: 50px;
    padding: 0 24px;
    text-decoration: none;
    border: 0;
}
.button-orange:hover {
    color: white;
}
.button-primary {
    display: inline-block;
    height: 46px;
    line-height: 46px;
    background-color: white;
    color: #0F1F2A;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    border-radius: 50px;
    padding: 0 24px;
    text-decoration: none;
}
.button-primary_square {
    border-radius: 0;
}
.banner {
    background-color: #000;
    margin-top: -80px;
    height: calc(100vh);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-contain {
    color: white;
}
.banner-contain h1 {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.banner-contain p {
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
}
.banner-background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.video-scroll {
    height: 500vh;
}
.main {
    margin-top: 80px;
    /* overflow-x: hidden; */
    font-smooth: auto;
    font-smooth: never;
    font-smooth: always;

    /* <length> value */
    font-smooth: 2em;

    /* Global values */
    font-smooth: inherit;
    font-smooth: initial;
    font-smooth: revert;
    font-smooth: revert-layer;
    font-smooth: unset;
}
.position-middle {
    position: absolute;
    top: 50%; left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.flex-middle {
    display: flex;
    align-items: center;
    height: 100%;
}
.absolute-bottom {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
}
.h-100 {
    height: 100%;
}

.title-100-bold {
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.title-50-bold {
    color: #000;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.title-30-bold {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.title-25 {
    font-size: 25px;
    font-style: normal;
    line-height: normal;
}
.title-25-bold {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.title-20-bold {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.title-20-reguler {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.title-18-reguler {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.section-small {
    padding: 50px 0;
}
.section {
    padding: 75px 0;
}
.section--large {
    padding: 150px 0;
}
.background-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.card-custom {
    background: #B7B7B7;
    padding: 30px 50px;
    border-radius: 20px;
}
.card-background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%;
    position: relative;
}
.card-background-content {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
}
.card-background-content hr {
    background-color: white;
}
.card-banner {
    height: 660px;
    width: 100%;
    background: #404040;
    padding: 24px;
}
.card-image-banner {
    height: 500px;
    background-color: #B7B7B7;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
.card-bg-img {
    height: 660px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.card-usp {
    padding: 34px;
    border-radius: 15px;
    background: #E2E2E2;
    box-shadow: 8px 9px 8px -4px rgba(0, 0, 0, 0.10);
    border: 0;
    height: 100%;
    /* margin-bottom: 24px; */
}
.has-overlay:before {
    content: '';
    background: rgba(0,0,0,0.5);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.img-floating {
    position: absolute;
    top: 0;
    left: calc(50% - 160px);
    max-width: 320px;
}
.card-bg-img-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
}
.bg-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.card-standard-smalls {
    height: 180px;
}
.card-standard-small .card-standard_img {
    min-height: 200px;
}
.card-standard_img {
    min-height: 400px;
}

.card-standard_img_float {
    position: relative;
}
.card-standard_content_bottom {
    position: absolute !important;
    bottom: 0;
    left: 0;
    right: 0;
}
.download hr {
    background-color: #F89828;
    margin-top: 8px;
    margin-bottom: 22px;
}
.card-standard_img_float span {
    position: absolute;
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.card-standard_content {
    position: relative;
    z-index: 2;
    padding: 24px;
}
.card-standard_img_float_bottom_left span {
    position: absolute;
    bottom: 24px;
    left: 24px;
}
.pattern-show, .color-show {
    padding: 0;
    margin: 0;
}

.pattern-show li, .color-show li {
    display: inline-block;
    list-style: none;
}
.pattern-item, .color-item {
    padding: 0 12px;
}
.pattern-item span {
    width: 120px;
    height: 180px;
    display: block;
    margin-bottom: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.color-item span {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: block;
    margin-bottom: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.card-slider {
    width: 100%;
    height: 320px;
    background-color: #B7B7B7;
    margin-bottom: 24px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-slider .tag {
    background: #F89828;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    padding: 12px 40px;
    top: 20px;
    left: -10px;
}

.card-form {
    padding: 40px;
    background: #B7B7B7;
}

.icon-rounded {
    height: 200px;
    width: 200px;
    border-radius: 100%;
    background: #B7B7B7;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin-bottom: 24px;
}

.slider-history {
    z-index: 20;
}

.slider-history_card {
    width: 160px;
    height: 160px;
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin: 0 auto 20px;
    overflow: hidden;
    transition: all .3s linear;
}
.slider-history .slick-slide {
    transition: all .3s linear;
}
.slider-history .slick-slide:hover .slider-history_card {
    height: 300px;
    width: 300px;
}
.slider-history_content {
    display: block;
    padding: 0 50px;
    text-align: center;
}
.slider-kit-item {
    padding: 0 12px;
}
.slider-kit-item-image {
    height: 280px;
    width: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.slider-kit-item-image:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: all 0.25s ease-in-out;
    z-index: 1;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 20%, #000000 150%);
}
.slider-kit-item-wrapper {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    z-index: 2;
}
.section-about {
    margin-top: 100px;
}
.circle-flag {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    background-color: #B7B7B7;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto 24px;
}
.card-about {
    height: 660px;
    position: relative;
}
.card-about:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.45);
}
.list-standard {
    padding: 0;
    margin: 0;
    text-align: center;
}

.list-standard li {
    display: inline-block;
    margin: 0 26px 24px 26px;
}

.bg-gray {
    background-color: #B7B7B7;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    color: black;
}
.slider-history .slick-arrow {
    display: none !important;
}
.card-hero {

}
.card-hero-thumbnail {
    height: 500px;
    width: 100%;
    background-color: #B7B7B7;
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 24px;
}
.card-hero-thumbnail.small-thumbnail {
    height: 220px;
}
.fi {
    position: relative;
    top: 3px;
}
.link {
    color: #F89828;
}
.card-standard_img-med {
    min-height: 240px;
}
#specification .title-25 {
    font-size: 22px;
}
#specification .title-25 b {
    font-size: 25px;
}
.about .card-standard_content {
    min-height: 180px;
}
.article-image {
    height: 500px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #B7B7B7;
}
.accordion-item {
    background-color: transparent !important;
}
.accordion .accordion-item {
    border-bottom: 1px solid rgba(248, 152, 40, 1);
}
.accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid rgba(248, 152, 40, 1);
}
.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: black;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background-color: transparent;
    outline: none;
}
.accordion button:hover, .accordion button:focus {
    cursor: pointer;
}
.accordion button:hover::after, .accordion button:focus::after {
    cursor: pointer;
    color: black;
    border: 1px solid black;
}
.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 0;
}
.accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}
.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}
.accordion button[aria-expanded='true'] {
    color: black;
}
.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 99em;
    transition: all .3s linear;
    will-change: opacity, max-height;
}
.accordion .accordion-content {
    opacity: 0;
    /* background-color: rgba(217, 217, 217, 1); */
    max-height: 0;
    overflow: hidden;
    transition: opacity .3s linear, max-height .3s linear;
    will-change: opacity, max-height;
}
.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
}
.accordion .accordion-content p a {
    text-decoration: underline;
    color: #0000FF;
}
.accordion-item {
    border: 0;
}
.footer {
    background: #0F1F2A;
    padding-top: 80px;
    padding-bottom: 20px;
    color: white;
}
.footer h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.footer p {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer .link-map {
    color: #FFF;
    font-family: Arimo;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.footer h3, .footer p {
    color: white;
}
.footer ul {
    padding: 0;
}
.footer ul li {
    list-style: none;
}
.footer ul li a {
    color: white;
}
.list-inline li {
    display: inline-block;
}
.hr-orange {
    background-color: #F89828;
    opacity: 1;
}
.list-social li {
    display: inline-block;
    padding: 0 8px;
}
.list-social li a {

}
.list-social li a img {
    width: 40px;
    height: 40px;
}

.background-default {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-logo-text {
    color: #FFF;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 7.5px;
}
.slider-testimonial .slick-track {
    opacity: 1 !important;
}

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 600px;
    color: #000;
    background: #E6E6E6;
    z-index: 1000;
    padding: 75px;
    transition: all 600ms linear;
}
.sidebar.active {
    right: 0;
}

.sidebar-search {
    margin-top: 50px;
}

.sidebar-search input {
    border-radius: 50px;
    height: 50px;
}

.sidebar-search button {
    height: 50px;
    border-radius: 50px;
    background: white;
    color: black;
}

.dropdown-menu {
    min-width: 6rem;
}
.sidebar-menu {
    margin-top: 50px;
}
.sidebar-menu ul {
    width: 100%;
}
.sidebar-menu li {
    display: block;
    width: 100%;
    padding: 15px 0;
}
.sidebar-menu li a {
    color: #000;
    font-weight: bold;
    font-size: 30px;
    width: 100%;
    display: block;
    position: relative;
}
.sidebar-menu li a img {
    transition: all .3s linear;
    position: absolute;
    right: 5px;
    top: 5px;
}
.sidebar-menu li a:hover {
    color: #000;
}
.sidebar-menu li a:hover img {
    right: 0;
}
.sidebar-info {
    position: absolute;
    bottom: 20px;
    left: 75px;
    right: 75px;
    background: #D9D9D9;
    padding: 40px;
    border-radius: 50px;
}
.sidebar-info .alert {
    padding: 8px;
    text-align: center;
    border-radius: 24px;
}
.page-link {
    background: transparent !important;
    border: 0 !important;
    color: #000;
}
.form-select {
    /* border: 1px solid #000;
    height: 50px;
    border-radius: 50px;    */
}
.header-dropdown {
    background: white;
    position: absolute;
    top: 140px;
    left: 0;
    width: 100%;
    height: 480px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}
.header-dropdown.active {
    opacity: 1;
    visibility: visible;
    top: 80px;
}
.tab-content>.tab-pane {
    padding: 24px 0;
}
.tab-content a {
    padding: 0 !important;
}
.tab-content .card-background-content p {
    line-height: 20px;
    margin-bottom: 0;
}
.menu-main {}
.slider-testimonial-item {
    width: 100%;
}
.closeMenus {
    display: none;
}
.tab-pane .card-background {
    height: 350px;
}


.slider-testimonial .slick-prev:before, .slider-installation .slick-prev:before, .slider-kit .slick-prev:before {
    content: "";
    display: block;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAB2AAAAdgB+lymcgAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAFfSURBVHic7ds9ThVRHIbx36UZYAFG10JigtixFT86PxoqVEpdhyUmmqixcgUWrEQDjVCQmxC4GSaEOf/AeZ/kdDOT93kyUw53j3XsYageUsGAQ5ziq/MY3XBRfnm6ibBKvpsI6/hmtfzyfC5bNzMDvhiXP8Zu1cA5ibxx+X94WjVwTiIv8v3Jb+C7yEc+8pfOX53L71QNnJPI61R+U+fyP0R+VP5J1cA5ibzIR747+Z8iH/nIuyq/XTVwTiKvU/kBv4zLH+Nx1cCprN3wvhP8vuaaAVs3fP6dYd/4W3CKt2XrGpEIpkV4U7auEe8kQiKQCEgEJAKmRXhdtq4RiYD3EiERuD7Cf7wsW9eIKRFelK1rRCJIBPBBIiQCiYBpEZ6XrWtEIkgEcCAREoFpEZ6VrWtE9xEW+GQ8wh/3/FfaBT5aLX+ER3XT2rEqwhEeVo5qzcXPoTv5JQu8woPbeNgZ1hsJD9HksQ0AAAAASUVORK5CYII=');
    background-size: 30px;
    width: 30px;
    height: 30px;
    color: #000;
}

.slider-testimonial .slick-next:before, .slider-installation .slick-next:before, .slider-kit .slick-next:before {
    content: "";
    display: block;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAHYAAAB2AH6XKZyAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAQRJREFUeJzt20FOwlAURuEPE92CTmjAnbhzN6EjkcdGhIE2YVCLkpZC33+SO2vae84bNo9haPCK54Hed1M02GCPncoiHMu3U02ELvlqIvTJVxHhEW/6AySCREiERJAIiZAIv0wiSIRESASJUFeEd5VHeJIIiUAiIBGQCEgEJAISAYmAREAiIBFwgQh3g6w5Hvd4+MNze3yNvMvFWeLD6dMvWE2y4YhEXuQjH/mOKSI/LyIv8pGPfMcUkZ8XkRf5k/LraVYcj8iLfOQj3zFF5OdF5EU+8jcrf+6vscXP9LHDC7ZnfuPq6bs7WFz5yQ9Fg0+VyrccRygqk29Z+74+30y8x785AGH4Ov9/hzsNAAAAAElFTkSuQmCC');
    background-size: 30px;
    width: 30px;
    height: 30px;
    color: #000;
}
.article img {
    width: 100% !important;
}

/* Article content styling with Univers font */
.article {
    font-family: 'Univers', sans-serif !important;
}

.article p,
.article div,
.article span,
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6,
.article li,
.article ul,
.article ol,
.article blockquote,
.article strong,
.article b,
.article em,
.article i,
.article a {
    font-family: 'Univers', sans-serif !important;
}
.slick-arrow {
    z-index: 999;
    position: absolute;
    top: 50%;
    color: transparent;
    width: 30px;
    height: 30px;
    border: 0;
    background: transparent;
}
.bg-customss {
    height: 400px;
    position: relative;
}
.bg-customss .card-standard_content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.slick-prev {
    left: -50px;
}
.slick-next {
    right: -40px;
}
.toggle-promo-wrapper {
    position: fixed;
    left: 0;
    top: 100px;
    width: 220px;
    z-index: 999999;
}
.toggle-promo-wrapper.active {
    left: -220px;
}
.toggle-promo {
    position: relative;
    width: 100%;
    height: 100%;
}
.toggle-promo img {
    width: 100%;
}
.toggle-promo i {
    width: 10px;
    height: 10px;
    z-index: 99999;
    display: block;
    position: absolute;
    top: 0;
    right: 6px;
}
.toggle-promo i img {
    width: 10px;
}
.popup-form {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: rgba(0, 0, 0, 0.70); */
    /* z-index: 999999; */
}
.popup-form-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 40px;
    border-radius: 20px;
}
#closePopupForm {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99999999;
}
#closePopupCustomization {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99999999;
}
.slider-history {
    position: relative;
}
.line-slider-history {
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 25rem;
}
.has-child i {
    display: inline-block;
}
.has-child.active i {
    position: relative;
    top: -5px;
    transform: rotate(180deg);
}
#scrolly-video {
    height: 1000vh;
}
.img-information-kit {
    height: 380px;
    width: 100%;
    background-position: center;
    background-size: cover;
}
.card-bg-overlay {
    position: relative;
}
.card-bg-overlay:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}
.close-manufacturer {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 30px;
    width: 30px;
    background: #fff;
    color: #000;
    font-size: 20px;
    text-align: center;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1200px;
    }
}
.toggle-trigger {
    position: absolute;
    top: 0;
    right: -16px;
    color: black;
    background: white;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.toggle-trigger.active {
    transform: rotate(180deg);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.background-default-custom {
    padding: 200px 0 !important;
 }
@media screen and (max-width: 768px) {
    /* .section{
        margin-top: 80px;
    } */
     .slider-installation-item .image {
        height: 300px;
        overflow: hidden;
     }
     .bg-customss {
        height: 400px;
        position: relative;
     }
     .bg-customss .card-standard_content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
     }
     .bg-customs {
        height: 240px;
        position: relative;
     }
     .bg-customs .card-standard_content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
     }
     .background-default-custom {
        padding: 75px 0 !important;
     }
    .w-50-md {
        width: 50% !important;
    }
    .section.background-img {
        padding: 75px 0;
    }
    .card-usp {
        padding: 12px;
    }
    .card-usp .title-30-bold {
        font-size: 18px;
    }
    .section-about .list-standard li {
        max-width: 80px;
        margin: 0 6px 24px 6px;
        vertical-align: top;
    }
    .section-about .list-standard li .title-20-bold {
        font-size: 12px;
    }
    .title-20-bold {
        font-size: 16px;
    }
    .circle-flag {
        width: 70px;
        height: 70px;
        margin-bottom: 12px;
    }
    .video-scroll {
        /* height: 100vh; */
        height: 60vh;
    }
    #scrolly-video {
        height: 60vh !important;
    }
    .card-about {
        height: 320px;
    }
    .card-standard_img {
        min-height: 50px;
    }
    .main {
        margin-top: 0;
    }
    .line-slider-history {
        top: 29rem;
    }
    .col-md-push {
        order: 2;
    }
    .col-md-pull {
        order: 1;
    }
    .popup-form-inner {
        width: 90%;
        padding: 20px;
    }
    .toggle-promo {
        width: 160px;
    }
    .title-100-bold {
        font-size: 40px;
    }
    .menu-main {

    }
    .slick-prev {
        left: 20px;
    }
    .slick-next {
        right: 20px;
    }
    .slider-testimonial {
        padding: 0 40px;
    }
    .header-dropdown.active {
        top: 0;
        height: 100%;
        padding-top: 30px;
    }
    .tab-pane .card-background {
        height: 150px;
    }
    .tab-pane .card-background h3 {
        font-size: 18px;
    }
    .tab-pane .card-background p {
        font-size: 14px;
    }
    .title-20-reguler {
        font-size: 16px;
    }
    .closeMenus {
        display: block;
    }
    .card-background {
        height: 300px;
        margin-bottom: 12px;
    }
    .button-primary {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        padding: 0 12px;
        font-weight: 600;
    }
    .icon-rounded {
        width: 100px;
        height: 100px;
    }
    .btn-technology .title-30-bold {
        font-size: 18px;
    }
    #sidebarToggle img {
        width: 40px;
    }
    .main-menu {
        position: fixed;
        top: 0;
        left: auto;
        right: -100%;
        bottom: 0;
        transition: all .4s;
        width: 100%;
        background: #0F1F2A !important;
    }
    .main-menu .menu {
        width: 100%;
    }
    .main-menu ul li {
        display: block;
        text-align: left;
    }
    .main-menu.active {
        right: 0;
        text-align: left;
        padding: 20px;
    }
    .has-child.active .header-dropdown {
        top: 0;
        height: 100%;
        padding-top: 50px;
        opacity: 1;
        visibility: visible;
    }
    .title-50-bold {
        font-size: 28px;
    }
    p {
        font-size: 14px;
    }
    .button-orange {
        font-size: 14px;
    }
    .sidebar {
        width: 100%;
        padding: 60px 12px;
    }
    .sidebar-info {
        left: 12px;
        right: 12px;
        padding: 12px;
        border-radius: 12px;
        bottom: 12px;
    }
    .footer .col {
        flex: auto;
        margin-bottom: 34px;
    }
    .banner-contain h1 {
        font-size: 38px;
    }
    .banner-contain p {
        font-size: 16px;
    }
    .closeMenu {
        position: absolute;
        top: 0;
        right: 20px;
    }
    .nav-tabs {
        display: block;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }
    .nav-tabs .nav-link {
        font-size: 16px;
        padding: 20px 8px;
    }
    .nav-item {
        display: inline-block !important;
    }
    .closeMenus {
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .nav-tabs .nav-link:hover {
        padding: 20px 8px;
        font-size: 16px;
    }
    .section {
        padding: 25px 0;
    }
    .section-start {
        padding: 100px 0;
    }
    #scrolly-video {
        height: 100vh;
    }
    .banner {
        margin-top: 0;
    }
    .slider-testimonial .slick-prev {
        left: -10px;
    }
    .slider-testimonial .slick-next {
        right: 10px;
    }
    .card-bg-img {
        height: 360px;
    }
    .product-section .card-standard_img, .product-detail-section .card-standard_img {
        min-height: 400px;
    }
    .product-detail-section .button-orange {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        padding: 0 12px;
    }
    .title-30-bold {
        font-size: 22px;
    }
    #specification .title-25 {
        font-size: 16px;
    }
    #specification .title-25 b {
        font-size: 20px;
    }
    .sidebar-search {
        margin-top: 40px;
    }
    .sidebar-menu {
        margin-top: 20px;
    }
    .sidebar-menu li a {
        font-size: 20px;
    }
    .sidebar-info .alert {
        padding: 4px;
    }
    .fancybox-content {
        padding: 24px;
    }
    .absolute-bottom .button-orange {
        padding: 0 12px;
    }
}
#manufactures.fancybox-content, #customization.fancybox-content {
    min-width: initial !important;
    width: 100%;
}

.button-live-app {
    position: fixed;
    z-index: 999;
    color: #fff;
    background-color: #34d366;
    width: 55px;
    height: 55px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 38px;
    border-radius: 50%;
    bottom: 15px;
    left: 15px;
    animation: fadeInTop 0.8s forwards;
}

.center-middle {
    display: flex;
    align-items: center;
}

.bg-white {
    background-color: white;
}

.sidebar-menu ul {
    width: 100%;
    height: calc(60vh - 220px);
    overflow: auto;
}
.youtubevideo {
    min-height: 400px;
}
.slick-dots {
    text-align: center;
}
.slick-dots li {
    display: inline-block;
    margin: 0 4px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #eee;
}
.slick-dots li button {
    display: none;
}
.slick-dots .slick-active {
    background: #000;
}
@media screen and (max-width: 767px) {
    .youtubevideo {
        min-height: 200px;
    }
    .sidebar-menu ul {
        height: calc(70vh - 220px);
    }
    .slider-installations-item {
        padding: 0 20px;
    }
}
.modal {
    z-index: 2147483647 !important;
}

.product-section img {
    max-height: 420px;
    display: block;
    margin: auto;
}

.t-cibesLiftCreator {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.t-cibesLiftCreator img {
    max-width: 100%;
}
.t-cibesLiftCreator .side-panel {
    background-color: #212529;
    transition: all 0.5s ease-in;
  }
  @media (min-width: 1200px) {
.t-cibesLiftCreator .side-panel {
      width: 345px;
    }
  }
.t-cibesLiftCreator .side-panel-header {
    position: relative;
  }
.t-cibesLiftCreator .side-panel-header_iconclose {
    position: absolute;
    top: 2px;
    right: 4px;
  }
.t-cibesLiftCreator .side-panel-header_iconclose .m-iconButton {
    width: 24px;
    height: 24px;
  }
.t-cibesLiftCreator .side-panel-title {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 15px;
  }
.t-cibesLiftCreator .side-panel-left {
    width: 100%;
  }
  @media (min-width: 1200px) {
.t-cibesLiftCreator .side-panel-left {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 17.96875vw;
    }
  }
.t-cibesLiftCreator .side-panel-right, .t-cibesLiftCreator .side-panel-contact {
    width: 100%;
    padding: 16px;
    transform: translateX(calc(100% + 1px));
  }
  @media (min-width: 1200px) {
.t-cibesLiftCreator .side-panel-right, .t-cibesLiftCreator .side-panel-contact {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 17.96875vw;
      z-index: 2;
    }
  }
  @media (max-width: 1199.98px) {
.t-cibesLiftCreator .side-panel-right, .t-cibesLiftCreator .side-panel-contact {
      position: fixed;
      top: 90px;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 99;
      overflow: auto;
    }
  }
  @media (max-width: 1199.98px) {
.t-cibesLiftCreator .side-panel-right, .t-cibesLiftCreator .side-panel-contact {
      top: 94px;
    }
  }
  @media (max-width: 767.98px) {
.t-cibesLiftCreator .side-panel-right, .t-cibesLiftCreator .side-panel-contact {
      top: 49px;
    }
  }
.t-cibesLiftCreator .side-panel-right.active, .t-cibesLiftCreator .side-panel-contact.active {
    transform: translateX(0);
  }
  @media (min-width: 1200px) {
.t-cibesLiftCreator .main-panel-review {
      width: calc(100% - 690px);
      margin: 0 auto;
    }
  }
  @media (min-width: 1200px) and (max-width: 1500px) {
.t-cibesLiftCreator .main-panel-review {
      width: calc(100% - 530px);
    }
  }
  @media (max-width: 1499.98px) {
.t-cibesLiftCreator .main-panel-review img {
      object-fit: contain;
    }
  }
  @media (max-width: 767.98px) {
.t-cibesLiftCreator .main-panel-review {
      height: auto;
    }
  }
.t-cibesLiftCreator .option-item {
    display: flex;
    padding: 10px;
    position: relative;
    cursor: pointer;
  }
.t-cibesLiftCreator .option-item::before {
    content: "";
    position: absolute;
    width: 5px;
    background-color: #f49712;
    top: 0;
    right: 0;
    transition: 0.4s ease;
    height: 0;
  }
.t-cibesLiftCreator .option-item.active::before {
    height: 100%;
  }
.t-cibesLiftCreator .option-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #d3d3d3;
    left: 0;
    bottom: 0;
  }
.t-cibesLiftCreator .option-item_img {
    flex: 0 0 70px;
  }
.t-cibesLiftCreator .option-item_img img {
    width: 70px;
    height: 70px;
  }
.t-cibesLiftCreator .option-item_text {
    padding-left: 15px;
  }
.t-cibesLiftCreator .option-item_text_title {
    font-size: 18px;
    color: #ffffff;
  }
  @media (min-width: 1200px) and (max-width: 1400px) {
.t-cibesLiftCreator .option-item_text_title {
      font-size: 16px;
    }
  }
  @media (max-width: 767.98px) {
.t-cibesLiftCreator .option-item_text_title {
      font-size: 16px;
    }
  }
.t-cibesLiftCreator .option-item_text_value {
    font-size: 16px;
    color: #ffffff;
    opacity: 0.8;
  }
  @media (max-width: 767.98px) {
.t-cibesLiftCreator .option-item_text_value {
      font-size: 14px;
    }
  }
  @media (min-width: 1200px) and (max-width: 1400px) {
.t-cibesLiftCreator .option-item_text_value {
      font-size: 14px;
    }
  }
.t-cibesLiftCreator .value-list {
    display: none;
  }
.t-cibesLiftCreator .value-list ::-webkit-scrollbar {
    position: absolute;
    -webkit-appearance: none;
    width: 7px;
    height: 7px;
    -webkit-overflow-scrolling: auto;
  }
.t-cibesLiftCreator .value-list ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
  }
.t-cibesLiftCreator .value-list.active {
    display: block;
  }
.t-cibesLiftCreator .value-list-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  @media (min-width: 1200px) {
.t-cibesLiftCreator .value-list-container {
      overflow: auto;
      overflow-x: hidden;
    }
  }
  @media (min-width: 1580px) and (max-width: 1699px) {
.t-cibesLiftCreator .value-list-container {
      max-height: 480px;
    }
  }
  @media (min-width: 1400px) and (max-width: 1579px) {
.t-cibesLiftCreator .value-list-container {
      max-height: 522px;
    }
  }
  @media (min-width: 1300px) and (max-width: 1399px) {
.t-cibesLiftCreator .value-list-container {
      max-height: 450px;
    }
  }
  @media (min-width: 1200px) and (max-width: 1299px) {
.t-cibesLiftCreator .value-list-container {
      max-height: 400px;
    }
  }
  @media (min-width: 1700px) {
.t-cibesLiftCreator .value-list-container {
      max-height: 680px;
    }
  }
.t-cibesLiftCreator .value-item {
    margin-bottom: 20px;
    cursor: pointer;
  }
.t-cibesLiftCreator .value-item-grid {
    padding-left: 7.5px;
    padding-right: 7.5px;
    flex: 0 0 50%;
  }
  @media (min-width: 992px) and (max-width: 1199.98px) {
.t-cibesLiftCreator .value-item-grid {
      flex: none;
    }
  }
  @media (max-width: 991.98px) {
.t-cibesLiftCreator .value-item-grid {
      max-width: 33.33333%;
      flex: 0 0 33.33333%;
    }
  }
  @media (max-width: 767.98px) {
.t-cibesLiftCreator .value-item-grid {
      max-width: 50%;
      flex: 0 0 50%;
    }
  }
.t-cibesLiftCreator .value-item-grid.optionSize .value-item-thumb {
    background-color: #212529;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #fff;
  }
  @media (max-width: 1199.98px) {
.t-cibesLiftCreator .value-item-grid.optionSize .value-item-thumb {
      justify-content: center;
      padding: 10px;
    }
  }
.t-cibesLiftCreator .value-item-grid.optionSize .value-item-thumb span {
    display: block;
  }
.t-cibesLiftCreator .value-item-grid.optionSize .value-item-thumb span.pre {
    font-size: 48px;
  }
  @media (max-width: 1600px) {
.t-cibesLiftCreator .value-item-grid.optionSize .value-item-thumb span.pre {
      font-size: 30px;
    }
  }
  @media (max-width: 767.98px) {
.t-cibesLiftCreator .value-item-grid.optionSize .value-item-thumb span.pre {
      font-size: 20px;
    }
  }
.t-cibesLiftCreator .value-item-grid.optionSize .value-item-thumb span.val {
    opacity: 0.8;
  }
  @media (max-width: 1600px) {
.t-cibesLiftCreator .value-item-grid.optionSize .value-item-thumb span.val {
      font-size: 14px;
    }
  }
  @media (max-width: 767.98px) {
.t-cibesLiftCreator .value-item-grid.optionSize .value-item-thumb span.val {
      font-size: 12px;
    }
  }
.t-cibesLiftCreator .value-item-grid.optionSize .active .value-item-thumb {
    border-color: #f49712;
  }
.t-cibesLiftCreator .value-item-thumb {
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 10px;
    position: relative;
  }
  @media (min-width: 1200px) {
.t-cibesLiftCreator .value-item-thumb {
      min-height: auto;
    }
  }
  @media (min-width: 768px) and (max-width: 1199.98px) {
.t-cibesLiftCreator .value-item-thumb {
      min-height: 100px;
    }
  }
.t-cibesLiftCreator .value-item-value {
    color: #ffffff;
  }
  @media (min-width: 1200px) and (max-width: 1400px) {
.t-cibesLiftCreator .value-item-value {
      font-size: 14px;
    }
  }
.t-cibesLiftCreator .value-item .value-item-thumb::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #f49712;
    transition: 0.2s ease;
    transform: scale(0);
  }
.t-cibesLiftCreator .value-item.active .value-item-thumb::after {
    transform: scale(1);
  }
.t-cibesLiftCreator .creator-attachment {
    cursor: pointer;
    transition: all 0.25s ease-in;
  }
  @media (min-width: 1200px) {
.t-cibesLiftCreator .creator-attachment {
      position: absolute;
      top: 0;
      transform: translateX(calc(100% - 50px));
      right: 0;
    }
  }
  @media (max-width: 1199.98px) {
.t-cibesLiftCreator .creator-attachment {
      width: 100%;
    }
  }
.t-cibesLiftCreator .creator-attachment:hover {
    transform: translateX(0);
  }
.t-cibesLiftCreator .creator-attachment_item {
    display: flex;
    align-items: center;
    padding: 13px 73px 13px 13px;
    background-color: #212529;
    border-bottom: 1px solid #ffffff;
  }
  @media (min-width: 1200px) {
.t-cibesLiftCreator .creator-attachment_item {
      width: 100%;
    }
  }
.t-cibesLiftCreator .creator-attachment_item:hover {
    background-color: #f49712;
  }
.t-cibesLiftCreator .creator-attachment_item:hover_label {
    color: #ffffff;
  }
.t-cibesLiftCreator .creator-attachment_item_icon {
    margin-right: 14px;
    width: 24px;
    height: 24px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
.t-cibesLiftCreator .creator-attachment_item_label {
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
  }
.t-cibesLiftCreator .creator-attachment_item.download .creator-attachment_item_icon {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M19%209h-4V3H9v6H5l7%207zM5%2018v2h14v-2z%22%20data-name%3D%22Path%205523%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20data-name%3D%22Path%205524%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E);
  }
.t-cibesLiftCreator .creator-attachment_item.sendDesign .creator-attachment_item_icon {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20data-name%3D%22email-24px%20%281%29%22%3E%3Cpath%20d%3D%22M16.988%204H3.665a1.662%201.662%200%200%200-1.657%201.663L2%2015.644a1.669%201.669%200%200%200%201.665%201.663h13.323a1.669%201.669%200%200%200%201.665-1.663V5.663A1.669%201.669%200%200%200%2016.988%204zm0%203.327l-6.661%204.159-6.662-4.159V5.663l6.661%204.159%206.661-4.159z%22%20data-name%3D%22Path%2026%22%20transform%3D%22translate%28-.327%20-.654%29%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M0%200h20v20H0z%22%20data-name%3D%22Path%2027%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E);
  }

  .loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.5) -1.5em 0 0 0, rgba(255, 255, 255, 0.5) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    }
    @-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.iticks-pop-button {
    z-index: 999 !important;
}

.border-bottom-gray {
    border-bottom: 1px solid #D9D9D9;
}

.nav.nav-tabs { scrollbar-width: none; -ms-overflow-style: none; }
.nav.nav-tabs::-webkit-scrollbar { display: none; }
/* tabs horizontal scroll controls */
.tabs-scroll-wrapper {
    position: relative;
}
.tabs-scroll-wrapper .tabs-scroll-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    border: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0.95) 60%, rgba(255,255,255,0));
    color: #0F1F2A;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.tabs-scroll-wrapper .tabs-scroll-left { left: 0; transform: rotate(180deg); }
.tabs-scroll-wrapper .tabs-scroll-right { right: 0; }
.tabs-scroll-wrapper:hover .tabs-scroll-btn { display: flex; }
.tabs-scroll-wrapper .tabs-scroll-btn i { font-size: 28px; line-height: 1; }
@media screen and (max-width: 768px) {
    .tabs-scroll-wrapper .tabs-scroll-btn { display: none !important; }
}
