body a{
	color: #0a1244;
}

body a:hover{
	text-decoration: none;
}

.header-voice{
	background-color:#FFFFFF;
	padding:30px;
	border-bottom: 1px solid #dddee4;
	text-align: center;
}

/************* page-up *********************/

.page-up{
  position: fixed;
  bottom: 27px;
  right: calc(50% - 50px);
  z-index: 999;
  border-radius: 100%;
  text-align: center;
  display: none;
  width: 100px;
}
.placer__type-link.placer__type-link_active{
    border-bottom: 5px solid #0dc1cb;
}
@media (max-width:760px)  {
    .page-up.page-up_active{
        display: block;
    }
    .placer__wrapper-buttons-offices, .placer__wrapper-buttons-second {
      justify-content: center;
      padding: 27px 15px;
  }
}


textarea.ta-voice{
	height: 200px; /* Высота поля в пикселах */
    resize: none;
}	

.btn-voice{
	padding: 12px 29px 14px;
	background-color: #10c8d2;
	color: #fff;
	
    display: inline-block;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    text-align: center;
    font-family: Open Sans, Arial, sans-serif;
    font-weight: 700;
    line-height: 16px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid transparent;
    -webkit-transition: all .225s ease-in-out;
    -o-transition: all .225s ease-in-out;
    transition: all .225s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;	
}	

.btn-voice:hover{
	background-color: rgba(16, 200, 210, .85);
}	

.nav.nav-voice, .nav.nav-voice .nav-item{
	display: inline-block;
}

.nav-voice .nav-link{
	text-decoration:none!important;
	width:100px;
}

.nav-voice .nav-link.active, 
.nav-voice .show>.nav-link {
    color: #fff!important;
    background-color: #10c8d2;
	border-radius: 4px;
}
.nav-voice .nav-link.active:hover{
	background-color: rgba(16, 200, 210, .85);
}	

.fade:not(.show) {
    display: none;
}

#voice-resolution a:hover, #voice-resolution a.active,
#voice-pm2c a:hover, #voice-pm2c a.active,
#voice-c2pm a:hover, #voice-c2pm a.active,
#voice-difficulties a:hover, #voice-difficulties a.active,
#voice-last-month a:hover, #voice-last-month a.active,
#voice-bank2c a:hover, #voice-bank2c a.active,
#voice-problemc a:hover, #voice-problemc a.active
{
	background-color: #10c8d2;
}

#voice-resolution a,
#voice-pm2c a,
#voice-c2pm a,
#voice-difficulties a,
#voice-last-month  a,
#voice-bank2c a,
#voice-problemc a
{
	cursor: pointer;
	background-color: rgba(16, 200, 210, .25);
}

#voice-know a:hover, #voice-know a.active{
	background-color: #10c8d2;
}

#voice-know a{
	cursor: pointer;
	background-color: rgba(16, 200, 210, .25);
}

#voice-know, #voice-know li, #voice-know li a{
	width: 100%;
}