.article__quote {
    margin-top: 55px;
    margin-right: auto;
    margin-bottom: 55px;
    margin-left: auto;
    padding-top: 55px;
    padding-bottom: 55px;
}

@media (max-width: 1109px) {
    .article__quote {
        padding-top: 100px;
    }
}

@media (max-width: 767px) {
    .article__quote {
        margin-top: 35px;
        margin-right: -16px;
        margin-bottom: 28px;
        margin-left: -16px;
        padding-top: 63px;
        padding-right: 16px;
        padding-bottom: 23px;
        padding-left: 16px;
    }
}

.article__quote .article__author {
    padding-top: 40px;
    padding-bottom: 0;
}

@media (max-width: 767px) {
    .article__quote .article__author {
        margin-top: 17px;
        padding-top: 0;
    }
}

.article__quote .article__author-img-wrapper {
    width: 71px;
    height: 70px;
}

@media (max-width: 767px) {
    .article__quote .article__author-img-wrapper {
        background-color: transparent;
    }
}

.article__quote .article__text-block {
    margin: 0;
    padding: 0;
}

.article__quote .article__text-block p:before {
    position: absolute;
    top: -30px;
    left: -87px;
    font-size: 110px;
    font-weight: 500;
    line-height: 110px;
    color: #f5002c;
    content: '«';
}

@media (max-width: 1109px) {
    .article__quote .article__text-block p:before {
        top: -100px;
        left: -7px;
    }
}

@media (max-width: 767px) {
    .article__quote .article__text-block p:before {
        top: -60px;
        font-size: 60px;
        line-height: 60px;
    }
}

.article__quote--bordered {
    border: 1px solid #ebebeb;
}

.article__quote--fill {
    background-color: #f4f4f4;
}

@media (max-width: 767px) {
    .article__quote--fill {
        margin-right: 0;
        margin-left: 0;
    }
}

.article__quote-wrapper {
    max-width: 790px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .article__quote-wrapper {
        max-width: 84%;
    }
}

.article__streak {
    padding: 0;
    padding-top: 67px;
    padding-bottom: 101px;
}

@media (max-width: 767px) {
    .article__streak {
        padding-top: 32px;
        padding-right: 16px;
        padding-bottom: 37px;
        padding-left: 16px;
    }
}

.article__streak .article__item {
    margin-top: 0;
    margin-bottom: 0;
}

.article__streak .article__text-block {
    margin-bottom: 0;
}

.article__streak h2 {
    padding: 0;
}

.article__streak--fill {
    background-color: #eff3f6;
}

.article__item--wider {
    max-width: 1200px;
    margin-top: 100px;
    margin-bottom: 100px;
}

@media (max-width: 767px) {
    .article__item--wider {
        margin-top: 35px;
        margin-bottom: 35px;
    }
}

.bigcontent {
    max-width: 1200px;
    margin: 0;
}

@media (max-width: 767px) {
    .bigcontent__wrapper {
        margin-right: -16px;
        margin-left: -16px;
    }
}

@media (max-width: 767px) {
    .bigcontent__wrapper--small {
        margin: 0;
    }
}

.bigcontent__wrapper--work {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 55px;
    padding-bottom: 55px;
    background-color: #f1f1f1;
}

@media (max-width: 767px) {
    .bigcontent__wrapper--work {
        padding-top: 20px;
        padding-right: 16px;
        padding-bottom: 20px;
        padding-left: 16px;
    }
}

.bigcontent__zoom {
    cursor: zoom-in;
}

.bigcontent__big-img {
    display: block;
    width: 100%;
    max-width: 1200px;
    height: auto;
}

.bigcontent__small-img {
    display: block;
    max-width: 100%;
    height: auto;
}

.bigcontent__work-img {
    display: block;
    max-width: 100%;
    height: auto;
}

.bigcontent__comment {
    max-width: 790px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    font-size: 14px;
    line-height: 20px;
    color: #a3a3a3;
}

@media (max-width: 767px) {
    .bigcontent__comment {
        margin-top: 8px;
        margin-bottom: 23px;
        font-size: 12px;
        line-height: 16px;
    }
}

@media (max-width: 991px) {
    .article__item--wider .bigcontent__comment {
        max-width: 84%;
    }
}

.article__item--wider {
    max-width: 1200px;
    margin-top: 100px;
    margin-bottom: 100px;
}

@media (max-width: 767px) {
    .article__item--wider {
        margin-top: 35px;
        margin-bottom: 35px;
    }
}
@media (max-width: 991px) {
    .article__item--wider .bigcontent__comment {
        max-width: 84%;
    }
}

@media (max-width: 767px) {
    .articleslider {
        margin-right: -16px;
        margin-left: -16px;
    }
}

