
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap');

.slot_sf header h3 {
    position: relative;
    margin: 0 0 20px;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 36px;
    line-height: 1.2;
    text-transform: uppercase;
    overflow: hidden;
}

.slot_sf header h3 span {
    position: relative;
}

.slot_sf header h3 span:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: calc(100% + 20px);
    width: 1000px;
    height: 1px;
    background: #ebe7e7;
}

.slot_sf header h3 span:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: calc(100% + 20px);
    width: 1000px;
    height: 1px;
    background: #ebe7e7;
}

.slot_sf .body {
    margin-left: -10px;
    margin-right: -10px;
}
.slot_sf .body ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
.slot_sf .body ul:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    width: 0;
}
.slot_sf .body ul .offer {
    display: inline-block;
    width: 50%;
    float: left;
}

.slot_sf .body ul .offer:nth-child(n+4) {
    display: none;
}

.slot_sf .body ul .offer img {
    width: 100%;
}
.slot_sf .body ul .offer .offer_inner {
    padding: 0 10px;
    box-sizing: border-box;
}
.slot_sf.slot_sf_hitslist .body {
    margin: 0;
}
.slot_sf.slot_sf_hitslist .body ul {
    display: inline-block;
    justify-content: unset;
}
.slot_sf.slot_sf_hitslist .body ul .offer.offer_full,
.slot_sf.slot_sf_hitslist .body ul .offer:first-child {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
}
.slot_sf.slot_sf_hitslist .body ul .offer.offer_full .offer_inner,
.slot_sf.slot_sf_hitslist .body ul .offer:first-child .offer_inner {
    padding: 0;
}
.slot_sf.slot_sf_hitslist .body ul .offer:nth-child(2) .offer_inner {
    padding-left: 0;
}
.slot_sf.slot_sf_hitslist .body ul .offer:nth-child(3) .offer_inner {
    padding-right: 0;
}
.slot_sf .btn {
    background: #000;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    padding: 13px 30px 11px;
    border-radius: 25px;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
}
.slot_sf .btn.red {
    background: #e82734;
}
.slot_sf .footer,
.slot_sf footer {
    text-align: center;
}
.slot_sf .footer {
    margin-top: 10px;
}

.slot_sf .timer {
    display: none;
    position: absolute;
    left: 30px;
    top: 159px;
    height: 43px;
    padding: 0 0 0 20px;
    color: #000;
    line-height: 42px;
    background: #E6E6E6;
}

.slot_sf .timer span {
    display: inline-block;
    height: 43px;
    padding: 0 5px;
    background: #E20612;
    color: #fff;
}

.slot_sf .timer b {
    font-size: 28px;
}


.slot_sf.slot_sf_hitslist .body ul .offer:first-child .timer {
    display: block;
}


.slot_sf .presslist__slider {
    margin: 0 -10px 20px;
}

.slot_sf .presslist__slide {
    padding: 0 10px;
}


.slot_sf.presslist .slick-prev, 
.slot_sf.presslist .slick-next {
    width: 46px;
    height: 46px;
    z-index: 123;
}

.slot_sf.presslist .slick-prev:before, 
.slot_sf.presslist .slick-next:before {
    position: absolute;
    content: "";
    width: 23px;
    height: 23px;
    left: 11px;
    top: 12px;
    background: #ed1c24;
    border-radius: 50%;
    opacity: 1;
}

.slot_sf.presslist .slick-prev:after, 
.slot_sf.presslist .slick-next:after{
    position: absolute;
    content: "";
    width:8px;
    height: 100%;
    top: 0;
}

.slot_sf.presslist .slick-prev {
    left: 10px;
}

.slot_sf.presslist .slick-next {
    right: 10px;
}

.slot_sf.presslist .slick-prev:after {
    background: url(../../img/ico_arrow_left_white.png) no-repeat center !important;
    background-size: 8px auto !important;
    left: 18px;
}

.slot_sf.presslist .slick-next:after {
    background: url(../../img/ico_arrow_white.png) no-repeat center !important;
    background-size: 8px auto !important;
    left: 19px;
}

