/*!
* chiefSlider
*   site: https://itchief.ru/javascript/slider
*   github: https://github.com/itchief/ui-components
*
* Copyright 2018-2021 Alexander Maltsev
* Licensed under MIT (https://github.com/itchief/ui-components/blob/master/LICENSE)
*/
.slider{position:relative}.slider__container{overflow:hidden}.slider__wrapper{overflow:hidden}.slider__items{display:flex;transition:transform .5s ease}.slider_disable-transition{transition:none}.slider__item{flex:0 0 100%;max-width:100%;user-select:none}.slider__item__wrapper{position:relative;display:flex;justify-content:center}.slider-item-inner>img{max-width:100%;border-radius:70px 0}.slider__control{position:absolute;top:50%;display:flex;justify-content:center;align-items:center;width:40px;height:40px;color:#fff;text-align:center;background:0 0;border:none;transform:translateY(-50%);cursor:pointer}.slider__control_hide{display:none}.slider__control[data-slide=prev]{left:0}.slider__control[data-slide=next]{right:0}.slider__control:hover,.slider__control:focus{color:#fff;text-decoration:none;outline:0}.slider__control:before{content:"";display:inline-block;width:100%;height:100%;background:transparent no-repeat center center;background-size:100% 100%}.slider__control[data-slide=prev]:before{background-image:url(//gvrest.ru/wp-content/themes/savory-child/css/../img/arrow%20left.svg)}.slider__control[data-slide=next]:before{background-image:url(//gvrest.ru/wp-content/themes/savory-child/css/../img/arrow%20right.svg)}.slider__indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:flex;justify-content:center;margin-top:0;margin-right:15%;margin-bottom:0;margin-left:15%;padding-left:0;list-style:none}.slider__indicators li{flex:0 1 auto;box-sizing:content-box;width:30px;height:5px;margin-right:3px;margin-left:3px;text-indent:-999px;background-color:rgb(255 255 255/50%);background-clip:padding-box;border-top:15px solid transparent;border-bottom:15px solid transparent;cursor:pointer}.slider__indicators li.active{background-color:rgb(255 255 255/90%)}.slider-item-inner{position:relative}.slider-item-text,.slider-item-button{position:absolute;left:10%;width:50%}.slider-item-text{font-family:var(--font-bold);font-size:var(--font-size-header);top:20%}.slider-item-button{display:flex;flex-wrap:wrap;column-gap:24px;row-gap:3px;bottom:20%;align-items:center}@media only screen and (max-width:768px){.slider-item-inner>img{border-radius:25px 0}}