

.lang-modal {
    background-color: rgba(0,0,0,.3);
}

.lang-modal .modal-inner {
    position: relative;
    max-width: 800px;
    max-height: 80vh;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.lang-modal h2 {
    display: block;
    font-size: 36px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}

.lang-modal .langs-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 270px;
    height: 55px;
    color: #fff !important;
    background-color: #151515;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 14px;
    margin: 0 auto;
    margin-bottom: 5px;
}

.lang-modal .langs-link.active, .lang-modal .langs-link:hover {
    background-color: #F40004;
}

.lang-modal .langs-item {
    border: none;
}