.switchBlock {
    display:none;
    position:relative;
}

.switchBlock.active {
    display:block;
}

.switchSymbol {
    position: absolute;
    top: -30px;
    right: -10%;
}

.switcher h3 {
    display: inline-block;
    padding: 10px 30px;
    cursor:pointer;
}

.switcher h3.active {
    background: var(--secondary);
    color: var(--third);
    border-radius: 2rem;
    
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    
}