body {font-family: "Montserrat", sans-serif;}
#content.site-content {
    padding-top: 0;
}
.container {
    max-width: 1660px;
}

.row-flex {
    display: flex;
}

.primary-header .row-flex {
    justify-content: space-between;
    align-items: center;
}

.header-left {
    width: 40%;
}

.header-right {
    width: 40%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.header-menu {
    display: flex;
    align-items: center;
}

button.burger-menu {
    display: flex;
    width: 27px;
    height: 27px;
    background: transparent;
    border: 0;
    padding: 0;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

button.burger-menu span {
    display: block;
    width: 25px;
    height: 1px;
    background: #4F3E35;
}

.header-menu-burger {
    flex-shrink: 0;
    margin-right: 30px;
    position: relative;
    top: 1px;
}

button.header-icon {
    border: 0;
    padding: 0;
    background: transparent;
    display: flex;
}

button.header-icon img {
    width: 24px;
}
.header-center a {
    display: flex;
}
header.primary-header {
    padding: 20px 0;
    box-shadow: 0px 0px 25px -5px rgb(0 0 0 / 25%);
    position: sticky;
    top: 0px;
    z-index: 9;
    background: #fff;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    transition: .2s;
    position: relative;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    background: #4f3e35;
    left: 0;
    bottom: 0;
    height: 1px;
    transition: 0.2s;
    opacity: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover:after {
    width: 100%;
    opacity: 1;
}
img.banner-mobimg {
    display: none;
}
.banner-slide__item {
    /* height: 830px; */
    position: relative;
    width: 100%;
    /* z-index: 1; */
}
.banner-slide__item_bg {
	height: calc(100vh - 67px);
}
body.admin-bar .banner-slide__item_bg {
    height: calc(100vh - 99px);
}
.banner-slide__content {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 2;
    pointer-events: none;
    padding-bottom: 30px;
}
.banner-slide__item_bg img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.banner-slider__wrp {position:relative;}
.banner-slide__item a.banner-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.bannerSwiper:after {
    width: 140px;
    content:"";
    background: linear-gradient(90deg, rgba(28, 27, 26, 0), rgba(28, 27, 26, 0) 4%, rgba(28, 27, 26, .012) 12%, rgba(28, 27, 26, .036) 24%, rgba(28, 27, 26, .09) 40%, rgba(28, 27, 26, .18) 56%, rgba(28, 27, 26, .306) 72%, rgba(28, 27, 26, .6));
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 2;
    pointer-events: none;
}
.bannerSwiper:before {
    width: 140px;
    content:"";
    background: linear-gradient(-90deg, rgba(28, 27, 26, 0), rgba(28, 27, 26, 0) 4%, rgba(28, 27, 26, .012) 12%, rgba(28, 27, 26, .036) 24%, rgba(28, 27, 26, .09) 40%, rgba(28, 27, 26, .18) 56%, rgba(28, 27, 26, .306) 72%, rgba(28, 27, 26, .6));
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    pointer-events: none;
}
.bannerSwiper-bg:before {
    content:"";
    position: absolute;
    background: linear-gradient(0deg, rgba(28, 27, 26, 0), rgba(28, 27, 26, 0) 4%, rgba(28, 27, 26, .012) 12%, rgba(28, 27, 26, .036) 24%, rgba(28, 27, 26, .09) 40%, rgba(28, 27, 26, .18) 56%, rgba(28, 27, 26, .306) 72%, rgba(28, 27, 26, .6));
    height: 192px;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 2;
    pointer-events: none;
}
.bannerSwiper .banner-slide__item:after {
    content:"";
    position: absolute;
    background: linear-gradient(180deg, rgba(28, 27, 26, 0), rgba(28, 27, 26, 0) 4%, rgba(28, 27, 26, .012) 12%, rgba(28, 27, 26, .036) 24%, rgba(28, 27, 26, .09) 40%, rgba(28, 27, 26, .18) 56%, rgba(28, 27, 26, .306) 72%, rgba(28, 27, 26, .6));
    bottom: 0;
    height: 50%;
    z-index: 1;
    width: 100%;
    pointer-events: none;
}
.bannerSwiper .swiper-button-next,
.bannerSwiper .swiper-button-prev {
    width: 20px;
    font-size: 15px;
    height: 30px;
    margin-top: calc(0px - 30px / 2)!important;
}

.bannerSwiper .swiper-button-next svg,
.bannerSwiper .swiper-button-prev svg,
.bannerSwiper .swiper-button-next svg path,
.bannerSwiper .swiper-button-prev svg path {
    fill: #fff!important;
}
.bannerSwiper .swiper-button-prev {
    left: 10px;
}

.bannerSwiper .swiper-button-next {
    right: 10px;
}
.banner-slide__title {
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
}

.banner-slide__content_text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-slide__desc {
    color: #fff;
    font-size: 20px;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {}

.bannerSwiper .swiper-pagination {
    display: flex;
    width: 100%;
    justify-content: center;
    bottom: 70px;
}

.bannerSwiper .swiper-pagination span.swiper-pagination-bullet {
    border-radius: 0;
    width: 20px;
    height: 2px;
    margin: 0;
    opacity: 0.4;
    background: #fff;
}

.bannerSwiper .swiper-pagination span.swiper-pagination-bullet-active {
    opacity: 1;
}
.banner-slide__titletop {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.banner-slide__more {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding-top: 60px;
}









