body {
  -webkit-user-select: none; /* Chrome, Safari, Opera */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* Internet Explorer/Edge */
  user-select: none;         /* Необходимая поддержка для всех браузеров */
}
.cp{
	cursor: pointer;
}
#servi ul li a{
	font-size: 14px !important;
}
.btn-outline-warning:hover, .btn-outline-warning:active {
    color: #fff !important;
    background-color: #000000 !important;
    border-color: #fff !important;
}
button:focus {
    outline: none !important;
}
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
    color: #ffffff !important;
}
.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgb(157 157 157 / 50%) !important; 
}
.head_a:hover{
	text-decoration: none !important;
}