.salon__slider__controls {
    font-size: 2.4rem;
    line-height: 2.4rem;
    font-family: "Baskervlle2BT", "Garamond", serif;
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
    text-transform: lowercase;
}
.salon__slider__controls button {
    background-color: none;
    width: 41px;
    height: 24px;
    background-color: transparent;
    border: none;
    text-indent: -1000000px;
    position: relative;
    vertical-align: middle;
}
.salon__slider__controls button.slick-prev {
    transform: rotate(-180deg);
}
.salon__slider__controls button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2241%22%20height%3D%227%22%20viewBox%3D%220%200%2041%207%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdesc%3E%20%20Created%20with%20Sketch.%3C%2Fdesc%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M35.5%200.9C35.5%200.9%2035.4%200.9%2035.4%201L36.1%203.1%200%203%200%204.8%2036.2%204.8%2035.5%206.8C35.5%206.9%2035.6%206.9%2035.7%206.9L40.9%204.1C41%204.1%2041%204%2040.9%203.9L35.5%200.9Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E) center center no-repeat;
}
.salon__slider__controls button.slick-disabled:after {
    opacity: 0.2;
}