#hero-splide{
    height:650px;
    background:#f7f7f7;
}
#hero-splide .splide__track, #hero-splide .splide__list{
    height:100%;
}
#hero-splide .hero-slide, 
#hero-splide .hero-slide .container,
#hero-splide .hero-slide .container .row{
    height:100%;
}
#hero-splide .splide__arrow{
    width:50px;
    height:50px;
    box-shadow: 0px 3px 8px rgba(0,0,0,0.2);
    background: #ffffff;
}
#hero-splide .splide__arrow svg path{
    fill:var(--main-link-color);
}
#hero-splide .hero-slide{
    position: relative;
}
#hero-splide .hero-slide figure.background{
    top:0;
    left:0;
    margin:0;
    position:absolute;
    width:100%;
    height:100%;
    z-index:1;
}
#hero-splide .hero-slide figure.background img{
    width:100%;
    height:100%;
    object-fit: cover;
    filter:brightness(0.4);
}
#hero-splide .hero-slide .container{
    position: relative;
    z-index:3;
    color:#ffffff;
}
#hero-splide .hero-slide h2{
    font-weight:bold;
    font-size:3rem;
    text-transform:uppercase;
    text-shadow:0px 2px 3px rgba(0,0,0,0.8);
}
#hero-splide .hero-slide .btn{
    width:250px;
}

#best-catalog{
    position: relative;
    background:#f7f7f7;
    padding:100px 0;
}
#best-catalog figure.background{
    top:0;
    left:0;
    margin:0;
    position:absolute;
    width:100%;
    height:100%;
    z-index:1;
}
#best-catalog figure.background img{
    width:100%;
    height:100%;
    object-fit: cover;
    opacity:0.5;
}
#best-catalog .container{
    position: relative;
    z-index:3;
}
#best-catalog h2{
    font-weight: bold;
    text-transform: uppercase;
    font-size:2.3rem;
}
#best-catalog .index-category-list{
    margin:40px 0px
}
#best-catalog .index-category-list .splide__slide{
    padding:40px 0;
}
#best-catalog .index-category-list .splide-bottom-arrows .splide__arrows {
    bottom:-40px;
}
#best-catalog .fly-features{
    position:relative;
    top:-150px;
    margin-bottom:-100px;
}
#best-catalog .fly-features .feature-box{
    background:#ffffff;
    border-radius:6px;
    box-shadow: 0px 26px 29px rgba(0,0,0,0.15);
    padding:30px 15px;
}
#best-catalog .fly-features .feature-box h5{
    font-weight: bold;
    text-transform: uppercase;
    color:var(--main-link-color);
    margin-bottom:3px;
}
#best-catalog .fly-features .feature-box figure{
    width:60px;
    height:60px;
    margin:0;
}
#best-catalog .fly-features .feature-box figure img{
    width:100%;
    height:100%;
    object-fit: contain;
}
#best-catalog .fly-features .feature-box p{
    margin:0;
}
#best-catalog .category-card{
    background:#ffffff;
    box-shadow: 0px 26px 29px rgba(0,0,0,0.15);
    border-radius:6px;
    padding:25px;
    padding-top:50px;
    transition: all 0.5s ease;
}
#best-catalog .category-card:hover{
    transform: translateY(-20px);
    box-shadow: 0px 26px 29px rgba(0,0,0,0.25);
}
#best-catalog .category-card figure{
    width:100%;
    height:200px;
    margin:0;
}
#best-catalog .category-card figure img{
    width: 100%;
    height:100%;
    object-fit: contain;
}
#best-catalog .category-card .category-link{
    text-align: center;
    display:flex;
    height:60px;
    align-items: center;
    justify-content: center;
    margin-top:20px;
}
#best-catalog .category-card .category-link a{
    color:#333333;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}
#best-catalog .category-card:hover .category-link a{
    color:var(--main-hover-color);
}

#index-about{
    padding:100px 0;
    overflow: hidden;
}
#index-about h1{
    color:#000000;
    text-transform: uppercase;
    font-weight: bold;
}
#index-about h2{
    color:#666666;
    text-transform: uppercase;
    font-weight: bold;
    font-size:1.5rem;
    margin-bottom:30px;
}
#index-about .fly-box{
    box-shadow: 0px 10px 15px rgba(0,0,0,0.35);
    border-radius: 6px;
    overflow:hidden;
    position: relative;
    z-index:2;
}
#index-about .fly-box figure{
    height:400px;
    margin:0;
}
#index-about .fly-box figure img{
    width:100%;
    height:100%;
    object-fit: cover;
}
#index-about .fly-box-border{
    border:solid 3px var(--main-hover-color);
    border-radius:10px;
    top:0px;
    left:0px;
    width: 100%;
    height:100%;
    position:absolute;
    transform: translate(-20px, 20px);
    z-index:1;
}
#index-about article{
    font-size:1.1rem;
    line-height:1.3;
    margin-top:40px;
}

