.panel-limiter {
    display: flex;
}

.limiter {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 537px;
}

.panel-narrow {
    box-shadow: 0 6px 15px rgba(36, 37, 38, 0.1);
    /*padding-top: 100px;*/
    background-color: rgb(255, 255, 255);
    margin: auto 0;
    width: 425px;
    font-size: 45%;
}

.panel-narrow {
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
}

.panel-title {
    padding: 10px 30px 20px;
    border-bottom: 2px solid transparent;
    transition: border-color 0.5s;
    font-size: 1.7em;
    margin: 35px auto 15px;
}

.control {
    display: flex;
    padding: 13px 55px;
}

.controls {
    display: flex;
    width: 80%;
    overflow: hidden;
}

.label-control {
    padding: 7px 55px;
}