.hero .slick-prev,
.hero .slick-next {
    width: 15px;
    z-index: 20;
    opacity: 0.5;
}

.hero .slick-prev:hover,
.hero .slick-prev:focus,
.hero .slick-next:hover,
.hero .slick-next:focus {
    opacity: 1;
}

.hero .slick-prev::before,
.hero .slick-prev::after,
.hero .slick-next::before,
.hero .slick-next::after {
    display: none;
}

.hero .slick-prev {
    left: 0;
}

.hero .slick-next {
    right: 0;
}

.hero__nav {
    width: 100%;
}

.hero__nav .slick-slide {
    margin: 0 5px;
}

.hero__nav .slick-current.heroButton::before,
.hero__nav .slick-current.heroButton::after {
    content: "";
    width: 95%;
    display: block;
    height: 1px;
    position: absolute;
    z-index: 1;
    color: #999;
    /* background: -webkit-gradient(linear, right top, left top, from(#E9C582), color-stop(33%, #F1D8A7), color-stop(66%, #E9C582), to(#FAF5E6));
    background: linear-gradient(to left, #E9C582 0%, #F1D8A7 33%, #E9C582 66%, #FAF5E6 100%); */
}

.hero__nav .slick-current.heroButton::before {
    top: 0;
}

.hero__nav .slick-current.heroButton::after {
    bottom: 0;
}

.hero .heroButton {
    color: #999;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    width: 100%;
    min-height: 50px;
    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;
    text-transform: uppercase;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
    position: relative;
    font-size: var(--block-text-lg);
}

.hero .heroButton:hover,
.hero .heroButton:focus {
    display: block;
}

.hero .heroButton:hover::before,
.hero .heroButton:hover::after,
.hero .heroButton:focus::before,
.hero .heroButton:focus::after {
    content: "";
    width: 95%;
    display: block;
    height: 1px;
    position: absolute;
    z-index: 1;
    color: #999;
}

.hero .heroButton:hover::before,
.hero .heroButton:focus::before {
    top: 0;
}

.hero .heroButton:hover::after,
.hero .heroButton:focus::after {
    bottom: 0;
}

.hero__for {
    padding-top: 3%;
}

.hero__for-item h2 {
    text-align: center;
}

.hero__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hero__main-img {
    width: 82%;
    margin: 3% auto;
}

.hero__main .iconblock {
    margin: 2% auto 5%;
    text-align: center;
    width: calc(100%/2 - 10px);
}

.hero__main .iconblock__img img {
    display: inline-block;
    margin: 0 5px;
    max-width: 50px;
}

.hero__main .iconblock p {
    line-height: 1.2;
}

@media (min-width: 576px) {
    .hero__main .iconblock {
        width: calc(100%/4 - 10px);
    }
}

@media (min-width: 996px) {

    .hero .slick-prev,
    .hero .slick-next {
        width: 25px;
    }

    .hero__nav .slick-track {
        -webkit-transform: none !important;
        transform: none !important;
    }

    .hero__main {
        display: block;
    }

    .hero__main-img {
        width: 37%;
        margin: 0 auto;
        position: relative;
    }

    .hero__main .iconblock {
        position: absolute;
        margin: auto;
        width: 23%;
    }

    .hero__main .iconblock__img {
        display: none;
    }
}

@media (min-width: 1600px) {
    .hero__main-img {
        width: 55%;
    }
}

