
.aaaleafer_arrows {
    
}

.aaaleafer_arrow {
    width: 56px;
    height: 56px;
    background-color: rgba(242,236,227, 0.56);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    transition: 0.3s all;
    cursor: pointer;
    z-index: 3;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.aaaleafer_arrow:hover {
    background-color: #531a1d;
}

.aaaleafer_arrow_left {
    left: 0;
    
}

.aaaleafer_arrow_right {
    right: 0;
    
}

.aaaleafer_arrow_left .icon_inner_auto {
    background-image: url(/img/slider_arrow_left.png);
}

.aaaleafer_arrow_left .icon_inner_hover {
    background-image: url(/img/slider_arrow_left_white.png);
}

.aaaleafer_arrow_right .icon_inner_auto {
    background-image: url(/img/slider_arrow_right.png);
}

.aaaleafer_arrow_right .icon_inner_hover {
    background-image: url(/img/slider_arrow_right_white.png);
}

.aaaleafer_arrows_outset .aaaleafer_arrow_left {
    left: -80px;
    
}

.aaaleafer_arrows_outset .aaaleafer_arrow_right {
    right: -80px;
}

/*
.aaaleafer_arrow_left:hover {
    background-image: url(img/leafer_arrow_left_white.png);
}

.aaaleafer_arrow_right:hover {
    background-image: url(img/leafer_arrow_right_white.png);
}*/

.aaaleafer_arrows_big .aaaleafer_arrow {
    width: 64px;
    height: 110px;
    background-color: #ffffff;
    background-image: none;
}

.aaaleafer_arrows_big .aaaleafer_arrow:hover {
    background-color: #693720;
}

.aaaleafer_arrows_big .aaaleafer_arrow_left .icon_inner_auto {
    background-image: url(img/leafer_arrow_left_brown.png);
}

.aaaleafer_arrows_big .aaaleafer_arrow_left .icon_inner_hover {
    background-image: url(img/leafer_arrow_left_white.png);
}

.aaaleafer_arrows_big .aaaleafer_arrow_right .icon_inner_auto {
    background-image: url(img/leafer_arrow_right_brown.png);
}

.aaaleafer_arrows_big .aaaleafer_arrow_right .icon_inner_hover {
    background-image: url(img/leafer_arrow_right_white.png);
}


.aaaleafer_whiter {
    position: absolute;
    top: -35px;
    bottom: -35px;
    width: 255px;
    pointer-events: none;
    
}

.summer_band .aaaleafer_whiter {
    display: none;
}

.aaaleafer_whiter_left {
    left: -255px;
    background-image: linear-gradient(90deg, #faf8f4 0%, rgba(251, 248, 243, 0.00) 100%);
}

.aaaleafer_whiter_right {
    right: -255px;
    background-image: linear-gradient(270deg, #faf8f4 0%, rgba(251, 248, 243, 0.00) 100%);
}

.welcome_uslugi_band .aaaleafer_whiter_left {
    background-image: linear-gradient(90deg, #F2F2F2 0%, rgba(242, 242, 242, 0.00) 100%), linear-gradient(90deg, #F2F2F2 0%, rgba(242, 242, 242, 0.00) 100%);
}

.welcome_uslugi_band .aaaleafer_whiter_right {
    background-image: linear-gradient(270deg, #F2F2F2 0%, rgba(242, 242, 242, 0.00) 100%), linear-gradient(270deg, #F2F2F2 0%, rgba(242, 242, 242, 0.00) 100%);
}

.booking_rooms_container .aaaleafer_whiter_left {
    left: -255px;
}

.booking_rooms_container .aaaleafer_whiter_right {
    right: -255px;
}

.aaaleafer_switcher {
    text-align: center;
    margin-top: 15px;
    display: none;
}

@media only screen and (max-width: 590px){
    .aaaleafer_switcher {
        display: block;
    }
}

.aaaleafer_switcher_but {
    display: inline-block;
    height: 32px;
    width: 32px;
    background-color: #13b7b8;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.aaaleafer_switcher_left {
    background-image: url(img/leafer_arrow_left_white.png);
}

.aaaleafer_switcher_right {
    background-image: url(img/leafer_arrow_right_white.png);
}

.aaaleafer_switcher_but:hover {
    background-color: #ffffff;
}

.aaaleafer_switcher_left:hover {
    background-image: url(img/leafer_arrow_left_green.png);
}

.aaaleafer_switcher_right:hover {
    background-image: url(img/leafer_arrow_right_green.png);
}

.aaaleafer_switcher_count {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    background-color: #ffffff;
    vertical-align: top;
    font-size: 18px;
    font-family: 'Roboto Condensed';
    font-weight: 300;
    padding: 0 12px;
}

.aaaleafer_switcher_count strong {
    color: #13b7b8;
    font-weight: bold;
    font-size: 14px;
}

.aaaleafer {
    overflow: hidden;
    position: relative;
}

.aaaleafer_inner {
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.aaaleafer_inner_center {
    /*text-align: center;*/
}

.aaaleafer_item {
    display: inline-block;
    float: none;
    position: relative;
    vertical-align: top;
}

.aaaleafer_item_hidden {
    display: none;
}

.aaaleafer_psevdo {
    top: 0;
    position: absolute;
}

.aaaleafer_psevdo_left {
    left: -100%;
}

.aaaleafer_psevdo_preleft {
    left: -200%;
}

.aaaleafer_psevdo_right {
    left: 100%;
}

.aaaleafer_psevdo_preright {
    left: 200%;
}

@media only screen and (max-width: 1880px){
    .aaaleafer_arrows_outset .aaaleafer_arrow_left {
        left: -85px;
    }

    .aaaleafer_arrows_outset .aaaleafer_arrow_right {
        right: -85px;
    }
    
}

@media only screen and (max-width: 1690px){
    .aaaleafer_arrows_outset .aaaleafer_arrow_left {
        left: -50px;
        width: 45px;
        height: 45px;
    }

    .aaaleafer_arrows_outset .aaaleafer_arrow_right {
        right: -50px;
        width: 45px;
        height: 45px;
    }
    
    /*.aaaleafer.aaaleafer_arrows_outset {
        margin-left: 55px;
        margin-right: 55px;
    }*/
    
    .aaaleafer.aaaleafer_static {
        margin-left: 0;
        margin-right: 0;
    }
    
    .aaaleafer_whiter_left {
        width: 140px;
        left: -140px;
    }

    .aaaleafer_whiter_right {
        width: 140px;
        right: -140px;
    }
    
}

@media only screen and (max-width: 1320px){
    .aaaleafer.aaaleafer_arrows_outset {
        margin-left: 40px;
        margin-right: 40px;
    }
    
}

@media only screen and (max-width: 480px){
    .aaaleafer.aaaleafer_arrows_outset {
        margin-left: 45px;
        margin-right: 45px;
    }
    
    .aaaleafer_arrows_outset .aaaleafer_arrow_left {
        left: -45px;
    }

    .aaaleafer_arrows_outset .aaaleafer_arrow_right {
        right: -45px;
    }
    
    .aaaleafer_arrow {
        width: 36px;
        height: 36px;
    }
}