.langs-dropdown a {
    text-transform: uppercase;
}

.pager li.active.disabled a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 56px;
    height: 56px;
    border-radius: 8px;
    color: #C68051;
    background: #F9EDD9;
    border: 1px solid #C68051;
}

.ftr-nav a.active {
    color: rgba(255, 255, 255, .9);
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #c22929;
    font-size: 60%;
}
.alert-success {
    color: #5a923c;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 60%;
  }
.no-touchevents .downloads-list a[target="_blank"].icon:hover svg *{
    fill: #C68051;
    stroke:none;
}
#subscribe-form .result-message .alert-danger{
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #c22929;
    font-size: 60%;
}
#page-preloader .percents{
    color: #1F1F1C
}
.dark-page-bg .pager li.active.disabled a{
    background: #1F1F1C;
}
.inner-section.responsimg .container{
    margin: 0;
}
.max-w-content h1 > a, 
.max-w-content h2 > a, 
.max-w-content h3 > a,
.max-w-content h4 > a,
.max-w-content h5 > a,
.max-w-content h6 > a{
    text-decoration: none;
    color: #1F1F1C;
}
.has-error .form-control {
    border-color: #EF494B;
}
.has-error.filled .form-control, .error-field .form-control:focus{
    border-width: 4px;
    border-color: #EFD19F;
}
@media screen and (max-width: 580px) {
    .pager li.active.disabled a {
        font-size: 18px;
        width: 40px;
        height: 40px;
    }
}
.dev-logo-en{
    position: relative;
    top: 2px;
    margin: 0 0 0 4px;
}
.dev-logo-en:before{
    content: '';
    position: absolute;
    z-index: -1;
    left: -2px;
    bottom: 4px;
    right: -2px;
    height: 6px;
    background: #63c3ce;
    background: linear-gradient(90deg, #C1DB25 0%, #2C9FD1 100%);
    -webkit-background-size: 200% 100%;
    background-size: 200% 100%;
    background-position: 0 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}
.no-touchevents #iquad:hover .dev-logo-en:before{
    opacity: 1;
}