.phone-select-block {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.phone-select-block .phone-edit-block {
    position: relative;
    float: left;
}

.phone-select-block .ib-value-select {
    width: 120px !important;
    position: absolute;
    top: 0;
    left: 1px;
}

.phone-edit-block .enabled-field {
    padding: 0 0 0 120px !important;
}

.phone-select-block .phone-prefix-image {
    content: "";
    width: 42px;
    height: 36px;
    border: none;
    background-size: 24px 24px;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
}

.phone-select-block .phone-prefix-name {
    font-size: 15px;
    font-family: OpenSansRegular, "Nimbus Sans L", sans-serif;
    display: inline-block;
    width: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 0;
    overflow: hidden;
    text-align: left;
    line-height: 36px !important;
}

.phone-select-block .prefix-ru {
    background-image: url("../../images/lang/ru.svg");
}

.phone-select-block .prefix-ky {
    background-image: url("../../images/lang/ky.svg");
}

.phone-select-block .phone-prefix-button {
    border-radius: 30px;
    background: #73737b;
    color: #fff;
    font-family: OpenSansSemiBold, "Nimbus Sans L", sans-serif;
    height: 36px;
    width: 100px;
    position: relative;
}

.phone-edit-block .sod_select.custom.custom {
    height: 36px;
    line-height: 36px;
    border: none;
}

.phone-edit-block .ib-value-string span {
    line-height: 36px;
}

.phone-edit-block div[class^="ib-value"] span {
    margin-top: 0;
    margin-bottom: 0;
}

.phone-edit-block .sod_select.custom::before, .phone-edit-block .sod_select.custom::after {
    top: 15px;
}

.phone-edit-block .sod_select.custom .sod_list_wrapper {
    top: 36px;
}

.phone-edit-block input {
    box-sizing: border-box;
    height: 42px;
    border: 1px solid #adb1b8;
    border-radius: 2px;
    font-family: OpenSansRegular, "Nimbus Sans L", sans-serif;
    padding: 0 40px;
    margin: 0;
    width: 100%;
    transition: 150ms;
    overflow: visible;
}

.auth-method-block {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    text-align: left;
    min-width: 200px;
}

.auth-method-block .ib-value-select {
    width: 315px;
}

.auth-method-block .sod_select.custom, .auth-method-block .sod_select.custom .sod_option {
    padding-left: 10px !important;
}

.popover-info {
    background: url("../../images/popup/infoIcon.png") no-repeat;
    background-position: 0 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
    display: inline-block;
    margin-left: 5px;
    position: absolute;
    top: 23px;
    right: 10px;
}

.popover-info:hover {
    background-position: 0 -16px;
}

.phone-info-width {
    width: 340px;
}