.sidenav+.container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.main_block,
.section-about {
    position: relative;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

/*
.logo .icon-logo {
    display: block;
    max-width: 200px;
    height: 39px;
    color: #00589c;
}
*/

footer {
    background: none;
}


.blue {color: #1D589C;}
.cian {color: #3AADEE;}
.lgray-bg {background: #f6f6f6;}

.label {
    background-color: #7777;
    margin-bottom: 20px;
    display: inline-block;
}

.y-map {
    height: 480px;
}


/* Главная */
.sand-top-wrapper {
    height: 400px;
    background-image: linear-gradient(to right, #1f92f4 0%, #1f92f4 50%, white 2px, #0b5492 50%, #0b5492 100%);
}

.sand-top {
    background: url(/common/2020/img/Frontend-vs-Backend_.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media (max-width: 991px) {
    .sand-top-wrapper {
        height: 360px;
    }
}

@media (max-width: 767px) {
    .sand-top-wrapper {
        height: 300px;
    }
}

@media (max-width: 576px) {
    .sand-top-wrapper {
        height: 220px;
    }
}

@media (max-width: 370px) {
    .sand-top-wrapper {
        background-image: none;
    }
}

.web {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.web>a {
    display: flex;
    width: 122px;
    height: 122px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 6px;
    padding: 12px;
}

.web>a:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.web>a>div:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.web>a img {
    width: 66%;
    height: auto;
    /* margin-bottom: 6px; */
}

.web .svg-icon {
    height: 3em;
    max-width: 3em;
    line-height: 3em;
}

.web.secondary .svg-icon {
    height: 2em;
    max-width: 2em;
    line-height: 2em;
}

.fadegray>a {
    filter: grayscale(100%);
}

.fadegray>a:hover {
    filter: grayscale(0%);
}


/* Услуги */
.service a:hover svg,
.accordion__item.open .accordion__item-title svg {
    background-color: #1D589C;
    color: #fff;
}

.service a.advert svg,
.accordion__item-title svg {
    fill: #1D589C;
    color: darkorange;
}

.service a.advert:hover svg,
.accordion__item.open .accordion__item-title svg {
    fill: #fff;
    color: orange;
}


/* Диаграммы */
.progress {
    border-radius: 2px;
    background-color: #c4c7cc;
    height: 40px;
}

/* .chart_visitors_interest .progress {background-color: #FFDC00;} */

.chart_effect_part .progress {
    margin: 4px 0;
}

.chart_effect_part .progress-bar {
    font-size: 20px;
    background-color: #0070D2;
    text-align: right;
    padding-right: 10px;
}

.chart_effect_part p {
    margin: 0;
}

.chart_visitors_interest .progress {
    margin-bottom: 8px;
}

.chart_visitors_interest .progress-bar {
    font-size: 20px;
    background-color: #0070D2;
    text-align: left;
    padding-left: 5px;
}

.chart_visitors_interest p {
    margin: 0;
    text-align: right;
    line-height: 16px;
    display: flex;
    height: 40px;
    flex-direction: row-reverse;
    align-items: center;
}

@media (max-width: 767px) {
    .chart_visitors_interest p {
        text-align: left;
        flex-direction: row;
        height: auto;
        padding-bottom: 2px;
    }
}

/*
.pie circle {
    fill: #F6F6F6;
    stroke: #0070D2;
}*/

h2.header-anchor {margin: 44px 0 32px;}
h2.header-anchor:first-of-type {margin-top: 22px;}
h2.header-anchor:before {display:block; content:""; height:110px; margin:-110px 0 0;}
h2.header-anchor a {
	float: left;
    margin-left: -0.87em;
    padding-right: 0.23em;
}