.slot_sf .categoriesbanner__slider {
    margin: 0 0px 10px;
}

.slot_sf .categoriesbanner__slide a {
    display: block;
    height: 45px;
    margin: 0px 10px;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    line-height: 45px;
    text-decoration: none;
    background: #aaa;
    color: #fff;
}

.slot_sf .categoriesbanner__slide a.active {
    background: #777
}

.slot_sf .categoriesbanner__images {
    margin-bottom: 10px;
}

.slot_sf .categoriesbanner__image {
    display: none;
}

.slot_sf .categoriesbanner__image a:not(:first-child) {
    display: none;
}

.slot_sf .categoriesbanner__img {
    display: block;
    width: 970px;
    height: 310px;
}

.slot_sf.categoriesbanner .slick-prev, .categoriesbanner .slick-next {
    width: 46px;
    height: 46px;
    z-index: 123;
}

.slot_sf.categoriesbanner .slick-prev:before, 
.slot_sf.categoriesbanner .slick-next:before {
    position: absolute;
    content: "";
    width: 23px;
    height: 23px;
    left: 11px;
    top: 12px;
    background: #ed1c24;
    border-radius: 50%;
    opacity: 1;
}

.slot_sf.categoriesbanner .slick-prev:after, 
.slot_sf.categoriesbanner .slick-next:after{
    position: absolute;
    content: "";
    width:8px;
    height: 100%;
    top: 0;
}

.slot_sf.categoriesbanner .slick-prev {
    left: 0px;
}

.slot_sf.categoriesbanner .slick-next {
    right: 0px;
}

.slot_sf.categoriesbanner .slick-prev:after {
    background: url(../../img/ico_arrow_left_white.png) no-repeat center !important;
    background-size: 8px auto !important;
    left: 18px;
}

.slot_sf.categoriesbanner .slick-next:after {
    background: url(../../img/ico_arrow_white.png) no-repeat center !important;
    background-size: 8px auto !important;
    left: 19px;
}

@media (min-width: 990px) {
    .categoriesbanner header h3 {
        margin-bottom: 10px;
    }
}

@media (max-width: 989px) and (min-width: 660px) {

    .slot_sf header h3 span:before,
    .slot_sf header h3 span:after {
        display: none;
    }

    .slot_sf .categoriesbanner__title span:before,
    .slot_sf .categoriesbanner__title span:after {
        display: none;
    }

    .slot_sf .categoriesbanner__img {
        display: block;
        width: 640px;
    }

    .slot_sf .timer {
        left: 20px;
        top: 191px;
        height: 38px;
        padding: 0 0 0 10px;
        line-height: 37px;
        font-size: 14px;
    }

    .slot_sf .timer span {
        height: 38px;
    }

    .slot_sf .timer b {
        font-size: 24px;
    }

    .slot_sf_specialoffereshop .body ul .offer:nth-child(3){
        display: none
    }
}

@media (max-width: 659px) {
    .slot_sf header h3 span:before,
    .slot_sf header h3 span:after {
        display: none;
    }

    .slot_sf .body ul {
        display: block;
    }

    .slot_sf .body ul .offer {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .slot_sf .body ul .offer_inner {
        padding: 0 !important;
    }

    .slot_sf .categoriesbanner__slider {
        margin: 0 0px 10px;
    }

    .slot_sf .categoriesbanner__slide a {
        width: 220px;
    }

    .slot_sf .categoriesbanner__img {
        width: 310px;
        height: 310px;
    }

    .slot_sf .timer {
        left: 20px;
        top: 352px;
        height: 30px;
        padding: 0 0 0 5px;
        line-height: 29px;
        font-size: 11px;
    }

    .slot_sf .timer span {
        height: 30px;
    }

    .slot_sf .timer b {
        font-size: 18px;
    }

    .slot_sf.presslist .slick-prev, 
    .slot_sf.presslist .slick-next,
    .slot_sf.categoriesbanner .slick-prev, 
    .slot_sf.categoriesbanner .slick-next {
        display: none !important;
    }
}