.theme-meg .hero .slick-current::before,
.theme-meg .hero .slick-current::after {
    color: #fff;
    background: -webkit-gradient(linear, right top, left top, from(#E9C582), color-stop(33%, #F1D8A7), color-stop(66%, #E9C582), to(#FAF5E6));
    background: linear-gradient(to left, #E9C582 0%, #F1D8A7 33%, #E9C582 66%, #FAF5E6 100%);
}

.theme-meg .hero-button:hover::before,
.theme-meg .hero-button:hover::after,
.theme-meg .hero-button:focus::before,
.theme-meg .hero-button:focus::after {
    color: #fff;
    background: -webkit-gradient(linear, right top, left top, from(#E9C582), color-stop(33%, #F1D8A7), color-stop(66%, #E9C582), to(#FAF5E6));
    background: linear-gradient(to left, #E9C582 0%, #F1D8A7 33%, #E9C582 66%, #FAF5E6 100%);
}

.theme-mpg .hero .slick-current::before,
.theme-mpg .hero .slick-current::after {
    color: #fff;
    background: -webkit-gradient(linear, right top, left top, from(#0057B7), color-stop(50%, #440099), to(#E81F76));
    background: linear-gradient(to left, #0057B7 0%, #440099 50%, #E81F76 100%);
}

.theme-mpg .hero-button:hover::before,
.theme-mpg .hero-button:hover::after,
.theme-mpg .hero-button:focus::before,
.theme-mpg .hero-button:focus::after {
    color: #fff;
    background: -webkit-gradient(linear, right top, left top, from(#0057B7), color-stop(50%, #440099), to(#E81F76));
    background: linear-gradient(to left, #0057B7 0%, #440099 50%, #E81F76 100%);
}

.theme-mag .hero .slick-current::before,
.theme-mag .hero .slick-current::after {
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(white), color-stop(40%, #D3E736), color-stop(50%, #E3E890), to(white));
    background: linear-gradient(90deg, white 0%, #D3E736 40%, #E3E890 50%, white 100%);
}

.theme-mag .hero-button:hover::before,
.theme-mag .hero-button:hover::after,
.theme-mag .hero-button:focus::before,
.theme-mag .hero-button:focus::after {
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(white), color-stop(40%, #D3E736), color-stop(50%, #E3E890), to(white));
    background: linear-gradient(90deg, white 0%, #D3E736 40%, #E3E890 50%, white 100%);
}

.theme-pro .hero .slick-current::before,
.theme-pro .hero .slick-current::after {
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#4676a3), color-stop(47%, #00d4ff), to(#3c6f9f));
    background: linear-gradient(90deg, #4676a3 0%, #00d4ff 47%, #3c6f9f 100%);
}

.theme-pro .hero-button:hover::before,
.theme-pro .hero-button:hover::after,
.theme-pro .hero-button:focus::before,
.theme-pro .hero-button:focus::after {
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#4676a3), color-stop(47%, #00d4ff), to(#3c6f9f));
    background: linear-gradient(90deg, #4676a3 0%, #00d4ff 47%, #3c6f9f 100%);
}

.theme-gaming .hero .slick-current::before,
.theme-gaming .hero .slick-current::after {
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#54565a), color-stop(50%, #ff0016), to(#54565a));
    background: linear-gradient(to left, #54565a 0%, #ff0016 50%, #54565a 100%);
}

.theme-gaming .hero-button:hover::before,
.theme-gaming .hero-button:hover::after,
.theme-gaming .hero-button:focus::before,
.theme-gaming .hero-button:focus::after {
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#54565a), color-stop(50%, #ff0016), to(#54565a));
    background: linear-gradient(to left, #54565a 0%, #ff0016 50%, #54565a 100%);
}


/*# sourceMappingURL=mb-hero-common.css.map */
/*theme plus*/
.theme-Plus .hero .slick-current::before,
.theme-Plus .hero .slick-current::after {
    color: #fff;
    background: rgb(51, 204, 204);
    background: linear-gradient(114deg, rgba(51, 204, 204, 1) 0%, rgba(27, 110, 110, 1) 0%, rgba(51, 204, 204, 1) 48%, rgba(27, 110, 110, 1) 100%);
}

.theme-Plus .hero-button:hover::before,
.theme-Plus .hero-button:hover::after,
.theme-Plus .hero-button:focus::before,
.theme-Plus .hero-button:focus::after {
    color: #fff;
    background: rgb(51, 204, 204);
    background: linear-gradient(114deg, rgba(51, 204, 204, 1) 0%, rgba(27, 110, 110, 1) 0%, rgba(51, 204, 204, 1) 48%, rgba(27, 110, 110, 1) 100%);
}

/*Project Zero*/

.theme-project .hero .slick-current::before,
.theme-project .hero .slick-current::after {
    color: #fff;
    background: -webkit-gradient(linear, right top, left top, from(#222), color-stop(50%, #fff), to(#222));
    background: linear-gradient(to left, #222 0%, #fff 50%, #222 100%);
}

.theme-project .hero-button:hover::before,
.theme-project .hero-button:hover::after,
.theme-project .hero-button:focus::before,
.theme-project .hero-button:focus::after {
    color: #fff;
}

.theme-project .hero .heroButton {
    background: -webkit-linear-gradient(30deg, #777 30%, #999 40%, #999 65%, #777 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 12px;
}

.theme-project .hero .heroButton.slick-current {
    background: -webkit-linear-gradient(30deg, #888 30%, #fff 40%, #fff 65%, #888 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.theme-project .hero .heroButton:hover {
    background: -webkit-linear-gradient(30deg, #888 30%, #ddd 40%, #aaa 50%, #888 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-filter: brightness(2);
    filter: brightness(2);
}

.theme-project .hero .heroButton.slick-current:hover {
    background: -webkit-linear-gradient(30deg, #888 30%, #fff 40%, #fff 65%, #888 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-filter: none;
    filter: none;
}

/* .theme-project .hero-button:hover::before,
.theme-project .hero-button:hover::after,
.theme-project .hero-button:focus::before,
.theme-project .hero-button:focus::after {
    color: #fff;
    background: -webkit-gradient(linear, right top, left top, from(#222), color-stop(50%, #fff), to(#222));
    background: linear-gradient(to left, #222 0%, #fff 50%, #222 100%);
} */




/*theme-gray*/
.theme-gray .hero .slick-current::before,
.theme-gray .hero .slick-current::after {
    color: #fff;
    background: rgb(122, 122, 122);
    background: -webkit-linear-gradient(30deg, rgb(51, 51, 51) 30%, #ddd 40%, #aaa 50%, rgb(51, 51, 51) 70%);
}

.theme-gray .hero-button:hover::before,
.theme-gray .hero-button:hover::after,
.theme-gray .hero-button:focus::before,
.theme-gray .hero-button:focus::after {
    color: #fff;
    background: rgb(122, 122, 122);
    background: -webkit-linear-gradient(30deg, rgb(51, 51, 51) 30%, #ddd 40%, #aaa 50%, rgb(51, 51, 51)70%);
}