.articleslider-slide {
    height: auto;
}

.articleslider-slide img {
    display: block;
    width: 100%;
    max-width: 1200px;
    height: auto;
}

@media (max-width: 767px) {
    .articleslider__text {
        width: unset;
        padding-top: 19px;
        padding-right: 16px;
        padding-bottom: 19px;
        padding-left: 16px;
        font-size: 12px;
        line-height: 18px;
    }
}

.articleslider__text p {
    max-width: 790px;
    margin: 0 auto;
    font-size: inherit;
    line-height: inherit;
    color: #ffffff;
}

@media (max-width: 991px) {
    .articleslider__text p {
        max-width: 84%;
    }
}

.articleslider__navigation {
    display: flex;
    max-width: 790px;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 767px) {
    .articleslider__navigation {
        margin-top: 17px;
        margin-right: 16px;
        margin-left: 16px;
    }
}

.articleslider-pagination {
    display: flex;
    flex-direction: row;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

@media (max-width: 767px) {
    .articleslider-pagination {
        font-size: 14px;
        line-height: 20px;
    }
}

.articleslider__current-slide {
    position: relative;
    display: block;
    margin-right: 10px;
}

.articleslider__current-slide:before {
    position: absolute;
    top: 0;
    right: -10px;
    content: '/';
}

.articleslider__total-slides {
    display: block;
}

.articleslider__arrows {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.articleslider-button-prev, .articleslider-button-next {
    position: relative;
    width: 21px;
    height: 35px;
    border: 0;
    font-family: Gilroy;
    font-size: 26px;
    font-weight: 600;
    line-height: 35px;
    color: #18191c;
    background-color: transparent;
    transition: color 0.3s;
    cursor: pointer;
}

@media (max-width: 767px) {
    .articleslider-button-prev, .articleslider-button-next {
        width: 15px;
        height: 28px;
        font-size: 18px;
        line-height: 28px;
    }
}

.articleslider-button-prev:hover, .articleslider-button-prev:focus, .articleslider-button-next:hover, .articleslider-button-next:focus {
    color: #f5002c;
    outline: none;
}

.articleslider-button-next {
    margin-left: 30px;
}

@media (max-width: 767px) {
    .articleslider-button-next {
        margin-left: 28px;
    }
}

.articleslider-button-prev:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '←';
}

.articleslider-button-next:before {
    position: absolute;
    top: 0;
    right: 0;
    content: '→';
}

.articleslider-button-disabled {
    color: #a3a3a3;
    cursor: not-allowed;
}

.articleslider-button-disabled:hover, .articleslider-button-disabled:focus {
    color: #a3a3a3;
}

@media (max-width: 767px) {
    .beforeafter {
        margin-right: -16px;
        margin-left: -16px;
    }
}

.beforeafter__wrapper {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 0;
    padding-bottom: 58.33%;
    overflow: hidden;
}

@media (max-width: 767px) {
    .beforeafter__wrapper {
        padding-bottom: 100%;
    }
}

.beforeafter__control {
    position: absolute;
    z-index: 10;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ffffff;
    cursor: grab;
}

.beforeafter__control-line {
    position: absolute;
    z-index: 5;
    width: 4px;
    height: 100%;
    background-color: #ffffff;
}

.beforeafter__control:before {
    position: absolute;
    top: 15px;
    left: 5px;
    width: 7px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-image: url("../assets/images/left-arrow.svg");
    content: '';
    transform: translate(0, -50%);
}

.beforeafter__control:after {
    position: absolute;
    top: 15px;
    right: 5px;
    width: 7px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-image: url("../assets/images/right-arrow.svg");
    content: '';
    transform: translate(0, -50%);
}

.beforeafter__image {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    user-select: none;
    pointer-events: none;
}

.beforeafter__image h2 {
    position: absolute;
    top: 27px;
    right: 40px;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 44px;
    font-weight: 700;
    line-height: 55px;
    color: #ffffff;
}

@media (max-width: 767px) {
    .beforeafter__image h2 {
        display: none;
    }
}

.beforeafter__image img {
    width: calc(100vw - 49px);
    max-width: 1200px;
    height: auto;
    object-fit: cover;
}

@media (max-width: 767px) {
    .beforeafter__image img {
        width: 100vw;
    }
}

.beforeafter__image--overlay h2 {
    left: 40px;
}

.beforeafter__comment {
    max-width: 790px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    font-size: 14px;
    line-height: 20px;
    color: #a3a3a3;
}

@media (max-width: 767px) {
    .beforeafter__comment {
        margin-top: 8px;
        margin-bottom: 23px;
        font-size: 12px;
        line-height: 16px;
    }
}

