section.goods_set {
    position: relative;
    margin-bottom: -20px;
}

section.goods_set .goods_wrapper {
    height: 391px;
}

section.discount{
    margin-top: 26px;
}

section.hits{
    margin-top: 26px;
}

section.goods_set .more {
    display: block;
    position: absolute;
    top: 61px;
    right: 0;
    color: #a8a9ad;
}

section.goods_set > .more:hover {
    color: #d9372c;
}

section.goods_set h2 > a {
    text-decoration: none;
    color: #30353a;
}

section.goods_set h4 > a {
    text-decoration: none;
    color: #30353a;
}

section.goods_set h2 > a:hover,
section.goods_set h4 > a:hover {
    color: #fe4813;
}

section.goods_set h2 > a:hover::after,
section.goods_set h4 > a:hover::after {
    background-color: #fe4813;
}

section.goods_set .goods span.info {
    display: none;
}

section.goods_desk {
    margin: 20px 0;
    padding: 5px 20px;
    background-color: #f6f6f6;
    border-radius: 5px;
}

.goods_desk span {
    font-weight: bold;
}

.goods_desk a {
    text-decoration: none;
    color: #000;
}

.goods_desk a:hover {
    text-decoration: underline;
    color: #fe4813;
}

/* Слайдеры */

.sliders {
    margin-top:26px;
    margin-bottom: 40px;
}

.sliders::after {
    content: "";
    width: 100%;
    height: 1px;
    clear: both;
}

.sliders h2 a,
.sliders h4 a {
    color: #30353a;
}

.sliders h2 a:hover,
.sliders h4 a:hover {
    color: #fe4813;
}

.can-slider {
    width: 470px;
    float: left;
    margin-right: 18px;
}

.can-slider__wrapper {
    position: relative;
    width: 467px;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 40px;
    box-shadow: 1px 3px 2px 1px rgba(143, 143, 143, 0.1), -1px 3px 1px 1px rgba(143, 143, 143, 0.1);
}

.can-slider__wrapper .services-slider__img {
    width: 450px;
}

.can-slider__wrapper #zoom {
    position: absolute;
    background: url(/temp/sprite.png) 5px -224px  no-repeat;
    width: 32px;
    height: 32px;
    right: 14px;
    bottom: 102px;
    cursor: pointer;
    border-radius: 50%;
} 

.can-slider__wrapper #zoom:hover {
    background-position: 5px -564px;
    background-color: #fe4813;
}

.can-slider__wrapper #zoom:active {
    background-position: 5px -564px;
    background-color: #b93914;
}

.services-slider {
     float: right;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

/* Левый слайдер */
.can-slider__wrap {
    position: relative;
    width: 450px;
    max-height: 72px;
    margin-top: 6px;
    overflow: hidden;
}

.can-slider__wrap-img {
    height: 72px;
    width: 760px;

}

.can-slider__img {
    display: block;
}

.wrapper__img {
    float: left;
    width: 112px;
    height: 72px;
    margin-right: 10px;
}

.wrapper__img::before {
    content: "";
    display: none;
    position: absolute;
    width: 112px;
    height: 72px;
    background-image: url(/temp/bg-1.png);
}

.wrapper__img:hover::before {
    display: block;
}

.wrapper__img::after {
    content: "";
    display: none;
    position: absolute;
    top: 0px;
    width: 112px;
    height: 72px;
    background-image: url(/temp/bg-2.png);
}

.wrapper__img:active::after {
    display: block;
}

.can-slider__link:hover {
    background-color: rgba(254, 72, 19, 0.5);
}

.can-slider__prev, .can-slider__next {
    position: absolute;
    width: 34px;
    height: 34px;
}

.can-slider__wrap::before {
    content: "";
    position: absolute;
    top: 23px;
    left: -11px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
 
}

.can-slider__wrap::after {
    content: "";
    position: absolute;
    top: 23px;
    right: -11px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
}

.can-slider__prev {
    top: 17px;
    left: -11px;
    background: url(/temp/sprite.png) 8px -106px no-repeat;
    z-index: 10;
}

.can-slider__next {
    top: 21px;
    right:-11px;
    background: url(/temp/sprite.png) 11px -164px no-repeat;
    z-index: 1;
}

.can-slider__prev:hover {
    background-position: 8px -260px;
    cursor: pointer;
}

.can-slider__prev:active {
    background-position: 8px -364px;
    cursor: pointer;
}

.can-slider__next:hover {
    background-position: 11px -318px;
    cursor: pointer;
}

.can-slider__next:active {
    background-position: 12px -422px;
    cursor: pointer;
}

/* Правый слайдер */
.services-slider {
    position: relative;
}
.services-slider__list {
    list-style: none;
}

.services-slider__item {
    position: relative;
    float: left;
    width: 224px;
    height: 357px;
    margin-right: 20px;
    padding-left: 14px;
    padding-top: 10px;
    background-color: #fff5ea;
    border: 1px solid #f8d7ce;
    box-sizing: border-box;
}

.services-slider__item:nth-child(2n) {
    margin-right: 0px;
}

.services-slider__title {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 16px;
    margin-top: 5px;
}

.services-slider__text {
    line-height: 20px;
}

.services-slider__link {
    position: absolute;
    bottom: 15px;
    left: 10px;
    color: #e46d4a;
    text-decoration: none;
}

.services-slider__prev, .services-slider__next {
    position: absolute;
    top: 82px;
    width: 34px;
    height: 34px;
}

.services-slider__prev {
    left: -10px;
    background: #e46d4a url(/temp/sprite.png) 7px 2px no-repeat;
    z-index: 2;
}

.services-slider__next {
    right: -6px;
    background: #e46d4a url(/temp/sprite.png) 9px -56px no-repeat;
}

.services-slider__prev:hover, .services-slider__next:hover {
    background-color: #fe4813;
    cursor: pointer;
}

.services-slider__prev:active, .services-slider__next:active {
    background-color: #e46d4a;
    cursor: pointer;
}