.features-left-item__icon .icon {
    width: 24px;
    position: absolute;
    top: 12px;
    left: 11px;
}
.header-lang__other {
    display: none;
    position: absolute;
    top: 35px;
}
.header-lang:hover .header-lang__other {
    display: block;
}
.header-lang-other__item {
    margin-bottom: 5px;
}
.step__btn {
    cursor: pointer;
}
.header-left__nav .active {
    color: rgba(255, 184, 47, 1) !important;
}
.servers-info-list__item .new {
    right: 95px !important;
}
.text-area img{display: inline-block}
.servers__info_ {
    max-height: 299px;
}
.payment-system {
    display: none;
}
.payment-system.show {
    display: block;
}
.input-success {
    border-color: green !important;
}
.input-error {
    border-color: red !important;
}
#pay-btn:disabled {
    filter: grayscale(0.5);
}
.payment__buttons a {
    padding: 20px 30px;
    background: rgb(197, 143, 40);
    border-radius: 5px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}
.alert.alert-fill {
    border: 1px solid #37302b;
    border-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 25px;
    color: #ffffff;
    background-color: #221d19;
}
.alert.alert-fill.alert-danger {
    border: 1px solid #840202;
    background-color: red;
}
.alert.alert-fill.alert-success {
    border: 1px solid #034203;
    background-color: green;
}
.servers-video__item {
    width: 100% !important;
}
