// Настройки для ХМАО
.page-wrapper.hmao {
    .aside-link::after {
        background: linear-gradient(180deg, #277647 0%, #3A8841 100%);
    }

    .vse-banner::after {
        background: linear-gradient(90deg, rgba(229, 249, 255, 1) 0%, rgba(247, 252, 255, 1) 50%, rgba(236, 255, 254, 1) 100%) !important;
    }

    .vse-tabs-horizontal__wrapper::after {
        background-color: inherit;
    }

    .vse-tabs-horizontal__content {
        .filter-aside {
            .filter__item-wrapper {
                li.active {
                    color: var(--Good)
                }
            }
        }
    }

    .layout.vse-projects {
        background: linear-gradient(90deg, rgba(229, 249, 255, 1) 0%, rgba(247, 252, 255, 1) 50%, rgba(236, 255, 254, 1) 100%) !important;
      }

    .header-nav__item.active::after {
        background: linear-gradient(180deg, #277647 0%, #3A8841 100%);
    }

    .header {
        border-bottom: 0px !important;

        .menu-container__nav_wrapper_item {
            .nav-link:hover {
                color: var(--Good);
            }
        }
    }

    footer {
        background-color: var(--Main1);
    }

    .main-evaluating {
        .assessment-about {
            ol {
                li::marker {
                    color: #282828;
                }
            }

            ul {
                li:before {
                    background: #282828;
                }
            }

            a {
                color: #3A8841;
            }

            h2 {
                color: #282828;
            }

            a.aside-link {
                color: #282828;
            }
        }
    }
}


// Настройки для ФПГ
.page-wrapper.pgrants {

    footer {
        background-color: #C7DFE2;
    }

    .footer-wrapper {
        .footer__contacts {
            color: #2e2f30;

            .footer__contacts-link {
                color: #2e2f30;
            }

            .footer__contacts-link_not-decoration {
                color: #2e2f30;
            }
        }

        .footer-wrapp__left_copyright-text {
            color: #2e2f30;
        }

        .footer__copyright-text:last-of-type {
            color: #2e2f30;
        }
    }
}

// Настройки для Перми
.page-wrapper.perm {
    .aside-link::after {
        background: linear-gradient(180deg,var(--Main2) 0,var(--Subsidiary) 100%);
    }

    .vse-tabs-horizontal__content {
        .filter-aside {
            .filter__item-wrapper {
                li.active {
                    color: var(--Good)
                }
            }
        }
    }

    .header-nav__item.active::after {
        background: linear-gradient(180deg,var(--Main2) 0,var(--Subsidiary) 100%);
    }

    .main-evaluating {
        .assessment-about {
            ol {
                li::marker {
                    color: #282828;
                }
            }

            ul {
                li:before {
                    background: #282828;
                }
            }

            a {
                color: var(--Main2);
            }

            h2 {
                color: #282828;
            }

            a.aside-link {
                color: #282828;
            }
        }
    }

    footer {
        background: var(--Subsidiary);

        .footer-wrapp__left_copyright-text {
            opacity: 1;

            a {
                color: #fff;
            }
        }
    }
}

// Настройки для Челябинска
.page-wrapper.chelyabinsk {
    .aside-link::after {
        background: linear-gradient(180deg,var(--Main2) 0,var(--Subsidiary) 100%);
    }

    .vse-tabs__content{
        .content-aria{
          .diagram-item{
            .diagram{
              .circle-bg {
                stroke: #0098A4;
              }
    
              .circle {
                stroke: #FFC469;
              }
            }
    
            .diagram-legend {
              .legend-icon {
                &.sum-icon {
                  background: #0098A4;
                }
    
                &.cofinance-icon {
                  background: #FFC469;
                }
              }
            }
          } 
        } 
    } 

    .layout.vse-layout a.color-link{
        color: var(--Main2)!important;
    }

    .header-nav__item.active::after {
        background: linear-gradient(180deg,var(--Main2) 0,var(--Subsidiary) 100%);
    }

    .main-evaluating {
        .assessment-about {
            ol {
                li::marker {
                    color: #282828;
                }
            }

            ul {
                li:before {
                    background: #282828;
                }
            }

            a {
                color: var(--Main2);
            }

            h2 {
                color: #282828;
            }

            a.aside-link {
                color: #282828;
            }
        }
    }

    footer {
        background: var(--Subsidiary);

        .footer-wrapp__left_copyright-text {
            opacity: 1;

            a {
                color: #fff;
            }
        }

        .social-link__top-item .btn-icon {
            border-color: #fff;

            &:hover {
                background: #fff;
                border-color: transparent;

                .btn-icon__img {
                    use {
                        fill: var(--Main1);
                    }
                }
            }

            .btn-icon__img {
                use {
                    fill: #fff;
                }
            }
        }
    }
}

// Настройки для Башкортостана
.page-wrapper.fsgo {
    .aside-link::after {
        background: linear-gradient(180deg, var(--Subsidiary) 0%, var(--Main2) 100%);
    }

    .vse-tabs-horizontal__wrapper::after {
        background-color: inherit;
    }

    .layout.vse-layout a.color-link{
        color: var(--Main2)!important;
    }

    .vse-tabs-horizontal__content {
        .filter-aside {
            .filter__item-wrapper {
                li.active {
                    color: #fff;

                    span {
                        svg{
                            path{
                                stroke:#fff;
                            }                            
                        }
                    }
                }
            }
        }
    }

    .header-nav__item.active::after {
        background: linear-gradient(180deg, var(--Subsidiary) 0%, var(--Main2) 100%);
    }

    .header {
        border-bottom: 0px !important;

        .menu-container__nav_wrapper_item {
            .nav-link:hover {
                background-color: var(--Bg2);
            }
        }
    }

    .main-evaluating {
        .assessment-about {
            ol {
                li::marker {
                    color: var(--Main1)
                }
            }

            ul {
                li:before {
                    background: var(--Main1);
                }
            }

            a {
                color: var(--Main2);
            }

            h2 {
                color: var(--Main1);
            }

            a.aside-link {
                color: var(--Main1);
            }

            &-document-card__title{
                color: var(--Main2);
            }
        }
    }

    .vse-tabs__content{
        .content-aria{
          .diagram-item{
            .diagram{
              .circle-bg {
                stroke: var(--brand-bg-secondary-hover);
              }
    
              .circle {
                stroke: var(--Main2);
              }
            }
    
            .diagram-legend {
              .legend-icon {
                &.sum-icon {
                  background: var(--brand-bg-secondary-hover);
                }
    
                &.cofinance-icon {
                  background: var(--Main2);
                }
              }
            }
          } 
        } 
    } 

    footer {
        background: var(--Main1);

        .footer-wrapp__left_copyright-text {
            opacity: 1;

            a {
                color: #fff;
            }
        }
    }
}