/*universal fo all sliders*/



.catalog, .sales {
    position: relative;
    padding: 5.25em 0;
    z-index: 1;
}

.catalog:before, .catalog:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    width: 48.5%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #d3ba83;
    z-index: -1
}

.catalog:before {
    left: -1px
}

.catalog:after{
    right: -1px
}





.catalog .arrows-container, .sales .arrows-container {
    position: absolute;
    top: -1.5em;
    right: 6.5%;
    z-index: 1
}

.catalog .arrows-container .slick-arrow, .sales .arrows-container .slick-arrow{
    display: inline-block;
    vertical-align: middle
}

.catalog .arrows-container .slick-arrow:first-child, .sales .arrows-container .slick-arrow:first-child {
    margin-right: .5rem
}

.catalog .catalog-slider-container, .sales .sales-slider-container {
    position: relative;
    overflow: hidden;
}

.catalog .catalog-slider, .sales .sales-slider {
    width: 130.25em;
    height: 20.125em;
    margin-left: -.75em;
    opacity: 0;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms
}



.catalog .catalog-slider.slick-slider, .sales .sales-slider.slick-slider  {
    opacity: 1
}

.catalog .slick-list, .sales .slick-list{
    /*overflow: visible*/
}

.catalog .slick-list, .catalog .slick-track, .catalog .slick-slide, .sales .slick-list, .sales .slick-track, .sales .slick-slide {
    height: 100%
}

.catalog .image, .sales .image {
    width: 100%;
    height: 100%;
    background: #18181e no-repeat center center/cover;
    border: 1px solid #ddd;
    box-sizing: border-box
}

.catalog .slick-slide a, .sales .slick-slide a{
    display: block;
    height: 100%;
    position: relative;
    margin: 0 .75em;


}

.catalog .info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color:transparent;
    background: transparent;
    font-family: Rubik, sans-serif;
    font-size: 29px;
    font-weight: 500;
    line-height: 48px;
    text-transform: uppercase;
    padding: 10%;
    transition: 0.3s;

}

.catalog .info:hover{
    color: #d3ba83;
    background: rgba(43, 53, 71, 0.85);
}


.sales .info{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    color: #8893a1;
    background-color: #2a2a2e;
    font-family: Rubik, sans-serif;
    padding: 0 70px;
    transition: 0.3s;
    overflow: hidden;
}

.sales .info h3{
    color: #8893a1;
    font-family: Rubik, sans-serif;
    font-size: 24px;
    font-weight: 500;
}
.sales .info p{
    color: #8893a1;
    font-family: Rubik, sans-serif;
    font-size: 14px;
    font-weight: 300;
}



.catalog .box-content, .sales .box-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40.5625rem;
    height: 24rem;
    padding: 5.25em 4.5em;
    box-sizing: border-box;
    left: 5%;
    z-index: 1;
    background: #2b3547;
}

