/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: none;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.owl-carousel * {
    box-sizing: border-box
}

.owl-carousel :after, :before {
    box-sizing: border-box
}

.owl-carousel .owl-carousel a {
    text-decoration: none
}

.owl-carousel .slider-block__title {
    font-size: 26px;
    color: #ee2e24
}

.owl-carousel .slider-block__text {
    font-size: 16px;
    margin-bottom: 50px
}

.owl-carousel .slider {
    display: flex;
    justify-content: space-between
}

.owl-carousel .slider__item {
    max-width: 358px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    word-break: break-all
}

.owl-carousel .slider__text {
    font-size: 18px;
    color: #8b8b8b
}

.owl-carousel .slider__text::before {
    content: '';
    position: absolute;
    font-size: 50px;
    left: 25px;
    top: 25px;
    width: 20px;
    height: 20px;
    background-image: url(../img/quote.svg)
}

.owl-carousel .slider__social {
    position: absolute;
    right: 5px;
    border-radius: 50%;
    bottom: 10px;
    font-size: 0;
    width: 50px;
    height: 50px;
    background-image: url(../img/facebook-icon.png);
    background-size: contain
}

.owl-carousel .slider-cite-block {
    background-color: #fafafa;
    width: 100%;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    padding-left: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
    margin-bottom: 20px;
    position: relative
}

.owl-carousel .slider-autor-block {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px
}

.owl-carousel .slider__autor-photo-wrap {
    margin-right: 20px
}

.owl-carousel .slider__autor-photo {
    max-width: 70px;
    width: 100%;
    max-height: 70px;
    border-radius: 50%
}

.owl-carousel .slider__autor-name {
    margin: 0;
    color: #ee2e24;
    font-size: 26px
}

.owl-carousel .slider__autor-time {
    color: #cacaca
}

.owl-carousel .fa-arrow-circle-left {
    position: absolute;
    left: -30px;
    top: 120px;
    font-size: 20px;
    color: #8b8b8b
}

.owl-carousel .fa-arrow-circle-right {
    position: absolute;
    top: 120px;
    right: -30px;
    font-size: 20px;
    color: #8b8b8b
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ee2e24 !important
}

.owl-carousel .fa-star {
    color: #ee2e24
}

@media (max-width: 575px) {
    .owl-carousel .slider__autor-name {
        font-size: 17px
    }

    .owl-carousel .slider__text {
        font-size: 16px
    }
}

@media (max-width: 991px) {
    .owl-carousel .fa-arrow-circle-left {
        position: inherit;
        font-size: 20px;
        color: #8b8b8b;
        margin-right: 30px
    }

    .owl-carousel .fa-arrow-circle-right {
        position: inherit;
        font-size: 20px;
        color: #8b8b8b
    }
}