.catalogue-rubric {
    height: auto;
    box-shadow: 0 0 6px 1px rgba(10, 22, 70, 0.1), 0 0 1px 0 rgba(10, 22, 70, 0.06);
    background-color: #ffffff;
    padding-bottom: 5.7vw;
    padding-top: 2.6vw;

}

.rubric-title {
    width: 23vw;
    font-family: MontserratBold;
    font-size: 1.4vw;
}

.nav-block {
    width: 83%;
    padding: 1.2vw 0vw 0vw 0vw;
    border-top: 0.1vw solid #d0d0d0;
    border-bottom: 0.1vw solid #d0d0d0;
    margin-top: 0.3vw;
    margin-left: 3vw;
}

.nav-block-text {
    font-family: Montserrat;
    font-size: 1.1vw;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #3a3a3a;

}

.nav-block-number {
    font-family: Montserrat;
    font-size: 1.1vw;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3d3d3d;
}

.active-rubric {
    border: none;
    opacity: 1.57;
    background-color: #d8d8d8;
}

.block-circle {
    content: "";
    position: relative;
    height: 4.5vw;
    width: 4.5vw;
    border-radius: 50%;
}

.block-circle img{
    position: absolute;
    width: 100%;
}

.head span {
    position: absolute;
    font-size: 1vw;
    font-family: MontserratBold;
    color: blue;
    top:0.2vw;
}