.catalog .box-content h4, .sales .box-content h4 {
    color: #d3ba83;
    font-family: Rubik, sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.catalog .box-content .line, .sales .box-content .line{
    display: inline-block;
    width: 0;
    height: 1px;
    background-color: #8893a1;
    margin: 0 0 70px 0;
    transition: 0.6s;
}

.catalog .box-content a, .sales .box-content a {
    max-width: 380px;
    width: 100%;
    color: #d6b989;
    font-family: Rubik, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background: url(/../img/arrows.svg) no-repeat;
    background-position-x: 94%;
    background-position-y: 33%;
}
.catalog .box-content a:hover, .sales .box-content a:hover {
    background-position-x: 97%;
}

.dots-container{
    position: absolute;
    bottom: 1.75em;;
    right: 6.5%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.dots-container .slick-dots{
    display: inherit;
    flex-direction: row;
    list-style: none;

}

.dots-container .slick-dots li button{
    border: none;
    color: transparent;
    width: 32px;
    height: 2px;
}

.dots-container .slick-dots .slick-active button{
    background:  #b40101;
}
.left-arrow-icon .cls-1, .right-arrow-icon .cls-1, .up-arrow-icon .cls-1 {
    fill: #fff;
}
.left-arrow-icon .cls-1, .left-arrow-icon .cls-2, .right-arrow-icon .cls-1, .right-arrow-icon .cls-2, .up-arrow-icon .cls-1, .up-arrow-icon .cls-2 {
    stroke: #b5a279;
    stroke-width: 1px;
}

.left-arrow-icon .cls-2, .right-arrow-icon .cls-2, .up-arrow-icon .cls-2 {
    fill: none;
    fill-rule: evenodd;
}

.slick-arrow:hover .cls-1, .slick-arrow:hover .st0 {
    fill: #b5a279;
}
.slick-arrow:hover .cls-2, .slick-arrow:hover .st1 {
    stroke: #fff;
}

/*universal fo all sliders*/



/*sales*/
.sales:before, .sales:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    width: 48.5%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #d3ba83;
    z-index: -1
}

.sales:before {
    left: -1px
}

.sales:after{
    right: -1px
}

.sales .info{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    color: #fff;
    background-color: #2b3547;
    font-family: Rubik, sans-serif;
    padding: 0 70px;
    transition: 0.3s;
    overflow: hidden;
}

.sales .info h3{
    color: #fff;
    font-family: Rubik, sans-serif;
    font-size: 24px;
    font-weight: 500;
}
.sales .info p{
    color: #8893a1;
    font-family: Rubik, sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.sales .box-content a{
    max-width: 210px;
}

/*sales*/


@media (max-width: 1024px) {
    /*.catalog .catalog-slider, .sales .sales-slider {*/
        /*width: 100%;*/
    /*}*/
    .catalog:before {
        left: 0;
    }

    .catalog:after{
        right: 0;
    }
    .catalog .catalog-slider, .sales .sales-slider {
        height: 20.125em;
        margin-left: 0;
        opacity: 0;left: 0;
    }

    .catalog .box-content, .sales .box-content{
       height: 38rem;
        padding: 0 0 15px 0;
        background: none;
        pointer-events: none;

    }
    .catalog .box-content .line, .sales .box-content .line{
        display: none;
    }
    .catalog .box-content a, .sales .box-content a {
        pointer-events: auto;
    }
    .slick-arrow:hover .cls-1, .slick-arrow:hover .st0 {
        fill: #fff;
    }
    .slick-arrow:hover .cls-2, .slick-arrow:hover .st1 {
        stroke: #b5a279;
    }


}

@media (max-width: 420px) {
    .catalog, .sales{
        padding: 2.25em 0;
    }
    .catalog:before, .catalog:after {
       display: none;
    }
    .sales:before, .sales:after {
        display: none;
    }
    .catalog .box-content, .sales .box-content {
        width: 94%;
        height: 26rem;
        margin: 0 4%;
        padding:  0 0 25px 0;
        left: 0;
    }
    .catalog .catalog-slider, .sales .sales-slider {
       width: 100%;
        height: 13.125em;
        max-width: 100%;
    }
    .dots-container{
        justify-content: center;
        width: 100%;
        text-align: center;
        right: auto;
        bottom: 0.1em;
    }
    .dots-container .slick-dots li button{
        border: none;
        color: transparent;
        width: 22px;
        height: 2px;
    }

    .sales .info{
        padding: 0 16px;
    }
}

@media (orientation: landscape) and (max-width: 690px) {
    .catalog, .sales{
        padding: 2.25em 0;
    }
    .catalog:before, .catalog:after {
        display: none;
    }
    .sales:before, .sales:after {
        display: none;
    }
    .catalog .box-content, .sales .box-content {
        width: 94%;
        height: 31rem;
        margin: 0 4%;
        left: 0;
    }
    .catalog .catalog-slider, .sales .sales-slider {
        width: 100%;
        height: 16.125em;
        max-width: 100%;
    }
    .dots-container{
        justify-content: center;
        width: 100%;
        text-align: center;
        right: auto;
        bottom: 0.1em;
    }
    .sales .info{
        padding: 0 16px;
    }
}