.m-create-geo{
    width: 100%;
    height: 100%;
    background-color: #fafdff;
    padding: 14px 24px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.m-create-geo__left{
    width: 370px;
}
.m-create-geo__right{
    margin-left: 25px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    border: 1px solid #E0E4EB;
}
.m-create-geo__header, .m-create-geo__footer{
    height: 40px;
    width: 100%;
    background-color: #f1f2f4;
    padding: 0 12px;
    display: flex;
    align-items: center;
    font-family: VTB Group UI;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #626F84;
}
.m-create-geo__footer{
    font-weight: 500;
    line-height: 19px;
}
.m-create-geo__body{
    flex: 1 1 auto;
}