.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;
}

/* .slick-initialized .slick-cloned:nth-child(1){
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-image: linear-gradient(to left, #E9C582 0%, #F1D8A7 33%, #E9C582 66%, #FAF5E6 100%) 1;
  } */

.hero_nav_border {
    /* color: #fff !important;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-image: linear-gradient(to left, #E9C582 0%, #F1D8A7 33%, #E9C582 66%, #FAF5E6 100%) 1;  */
}

.hero__nav .slick-current::before,
.hero__nav .slick-current::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 0.3s;
    transition: all ease-in 0.3s;
    position: relative;
    font-size: var(--block-text-lg);
}

.hero .heroButton.slick-current {
    color: #fff;
}

.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 .hero_nav_border {
    color: red;
    /* color: #fff !important;
      border-top: 1px solid;
      border-bottom: 1px solid;
      border-image: linear-gradient(to left, #E9C582 0%, #F1D8A7 33%, #E9C582 66%, #FAF5E6 100%) 1;  */
}

.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__8 .iconblock__img img,
.hero__main .iconblock__7 .iconblock__img img {
    display: inline-block;
    margin: 0 5px;
    max-width: 100%;
    height: 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(#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-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(#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-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%);
  } */
/*# sourceMappingURL=mb-hero-common.css.map */
