html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

*, ::after, ::before {
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
    width: 100%;
    float: left;
}

body {
    line-height: 1;
}

html, body {
    float: left;
    width: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    display: block;
}

ul, ol, ul li, ol li {
    list-style-type: none; /* float:left; */
}

    ol, ol li {
        float: left;
    }

.row::before, .row::after {
    content: '';
    display: table
}

.row::after {
    clear: both
}

.row {
    margin-left: -10px;
    margin-right: -10px;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fn {
    float: none;
}

.px {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}

.py {
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
}

a, button {
    outline: none;
    text-decoration: none;
    -webkit-appearance: none;
    appearance: none;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}


.slick-track {
    display: flex
}

button.slick-arrow {
    height: 50px;
    width: 50px;
    background: #B5B3B1;
    display: flex;
    border-radius: 100%;
    position: absolute;
    z-index: 3;
    cursor: pointer;
    border: none;
    align-items: center;
    justify-content: center;
    font-size: 0;
    top: calc(50% - 25px);
}

    button.slick-arrow.slick-prev {
        left: 40px;
        background: #B5B3B1 url(../Img/Icons/leftSlick.svg) center center no-repeat;
        background-size: 30px;
    }

    button.slick-arrow.slick-next {
        right: 40px;
        background: #B5B3B1 url(../Img/Icons/rightSlick.svg) center center no-repeat;
        background-size: 30px;
    }


@media only screen and (max-width:800px) {
    button.slick-arrow {
        width: 30px;
        height: 30px;
    }

        button.slick-arrow.slick-prev {
            left: 0;
        }

        button.slick-arrow.slick-next {
            right: 0;
        }
}
