.page h1{
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 10px
}

.sidebar-services ul{
  position: relative;
  margin: 0;
  padding: 0;
}

.sidebar-services li {
    display: block;
    width: 100%;
    background: #f2f2f2;
    transition: all 0.1s;
    margin-bottom: 5px;
    border-right: 4px solid transparent;
}
.sidebar-services li.active {
    border-right: 4px solid #ebcd1e;
    background: #333333;
}
.sidebar-services li a {
    color: #333;
    display: block;
    width: 100%;
    line-height: 60px;
    padding: 0 15px;
}
.sidebar-services li.active a {
    color: #ebcd1e;
}

.box-question-sidebar {
    display: block;
    width: 100%;
    padding: 40px 25px;
    font-size: 18px;
    color: #333;
    line-height: 26px;
    border: 1px solid #e5e5e5;
    margin-top: 45px;
}