/**/
.tile__desc{
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 2rem;
    line-height: 1.3;
}
.selection-footer{
    padding-bottom: 30px;
    padding-left: 23px;
    padding-right: 23px;
}
.selection .tile__info{
    margin-bottom: 0;
}
.selection-footer .tile-nav{
    padding-left: 20px;
    padding-right: 20px;
}
.section_t-default{
    padding-bottom: 0!important;
}
.brands-tile{
    background-color: #fff;
    margin-bottom: 3rem;
}
.brands-tile:hover .brands-tile__link{
    filter:grayscale(0);
    opacity: 1;
}
.brands-tile__link{
    filter:grayscale(100%);
    opacity: .5;
    transition: all .3s ease;
}
.brands-tile__link svg{
    fill:#ff3800;
}
.brands-tile__link{
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height: 20rem;
    padding: 3rem;

}
.brands-tile__link img{
    max-width: 100%;
    max-height: 100%;
}
.brands-tile__title{
    display: block;
    text-align: center;
    font-size:24px;
    font-weight: 500;
    min-height: 5rem;
    color:#2f3132;
    font-family: 'MagistralC';
}
.brands-tile__desc{
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
}
.brands-tile__btn{
    border-top: 1px solid #d0d0d0;
    padding:12px 15px;
    display: block;
    color: #f93b00;
    font-weight: 500;
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
}
.brands-tile__content{
    min-height: 12rem;
}
.brands-tile__wrapper{
    padding-left: 60px;
    padding-right: 60px;
}
.full-slider__title{
    display: block;
    font-size:40px;
    font-weight: 700;
    color: #fff;
    font-family: 'MagistralC';
}
.brands-slider .full-slider__item{
    height: auto!important;
}
.brands-slider{
    border-bottom: 5px solid #ff3800;
}

.full-slider__info{
    position: absolute;
    bottom: 2rem;
    left: 0;
    width: 100%;
}
.full-slider__item{
    position: relative;
}
.full-slider_dark .full-slider__item:before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
    position: absolute;
    top: 0;
    left: 0;
}
.full-slider .swiper-slide{
    /*padding-top: 20px;*/
    /*padding-bottom: 20px;*/
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
}
.full-slider .wrapper.wrapper_medium{
    padding-left: 15px;
    padding-right: 15px;
}
.full-slider .swiper-slide:before{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    content: '';
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(13, 22, 33, .6));
}
.full-slider .swiper-button{
    transition: all .3s ease;
}
.full-slider .swiper-button:hover{
    background-color: rgba(255,255,255,1);
}
.full-slider .swiper-button:hover:before{
    border-color: #f93b00;
}
.full-slider:before{
    display: none;
}
.full-slider{
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.full-slider .full-info {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.full-slider .page-title{
    position: static;
}
@media (max-width: 990px){
    .full-slider .full__picture {
        display: block;
        font-size: 0px;
        position: relative;
    }
    .full-slider .swiper-slide{
        padding-top: 0;
        padding-bottom: 0;
    }

}
@media (max-width:760px) {
    .full-slider .swiper-button{
        background-color: rgba(255,255,255,.3);
        width: 4rem;
        height: 4rem;
    }
    .full-slider .swiper-button__left:before{
        border-width: 1px;
    }
    .full-slider .swiper-button__right:before{
        border-width: 1px;
    }

}
@media (max-width:650px) {
    .full-slider__info{
        bottom: 1rem;
    }
    .full-slider__title{
        font-size: 3rem;
    }
}
