.adbro-grid__line {
    background: #ff0000;
    border-radius: 0 0 5px 5px !important;
}

.adbro-grid__btn {
    background-image: url(../images/sungroup-grid-btn.png);
    height: 16px!important;
}

.adbro-grid .adbro-close {
    display: block;
    bottom: auto;
    top: 16px;
    z-index: 2;
}

.adbro-grid {
    position: relative;
    border-radius: 5px ;
    padding: 0 !important;
}

.adbro-bottom .adbro-grid {
    margin: 10px auto 0 !important;
}

.adbro-grid__list {
    display: block !important;
    padding: 0 !important;
    position: relative;
    height: 410px !important;
    margin: 0 !important;
}

@-webkit-keyframes move29 {
    50% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }

}

@keyframes move29 {
    50% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }

}

.adbro-grid__box:nth-child(1), .adbro-grid__box:nth-child(2) {
    -webkit-animation: move29 2.5s 1.5s both;
    animation: move29 2.5s 1.5s both;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
}

.adbro-grid__top {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    background: linear-gradient(90deg, #F7941D 10.14%, #CE7100 100%);
    width: 100%;
    height: 50px;
    z-index: 2;
}

.adbro-grid__top-logo {
    content: '';
    position: absolute;
    top: 1px;
    left: 7px;
    margin: 0 !important;
    background: url(../images/sungroup-logo.png) no-repeat left bottom;
    background-size: contain;
    width: 76px;
    height: 46px;
    -webkit-animation: fadeIn24 .7s .5s both;
    animation: fadeIn24 .7s .5s both;
}

.adbro-sungroup__top-logo-light {
    margin: 0 !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-mask: url(../images/sungroup-logo.png) no-repeat left bottom / contain;
    mask: url(../images/sungroup-logo.png) no-repeat left bottom / contain;
}

.adbro-sungroup__top-logo-light:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    opacity: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.9) 70%, rgba(255, 255, 255, 0) 100%);
    width: 25%;
    height: 100%;
    -webkit-animation: shine24 2s 3s;
    animation: shine24 2s 3s;
    -webkit-animation-iteration-count: 5;
    animation-iteration-count: 5;
}

.adbro-grid__box {
    display: block !important;
    margin: 0 !important;
    width: 100%;
}

.adbro-grid__box:first-child {
    margin-top: 0 !important;
}

.adbro-grid__img {
    position: relative;
    margin: 0 !important;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.adbro-grid__box--1 .adbro-grid__img {
    background-image: url(../images/sungroup-grid-img.jpg);
    padding-bottom: 414.58%;
}

.adbro-grid__arrow {
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin: 0 !important;
    margin-left: -12px !important;
    background: url(../images/sungroup-arrow.png) no-repeat left bottom / contain;
    width: 24px;
    height: 30px;
    -webkit-animation: fadeIn24 .5s 5s both;
    animation: fadeIn24 .5s 5s both;
}

.adbro-close {
    display: none;
    position: absolute;
    bottom: 80px;
    right: 5px;
    background: url(https://cdn.adbro.me/inimage/images/adbro-close.svg) no-repeat;
    background-size: 100% 100%;
    width: 22px;
    height: 22px;
    -webkit-animation: fadeIn24 1s .4s both;
    animation: fadeIn24 1s .4s both;
    cursor: pointer;
    margin: 0 !important;
    z-index: 1;
}

.adbro-icon {
    display: none;
    position: absolute;
    bottom: 51px;
    right: 3px;
    background: url(https://cdn.adbro.me/inimage/images/adbro-icon2.svg) no-repeat 50% 50%;
    background-size: 100% 100%;
    width: 25px;
    height: 24px;
    -webkit-animation: fadeIn24 1s .4s both;
    animation: fadeIn24 1s .4s both;
    cursor: pointer;
    margin: 0 !important;
    z-index: 1;
}

.adbro-link {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    margin: 0 !important;
}

@-webkit-keyframes fadeIn24 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }

}

@keyframes fadeIn24 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }

}

@-webkit-keyframes fadeInLeft24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

}

@keyframes fadeInLeft24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

}

@-webkit-keyframes fadeInRight24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

}

@keyframes fadeInRight24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

}

@-webkit-keyframes fadeInDown24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

}

@keyframes fadeInDown24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

}

@-webkit-keyframes shine24 {
    0% {
        left: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    80% {
        opacity: 0.3;
    }
    100% {
        left: 99%;
    }
}

@keyframes shine24 {
    0% {
        left: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    80% {
        opacity: 0.3;
    }
    100% {
        left: 99%;
    }
}