@media screen and (max-width: 900px) and (min-width: 769px) {
    .moscow-sources .analityc-control-switcher_big {
        margin-top: 36px;
        margin-left: 70px;
    }
}

@media screen and (max-width: 900px) {
    .moscow-sources .graphic__row {
        border: none;
        width: 80%;
        font-size: 0;
    }
}

.slide-arrows__arrow .ar-left {
 left: 0;
 transform: rotate(180deg);
 -webkit-transform: rotate(180deg);
}

.slide-arrows__arrow {
    height: 40px;
}

.slide-arrows__arrow .ar-right {
    right: -2px;
}

.slide-arrows__arrow .ar {
    top: 0;
    width: 40px;
    height: 40px;
}

.slide-arrows__arrow.disabled .ar {
    opacity: 0.5;
}

@media (max-width: 480px) {
    .slide-arrows__arrow {
        width: 30px;
        height: 30px;
    }

    .slide-arrows.analityc-table__slide-arrows {
        left: -35px;
        right: -35px;
    }

    .slide-arrows__arrow .ar {
        width: 30px;
        height: 30px;
    }

    .basic-budget .analityc-widget {
        padding-left: 32px;
        padding-right: 32px;
    }

    .slide-arrows.linear-diagrams__slide-arrows .ar-left {
        left: 9px;
    }

    .slide-arrows.linear-diagrams__slide-arrows .ar-right {
        right: -9px;
    }

    .slide-arrows__arrow .ar-left {
        left: -3px;
    }

    .slide-arrows__arrow .ar-right {
        right: 3px;
    }
}

@media screen and (max-width: 980px) {
    .moscow-sources .linear-diagrams:before {
        left: 0;
        background: none;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=1);
    }
    .moscow-sources .graphic__row_caption .graphic__data {
        width: auto !important;
        padding: 5px;
        background-color: white;
    }
}

@media screen and (max-width:550px) {
    .moscow-sources .graphic__title {
        width: 35%;
        font-size: 10px;
        line-height: 13px
    }
}

@media screen and (max-width: 980px) {
    .moscow-sources .graphic__row_caption .graphic__title {
        display: inline-block;
    }
}

@media screen and (max-width: 480px) {
    .moscow-sources .toptext {
        font-size: 14px;
        top: -15px;
    }
}