@import url('splide.min.css');
/** {
    padding: 0 !important;
    margin: 0 !important;
}*/
.main_sliders {
    position: relative;
}
#splide3.splide {
	opacity:0;
	transition: opacity 0.3s;
}
#splide3 .splide__arrows {
    
}
#splide3 .splide__arrow.splide__arrow--prev {
    left: 4vw;
    opacity: 1;
    border: 2px solid #eee;
    backdrop-filter: blur(5px);
    background: #00000038;
    width: 50px;
    height: 50px;
}
#splide3 .splide__arrow.splide__arrow--next {
    right: 4vw;
    opacity: 1;
    border: 2px solid #eee;
    backdrop-filter: blur(5px);
    background: #00000038;
    width: 50px;
    height: 50px;
}
#splide3 .slide_img {
    width: 100%;
}
#splide3 .main_sliders li {
    position: relative;
}
.main_sliders .container {
	position: absolute;
	top:0;
	height:100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
}
.container__inner {
	
}
.main_slider_h1 {
  margin-bottom: 50px;
}
.main_slider_h1 h1 {
  font-size: 5rem;
  font-weight: 800;
  color: #fff;
}
.slider_button {
  color: #000;
  text-decoration: none;
  padding: 16px 29px;
  background: #FFF;
  font-size: 16px;
}
.slide_img {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
	height: calc(100vh - 56px);
}

.splide__pagination {
    display: none;
}

.splide__pagination__page {
    background: rgba(255, 255, 255, .5);
    width: 8px;
    height: 8px;
    border-radius: 100%;
    border: 0;
	margin-right: 25px;
}
.splide__pagination__page.is-active {
    background: #82C73E;
    border: 2px solid #fff;
}
#splide_gallery {
	display:none; 
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  z-index: 99999999999;
  overflow: hidden;
}
#splide_gallery img {
  width: 100vw;
  height: 100vh;
  object-fit: contain;
}
#splide3 .splide__slide {
  display: flex;
  align-items: center;
  height: 100vh;
  justify-content: center;
}
#splide_gallery__close {
    position: absolute;
    top: 4vh;
    right: 4vw;
    /*background: #00000099;*/
    color: #eee;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    border-radius: 50px;
    background-image: url(/images/close.svg);
    backdrop-filter: blur(5px);
}
/*#splide_gallery__close:after {
    content: "+";
    transform: rotate(45deg);
    position: absolute;
    top: -2px;
    width: 100%;
    font-size: 60px;
    font-weight: 200;
    display: flex;
    height: 100%;
    align-content: center;
    justify-content: center;
    left: 3px;
    transition: transform 0.3s;
}
#splide_gallery__close:hover:after  {
    transform: rotate(45deg) scale(1.3);
}*/
#splide_gallery__close:hover {
	text-decoration:none;
	cursor:pointer;
}

#splide_gallery_bottom {
	margin:20px auto 40px;
}
.catalog-item-image-original {
    min-height: 13vw;
}
.catalog-header {
    background-image: url("/images/video.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 327px;
    display: flex;
    justify-content: center;
}
.catalog-header h1 {
    font-family: Roboto Condensed;
    font-size: 80px;
    font-weight: 300;
    line-height: 88px;
    color: #eee;
    text-align: center;
    margin-top: 160px;
    text-transform: uppercase;
}
.catalog-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}
.catalog-section a {
    color: #eee;
}
.catalog-item-title {
    padding: 10px 20px 0;
    display: block;
    color: #eee;
}
.catalog-item-a {
    margin-bottom: 20px;
}
.video-section .catalog-item {
}
.row.product-item-list-col-1 {
    width: calc(25vw - 5px);
}