.archive-results {
	margin:10px 0;
	width:100%;
}
.archive-results .form-group {
	position:relative;
}
.archive-results.loading {
	cursor:progress;
}
.archive-results>* {
	transition:.2s;
}
.archive-results.loading>* {
	pointer-events:none;
	opacity:.65;
}
.alphabet__search--icon {
    position: absolute;
    right: 20px;
    top: 16px;
    content: '';
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #bbb;
	cursor: pointer;
}
.alphabet__search--icon::after {
    content: '';
    display: block;
    position: relative;
    left: 8px;
    top: 12px;
    width: 7px;
    height: 2px;
    background: #bbb;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.alphabet__links>img {
	width:60px;
	max-width:100%;
	margin:auto;
	display:block;
}

.alphabet__links-nav {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}
.alphabet__links-nav span {
	cursor: pointer;
    display: inline-block;
    background-color: #e6e6e6;
    color: #777;
    padding: 3px 10px;
    font-size: 0.8em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 5px;
    -webkit-transition: color 0.3s, background-color 0.3s;
    -moz-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 25px;
	
    margin-top: 10px;
    margin-bottom: 0;
    width: 195px;
    text-align: center;
}
.alphabet__links-nav span:hover, 
.alphabet__links-nav span:focus {
    background-color: #ff5e14;
    background-image: -webkit-linear-gradient(90deg, #ff5e14 0%, #ff2014 50%, #ff5e14);
    background-image: -moz-linear-gradient(90deg, #ff5e14 0%, #ff2014 50%, #ff5e14);
    background-image: -ms-linear-gradient(90deg, #ff5e14 0%, #ff2014 50%, #ff5e14);
    background-image: -o-linear-gradient(90deg, #ff5e14 0%, #ff2014 50%, #ff5e14);
    background-image: linear-gradient(90deg, #ff5e14 0%, #ff2014 50%, #ff5e14);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
    background-size: 300%, 1px;
    background-position: 0%;
    color: #fff;
    text-decoration: none;
}
.alphabet__links ul {
    column-count: 2 !important;
    display: block !important;
    list-style: none;
    padding: 0;
}
.alphabet__links ul li {
    position: relative;
    margin: 0 0 4px;
    padding-right: 30px;
}
.alphabet__links-list li a {
	font-size: 16px;
	font-weight: 400;
	color: #2f3640;
	transition: .2s;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.35em;
}
.alphabet__links-list li a:hover,
.alphabet__links-list li a:focus {
	color: #ff5e14;
}