#index-about .counts-box{
    background:#f7f7f7;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.25);
    border-radius: 6px;
    padding:3rem 3rem;
    margin:4.5rem 0;
}
#index-about .counts-box h2{
    font-weight: bold;
    text-transform: uppercase;
    color:#000000;
    margin:0;
    font-size:1.6rem;
}

#index-about .counts-box .count-number{
    font-size:2.5rem;
    color:var(--main-link-color);
    font-weight: bold;
    line-height:1.2;
}
#index-about .counts-box .count-pretext{
    font-size:0.9rem;
    line-height:1.2;
    text-transform: uppercase;
}
#index-about .count-box{
    line-height:1.2;
    color:#000000;
}
#index-about .counts-box .count-posttext{
    font-size:1.1rem;
    font-weight: bold;
    line-height:1.2;
    text-transform: uppercase;
}

#index-about .work-with-us h2.sublined{
    color:#000000;
    font-size:2.2rem;
}

#news{
    padding:100px 0;
}

.news-block{
    position:relative;
}
.news-block svg{
    width:30px;
    height:30px;
}
.news-block.prev svg{
    position:absolute;
    top:0px;
    left:0px;
}

.news-block h3{
    font-size:1.5rem;
}

.news-block a{
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

#contacts{
    min-height:500px;
    background:#ffffff;
}

.splide-bottom-arrows .splide__arrows{
	position:absolute;
	bottom:-70px;
	width:100%;
	display:flex;
	justify-content: center;
	align-items: center;
}
.splide-bottom-arrows .splide__arrows .splide__arrow{
	position:static;
	margin:0 20px;
	background: none;
	width:auto;
}
.splide-bottom-arrows .splide__arrows .splide__arrow svg{
    fill: #000000;
    height: 3rem;
    width: 3rem;
}
.splide-bottom-arrows .splide__arrows .splide__arrow[disabled] svg{
	fill:#999999;
}
.splide-bottom-arrows .splide__arrows .splide__arrow:not([disabled]):hover svg{
	fill:var(--main-hover-color);
}

@media (max-width: 520.98px) {
	#hero-splide .hero-slide h2 {
        font-size:2rem;
    }
    #best-catalog .fly-features .feature-box{
        box-shadow: 0px 15px 20px rgba(0,0,0,0.15);
        padding:20px 10px;
        font-size:0.8rem;
        border-radius:0;
    }
    #best-catalog .fly-features .feature-box h5{
        font-size:1.1rem;
    }
    #best-catalog .fly-features .feature-box figure{
        width:40px;
        height:40px;
    }

    #index-about .counts-box {
        padding:1.2rem;
    }

    #best-catalog h2.sublined{
        margin-bottom:30px;
    }

}

@media (min-width: 521px) and (max-width: 758.98px) {
    #hero-splide .hero-slide h2 {
        font-size:2rem;
    }
    #best-catalog .fly-features .feature-box{
        box-shadow: 0px 15px 20px rgba(0,0,0,0.15);
        padding:20px 10px;
        font-size:0.8rem;
        border-radius:0;
    }
    #best-catalog .fly-features .feature-box h5{
        font-size:1.1rem;
    }
    #best-catalog .fly-features .feature-box figure{
        width:40px;
        height:40px;
    }
}

@media (min-width: 759px) and (max-width: 999.98px) {
    #hero-splide .hero-slide h2 {
        font-size:2.5rem;
    }
    #best-catalog .fly-features .feature-box{
        box-shadow: 0px 15px 20px rgba(0,0,0,0.15);
        padding:20px 10px;
        font-size:0.8rem;
        border-radius:0;
    }
    #best-catalog .fly-features .feature-box h5{
        font-size:1.1rem;
    }
    #best-catalog .fly-features .feature-box figure{
        width:40px;
        height:40px;
    }
    
}

@media (min-width: 1000px) and (max-width: 1199.98px) {
    #best-catalog .fly-features .feature-box{
        box-shadow: 0px 15px 20px rgba(0,0,0,0.15);
        padding:20px 10px;
        font-size:0.8rem;
    }
    #best-catalog .fly-features .feature-box h5{
        font-size:1.1rem;
    }
    #best-catalog .fly-features .feature-box figure{
        width:40px;
        height:40px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {

}