
section.sliders div.slider{
   margin-bottom: 100px;
}

.slider{
    width: 100%;
    margin: 0px;
}

.slider img{

    border-radius: 0px 100px 0px 0px;
}


.slick-track {
    display: flex;
}

.slick-list {
    overflow: hidden;
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -50px;
}

li {
    list-style: none;
}

li:not(:last-child) {
    margin-right: 15px;
}

.slider button.slick-arrow {
    position: absolute;
    z-index: 2;
    bottom: 62px;
    width: 46px;
    border: 0px;
    background: #ffc300;
    color: #0000;
}

.slider button.slick-prev{
    right: 230px;
    background: url(../img/icon/left.png) no-repeat #ffc300;
    background-size: 100%;
    background-position: center;
    transition:0.3s;

}

.slider button.slick-next{
    right: 45px;
    background: url(../img/icon/right.png) no-repeat #ffc300;
    background-size: 100%;
    background-position: center;
    transition:0.3s;

}

.slider button.slick-prev:hover{
    right: 240px;

}

.slider button.slick-next:hover{
    right: 35px;

}

section.sliders img{
    width: 100%;
    height: 527px;
}

section.sliders .blank {
    position: absolute;
    left: 15px;
    top: 0px;
    background-color: #FFC300;
    color: #000;
    padding: 80px 50px 50px 23px;
    width: 500px;
    height: 527px;
    z-index: 10;
    text-align: center;
}

section.sliders .blank span.logo {
    font-family: Scrawl;
    font-size: 60px;
    text-transform: inherit;
    line-height: 60px;
}

section.sliders .blank h1 {
    font-size: 30px;
}


section.sliders .blank p{
    font-family: Inter;
}

section.sliders .blank button{
    font-size: 14px;
    padding: 15px 20px;
    margin-top: 20px;
}



section.sliders .listing {
    position: absolute;
    right: 0px;
    bottom: 50px;
    background-color: #FFC300;
    color: #000;
    border: 1px solid #000;
    font-family: Inter;
    font-size: 20px;
    width: 320px;
    text-align: center;
    z-index: 1;
}

section.sliders .listing p{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
}

section.sliders .listing ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    width: 315px;
    height: 120px;
    text-align: center;
}

section.sliders .listing ul li {
    display: inline-block;
    vertical-align: bottom;
    margin: 83px 0px 0px 0px;
    /* position: absolute; */
    bottom: 12px;
    font-weight: 600;
}
/*button {*/
    /*    font-size: 0;*/
    /*    width: 8px;*/
    /*    height: 13px;*/
    /*    background: #E3E9ED;*/
    /*    border-radius: 50%;*/
    /*    outline: none;*/
    /*    border: 1px solid transparent;*/
    /*}*/



    /*  НОВОСТИ ПРОКРУТКА  */

    section.news .slider button.slick-arrow {
        position: absolute;
        z-index: 2;
        top: 10px;
        width: 70px;
        height: 35px;
        border: 0px;
        color: #0000;
        border-radius: 30px;
        border: 1px solid #111111;
        transition:0.3s;
    }

    section.news .slider button.slick-arrow:hover {
        background-color: #FFC300;
    }

   section.news .slider button.slick-prev {
    right: 160px;
    background: url(../img/icon/left.png) no-repeat #ffffff;
    background-size: 40px;
    background-position: center;
}

    section.news .slider button.slick-next {
        right: 70px;
        background: url(../img/icon/right.png) no-repeat #ffffff;
        background-size: 40px;
        background-position: center;
    }

    section.news .slider img{

        border-radius: 0px 0px 0px 0px;
    }